chore(deps): bump the npm_and_yarn group across 1 directory with 9 updates#1265
chore(deps): bump the npm_and_yarn group across 1 directory with 9 updates#1265dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the npm_and_yarn group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [esbuild](https://github.com/evanw/esbuild) | `0.25.8` | `0.28.1` | | [form-data](https://github.com/form-data/form-data) | `4.0.5` | `4.0.6` | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `4.3.0` | | [brace-expansion](https://github.com/juliangruber/brace-expansion) | `5.0.5` | `5.0.8` | | [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `2.6.0` | `2.10.0` | | [fast-uri](https://github.com/fastify/fast-uri) | `3.1.2` | `3.1.4` | | [find-my-way](https://github.com/delvedor/find-my-way) | `9.5.0` | `9.7.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.10` | `8.5.22` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.1.5` | Updates `esbuild` from 0.25.8 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](evanw/esbuild@v0.25.8...v0.28.1) Updates `form-data` from 4.0.5 to 4.0.6 - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.5...v4.0.6) Updates `js-yaml` from 4.1.1 to 4.3.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.1...4.3.0) Updates `brace-expansion` from 5.0.5 to 5.0.8 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.5...v5.0.8) Updates `@opentelemetry/core` from 2.6.0 to 2.10.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@v2.6.0...v2.10.0) Updates `fast-uri` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.2...v3.1.4) Updates `find-my-way` from 9.5.0 to 9.7.0 - [Release notes](https://github.com/delvedor/find-my-way/releases) - [Commits](delvedor/find-my-way@v9.5.0...v9.7.0) Updates `postcss` from 8.5.10 to 8.5.22 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.10...8.5.22) Updates `vite` from 8.0.10 to 8.1.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: form-data dependency-version: 4.0.6 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 5.0.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@opentelemetry/core" dependency-version: 2.10.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: fast-uri dependency-version: 3.1.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: find-my-way dependency-version: 9.7.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: postcss dependency-version: 8.5.22 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 8.1.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — this is a mechanical dependency version bump (npm_and_yarn group) with no source code changes.
Extended reasoning...
Overview
This PR only touches package.json and package-lock.json, bumping 9 transitive/direct dev and runtime dependencies (esbuild, form-data, js-yaml, brace-expansion, @opentelemetry/core, fast-uri, find-my-way, postcss, vite) to newer patch/minor versions. No application source code is modified.
Security risks
None from the diff itself. Several of the bumped packages (esbuild 0.28.1, js-yaml 4.3.0) actually include upstream security fixes (esbuild: local dev-server path traversal and Deno install integrity checks; js-yaml: backported maxTotalMergeKeys merge-key DoS guard), so this bump is net-positive for security. All are within semver-compatible ranges already declared in package.json (caret ranges), and lockfile integrity hashes are present for each updated package.
Level of scrutiny
Low. This is a standard automated dependency-bump PR with no logic changes, no new files, and no changes to build/test/deploy configuration. The correct level of scrutiny here is confirming the version bumps are within declared ranges and that no unexpected packages were swapped in — which they are not.
Other factors
No prior reviews exist on this PR. The bug-hunting pass found no issues, consistent with there being no non-dependency code to introduce bugs. CI (lockfile-based install and existing test suite) is the appropriate verification gate for this kind of change rather than manual code review.
Coverage Report for CI Build 30105307657Coverage decreased (-0.01%) to 80.438%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions2 previously-covered lines in 1 file lost coverage.
Coverage Stats💛 - Coveralls |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the npm_and_yarn group with 9 updates in the / directory:
0.25.80.28.14.0.54.0.64.1.14.3.05.0.55.0.82.6.02.10.03.1.23.1.49.5.09.7.08.5.108.5.228.0.108.1.5Updates
esbuildfrom 0.25.8 to 0.28.1Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
bb9db84publish 0.28.1 to npm9ff053esecurity: add integrity checks to the Deno API0a9bf21enforce non-negative size in gzip parsere2a1a71security: forbid\\in local dev server requests83a2cbffix #4482: don't inlineusingdeclarations308ad74fix #4471: renaming of nestedvardeclarationsf013f5ffix some typosaafd6e4chore: fix some minor issues in comments (#4462)15300c3follow up: cjs evaluation fixes1bda0c3fix #4461, fix #4467: esm evaluation fixesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for esbuild since your current version.
Updates
form-datafrom 4.0.5 to 4.0.6Changelog
Sourced from form-data's changelog.
Commits
64190dbv4.0.692ae0eb[Deps] updatehasown,mime-typesf31d21e[Dev Deps] update@ljharb/eslint-config,auto-changelog,tape8dff42c[Fix] escape CR, LF, and"in field names and filenames67b0f65[Dev Deps] updatejs-randomness-predictorUpdates
js-yamlfrom 4.1.1 to 4.3.0Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
33d05b54.3.0 released663bfabDrop demo publish, to not override new v5 one.1cb8c7bAdd v4-legacy tag for publish02f27afRestore umd builds back to es58be84edFix es5 compatibility59423c6ReplacemaxMergeSeqLengthoption withmaxTotalMergeKeys(more robust). Ba...6842ef6doc polish590dbab4.2.0 releasedf944dc5Add package.json funding fieldf692719Changelog updateUpdates
brace-expansionfrom 5.0.5 to 5.0.8Commits
96a63c05.0.8a1bd339Merge commit from fork592a36fBump tar from 7.5.16 to 7.5.20 (#127)bd14690Bump brace-expansion from 2.0.2 to 2.1.2 (#126)e729ba6Bump ws from 8.19.0 to 8.21.1 (#124)5bf809eRemove Node.js 18 support (#110)8cb5716Bump markdown-it from 14.1.0 to 14.2.0 (#113)43122dfBump sigstore from 4.1.0 to 4.1.1 (#119)69bd65aBump@sigstore/verifyfrom 3.1.0 to 3.1.1 (#118)b3bfbf0Bump@sigstore/corefrom 3.1.0 to 3.2.1 (#117)Updates
@opentelemetry/corefrom 2.6.0 to 2.10.0Release notes
Sourced from @opentelemetry/core's releases.
... (truncated)
Changelog
Sourced from @opentelemetry/core's changelog.
... (truncated)
Commits
76fa6b5chore: prepare next release (#6942)3787896chore(deps): update dependency webpack-cli to v7.2.1 (#6934)be5f757fix(deps): update dependency body-parser to v2.3.0 [security] (#6941)f6d8fbechore(deps): lock file maintenance (#6559)9612732chore: remove examples/dice from workspaces (#6937)7107906chore: start using min-release-age in .npmrc, disable minimumReleaseAge for r...a7e5d11chore(deps): update dependency webpack to v5.108.4 (#6933)af7a82dchore(deps): update dependency msw to v2.15.0 (#6831)b9f57c6chore(deps): update dependency@types/webpack-envto v1.18.8 (#6877)cbb4abfchore(deps): update ubuntu docker tag to v26 (#6635)Updates
fast-urifrom 3.1.2 to 3.1.4Release notes
Sourced from fast-uri's releases.
Commits
6aeece6Bumped v3.1.42d50fbafix: reject literal backslash in URI authority0549fe3Bumped v3.1.32a6d357Merge commit from forkUpdates
find-my-wayfrom 9.5.0 to 9.7.0Release notes
Sourced from find-my-way's releases.
Commits
827248eBumped v9.7.0b9d7bf1Merge branch 'main' of github.com:delvedor/find-my-wayb7b5657fix: avoid crash on undefined regex capture during route lookup (#441)4263d82chore: bump actions/checkout from 6 to 7 (#439)66d3015fix: align isParamSafe state in findRoute with _on (#424)75e4728fix: prevent done from being called multiple times on async constraint errors...902a02dchore: bump@types/nodein the dev-dependencies group (#440)b803e4echore: bump fastify/github-action-merge-dependabot from 3.12.0 to 3.15.0 (#438)e63cb77chore: bump inquirer from 13.4.3 to 14.0.2 in the dev-dependencies group (#437)992c1dfperf(host): cache regex lookup results in HostStorage (#436)Updates
postcssfrom 8.5.10 to 8.5.22Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
a3e48c4Release 8.5.22 versionf49d691Fix custom property losing its semicolon before a comment (#2117)28e0dafRelease 8.5.21 version3d2b4e4Update dependenciesd197327Fix childless at-rule losing its semicolon before a comment (#2115)0e360b7Fix mismatched JSDoc comments on Position (#2114)c4ac725Release 8.5.20 versionc30586dFix missing space when AtRule#params is set after parsing (#2113)5bfc3b9Update dependencies24733fdMove back to latest 11 pnpmMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.
Updates
vitefrom 8.0.10 to 8.1.5Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
5e7fe12release: v8.1.56c08c39fix(optimizer): respect importer module format for dynamic import interop wit...5a72b87fix(client): overlay error message format align rolldown (#22869)f8b38e3fix(module-runner): don't crash stack-trace source mapping when globalThis.Bu...8100320fix(bundled-dev): avoid duplicatedbuildEnd(#22931)c88c236docs(build): fix incorrect@defaultfor build.cssMinify (#22948)b59a73ffix(ssr): scope switch-case declarations to the switch, not the function (#22...fef682dfix(deps): update all non-major dependencies (#22921)3c345e4fix(deps): update rolldown-related dependencies (#22922)369ed60docs(build): fix incorrect@defaultfor build.lib.formats (#22911)Dependabot will resolve any conflicts with this PR as ...
Description has been truncated