fix(deps): update all non-major dependencies #21
Merged
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:
1.6.6
->1.6.7
^1.2.14
->^1.2.16
^1.2.6
->^1.2.7
^1.2.6
->^1.2.7
^7.0.0
->^7.0.2
^15.2.0
->^15.2.1
10.5.2
->10.6.2
^24.3.0
->^24.4.0
^7.2.0
->^7.3.0
^5.3.12
->^5.3.14
^6.2.0
->^6.2.1
Release Notes
farm-fe/farm (@farmfe/core)
v1.6.7
Compare Source
Patch Changes
ec87a7f
: Fix resource pot id conflict in a large project due to the short hash id. The hash id is changed from 4 length to 32ec87a7f
: Fix #2103 module system introp between esm and cjsweb-infra-dev/rsbuild (@rsbuild/core)
v1.2.16
Compare Source
What's Changed
New Features 🎉
cssLoader.exportType
asstring
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4717Bug Fixes 🐞
forceSplitting
not work withsingle-vendor
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4708Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.2.15...v1.2.16
v1.2.15
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
source.include
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4698Document 📖
Other Changes
expect.poll
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4686Full Changelog: web-infra-dev/rsbuild@v1.2.14...v1.2.15
web-infra-dev/rspack (@rspack/cli)
v1.2.7
Compare Source
Highlights 💡
⚡️ Up to 20% faster on macOS
On macOS, Rspack v1.2.7 is up to 20% faster than v1.2.6. See https://github.com/web-infra-dev/rspack/pull/9518 for details.
🌿 20% less HMR memory usage
Name | Base (2025-02-28 2b45815) | Current | Change
-- | -- | -- | --
threejs_development-mode_10x_hmr + rss memory | 1137 MiB ± 129 MiB | 890 MiB ± 293 MiB | -21.72 %
To find out more, follow this link; and this is the benchmark report.
What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
maxGenerations
support by @h-a-n-a in https://github.com/web-infra-dev/rspack/pull/9517Bug Fixes 🐞
Document Updates 📖
Other Changes
compiler.compile
as private method by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/9472New Contributors
Full Changelog: web-infra-dev/rspack@v1.2.6...v1.2.7
webpack-contrib/css-minimizer-webpack-plugin (css-minimizer-webpack-plugin)
v7.0.2
Compare Source
v7.0.1
Compare Source
vercel/next.js (next)
v15.2.1
Compare Source
Core Changes
sourcePackage
references: #76550revalidate
property from incremental cachectx
forFETCH
kind: #76500cache-control
header and prerender manifest: #762075.8.2
: #76709generateStaticParams
: #7671322e39ea7-20250225
tod55cc79b-20250228
: #76680Example Changes
params
code blocks: #76705Misc Changes
swc_core
tov16.0.0
: #76414parallel-routes-revalidation
test: #76600octokit.rest.issues.addLabels
call: #76601devIndicators
and note on deprecated options: #76611htmlLimitedBots
option: #76616test-turbopack-integration
not having any shards : #76355describeVariants
helper: #76631toDisplayRedbox()
: replace all occurrences of testDir: #76618Credits
Huge thanks to @acdlite, @bgw, @ijjk, @molebox, @kdy1, @timneutkens, @devjiwonchoi, @mischnic, @unstubbable, @eps1lon, @huozhi, @philipithomas, @delbaoliveira, @samcx, @wbinnssmith, @sokra, @gnoff, @leerob, @ztanner, @raunofreiberg, @lubieowoce, and @LihaoWang for helping!
pnpm/pnpm (pnpm)
v10.6.2
Compare Source
Patch Changes
pnpm self-update
should always update the version in thepackageManager
field ofpackage.json
.pnpm patch-commit
will now use the same filesystem as the store directory to compare and create patch files.--loglevel=error
is used.peerDependencyRules
should be set inpnpm-workspace.yaml
to take effect.v10.6.1
Compare Source
Patch Changes
--silent
reporting is used.--loglevel
is set toerror
, don't show installation summary, execution time, and big tarball download progress.package.json
#9226.approve-builds
command, if package.json containsonlyBuiltDependencies
orignoredBuiltDependencies
, the selected dependency package will continue to be written intopackage.json
.v10.6.0
Compare Source
Minor Changes
pnpm-workspace.yaml
can now hold all the settings that.npmrc
accepts. The settings should use camelCase #9211.pnpm-workspace.yaml
example:Projects using a
file:
dependency on a local tarball file (i.e..tgz
,.tar.gz
,.tar
) will see a performance improvement during installation. Previously, using afile:
dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.Patch Changes
pnpm self-update
should not leave a directory with a broken pnpm installation if the installation fails.fast-glob
replace withtinyglobby
to reduce the size of the pnpm CLI dependencies #9169.pnpm deploy
should not remove fields from the deployed package'spackage.json
file #9215.pnpm self-update
should not read the pnpm settings from thepackage.json
file in the current working directory.pnpm deploy
creating apackage.json
without theimports
andlicense
field #9193.pnpm update -i
should list only packages that have newer versions #9206.catalogs
section of thepnpm-lock.yaml
file to be removed whendedupe-peer-dependents=false
on a filtered install. #9112puppeteer/puppeteer (puppeteer)
v24.4.0
Compare Source
Features
Dependencies
v24.3.1
Compare Source
Miscellaneous Chores
Dependencies
Bug Fixes
remix-run/react-router (react-router-dom)
v7.3.0
Compare Source
Patch Changes
[email protected]
webpack-contrib/terser-webpack-plugin (terser-webpack-plugin)
v5.3.14
Compare Source
v5.3.13
Compare Source
vitejs/vite (vite)
v6.2.1
Compare Source
isBuild
check from preAliasPlugin (#19587) (c9e086d), closes #19587applyToEnvironment
in internal plugins (#19588) (f678442), closes #19588*?url&no-inline
type and warning for.json?inline
/.json?no-inline
(#19566) (c0d3667), closes #19566Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 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.