Closed renovate[bot] closed 6 months ago
Latest commit: 57ea44011a49c9f664ddec6ac21132a6ebb3bbad
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This PR contains the following updates:
7.24.5
->7.24.6
7.24.1
->7.24.6
7.24.1
->7.24.6
7.24.1
->7.24.6
8.1.1
->8.1.3
8.1.1
->8.1.3
8.1.1
->8.1.3
8.1.1
->8.1.3
8.1.1
->8.1.3
8.1.1
->8.1.3
8.1.1
->8.1.3
18.3.2
->18.3.3
4.2.1
->4.3.0
11.3.5
->11.4.0
7.1.1
->7.1.2
10.3.15
->10.4.1
24.0.0
->24.1.0
3.1.0
->3.1.1
7.51.4
->7.51.5
8.1.1
->8.1.3
Release Notes
babel/babel (@babel/core)
### [`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@JLHwung](https://togithub.com/JLHwung)) - [#16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fnstorybookjs/storybook (@storybook/addon-a11y)
### [`v8.1.3`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#813) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.1.2...v8.1.3) - Angular: Support v18 - [#27237](https://togithub.com/storybookjs/storybook/pull/27237), thanks [@valentinpalkovic](https://togithub.com/valentinpalkovic)! - Telemetry: Add test packages - [#27226](https://togithub.com/storybookjs/storybook/pull/27226), thanks [@shilman](https://togithub.com/shilman)! ### [`v8.1.2`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#812) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.1.1...v8.1.2) - Angular: Fix filtering of workspace config styles - [#27108](https://togithub.com/storybookjs/storybook/pull/27108), thanks [@valentinpalkovic](https://togithub.com/valentinpalkovic)! - Next.js: Avoid interfering with the svgr loader - [#27198](https://togithub.com/storybookjs/storybook/pull/27198), thanks [@seanparmelee](https://togithub.com/seanparmelee)!vitejs/vite-plugin-react (@vitejs/plugin-react)
### [`v4.3.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#430-2024-05-22) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.2.1...v4.3.0) ##### Fix support for React compiler Don't set `retainLines: true` when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like [vite-plugin-react-click-to-component](https://togithub.com/ArnaudBarre/vite-plugin-react-click-to-component) to work, you should update your config to something like: ```ts export default defineConfig(({ command }) => { const babelPlugins = [['babel-plugin-react-compiler', {}]] if (command === 'serve') { babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}]) } return { plugins: [react({ babel: { plugins: babelPlugins } })], } }) ``` ##### Support HMR for class components This is a long overdue and should fix some issues people had with HMR when migrating from CRA.chromaui/chromatic-cli (chromatic)
### [`v11.4.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1140-Tue-May-21-2024) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.3.5...v11.4.0) ##### π Enhancement - Use replacement build for baseline build with uncommitted changes [#988](https://togithub.com/chromaui/chromatic-cli/pull/988) ([@ghengeveld](https://togithub.com/ghengeveld)) ##### π Bug Fix - Remove console log [#979](https://togithub.com/chromaui/chromatic-cli/pull/979) ([@tevanoff](https://togithub.com/tevanoff)) ##### Authors: 2 - Gert Hengeveld ([@ghengeveld](https://togithub.com/ghengeveld)) - Todd Evanoff ([@tevanoff](https://togithub.com/tevanoff)) ***webpack-contrib/css-loader (css-loader)
### [`v7.1.2`](https://togithub.com/webpack-contrib/css-loader/blob/HEAD/CHANGELOG.md#712-2024-05-22) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v7.1.1...v7.1.2)isaacs/node-glob (glob)
### [`v10.4.1`](https://togithub.com/isaacs/node-glob/compare/v10.4.0...v10.4.1) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.0...v10.4.1) ### [`v10.4.0`](https://togithub.com/isaacs/node-glob/compare/v10.3.16...v10.4.0) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.16...v10.4.0) ### [`v10.3.16`](https://togithub.com/isaacs/node-glob/compare/v10.3.15...v10.3.16) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.15...v10.3.16)jsdom/jsdom (jsdom)
### [`v24.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2410) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.0.0...24.1.0) - Added the `getSetCookie()` method to the `Headers` class. (ushiboy) - Fixed the creation and parsing of elements with names from `Object.prototype`, like `"constructor"` or `"toString"`. - Updated `rweb-cssom`, which can now parse additional CSS constructs.remy/nodemon (nodemon)
### [`v3.1.1`](https://togithub.com/remy/nodemon/releases/tag/v3.1.1) [Compare Source](https://togithub.com/remy/nodemon/compare/v3.1.0...v3.1.1) ##### Bug Fixes - add types to help with required nodemon usage ([#2204](https://togithub.com/remy/nodemon/issues/2204)) ([cd27c0b](https://togithub.com/remy/nodemon/commit/cd27c0b50584e078a10338ef0c37282255f3f9ca))react-hook-form/react-hook-form (react-hook-form)
### [`v7.51.5`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.51.5) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.51.4...v7.51.5) π fix broken link to examples in README.md ([#11805](https://togithub.com/react-hook-form/react-hook-form/issues/11805)) β¨οΈ close: correct type of error field in getFieldState return object ([#11831](https://togithub.com/react-hook-form/react-hook-form/issues/11831)) π fix [#11842](https://togithub.com/react-hook-form/react-hook-form/issues/11842) radio buttons not disabled when multiple share a name ([#11873](https://togithub.com/react-hook-form/react-hook-form/issues/11873)) π fix [#11821](https://togithub.com/react-hook-form/react-hook-form/issues/11821) set value with disabled false before mount ([#11880](https://togithub.com/react-hook-form/react-hook-form/issues/11880)) π fix setError to preserve existing errors elsewhere in the object ([#11888](https://togithub.com/react-hook-form/react-hook-form/issues/11888)) β¨οΈ fix: add info.value type to WatchObserver ([#11872](https://togithub.com/react-hook-form/react-hook-form/issues/11872)) π«‘ fix issue with internal `set` api ([#11915](https://togithub.com/react-hook-form/react-hook-form/issues/11915)) thanks to [@mjr2595](https://togithub.com/mjr2595) [@erashu212](https://togithub.com/erashu212) [@SimonJTurner](https://togithub.com/SimonJTurner) and [@peinguin](https://togithub.com/peinguin)Configuration
π Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» 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 has been generated by Mend Renovate. View repository job log here.