chore(deps): update npm-development#182
Merged
Merged
Conversation
Deploying mouseterm with
|
| Latest commit: |
752231b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f538fa74.mouseterm.pages.dev |
| Branch Preview URL: | https://renovate-npm-development.mouseterm.pages.dev |
dormouse-bot
left a comment
Collaborator
There was a problem hiding this comment.
One thing worth a maintainer decision before this lands — flagged inline on vscode-ext/package.json. The rest of the bumps look fine: ovsx@1.0.2 still exposes publish --packagePath/--no-dependencies (the release.yml publish step is unaffected), and chromatic 17 already passed UI Tests on this commit.
The npm-development group bumped @types/vscode to 1.125.0, but engines.vscode stays ^1.85.0 — that lets the typed API surface outrun the declared minimum runtime (APIs added after 1.85 would be undefined on VS Code 1.85–1.124, and CI wouldn't catch it since the extension is esbuild-bundled with no typecheck). Pin the type stub back to 1.85.0 and add a Renovate packageRule (allowedVersions) so future npm-development PRs keep it pinned. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
dormouse-bot
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.15.1→7.18.010.4.0→10.4.610.4.0→10.4.64.3.0→4.3.12.11.2→2.11.419.2.14→19.2.171.85.0→1.125.06.0.2→6.0.33.9.1→3.9.2^16.10.1→^17.0.00.28.0→0.28.1^0.10.12→^1.0.010.4.0→10.4.64.3.0→4.3.18.0.14→8.1.04.1.6→4.1.9Release Notes
remix-run/react-router (@react-router/dev)
v7.18.0Compare Source
Patch Changes
Pass Vite
server.watchconfig to child compiler in development mode. (#15178)Ignore external Vite server environments in Framework Mode build hooks (#14883)
When
future.v8_viteEnvironmentApiis enabled, React Router previously treated any non-client Vite environment as its own server build. This caused issues with integrations like Nitro, where plugins can register additional environments.Framework Mode build hooks now ignore external server environments and only process the app's own server build.
Updated dependencies:
react-router@7.18.0@react-router/node@7.18.0@react-router/serve@7.18.0v7.17.0Compare Source
Patch Changes
Unstable Changes
future.unstable_optimizeDepsis enabled. (#15005)react-router@7.17.0@react-router/node@7.17.0@react-router/serve@7.17.0v7.16.0Compare Source
Minor Changes
Stabilize
future.unstable_trailingSlashAwareDataRequestsasfuture.v8_trailingSlashAwareDataRequests(#15098)Log future flag warnings for upcoming React Router v8 flags (#15029)
v8_middleware,v8_splitRouteModules,v8_viteEnvironmentApi,v8_passThroughRequests,v8_trailingSlashAwareDataRequestsPatch Changes
react-router@7.16.0@react-router/node@7.16.0@react-router/serve@7.16.0storybookjs/storybook (@storybook/react)
v10.4.6Compare Source
v10.4.5Compare Source
v10.4.4Compare Source
v10.4.3Compare Source
v10.4.2Compare Source
v10.4.1Compare Source
npx expo install --fixafter init for Expo projects - #34803, thanks @ndelangen!peerDependenciesin framework detection for component libraries - #34516, thanks @zhyd1997!tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.3.1Compare Source
Added
--silentoption to suppress output in@tailwindcss/cli(#20100)Fixed
Module#registerHooksinstead ofModule#registeron Node 26+ (#20028)@applyto be used with CSS mixins (#19427)not-*correctly negates@containerqueries, includingstyle(…)queries (#20059)drop-shadow-*color utilities work with custom shadow values containingcalc(…)(#20080)@tailwindcss/vite(#20103)@tailwindcss/webpackcan be installed in Rspack projects without requiringwebpackas a peer dependency (#20027)calc(…)expressions (e.g.px-[calc(1rem+0px)]→px-[calc(1rem+0)]) (#20127)left-[99999px]→left-[99999px], notleft-24999.75) (#20130)@tailwindcss/cliin--watchmode recovers when a tracked dependency is deleted and restored (#20137)@tailwindcss/clibinaries are ignored when scanning for class candidates (#20139)addClass(…)andremoveClass(…)calls (#20198)@variantto be used insideaddBase(#19480)@sourceglobs with symlinks are preserved (#20203)@sourcerules can re-include files excluded by earlier@source notrules (#20203)@utilityrules (#20205)inset-shadow-noneand other inset shadows work correctly (#20208)@sourcedirectories are scanned even when ignored by git (#20214)@sourceglobs ending in**/*preserve dynamic path segments to avoid scanning too many files (#20217)calc(…)divisions when the result would require high precision (e.g.w-[calc(100%/3.5)]→w-[calc(100%/3.5)], notw-[28.571428571428573%]) (#20221)@tailwindcss/postcss(#20228)Changed
0instead ofcalc(var(--spacing) * 0)for spacing utilities likem-0andleft-0(#20196)var(--spacing)instead ofcalc(var(--spacing) * 1)for spacing utilities likem-1andleft-1(#20196)tauri-apps/tauri (@tauri-apps/cli)
v2.11.4: @tauri-apps/cli v2.11.4Compare Source
[2.11.4]
Bug Fixes
67ffa192a(#15596 by @FabianLars) Fixed an issue in the AppImage bundler that caused the/.desktopand.DirIconfiles to be absolute symlinks instead of relative symlinks which caused problems with AppImage installers likeAppManager.Dependencies
tauri-cli@2.11.4v2.11.3: @tauri-apps/cli v2.11.3Compare Source
[2.11.3]
Bug Fixes
50b0237ed(#15549 by @Legend-Master) Escape special characters inproductNamewhen generating Androidstrings.xml728c8d4a5(#15473 by @Legend-Master) Skip building bundles when usingtauri android runbe0cb0d43(#15344 by @raglady) Fix NDK_HOME environment variable not honored when seted8fd411f(#15552 by @Legend-Master) Makeureq_protoshow trace level logs only on-vvvinstead of-vvfca4a31f9(#15454 by @fallintoplace) Fixtauri migrategenerating invalid namespace imports for aliased pluginified imports from@tauri-apps/api.Inputs like
import { cli as superCli } from "@​tauri-apps/api"now migrate toimport * as superCli from "@​tauri-apps/plugin-cli"instead of producing invalid ESM syntax. The migration tests also reparse migrated JS, Svelte, and Vue output so syntax regressions are caught directly.Dependencies
tauri-cli@2.11.3vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.0.3Compare Source
Microsoft/vsce (@vscode/vsce)
v3.9.2Compare Source
Changes:
uuidtest fixture version to100.0.0This list of changes was auto generated.
chromaui/chromatic-cli (chromatic)
v17.4.1Compare Source
🐛 Bug Fix
Authors: 3
v17.4.0Compare Source
🚀 Enhancement
invalidChangedFiles#1355 (@codykaup)🐛 Bug Fix
Authors: 1
v17.3.0Compare Source
🚀 Enhancement
🐛 Bug Fix
subdirdirectory #1381 (@codykaup)typescript-eslintto fix TypeScript warning #1373 (@codykaup)slashdependency for internal helper #1374 (@codykaup)react-native-build: Don't overwrite artifacts without permission. #1364 (@jmhobbs)patchlabel for Dependabot PRs #1370 (@codykaup)Authors: 3
v17.2.0Compare Source
🚀 Enhancement
Authors: 1
v17.1.0Compare Source
🚀 Enhancement
changedPackageFiles#1344 (@codykaup)Authors: 1
v17.0.1Compare Source
🐛 Bug Fix
build-storybookscript validation #1327 (@jmhobbs)es-toolkitversion to avoid bundle error in Yarn classic smoke test #1347 (@codykaup)Authors: 2
v17.0.0Compare Source
💥 Breaking Change
🐛 Bug Fix
prepare,build, andverifytasks to modules #1331 (@justin-thurman)Authors: 2
evanw/esbuild (esbuild)
v0.28.1Compare Source
Disallow
\in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr)This release fixes a security issue where HTTP requests to esbuild's local development server could traverse outside of the serve directory on Windows using a
\backslash character. It happened due to the use of Go'spath.Clean()function, which only handles Unix-style/characters. HTTP requests with paths containing\are no longer allowed.Thanks to @dellalibera for reporting this issue.
Add integrity checks to the Deno API (GHSA-gv7w-rqvm-qjhr)
The previous release of esbuild added integrity checks to esbuild's npm install script. This release also adds integrity checks to esbuild's Deno install script. Now esbuild's Deno API will also fail with an error if the downloaded esbuild binary contains something other than the expected content.
Note that esbuild's Deno API installs from
registry.npmjs.orgby default, but allows theNPM_CONFIG_REGISTRYenvironment variable to override this with a custom package registry. This change means that the esbuild executable served byNPM_CONFIG_REGISTRYmust now match the expected content.Thanks to @sondt99 for reporting this issue.
Avoid inlining
usingandawait usingdeclarations (#4482)Previously esbuild's minifier sometimes incorrectly inlined
usingandawait usingdeclarations into subsequent uses of that declaration, which then fails to dispose of the resource correctly. This bug happened because inlining was done forletandconstdeclarations by avoiding doing it forvardeclarations, which no longer worked when more declaration types were added. Here's an example:Fix module evaluation when an error is thrown (#4461, #4467)
If an error is thrown during module evaluation, esbuild previously didn't preserve the state of the module for subsequent module references. This was observable if
import()orrequire()is used to import a module multiple times. The thrown error is supposed to be thrown by every call toimport()orrequire(), not just the first. With this release, esbuild will now throw the same error every time you callimport()orrequire()on a module that throws during its evaluation.Fix some edge cases around the
newoperator (#4477)Previously esbuild incorrectly printed certain edge cases involving complex expressions inside the target of a
newexpression (specifically an optional chain and/or a tagged template literal). The generated code for thenewtarget was not correctly wrapped with parentheses, and either contained a syntax error or had different semantics. These edge cases have been fixed so that they now correctly wrap thenewtarget in parentheses. Here is an example of some affected code:Fix renaming of nested
vardeclarations (#4471)This release fixes a bug where
vardeclarations in nested scopes that are hoisted up to module scope were not correctly being renamed during bundling. That could previously lead to name collisions when minification was disabled, which could potentially cause a behavior change. The bug has been fixed so that these hoisted declarations are now considered to be module-level symbols during the name collision avoidance pass.Emit
varinstead ofconstfor certain TypeScript-only constructs for ES5 (#4448)While esbuild doesn't generally support converting
consttovarfor ES5 due to nested scoping rules (which is currently a build-time error), esbuild previously incorrectly converted TypeScript-onlyimportassignment constructs into aconstdeclaration even when targeting ES5. With this release, esbuild will now usevarfor this case instead:eclipse-openvsx/openvsx (ovsx)
v1.0.1Compare Source
v1.0.0Compare Source
Dependencies
3.1.0to3.1.2(#1829)5.0.5to5.0.6(#1846)6.15.0to6.15.2(#1869)0.2.4to0.2.6(#1877)vitejs/vite (vite)
v8.1.0Compare Source
Features
server.fs.denylist with common files (#22707) (61ba8fd)~for Rolldown (#22693) (9928722)Bug Fixes
Code Refactoring
rolldownOptionsproperty for chunkImportMap (#22692) (8e8816c)v8.0.16Compare Source
Bug Fixes
v8.0.15Compare Source
Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
collectAllModulesfunction (#22562) (6978a9c)vitest-dev/vitest (vitest)
v4.1.9Compare Source
🐞 Bug Fixes
importOriginalwith optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #10546 (a5180)View changes on GitHub
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.