chore(deps): bump the npm-root-nonbreaking group across 1 directory with 25 updates#259
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Mogplex PR Review
Status: Attention needed
Routine Dependabot group bump updating 25 npm packages. No security vulnerabilities, no credential leaks, no suspicious dependencies. Some packages have behavioral changes (Tailwind CSS 4.3 canonicalization, Electron minor bump, Playwright minor bump, React Three Fiber ShaderMaterial changes) that should be validated by CI but none are blocking. Approve with CI validation.
Warnings
- Tailwind CSS 4.3.0 canonicalization changes may affect class output (package.json)
Tailwind CSS 4.3.0 introduces class canonicalization changes (e.g., arbitrary :has() variant migration, unit preservation changes, whitespace handling in arbitrary values). Existing Tailwind class names may generate different CSS output. Verify that the project's visual output remains correct after this upgrade. - Electron 40.8.5 to 40.10.1 spans two minor versions (package.json)
Electron minor version bumps can include native module compatibility changes. Since this project uses node-pty (a native module rebuilt via @electron/rebuild), verify thatpostinstallrebuild succeeds and the desktop app launches correctly.
Suggestions
- Inconsistent version pinning in web/package.json devDependencies (web/package.json)
Several devDependencies in web/package.json are pinned without a caret (eslint-plugin-react-hooks: 7.1.1, globals: 17.6.0, @next/eslint-plugin-next: 16.2.6) while the root package.json uses caret ranges for the same packages (^7.1.1, ^17.6.0). This is pre-existing but the PR propagates the inconsistency.
Mogplex PR ReviewStatus: No material issues found The review is complete. This is a straightforward dependency bump PR with no blocking issues. The key items to verify before merging are that CI passes (especially lint and tests), given the Affected files:
|
12f2acb to
10fb458
Compare
|
Heads up on @react-three/fiber 9.6.0 ("Sunset X") The biggest behavioral shift in this batch is If the project doesn't use |
…ith 25 updates Bumps the npm-root-nonbreaking group with 25 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) | `9.5.0` | `9.6.1` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.6` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.15` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.6` | | [typescript-language-server](https://github.com/typescript-language-server/typescript-language-server) | `5.1.3` | `5.3.0` | | [zustand](https://github.com/pmndrs/zustand) | `5.0.12` | `5.0.13` | | [@electron/rebuild](https://github.com/electron/rebuild) | `4.0.3` | `4.0.4` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.60.0` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.2` | `4.3.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.15` | `22.19.19` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.0` | `8.59.4` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.58.0` | `8.59.4` | | [electron](https://github.com/electron/electron) | `40.8.5` | `40.10.1` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.0.1` | `7.1.1` | | [globals](https://github.com/sindresorhus/globals) | `17.4.0` | `17.6.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.8` | `8.5.15` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.2` | `4.3.0` | | [framer-motion](https://github.com/motiondivision/motion) | `12.38.0` | `12.40.0` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.7.7` | `16.9.1` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.11` | `14.3.2` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.7.7` | `16.9.1` | | [next](https://github.com/vercel/next.js) | `16.2.1` | `16.2.6` | | [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.2.1` | `16.2.6` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.1` | `16.2.6` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.0` | `8.59.4` | Updates `@react-three/fiber` from 9.5.0 to 9.6.1 - [Release notes](https://github.com/pmndrs/react-three-fiber/releases) - [Commits](pmndrs/react-three-fiber@v9.5.0...v9.6.1) Updates `react` from 19.2.4 to 19.2.6 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react) Updates `@types/react` from 19.2.14 to 19.2.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 19.2.4 to 19.2.6 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom) Updates `typescript-language-server` from 5.1.3 to 5.3.0 - [Release notes](https://github.com/typescript-language-server/typescript-language-server/releases) - [Changelog](https://github.com/typescript-language-server/typescript-language-server/blob/master/CHANGELOG.md) - [Commits](typescript-language-server/typescript-language-server@v5.1.3...v5.3.0) Updates `zustand` from 5.0.12 to 5.0.13 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.12...v5.0.13) Updates `@electron/rebuild` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/electron/rebuild/releases) - [Commits](electron/rebuild@v4.0.3...v4.0.4) Updates `@playwright/test` from 1.58.2 to 1.60.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.58.2...v1.60.0) Updates `@tailwindcss/postcss` from 4.2.2 to 4.3.0 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/@tailwindcss-postcss) Updates `@types/node` from 22.19.15 to 22.19.19 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.2.14 to 19.2.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@typescript-eslint/eslint-plugin` from 8.58.0 to 8.59.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.58.0 to 8.59.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/parser) Updates `electron` from 40.8.5 to 40.10.1 - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v40.8.5...v40.10.1) Updates `eslint-plugin-react-hooks` from 7.0.1 to 7.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) Updates `globals` from 17.4.0 to 17.6.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.4.0...v17.6.0) Updates `postcss` from 8.5.8 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.8...8.5.15) Updates `tailwindcss` from 4.2.2 to 4.3.0 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/tailwindcss) Updates `framer-motion` from 12.38.0 to 12.40.0 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v12.38.0...v12.40.0) Updates `fumadocs-core` from 16.7.7 to 16.9.1 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.7.7...fumadocs-core@16.9.1) Updates `fumadocs-mdx` from 14.2.11 to 14.3.2 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@14.2.11...fumadocs-mdx@14.3.2) Updates `fumadocs-ui` from 16.7.7 to 16.9.1 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.7.7...fumadocs-ui@16.9.1) Updates `next` from 16.2.1 to 16.2.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.2.1...v16.2.6) Updates `@next/eslint-plugin-next` from 16.2.1 to 16.2.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.6/packages/eslint-plugin-next) Updates `eslint-config-next` from 16.2.1 to 16.2.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.6/packages/eslint-config-next) Updates `typescript-eslint` from 8.58.0 to 8.59.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@react-three/fiber" dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: react dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: "@types/react" dependency-version: 19.2.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: typescript-language-server dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: zustand dependency-version: 5.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: "@electron/rebuild" dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: "@playwright/test" dependency-version: 1.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: "@tailwindcss/postcss" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: "@types/node" dependency-version: 22.19.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: "@types/react" dependency-version: 19.2.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: electron dependency-version: 40.10.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: postcss dependency-version: 8.5.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: tailwindcss dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: framer-motion dependency-version: 12.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: fumadocs-core dependency-version: 16.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: fumadocs-mdx dependency-version: 14.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: fumadocs-ui dependency-version: 16.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: "@next/eslint-plugin-next" dependency-version: 16.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: eslint-config-next dependency-version: 16.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-root-nonbreaking - dependency-name: typescript-eslint dependency-version: 8.59.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-root-nonbreaking ... Signed-off-by: dependabot[bot] <support@github.com>
10fb458 to
d91c579
Compare
Bumps the npm-root-nonbreaking group with 25 updates in the / directory:
9.5.09.6.119.2.419.2.619.2.1419.2.1519.2.419.2.65.1.35.3.05.0.125.0.134.0.34.0.41.58.21.60.04.2.24.3.022.19.1522.19.198.58.08.59.48.58.08.59.440.8.540.10.17.0.17.1.117.4.017.6.08.5.88.5.154.2.24.3.012.38.012.40.016.7.716.9.114.2.1114.3.216.7.716.9.116.2.116.2.616.2.116.2.616.2.116.2.68.58.08.59.4Updates
@react-three/fiberfrom 9.5.0 to 9.6.1Release notes
Sourced from @react-three/fiber's releases.
Commits
2a52874RELEASING: Releasing 1 package(s)b645741docs(changeset): fix: Seamlessly transfer interactivity state when swapping i...119668ffix: Seamlessly transfer interactivity state when swapping instances (#3744)943a37eMerge pull request #3738 from pmndrs:chore/simplify-shadermaterial-demo1be9504chore: Add uniform piercing test4df10c0chore: Simplify ShaderMaterial demo877c839chore: Move ShaderMaterial uniform notes to objects out of pitfalls (#3734)47d30bachore: Move ShaderMaterial uniform notes to objects out of pitfallsece1a3fRELEASING: Releasing 1 package(s)26e4716docs(changeset): Fix uniforms refs so they remain stable for ShaderMaterialUpdates
reactfrom 19.2.4 to 19.2.6Release notes
Sourced from react's releases.
Commits
eaf3e95Version 19.2.623f4f9f19.2.5Updates
@types/reactfrom 19.2.14 to 19.2.15Commits
Updates
react-domfrom 19.2.4 to 19.2.6Release notes
Sourced from react-dom's releases.
Commits
eaf3e95Version 19.2.623f4f9f19.2.5Updates
typescript-language-serverfrom 5.1.3 to 5.3.0Release notes
Sourced from typescript-language-server's releases.
Changelog
Sourced from typescript-language-server's changelog.
Commits
5890444chore(master): release 5.3.0 (#1094)fd53d0efeat: refresh inlay hints and code lens on relevant configuration change (#1095)b73207cfeat: hover info verbosity (#1092)b4aaa23chore(deps): update dependency@types/reactto ^19.2.15 (#1091)6ab24c8chore(deps): update all non-major dependencies (#1089)c87fe95chore(master): release 5.2.0 (#1086)659201achore: auto-fix some npm errorsd56f502chore: use trusted publishingd3acbf4feat: add opt-in eager diagnostic clearing on didChange (#1064)eeb420echore: add node 24 to testing in CI (#1083)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for typescript-language-server since your current version.
Updates
zustandfrom 5.0.12 to 5.0.13Release notes
Sourced from zustand's releases.
Commits
6bc451e5.0.138ec2169chore(deps): update dev dependencies (#3486)4e9bcf0fix(devtools): support Firefox/Safari stack format in findCallerName (#3469)4b96f4efix(docs): correct react-dom test utils import path (#3474)c7516c1fix(tests): change parameters for 'expect' in test (#3483)1b04af1docs(persist): fix signature to require persistOptions (#3477)95d3f33test(middleware/immer): add runtime tests for immer middleware (#3471)3201328Update TypeScript guide links in README.md (#3466)00f96a3chore(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 (#3447)6330044test: expand React subscribe test coverage (#3442)Updates
@electron/rebuildfrom 4.0.3 to 4.0.4Release notes
Sourced from @electron/rebuild's releases.
Commits
21ceb5bfix: minimize production dependency tree (#1244)7dd7e0echore(deps): bump vite from 8.0.3 to 8.0.5 (#1263)b887faechore(deps): bump minimatch from 3.1.2 to 3.1.5 (#1262)e3d2323chore(deps-dev): bump electron from 35.7.5 to 39.8.5 (#1254)2ed0cf7chore: migrate test suite from Mocha/Chai to Vitest (#1257)b182f39chore: resolve dependabot alerts in test fixture lockfiles (#1258)8abcd5echore: resolve dependabot security alerts (#1256)551b5e0chore(deps): bump picomatch from 2.3.0 to 2.3.2 (#1255)d5e48a3ci: fix zizmor audit findings (#1252)608120cchore(deps): bump azure/login from 2.3.0 to 3.0.0 (#1249)Updates
@playwright/testfrom 1.58.2 to 1.60.0Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
87bb9ddcherry-pick(#40747): fix(yauzl): vendor yauzl with destroy-lifecycle fix9a9c51ccherry-pick(#40733): chore(electron): revert #40184 (move Electron API to a s...4b3b628cherry-pick(#40736): Revert "feat(electron): add timeout option to electronAp...f869f96chore: bump version to v1.60.0 (#40714)7eb6918cherry-pick(#40710): docs: release notes v1.60118d2aacherry-pick(#40693): chore(python): formdata path type54012f5chore(deps): bump ip-address and express-rate-limit (#40680)9fa531dfix(screencast): unblock frame ack when an async client disconnects (#40674)3649db5chore(mcp): bump default extension protocol to v2 (#40678)bb6c009chore(extension): mark 0.2.1 (#40679)Updates
@tailwindcss/postcssfrom 4.2.2 to 4.3.0Release notes
Sourced from @tailwindcss/postcss's releases.
... (truncated)
Changelog
Sourced from @tailwindcss/postcss's changelog.
... (truncated)
Commits
588bd734.3.0 (#20023)12eb5aeCleanup noisy test output (#20015)4255671Improve snapshot tests (#20013)52f94c7Improve codebase quality (#19999)d194d4cdocs: fix various typos in comments and documentation (#19878)bfb5732Fall back to the pluginbasewhen PostCSS has nofromoption (#19980)3a890c3Bump dependencies (#19957)69ad7cc4.2.4 (#19948)685c19eFix issue around resolving paths in@tailwindcss/vite(#19947)2e3fa494.2.3 (#19944)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@tailwindcss/postcsssince your current version.Updates
@types/nodefrom 22.19.15 to 22.19.19Commits
Updates
@types/reactfrom 19.2.14 to 19.2.15Commits
Updates
@typescript-eslint/eslint-pluginfrom 8.58.0 to 8.59.4Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
... (truncated)
Commits
ca6ca14chore(release): publish 8.59.44302433fix(eslint-plugin): [no-floating-promises] stack overflow when using recursiv...10b79f1chore(deps): update dependency eslint to v10.4.0 (#12339)2a6765dchore: clenaupgetAwaitedTypefromtypescript.d.ts(#12302)48e13c0chore(release): publish 8.59.3e26dc80docs: update stale links to latest (#12313)44f9625chore(deps): update vitest monorepo to v4.1.5 (#12307)2ec35f1chore(release): publish 8.59.2ec3ef25test: make no-useless-empty-export tests fully static (#12260)60d0a51chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...Updates
@typescript-eslint/parserfrom 8.58.0 to 8.59.4Release notes
Sourced from @typescript-eslint/parser's releases.