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.27.0
->9.31.0
7.5.1
->7.6.0
22.15.19
->22.16.3
22.15.19
->22.16.3
8.33.0
->8.36.0
8.33.0
->8.36.0
4.5.0
->4.6.0
3.1.4
->3.2.4
3.1.4
->3.2.4
1.9.0
->1.10.0
1.9.0
->1.10.0
6.1.0
->6.2.2
9.27.0
->9.31.0
16.2.0
->16.3.0
2.8.4
->2.10.4
3.5.3
->3.6.2
26.2
->26.3
4.40.2
->4.45.0
4.40.2
->4.45.0
8.33.0
->8.36.0
3.1.4
->3.2.4
5.99.9
->5.100.1
3.7.0
->3.8.0
3.23.0
->3.24.3
3.23.0
->3.24.3
Release Notes
eslint/eslint (@eslint/js)
v9.31.0
Compare Source
v9.30.1
Compare Source
v9.30.0
Compare Source
v9.29.0
Compare Source
v9.28.0
Compare Source
SBoudrias/Inquirer.js (@inquirer/prompts)
v7.6.0
Compare Source
-
input
prompt: Newprefill
option to control if thedefault
value is editable inline or only after pressingtab.
v7.5.3
Compare Source
select
,checkbox
andsearch
prompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.v7.5.2
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.36.0
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.35.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.35.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.34.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.34.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.33.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.36.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.
v8.35.1
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.
v8.35.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.
v8.34.1
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.
v8.34.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.
v8.33.1
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.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.6.0
Compare Source
Add raw Rolldown support
This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.
v4.5.2
Compare Source
Suggest
@vitejs/plugin-react-oxc
if rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxc
whenrolldown-vite
is detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: false
in the plugin options.Use
optimizeDeps.rollupOptions
instead ofoptimizeDeps.esbuildOptions
for rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptions
being deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
v4.5.1
Compare Source
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
vitest-dev/vitest (@vitest/coverage-v8)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>
exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.meta
should be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
v3.2.3
Compare Source
🚀 Features
🐞 Bug Fixes
expect.any
return type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514)process.send()
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)View changes on GitHub
v3.2.2
Compare Source
🚀 Features
🐞 Bug Fixes
createTesters
call on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7)vitest-browser-*
packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef)toEqual
- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8)dot
reporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)View changes on GitHub
v3.2.1
Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8078 (30ab4)View changes on GitHub
v3.2.0
Compare Source
axios/axios (axios)
v1.10.0
Compare Source
Bug Fixes
Features
Contributors to this release
fb55/css-what (css-what)
v6.2.2
Compare Source
v6.2.1
Compare Source
~~- fix: publish dist
2508b9f
~~Release 6.2.0 and 6.2.1 included breaking changes; 6.2.2 is a re-publish of 6.1.0
v6.2.0
Compare Source
What's Changed
options
parameter by @chocolateboy in https://github.com/fb55/css-what/pull/1463New Contributors
Full Changelog: fb55/css-what@v6.1.0...v7
eslint/eslint (eslint)
v9.31.0
Compare Source
v9.30.1
Compare Source
v9.30.0
Compare Source
v9.29.0
Compare Source
v9.28.0
Compare Source
sindresorhus/globals (globals)
v16.3.0
Compare Source
8c029d9
mswjs/msw (msw)
v2.10.4
Compare Source
v2.10.4 (2025-07-12)
Bug Fixes
6cdce81
) @kettanaitov2.10.3
Compare Source
v2.10.3 (2025-07-04)
Bug Fixes
resolutionContext
onparse
andrun
(#2544) (0245685
) @kettanaitoresolutionContext
argument (#2543) (ce3ab1f
) @kettanaitov2.10.2
Compare Source
v2.10.2 (2025-06-09)
Bug Fixes
Response.error()
andHttpResponse.error()
as mocked responses (#2132) (72cc8dd
) @jacquesg @kettanaitov2.10.1
Compare Source
v2.10.1 (2025-06-07)
Bug Fixes
@mswjs/interceptors
to support WebSocket server protocol (#2528) (6704fa0
) @kettanaitov2.10.0
Compare Source
v2.10.0 (2025-06-07)
Features
run
method (#2527) (94fc78e
) @kettanaitov2.9.0
Compare Source
v2.9.0 (2025-06-03)
Features
request
reference within theRESPONSE
event (#2510) (4256351
) @kettanaitov2.8.7
Compare Source
v2.8.7 (2025-05-31)
Bug Fixes
56f24d5
) @kettanaitov2.8.6
Compare Source
v2.8.6 (2025-05-29)
Bug Fixes
ee44fab
) @kettanaitov2.8.5
Compare Source
v2.8.5 (2025-05-27)
Bug Fixes
2cdc2b1
) @kettanaito@mswjs/interceptors
to 0.38.7 (#2508) (b06fd0e
) @kettanaitoprettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
v3.6.0
Compare Source
diff
🔗 Release Notes
rollup/rollup (rollup)
v4.45.0
Compare Source
2025-07-12
Features
Bug Fixes
this
(#6001)Pull Requests
v4.44.2
Compare Source
2025-07-04
Bug Fixes
@__PURE__
annotations afternew
keyword (#5998)Pull Requests
@__PURE__
when nested after new in constructor invocations (@TrickyPi)v4.44.1
Compare Source
2025-06-26
Bug Fixes
Pull Requests
v4.44.0
Compare Source
2025-06-19
Features
maxParallelFileOps
as this could break watch mode with the commonjs plugin (#5986)Bug Fixes
Pull Requests
v4.43.0
Compare Source
2025-06-11
Features
fs
option andthis.fs
API to replace file system (#5944)Pull Requests
v4.42.0
Compare Source
2025-06-06
Features
Pull Requests
allowInputInsideOutputPath
option (@btea, @lukastaegert)v4.41.2
Compare Source
2025-06-06
Bug Fixes
then
and non-arrow function expressions (#5977)Pull Requests
v4.41.1
[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.41.0.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.