Bump js-yaml from 4.1.1 to 4.2.0 in /extension - #2848
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e9a192c939
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "jest-canvas-mock": "2.5.2", | ||
| "jest-environment-jsdom": "29.7.0", | ||
| "js-yaml": "4.1.1", | ||
| "js-yaml": "4.2.0", |
There was a problem hiding this comment.
Update the lockfile with the js-yaml bump
This changes the extension workspace manifest to require js-yaml 4.2.0, but the checked-in yarn.lock still records the workspace dependency as js-yaml: "npm:4.1.1" and has no js-yaml@npm:4.2.0 entry. In the GitHub Actions workflows I checked (runTests.yml/runIntegrationTests.yml), installs run via yarn/yarn setup; Yarn 4 treats installs as immutable on CI, so those jobs will abort because the lockfile would need to be rewritten. Please regenerate and commit yarn.lock with this bump.
Useful? React with 👍 / 👎.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Layers the four lockfile-only dependabot security/transitive bumps on top of the #2843 minor-and-patch group merge, then runs `yarn dedupe`: joi 17.13.3 -> 17.13.4 (#2842) hono 4.11.8 -> 4.12.25 (#2837) shell-quote 1.8.3 -> 1.8.4 (#2836) brace-expansion 1.1.12 -> 1.1.15 (#2824) hono is pinned to 4.12.25 (the dependabot target) rather than the highest in-range 4.12.26. js-yaml 4.1.1 -> 4.2.0 (#2847/#2848) is already included via the #2843 minor-and-patch group, so those two PRs are redundant. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps js-yaml from 4.1.1 to 4.2.0.
Changelog
Sourced from js-yaml's changelog.
Commits
Dependabot 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.