chore(deps-dev): bump the npm_and_yarn group across 1 directory with 1 update#1934
chore(deps-dev): bump the npm_and_yarn group across 1 directory with 1 update#1934dependabot[bot] wants to merge 1 commit into
Conversation
|
commit: |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4cc3a30. Configure here.
| "react-router": "7.17.0", | ||
| "rollup-plugin-pure": "^0.4.0", | ||
| "storybook": "^9.1.19", | ||
| "storybook": "^10.4.4", |
There was a problem hiding this comment.
Storybook core addon mismatch
Medium Severity
Raising the root storybook devDependency to ^10.4.4 while @storybook/react-vite, several @storybook/addon-* packages, and storybook-addon-pseudo-states remain on the 9.1.x line leaves incompatible peer ranges (storybook ^9.1.20 vs 10.x), which can break pnpm storybook and CI Storybook jobs under strictPeerDependencies.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 4cc3a30. Configure here.
…1 update Bumps the npm_and_yarn group with 1 update in the /apps/vscode directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.25.0 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.0...v0.28.1) Updates `esbuild` from 0.25.0 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.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
4cc3a30 to
f6fe6d7
Compare


Bumps the npm_and_yarn group with 1 update in the /apps/vscode directory: esbuild.
Updates
esbuildfrom 0.25.0 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
esbuildfrom 0.25.0 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.
Note
Low Risk
Single devDependency pin with no runtime or extension logic changes; main residual risk is prepublish bundle output differing across esbuild minor versions.
Overview
Bumps the esbuild devDependency in
apps/vscodefrom 0.25.0 to 0.28.1. That version is what runs the existingvscode:prepublishbundle step forclient.tsandserver.ts; no scripts or extension source change in this PR.Reviewed by Cursor Bugbot for commit f6fe6d7. Bugbot is set up for automated code reviews on this repo. Configure here.