chore(deps): bump the npm_and_yarn group across 2 directories with 8 updates - #2991
dependabot[bot] wants to merge 1 commit into
Conversation
|
pkg.pr.new packages benchmark commit |
Resolution Time Benchmark---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Random Branching (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.64, 1.29, 2.74, 4.31, 5.18, 8.26, 17.80, 17.27]
line [0.73, 1.35, 2.92, 4.00, 4.61, 8.46, 16.35, 17.98]
line [0.67, 1.31, 3.09, 4.45, 5.17, 7.42, 15.90, 17.56]
---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Linear Recursion (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.21, 0.36, 0.48, 0.54, 0.82, 0.83, 0.99, 1.11]
line [0.20, 0.37, 0.52, 0.68, 0.89, 0.91, 1.07, 1.13]
line [0.24, 0.35, 0.47, 0.57, 0.78, 0.82, 0.99, 1.10]
---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Full Tree (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.66, 1.63, 2.82, 4.57, 8.20, 17.30, 39.15, 76.78]
line [0.58, 1.54, 3.05, 5.15, 8.74, 18.67, 40.45, 76.30]
line [0.62, 1.46, 2.28, 4.40, 7.99, 18.67, 40.24, 77.01]
|
Bundle size comparison (
|
| 🟢 Decreased | ➖ Unchanged | 🔴 Increased | ❔ Unknown |
|---|---|---|---|
| 0 | 325 | 0 | 0 |
No notable changes.
If you wish to run a comparison for other, slower bundlers, run the 'Tree-shake test' from the GitHub Actions menu.
There was a problem hiding this comment.
🟡 Changes recommended
The updated @vitest/browser version is incompatible with the workspace’s Vitest major version (peer-dependency mismatch), which can cause install warnings or break browser test execution.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates several JavaScript tooling and framework dependencies across the monorepo (root and selected apps/packages), aiming to keep the workspace aligned with newer upstream releases (including security-related updates).
Changes:
- Updates Vitest-related dependencies (workspace Vitest catalog, root
@vitest/browser, andpackages/eslint-pluginVitest dev dependency). - Upgrades framework/build-tool dependencies in apps (Astro/Sharp in
typegpu-docs, Next inreact-prerendering-test, esbuild intreeshake-test). - Adjusts dependency versions to newer minor/patch releases as part of a grouped bump.
File summaries
| File | Description |
|---|---|
pnpm-workspace.yaml |
Updates the shared catalogs.test.vitest version used across workspace packages. |
packages/eslint-plugin/package.json |
Bumps Vitest dev dependency for the ESLint plugin package. |
package.json |
Bumps root dev dependency @vitest/browser. |
apps/typegpu-docs/package.json |
Upgrades Astro and Sharp used by the docs app. |
apps/treeshake-test/package.json |
Updates esbuild used by the treeshake testing app. |
apps/react-prerendering-test/package.json |
Updates Next.js used by the prerendering test app. |
Review details
- Files reviewed: 6/7 changed files
- Comments generated: 5
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "@typegpu/tgpu-dev-cli": "workspace:*", | ||
| "@types/bun": "^1.3.12", | ||
| "@vitest/browser": "^3.2.4", | ||
| "@vitest/browser": "^3.2.7", |
| vite-imagetools: ^9.0.0 | ||
| test: | ||
| vitest: ^4.1.2 | ||
| vitest: ^4.1.0 |
| "@typegpu/noise": "workspace:*", | ||
| "@typegpu/react": "workspace:*", | ||
| "next": "^16.2.7", | ||
| "next": "^16.2.11", |
| "@types/node": "catalog:types", | ||
| "arktype": "catalog:", | ||
| "esbuild": "^0.25.11", | ||
| "esbuild": "^0.28.1", |
| "tsdown": "^0.20.3", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^4.0.17" | ||
| "vitest": "^4.1.0" |
…updates Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `3.2.4` | `3.2.7` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.11` | | [next](https://github.com/vercel/next.js) | `16.2.9` | `16.3.3` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.12` | `0.28.1` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.0.8` | `7.2.8` | | [sharp](https://github.com/lovell/sharp) | `0.34.2` | `0.35.4` | Bumps the npm_and_yarn group with 2 updates in the /apps/typegpu-docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [sharp](https://github.com/lovell/sharp). Updates `@vitest/browser` from 3.2.4 to 3.2.7 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.7/packages/browser) Updates `vitest` from 4.0.18 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest) Updates `next` from 16.2.9 to 16.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.9...v16.3.3) Updates `esbuild` from 0.25.12 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.12...v0.28.1) Updates `astro` from 6.0.8 to 7.2.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG-v6.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.8/packages/astro) Updates `sharp` from 0.34.2 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.2...v0.35.4) Updates `js-yaml` from 3.14.2 to 3.15.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.2...3.15.2) Updates `svgo` from 3.3.2 to 3.3.5 - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v3.3.2...v3.3.5) Updates `astro` from 6.0.8 to 7.2.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG-v6.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.8/packages/astro) Updates `sharp` from 0.34.2 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.2...v0.35.4) Updates `@vitest/browser` from 3.2.4 to 3.2.7 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.7/packages/browser) Updates `esbuild` from 0.25.12 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.12...v0.28.1) Updates `next` from 16.2.9 to 16.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.9...v16.3.3) Updates `vitest` from 4.0.18 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest) Updates `js-yaml` from 3.14.2 to 3.15.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.2...3.15.2) Updates `svgo` from 3.3.2 to 3.3.5 - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v3.3.2...v3.3.5) Updates `astro` from 6.0.8 to 7.2.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG-v6.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.8/packages/astro) Updates `sharp` from 0.34.2 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.2...v0.35.4) --- updated-dependencies: - dependency-name: "@vitest/browser" dependency-version: 3.2.7 dependency-type: direct:development - dependency-name: "@vitest/browser" dependency-version: 3.2.7 dependency-type: direct:development - dependency-name: astro dependency-version: 7.1.1 dependency-type: direct:production - dependency-name: astro dependency-version: 7.1.1 dependency-type: direct:production - dependency-name: astro dependency-version: 7.1.1 dependency-type: direct:production - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect - dependency-name: js-yaml dependency-version: 3.15.2 dependency-type: indirect - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production - dependency-name: sharp dependency-version: 0.35.0 dependency-type: direct:production - dependency-name: sharp dependency-version: 0.35.0 dependency-type: direct:production - dependency-name: sharp dependency-version: 0.35.0 dependency-type: direct:production - dependency-name: svgo dependency-version: 3.3.5 dependency-type: indirect - dependency-name: svgo dependency-version: 3.3.5 dependency-type: indirect - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:production - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
98dba9a to
452833f
Compare
Bumps the npm_and_yarn group with 6 updates in the / directory:
3.2.43.2.74.0.184.1.1116.2.916.3.30.25.120.28.16.0.87.2.80.34.20.35.4Bumps the npm_and_yarn group with 2 updates in the /apps/typegpu-docs directory: astro and sharp.
Updates
@vitest/browserfrom 3.2.4 to 3.2.7Release notes
Sourced from @vitest/browser's releases.
Commits
c0c203dchore: release v3.2.7 (#10719)b795e36fix(browser): check fs access in builtin commands [backport to v3] (#10679)b6d56f8chore: release v3.2.62cbad0achore: release v3.2.5385a1aefix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...af88b1ffeat(api): addallowWriteandallowExecoptions toapi[backport to v3]...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@vitest/browsersince your current version.Updates
vitestfrom 4.0.18 to 4.1.11Release notes
Sourced from vitest's releases.
... (truncated)
Commits
9bd8d46chore: release v4.1.11 (#10995)9851dbcfix(browser): trigger playwright/chromium gc on lower disk availability [back...db616d2chore: release v4.1.10 (#10718)bae52b5fix(vm): fix external module resolve error with deps optimizer query for enco...a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...Updates
nextfrom 16.2.9 to 16.3.3Release notes
Sourced from next's releases.
... (truncated)
Commits
a9a1cb7v16.3.3968b9fc[16.3.x] Fix ISR misses with backslashes in segments when deployed on Windows3a15b4a[16.3.x] [next/image]: disable avif image optimization7378b51Backport/docs fixes 16.3 (#97649)528c1cd[16.3.x] Stop generating error codes (#97780)d0ac882v16.3.281deb92[16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static ...cd714d9[16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)5ac2327[16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)0ccb3e7[16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)Updates
esbuildfrom 0.25.12 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
astrofrom 6.0.8 to 7.2.8Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
7cadf10[ci] release (#17826)ecb4082Update Sharp to 0.35.4 (#17837)8bf6f1achore: split v5/v6 changelogs (#17825)db7c53bchore(deps): replace "find-process" with a smaller, lighter alternative (#17786)eface15[ci] release (#17815)633855bUse workerd's compatibility date for Cloudflare defaults (#17819)55d38c8Deserialize each route once when loading the manifest (#17415)a0d2fe3Pass file path to SVGO soprefixIdsgenerates unique per-file prefixes (#17...ae26d18Handle GET and HEAD request bodies during rewrites (#17813)023b48bNormalize request paths before route matching (#17772)Updates
sharpfrom 0.34.2 to 0.35.4Release notes
Sourced from sharp's releases.
... (truncated)
Commits
7f1a0a2Release v0.35.4f927818Upgrade to sharp-libvips v1.3.3e802092Prerelease v0.35.4-rc.0e13eb2fCI: Fix wasm32 build (#4589)a82a0b3Upgrade to libvips v8.18.68044fe4Bound resize dimensions to coordinate limit147f859Docs: changelog entries for #4578 #4584ee5bfb8Tests: use yauzl directly rather than via extract-zip wrapper7a77889Bump uraimo/run-on-arch-action from 3.1.0 to 3.2.0 (#4588)ea5bef2Improve support for input Streams finishing before output is requested (#4584)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for sharp since your current version.
Updates
js-yamlfrom 3.14.2 to 3.15.2Changelog
Sourced from js-yaml's changelog.
Commits
5c45bd63.15.2 released5a708f9dist rebuild3485bc0Backport merge limits from v5.4.1f34812fUpdate .gitignoreab85ae23.15.1 released30a5e76dist rebuild22a8071Backport quadratic complexity fix for !!omapc34b6c43.15.0 released21e13d3dist rebuild4165c62Add v3-legacy tag for publishUpdates
svgofrom 3.3.2 to 3.3.5Release notes
Sourced from svgo's releases.
... (truncated)
Commits
4380590ci: configure v3 publish tag in package metadata (Description has been truncated