build: update all non-major dependencies (main) #31207
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:
2.8.3
->2.8.4
1.0.0-beta.37
->1.0.0-beta.38
4.50.1
->4.50.2
Release Notes
web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)
v2.8.4
: - fixes for older node versionsCompare Source
What's new
baseline-browser-mapping
is now a dependency ofbrowserslist
. The use of spread syntax and optional chaining in the source code caused build problems in older versions of Node.js (spread syntax in <8.3.0 and optional chaining in 14.0.0), so the build targets forbaseline-browser-mapping
have been changed to ES2017 to ensure compatibility.main
inpackage.json
to the CommonJS export, which should only be used in older versions of node. Any version of node using that supports ESM build should use the default location(s) in theexports
property.A big thank you to @BrightTan for identifying the issue in browserslist/browserslist#904 !
Full Changelog: web-platform-dx/baseline-browser-mapping@v2.8.3...v2.8.4
rolldown/rolldown (rolldown)
v1.0.0-beta.38
Compare Source
💥 BREAKING CHANGES
🚀 Features
scan_mode
inbundler.scan
(#6204) by @IWANABETHATGUYfalse
inresolve.alias
to ignore resolution (#6203) by @shulaodagetJsonSchema
(#6186) by @shulaodato_string_literal
(#6178) by @sapphi-redByteLocator#byte_offset
(#6169) by @shulaodaskip_write
option (#6151) by @sapphi-red🐛 Bug Fixes
jsx.pragmaFrag
instead ofjsx.pragmaFlag
(#6200) by @sapphi-redmemberExpression
(#6192) by @IWANABETHATGUYbyte_slice
instead ofslice
for correct span handling (#6185) by @shulaodaminifyInternalExports
(#6166) by @sapphi-redeval
orarguments
in strict mode (#6140) by @IWANABETHATGUYprocess
is not defined in repl (#6147) by @IWANABETHATGUY💼 Other
rolldown
with.wasm
binding (#6153) by @hyf0build.ts
to prepare to support buildrolldown
package with wasi binding (#6152) by @hyf0🚜 Refactor
FlatOptions
in whole build session (#6211) by @IWANABETHATGUYcomments
in ScopeHoistingFinalizerContext (#6205) by @IWANABETHATGUYcross_module_inline_const
tocross_module_optimization
(#6193) by @IWANABETHATGUYclass
andfunction
visitor toclass_decl
,function_decl
(#6176) by @IWANABETHATGUYBuildDiagnostic
(#6165) by @shulaodaRolldownBuild
(#6136) by @shulaodaEventKind::IoError
(#6134) by @shulaoda📚 Documentation
⚡ Performance
side_effects_free_function_symbol_ref
(#6206) by @IWANABETHATGUYinstantiate_chunk
(#6159) by @sapphi-red🧪 Testing
⚙️ Miscellaneous Tasks
if: always()
to wasi-test (#6190) by @sapphi-red@rolldown/browser
build if no node related changes detected (#6189) by @sapphi-red@rolldown/browser
build without errors (#6155) by @hyf0type_aliases.rs
(#6133) by @shulaodarollup/rollup (rollup)
v4.50.2
Compare Source
2025-09-15
Bug Fixes
Pull Requests
Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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 has been generated by Renovate Bot.