Bump js-yaml from 4.3.0 to 5.2.3 in /tests/functional - #2491
Bump js-yaml from 4.3.0 to 5.2.3 in /tests/functional#2491dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 5.2.3. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.0...5.2.3) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_author_approval, bypass_jira_check |
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: Lockfile-only patch bumps within existing semver ranges:
- js-yaml@^5.2.2: 5.2.2 -> 5.2.3 (patch)
- js-yaml@^4.x (transitive): 4.3.0 -> 4.3.1 (patch)
Note: Despite the PR title suggesting a 4.3.0 -> 5.2.3 major bump, package.json already specifies "js-yaml": "^5.2.2" on the base branch. This PR only updates lockfile resolutions.
Changes (5.2.3):
- Fix: prevent prototype fallback when resolving tags and mapping entries
- Fix: resolve !!timestamp years 0000-0099 correctly
- Fix: preserve implicit null mapping values before document markers
- Fix: preserve folded scalar values with tab-indented lines in present()
Changes (4.3.1):
- Patch-level lockfile resolution bump (within ^4.1.0/^4.3.0 ranges used by transitive deps)
Breaking changes: None (patch bumps within existing ranges)
Security concerns: None introduced. The 5.2.2 release (already in the base branch) included fixes for exponential and quadratic parsing time vulnerabilities.
Impact on codebase: Single usage found at tests/functional/testResourcesSetup/config.ts — import { load } from 'js-yaml' calling load(content) to parse a YAML config file. This standard API is unaffected by the patch changes.
Recommendation: SAFE TO MERGE
— Claude Code
Bumps js-yaml from 4.3.0 to 5.2.3.
Changelog
Sourced from js-yaml's changelog.
Commits
67404455.2.3 released94e766dUpdate changelogc3bd7caPolish previous commit, #78000209b6presenter: treat a tab-indented line in a folded scalar as more-indented (#780)40fcb4fFix missing mapping values before document markers and reject unpaired mappin...49280f3Fix !!timestamp resolution for years 0000-0099, #775355dc96fix: prevent prototype fallback in tag and harden object lookups, #782 (than...d524f83docs: add contributing guidelines3c295595.2.2 released3e5240fparser: avoid reparsing flow sequence pair keysDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.