📦 Update build-system devDependencies #40199
Open
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:
7.25.8
->7.26.0
7.25.7
->7.25.9
7.25.7
->7.25.9
7.0.0
->7.1.0
1.30.1
->1.30.3
1.30.1
->1.30.3
2.4.0
->2.4.1
8.3.6
->8.4.6
8.3.6
->8.4.6
8.3.6
->8.4.6
4.1.26
->4.1.27
10.24.3
->10.25.0
23.6.0
->23.9.0
4.25.0
->4.27.0
See all other Renovate PRs on the Dependency Dashboard
How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:
Release Notes
babel/babel (@babel/core)
v7.26.0
Compare Source
v7.25.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)babel/babel (@babel/preset-react)
v7.25.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)SBoudrias/Inquirer.js (@inquirer/prompts)
v7.1.0
Compare Source
v7.0.1
Compare Source
yarn
percy/cli (@percy/core)
v1.30.3
Compare Source
What's Changed
✨ Enhancements
🏗 Maintenance
⬆️⬇️ Dependency Updates
New Contributors
Full Changelog: percy/cli@v1.30.2...v1.30.3
What's Changed
✨ Enhancements
🏗 Maintenance
🐛 Bugs
⬆️⬇️ Dependency Updates
New Contributors
Full Changelog: percy/cli@v1.30.2...v1.30.3
v1.30.2
Compare Source
What's Changed
✨ Enhancements
🏗 Maintenance
⬆️⬇️ Dependency Updates
Full Changelog: percy/cli@v1.30.1...v1.30.2
puppeteer/puppeteer (@puppeteer/browsers)
v2.4.1
Compare Source
storybookjs/storybook (@storybook/addon-a11y)
v8.4.6
Compare Source
@sveltejs/vite-plugin-svelte
v5 - #29731, thanks @JReinhold!v8.4.5
Compare Source
v8.4.4
Compare Source
v8.4.3
Compare Source
v8.4.2
Compare Source
@storybook/test
- #29514, thanks @shilman!v8.4.1
Compare Source
v8.4.0
Compare Source
Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!
List of all updates
@vitest/browser
v2.1.2 - #29407, thanks @strozw!es-toolkit
- #29259, thanks @JReinhold!@storybook/addon-links
by default - #29177, thanks @tobiasdiez!.gitignore
updated via CLI ends with a newline - #29124, thanks @3w36zj6!yarn
detection - #29448, thanks @ndelangen!chalk
topicocolors
- #28262, thanks @43081j!export { X }
parsing - #29344, thanks @vctqs1!prettier
an optional peer dependency - #29223, thanks @JReinhold!express
topolka
- #29230, thanks @43081j!qs
topicoquery
- #28315, thanks @43081j!handlebars
usage - #29208, thanks @ndelangen!file-system-cache
- #29256, thanks @ndelangen!fs-extra
with the native APIs - #29126, thanks @ziebam!lodash
withes-toolkit
- #28981, thanks @ndelangen!esbuild
, broadening version range - #29254, thanks @ndelangen!renderers/react
's dependencies - #29298, thanks @ndelangen!svelte2tsx
- support runes - #29423, thanks @JReinhold!util
dependency - #29310, thanks @JReinhold!react
in manager - #29197, thanks @ndelangen!optimizeDeps
- #29179, thanks @tobiasdiez!v8.3.7
Compare Source
v8.3.7
preactjs/preact (preact)
v10.25.0
Compare Source
Features
Move per-element type interfaces into core and more strictly type IntrinsicElements (#4546, thanks @rschristian)
This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be
<div src="x" />
.If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.
Recreate unkeyed functional components when they change position. (#4550, thanks @JoviDeCroock)
This is a long time bugfix, when we have elements that look like
We would reuse the state of the first VNode to render the second one when the condition switches. When you are using
key
, this issue was not present.Support
{ handleEvent() {} }
object interface as a listener (#4538, thanks @lilnasy)We've added support for attaching object/class event-handlers
Fixes
Maintenance
Signalish
helper to reduce verbosity (#4545, thanks @rschristian)react/iframe-missing-sandbox
(#4533, thanks @DonIsaac)SeleniumHQ/selenium (selenium-webdriver)
v4.26.0
Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, 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.