chore(deps): update npm-dev-dependencies (main) - #2129
Merged
Conversation
mender-test-bot
force-pushed
the
renovate/main-npm-dev-dependencies
branch
5 times, most recently
from
August 10, 2026 03:01
3917cb4 to
1153727
Compare
Signed-off-by: mender-test-bot <mender@northern.tech> Signed-off-by: mender-test-bot <mender@northern.tech>
mender-test-bot
force-pushed
the
renovate/main-npm-dev-dependencies
branch
from
August 10, 2026 10:52
1153727 to
03ac361
Compare
mineralsfree
approved these changes
Aug 10, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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:
2.1.3→2.1.82.1.3→2.1.82.1.0→2.2.07.0.0→7.0.114.6.1→14.6.319.2.17→19.2.1819.2.3→19.2.46.0.3→6.0.510.8.0→10.8.117.8.0→17.9.0Release Notes
web-infra-dev/rspack (@rspack/cli)
v2.1.8Compare Source
Highlights
Persistent cache storage options now align with webpack
Rspack now supports
cache.nameandcache.storage.location, aligning with webpack's persistent cache semantics.cache.storage.directoryis now the base directory, while the final cache location defaults to<directory>/<cache.name>. Default cache paths remain unchanged.If you previously used
storage.directoryas the exact cache path, migrate it tostorage.location. Existing cache data is not migrated automatically.cache: { type: 'persistent', storage: { type: 'filesystem', - directory: '/custom/cache', + location: '/custom/cache', }, }What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.7...v2.1.8
v2.1.7Compare Source
What's Changed
Performance 🚀
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspack@v2.1.6...v2.1.7
v2.1.6Compare Source
What's Changed
New Features 🎉
Performance 🚀
in #14834
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.5...v2.1.6
v2.1.5Compare Source
What's Changed
Bug Fixes 🐞
Refactor 🔨
Other Changes
Full Changelog: web-infra-dev/rspack@v2.1.4...v2.1.5
v2.1.4Compare Source
Highlights
Fine-grained
import.metaparser optionsmodule.parser.javascript.importMetanow accepts an object so each knownimport.metaproperty can be configured independently, on top of the existingtrue/false/'preserve-unknown'values. Properties set tofalseare preserved for runtime evaluation, omitted properties keep their default behavior, and unknown properties are preserved. Both webpack-compatible keys (dirname,filename,main,url,webpack,webpackContext) and Rspack-specific keys (rspackHash,rspackPublicPath,glob, ...) are supported.Static worker URL output
module.parser.javascript.workernow accepts an object form withaliasandurl, alongside the existingbooleanandstring[]forms. Withurl: 'new-url-relative'andoutput.moduleenabled, Rspack emits a staticnew URL()expression fornew Worker(new URL(..., import.meta.url))instead of runtime code, honoringoutput.publicPathandoutput.workerPublicPath.What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.3...v2.1.4
rstackjs/rspack-dev-server (@rspack/dev-server)
v2.2.0Compare Source
What's Changed
df4cb1cby @renovate[bot] in #240d23441aby @renovate[bot] in #2472499707by @renovate[bot] in #248Full Changelog: rstackjs/rspack-dev-server@v2.1.0...v2.2.0
testing-library/jest-dom (@testing-library/jest-dom)
v7.0.1Compare Source
Bug Fixes
testing-library/user-event (@testing-library/user-event)
v14.6.3Compare Source
Bug Fixes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.0.5Compare Source
Fixed the react compiler preset filter to be linear (#1353)
The improved filter in v6.0.3 was non-linear and caused a performance regression (#1349). The filter was changed to be linear to avoid that.
v6.0.4Compare Source
Fixed
$RefreshSig$ is not definederror when runningvite devwithNODE_ENV=productionWhen running
vite devwithNODE_ENV=production, the app errored with$RefreshSig$ is not defined.This error is now fixed.
eslint/eslint (eslint)
v10.8.1Compare Source
Bug Fixes
18eb0a7fix: prevent ASI hazard inno-unused-labelsautofix (#21173) (dongkyu lee)151ba3ffix: false positives ingetter-returnandaccessor-pairs(#21163) (Grit)6898df9fix: ignore meta-property names inid-denylist(#21166) (Pixel)4d7db66fix: ignore meta-property names inid-match(#21167) (Pixel)677214efix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)Documentation
7d0cbf8docs: Update README (GitHub Actions Bot)0a05812docs: add missing backticks tono-duplicate-imports.js(#21183) (Lee Daeun)678c90bdocs: Update README (GitHub Actions Bot)8a10424docs: Update README (GitHub Actions Bot)69bb948docs: Update README (GitHub Actions Bot)Chores
0a14800chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])05adcb1test: fix failing ecosystem test foreslint-plugin-unicorn(#21191) (Lazizbek Ergashev)5611035test: add error locations info tono-void(#21185) (Lee Daeun)ee47333ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])f131c03chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)1f6eddechore: update ecosystem plugins (#21182) (ESLint Bot)d3266fbchore: unpinwebpackdependency (#21172) (Francesco Trotta)65a6519chore: add allowScripts field to package.json (#21092) (GiHoon Noh)22e5256ci: addtriage:nolabel to Dependabot PRs (#21141) (lumir)55c9038ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])7280e78chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])eddbad6test: fix failing ecosystem test foreslint-plugin-unicorn(#21156) (Francesco Trotta)60a178dchore: update ecosystem plugins (#21150) (ESLint Bot)f9f61dctest: add error locations tono-unreachable(#21151) (JIYEON)d086293test: add error locations tono-undef(#21147) (JIYEON)cc01b67test: add error locations tono-useless-catch(#21144) (devoil)688e75echore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)7c1e175test: add error locations torequire-await(#21145) (Grit)588a26dtest: add error locations tono-extra-label(#21139) (dongkyu lee)059aa89test: add error locations tono-useless-concat(#21140) (dongkyu lee)5a452a8test: add error locations tono-const-assign(#21138) (dongkyu lee)sindresorhus/globals (globals)
v17.9.0Compare Source
5a958edConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate.