fix(deps): update all non-major dependencies #643
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:
^9.32.0
->^9.33.0
^0.3.12
->^0.3.13
^0.3.29
->^0.3.30
1.0.0-beta.29
->1.0.0-beta.32
^1.0.0-beta.29
->^1.0.0-beta.32
^22.16.5
->^22.17.1
^1.4.0
->^1.5.0
^9.32.0
->^9.33.0
^17.21.2
->^17.21.3
^2.9.0
->^2.10.0
^11.3.0
->^11.3.1
^16.1.2
->^16.1.5
^1.54.1
->^1.54.2
10.13.1
->10.14.0
^1.89.2
->^1.90.0
^2.13.0
->^2.13.1
^0.13.0
->^0.14.1
^4.20.3
->^4.20.4
^5.8.3
->^5.9.2
^8.38.0
->^8.39.1
Release Notes
eslint/eslint (@eslint/js)
v9.33.0
Compare Source
jridgewell/sourcemaps (@jridgewell/gen-mapping)
v0.3.13
Compare Source
default
subpath export: jridgewell/sourcemaps@aab8d72export default
intomodule.exports =
in UMD plugin: jridgewell/sourcemaps@cf85c75Full Changelog: jridgewell/sourcemaps@gen-mapping/0.3.12...gen-mapping/0.3.13
jridgewell/sourcemaps (@jridgewell/trace-mapping)
v0.3.30
Compare Source
default
subpath export: jridgewell/sourcemaps@aab8d72export default
intomodule.exports =
in UMD plugin: jridgewell/sourcemaps@cf85c75Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.29...trace-mapping/0.3.30
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.32
Compare Source
💥 BREAKING CHANGES
advanceChunks
andpreserveEntrySignatures
(#5629) by @hyf0TreeshakingOptions
type with Rollup (#5592) by @sapphi-red🚀 Features
context
option (#5631) by @7086cmdimport ... from 'external-module'
in rolldown's best (#5599) by @hyf0treeshake.moduleSideEffects
option (#5593) by @sapphi-red🐛 Bug Fixes
./
prefix for relative imports starting with.
(#5687) by @shulaodadeconflict_import_bindings
(#5684) by @hyf0export {}
to ensure correct ESM detection (#5686) by @shulaodaoption.context
(#5669) by @situ2001typeof require === 'function'
(#5651) by @hyf0this
toexports
for cjs modules (#5641) by @hyf0this.emitFile
(#5611) by @shulaodamodule.exports
(#5607) by @hyf0require(...)
to sensible form (#5604) by @hyf0undefined
fromtreeshake.moduleSideEffects
function (#5595) by @sapphi-red🚜 Refactor
FxHashSet
andFxHashMap
(#5665) by @shulaodaconstants.rs
(#5650) by @hyf0exports,module
to__rolldown_exports__,__rolldown_module__
(#5647) by @hyf0VisitMut
toTraverse
(#5646) by @hyf0bit_index
function to getRuntimeHelper
bit index (#5634) by @IWANABETHATGUYJsCallback
andMaybeAsyncJsCallback
(#5628) by @shulaodaEnvFilter
(#5231) by @Boshentreeshake.moduleSideEffects
(#5594) by @sapphi-red📚 Documentation
⚡ Performance
🧪 Testing
option.context
(#5663) by @situ2001⚙️ Miscellaneous Tasks
just debug-test
alias to run test without extended test case (#5633) by @IWANABETHATGUYcase_sensitive_file_extension_comparisons
(#5625) by @shulaodav1.0.0-beta.31
Compare Source
🚀 Features
export * from ...
(#5577) by @hyf0watch.clearScreen
(#5518) by @situ2001name
andoriginalFileName
(#5555) by @shulaodaonInvalidate
schema to validator (#5528) by @situ2001render_chunk
logic (#5511) by @shulaodarender_asset_url_in_js
(#5508) by @shulaoda__VITE_ASSET__
(#5507) by @shulaodarender_asset_url_in_js
support (#5504) by @shulaodasourcemapBaseUrl
from NormalizedOutputOptions (#5513) by @sapphi-red🐛 Bug Fixes
generateBundle
andwriteBundle
(#5580) by @shulaodaexport * from ...
(#5578) by @hyf0export * from ...
(#5566) by @hyf0import.meta
correctly (#5565) by @shulaodaimport
/require
conditions for external modules resolution (#5540) by @sapphi-redresolve.externalConditions
(#5491) by @sapphi-redmodule.exports.__esModule = true
(#5503) by @overlookmotelsourcemapBaseUrl
is an invalid URL (#5514) by @sapphi-red🚜 Refactor
__rolldown_exports__
as the name for esm module namespace object (#5579) by @hyf0_configName
to_testName
in configuration files and update variant formatting in snapshots (#5569) by @hyf0rolldown_rstr
crate and useCompactStr
directly (#5542) by @CopilotImportRecordMeta
(#5539) by @IWANABETHATGUYsourcemap_base_url
parsing (#5517) by @IWANABETHATGUYto_output_file_path_in_js
(#5505) by @shulaoda📚 Documentation
🧪 Testing
configName
to_configName
and add comments (#5568) by @hyf0rolldown_testing_config
(#5567) by @hyf0⚙️ Miscellaneous Tasks
code-spell-checker
extension (#5530) by @shulaoda❤️ New Contributors
v1.0.0-beta.30
Compare Source
💥 BREAKING CHANGES
strictExecutionOrder
by default (#5436) by @hyf0🚀 Features
this.fs
support (#5475) by @sapphi-redgenerate_bundle
logic (#5480) by @shulaodaimport.meta.hot.invalidate
(#5457) by @hyf0toESM
as pure (#5461) by @IWANABETHATGUYfile_to_built_url
(#5450) by @shulaodashould_inline
logic (#5308) by @AliceLannistefile_to_built_url
support (#5445) by @shulaodaoptimization.pifeForModuleWrappers
option (#5433) by @sapphi-redoptimization.pifeForModuleWrappers
option (#5432) by @sapphi-redcreateCjsInitializer
(#5427) by @sapphi-red__commonJSMin
/_commonJS
wrapper (#5426) by @sapphi-redcreateEsmInitializer
(#5425) by @sapphi-red__esm
wrapper (#5424) by @sapphi-red__esmMin
wrapper (#5319) by @sapphi-redoutput.sourcemapBaseUrl
(#5413) by @situ2001__commonJS
CallExpression as Pure (#5419) by @IWANABETHATGUYencode_uri_path
logic (#5410) by @shulaodaimport.meta
for non-esm
output format (#5378) by @7086cmd🐛 Bug Fixes
await
(#5487) by @situ2001__toESM
in cjs format (#5454) by @IWANABETHATGUY__esm
(#5396) by @IWANABETHATGUY🚜 Refactor
HmrOutput
withHmrUpdate
(#5488) by @hyf0asset_to_data_url
(#5481) by @shulaodatest-dev-server
(#5462) by @hyf0Log#code
anOption
(#5416) by @shulaodapropagate_update
(#5402) by @hyf0__esm
top level bindings hoisted (#5397) by @IWANABETHATGUY📚 Documentation
⚡ Performance
🧪 Testing
optimization.pifeForModuleWrappers
(#5435) by @sapphi-red⚙️ Miscellaneous Tasks
unknown-session
(#5502) by @hyf0__commonJSMin
in runtime-base.js (#5455) by @IWANABETHATGUYfile_to_dev_url
temporarily (#5446) by @shulaodaremove_url_query
intorolldown_plugin_utils
(#5444) by @shulaoda.cursorignore
to ignore meaningless files for AI (#5422) by @hyf0vuejs/babel-plugin-jsx (@r
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.