npm: bump js-yaml from 4.1.1 to 4.2.0 in /frontend#68
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: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
…ifact Supersedes + closes 5 Dependabot PRs: - #70 npm group (9 deps): react 19.2.7, react-dom 19.2.7, react-router-dom 7.18.0, @tanstack/react-query 5.101.0, @playwright/test 1.61.0, @vitest/coverage-v8 4.1.9, typescript-eslint 8.61.1, vitest 4.1.9, @types/react 19.2.17 - #68 js-yaml 4.2.0 - #69 undici 7.28.0 (transitive lock-only) - #43 modernc.org/sqlite 1.50.1 -> 1.52.0 - #64 actions/download-artifact v7 -> v8 All minor/patch within existing semver ranges. Gates: go build + vet + test (15 pkgs -race), frontend 683 tests + tsc + eslint + bundle-size, spec-drift.
|
Applied directly to master in b8466e0 (Dev-phase direct-to-master). All minor/patch updates verified: go test -race (15 pkgs), 683 frontend tests, tsc + eslint + bundle-size + spec-drift all green. |
|
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. |
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.
Summary by cubic
Bump
js-yamlin the frontend from 4.1.1 to 4.2.0 to improve safety and fix parsing bugs. This adds default loader limits and mitigates a merge-related DoS.js-yamlto 4.2.0.maxDepth,maxMergeSeqLength), merge dedup for DoS mitigation, and stricter number parsing (underscores no longer treated as numeric).Written for commit 3ed50c1. Summary will update on new commits.