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.9
->^7.26.3
^27.5.0
->^27.5.1
^27.5.0
->^27.5.1
^27.5.0
->^27.5.1
^27.5.0
->^27.5.1
^27.5.0
->^27.5.1
^27.5.0
->^27.5.1
^4.8.0
->^4.9.0
^4.39.0
->^4.40.0
^8.4.2
->^8.4.7
^8.4.2
->^8.4.7
^8.4.2
->^8.4.7
^8.4.2
->^8.4.7
^3.0.3
->^3.0.5
^8.4.2
->^8.4.7
^8.4.2
->^8.4.7
^8.4.2
->^8.4.7
^8.4.2
->^8.4.7
^0.19.1
->^0.21.0
^3.6.3
->^3.7.0
^28.9.0
->^28.10.0
^7.37.2
->^7.37.3
^0.11.0
->^0.11.1
2.6.2
->2.7.0
^8.4.47
->^8.4.49
^8.4.2
->^8.4.7
^5.6.3
->^5.7.2
^11.0.2
->^11.0.3
^5.96.1
->^5.97.1
^5.1.0
->^5.2.0
^3.23.8
->^3.24.1
Release Notes
babel/babel (@babel/preset-react)
v7.26.3
Compare Source
🐛 Bug Fix
babel-generator
🏠 Internal
babel-helper-builder-binary-assignment-operator-visitor
,babel-plugin-transform-exponentiation-operator
🏃♀️ Performance
babel-generator
babel-traverse
babel-plugin-transform-modules-commonjs
simplifyAccess
(@liuxingbaoyu)storybookjs/storybook (@storybook/addon-a11y)
v8.4.7
Compare Source
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
storybookjs/addon-webpack5-compiler-babel (@storybook/addon-webpack5-compiler-babel)
v3.0.5
Compare Source
🐛 Bug Fix
Authors: 1
v3.0.4
Compare Source
🐛 Bug Fix
Authors: 2
storybookjs/test-runner (@storybook/test-runner)
v0.21.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
Authors: 3
v0.20.1
Compare Source
🐛 Bug Fix
Authors: 1
v0.20.0
Compare Source
Release Notes
Refactor: Align with Storybook 8.2 core package layout
This is a structural change that shouldn't really affect you. As long as you have the
storybook
dependency in your app (which you should), you're good! This change makes it so that the test-runner deduplicates Storybook dependencies, and therefore, slims down your node_modules size.Feature: Run postVisit on failures (#494)
The test-runner's postVisit hook now runs even if there are failures. This allows you to, for instance, take snapshots on component failures. You can check whether the test has failed via the
hasFailure
property in the context passed to the hook:🚀 Enhancement
📝 Documentation
Authors: 6
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.7.0
Compare Source
Minor Changes
#326
93ea130
Thanks @SukkaW! - This version has implemented theeslint-plugin-import-x
's v3 resolver interface. This allows you to use import/require to referenceeslint-import-resolver-typescript
directly in your ESLint flat config:Previously
Now
Note that this only works with
eslint-plugin-import-x@>=4.5.0
. You can't usecreateTypeScriptImportResolver
with the older versions ofeslint-plugin-import-x
or any existing versions ofeslint-plugin-import
.jest-community/eslint-plugin-jest (eslint-plugin-jest)
v28.10.0
Compare Source
Features
jest.mocked
(#1681) (d868636)jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.3
Compare Source
Fixed
no-danger
][no-danger]: avoid a crash on a nested component name ([#3833][] @ljharb)no-unknown-property
][no-unknown-property]: supportprecedence
prop in react 19 ([#3829][] @acusti)prop-types
][prop-types]: props missing in validation when using generic types from a namespace import ([#3859][] @rbondoc96)Changed
jsx-no-script-url
][jsx-no-script-url]: Improve tests ([#3849][] @radu2147)default-props-match-prop-types
][default-props-match-prop-types], [jsx-boolean-value
][jsx-boolean-value], [jsx-curly-brace-presence
][jsx-curly-brace-presence], [jsx-no-bind
][jsx-no-bind], [no-array-index-key
][no-array-index-key], [no-is-mounted
][no-is-mounted], [no-render-return-value
][no-render-return-value], [require-default-props
][require-default-props] ([#3841][] @bastiendmt)Configuration
📅 Schedule: Branch creation - "every 2 weeks on Sunday" (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.