build: update all non-major dependencies (main) #31020
Open
+468
−249
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.33.0
->9.34.0
5.1.15
->5.1.16
7.8.3
->7.8.4
8.40.0
->8.41.0
8.40.0
->8.41.0
9.33.0
->9.34.0
1.0.0-beta.33
->1.0.0-beta.34
4.47.1
->4.48.1
1.90.0
->1.91.0
Release Notes
eslint/eslint (@eslint/js)
v9.34.0
Compare Source
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)327c672
docs: Update README (GitHub Actions Bot)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)Chores
f19ad94
chore: upgrade to@eslint/[email protected]
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for @eslint/js release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])SBoudrias/Inquirer.js (@inquirer/confirm)
v5.1.16
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.41.0
Compare Source
🩹 Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.41.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
rolldown/rolldown (rolldown)
v1.0.0-beta.34
Compare Source
💥 BREAKING CHANGES
transform
option withtsconfig
(#5882) by @shulaodatsconfig
(#5842) by @shulaoda🚀 Features
rolldown_binding_watcher
(#5859) by @hyf0DevEngine
(#5852) by @hyf0DevEngine
to support build for devlopement scenario (#5808) by @hyf0useDefineForClassFields=false
withtarget>=es2022
(#5841) by @sapphi-redesmExternalRequirePlugin
(#5810) by @shulaodaoxc_minifier
options (#5804) by @IWANABETHATGUYinitial_indent
for concatenateWrappedModule (#5779) by @IWANABETHATGUYoption.context
(#5745) by @situ2001🐛 Bug Fixes
lang
logic correctly (#5874) by @shulaodamissing_export
diagnostic (#5862) by @IWANABETHATGUYtypescript.removeClassFieldsWithoutInitializer
foruseDefineForClassFields=false
(#5840) by @sapphi-redimport.meta.hot.accept
in patch file should work (#5823) by @sapphi-redinlineConst
with constant propagation (#5826) by @IWANABETHATGUYminify: 'dce-only'
is used (#5830) by @sapphi-redminify: dce-only
(#5792) by @Boshen/./
(#5790) by @IWANABETHATGUYoutput.topLevelVar
by options validator (#5789) by @sapphi-redtransform.jsx: 'preserve'
by options validator (#5781) by @sapphi-redpreserveModules
(#5780) by @shulaoda🚜 Refactor
finalize_vite_css_urls
(#5860) by @shulaodaNotifyWatcher
WASM-compatible (#5855) by @hyf0BuildDriver
(#5854) by @hyf0clone_in_with_semantic_ids
for program cloning (#5853) by @shulaodaresolve_dependencies
(#5795) by @shulaodaPluginContext
(#5785) by @situ2001📚 Documentation
esmExternalRequirePlugin
(#5886) by @sapphi-redesmExternalRequirePlugin
(#5813) by @shulaoda⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
oxc-resolver
to v11.7.0 (#5889) by @shulaodaquote_expr
,quote_stmt
(#5858) by @IWANABETHATGUY_VITE_TEST_JS_PLUGIN
instead of_VITE_TEST_NATIVE_PLUGIN
(#5827) by @sapphi-redvitepress@^2.0.0-alpha.12
instead (#5811) by @shulaodajsx
option in favor oftransform.jsx
(#5783) by @shulaodarollup/rollup (rollup)
v4.48.1
Compare Source
2025-08-25
Bug Fixes
Pull Requests
v4.48.0
Compare Source
2025-08-23
Features
Bug Fixes
Pull Requests
sass/dart-sass (sass)
v1.91.0
Compare Source
Potentially breaking change:
meta.inspect()
(as well as other systemsthat use it such as
@debug
and certain error messages) now emits numberswith as high precision as is available instead of rounding to the nearest
1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
meta.inspect()
, which is to provide full information about the structure ofa Sass value.
Passing a rest argument (
$arg...
) before a positional or named argument whencalling a function or mixin is now deprecated. This was always outside the
specified syntax, but it was historically treated the same as passing the rest
argument at the end of the argument list whether or not that matched the
visual order of the arguments.
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.