Open renovate[bot] opened 1 year ago
This PR contains the following updates:
^7.16.7
^7.26.2
^0.6.1
^0.7.0
^0.18.0
^0.19.0
^2.0.16
^2.9.3
^13.1.3
^13.3.0
^7.0.3
^7.0.6
^27.4.0
^27.5.2
^16.11.19
^16.18.119
^17.0.38
^17.0.83
^17.0.11
^17.0.25
^10.0.0
^10.1.0
^1.4.0
^1.5.0
^27.4.7
^27.5.1
^2.5.1
^2.8.8
^4.1.0
^4.2.3
^27.1.2
^27.1.5
4.5.4
4.9.5
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
This PR contains the following updates:
^7.16.7
->^7.26.2
^0.6.1
->^0.7.0
^0.18.0
->^0.19.0
^2.0.16
->^2.9.3
^13.1.3
->^13.3.0
^7.0.3
->^7.0.6
^27.4.0
->^27.5.2
^16.11.19
->^16.18.119
^17.0.38
->^17.0.83
^17.0.11
->^17.0.25
^10.0.0
->^10.1.0
^1.4.0
->^1.5.0
^27.4.7
->^27.5.1
^2.5.1
->^2.8.8
^4.1.0
->^4.2.3
^27.1.2
->^27.1.5
4.5.4
->4.9.5
Release Notes
babel/babel (@babel/code-frame)
### [`v7.26.2`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7262-2024-10-30) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.26.0...v7.26.2) ##### :bug: Bug Fix - `babel-parser` - [#16903](https://redirect.github.com/babel/babel/pull/16903) fix: Parse placeholder for TS namespace ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - [#16937](https://redirect.github.com/babel/babel/pull/16937) fix: Account for offsets when creating new Position instances ([@DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-generator` - [#16948](https://redirect.github.com/babel/babel/pull/16948) Fix mapping of tokens with generated nodes in between ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.26.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7260-2024-10-25) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) ##### :rocket: New Feature - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-import-attributes`, `babel-preset-env`, `babel-standalone`, `babel-types` - [#16850](https://redirect.github.com/babel/babel/pull/16850) Enable import attributes parsing by default ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core` - [#16862](https://redirect.github.com/babel/babel/pull/16862) feat: support async plugin's pre/post ([@timofei-iatsenko](https://redirect.github.com/timofei-iatsenko)) - `babel-compat-data`, `babel-plugin-proposal-regexp-modifiers`, `babel-plugin-transform-regexp-modifiers`, `babel-preset-env`, `babel-standalone` - [#16692](https://redirect.github.com/babel/babel/pull/16692) Add `transform-regexp-modifiers` to `preset-env` ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#16849](https://redirect.github.com/babel/babel/pull/16849) feat: add `startIndex` parser option ([@DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-flow` - [#16841](https://redirect.github.com/babel/babel/pull/16841) Always enable parsing of Flow enums ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs3` - [#16794](https://redirect.github.com/babel/babel/pull/16794) Support `import()` in `rewriteImportExtensions` ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator`, `babel-parser` - [#16708](https://redirect.github.com/babel/babel/pull/16708) Add experimental format-preserving mode to `@babel/generator` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-core` - [#16928](https://redirect.github.com/babel/babel/pull/16928) Workaround Node.js bug for parallel loading of TLA modules ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#16926](https://redirect.github.com/babel/babel/pull/16926) Fix loading of modules with TLA in Node.js 23 ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-proposal-json-modules`, `babel-plugin-transform-json-modules`, `babel-standalone` - [#16924](https://redirect.github.com/babel/babel/pull/16924) Rename `proposal-json-modules` to `transform-json-modules` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#16896](https://redirect.github.com/babel/babel/pull/16896) Inline `@babel/highlight` in `@babel/code-frame` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#16732](https://redirect.github.com/babel/babel/pull/16732) Add `kind` to `TSModuleDeclaration` ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#16882](https://redirect.github.com/babel/babel/pull/16882) perf: Improve module transforms ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ### [`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.7...v7.25.9) ##### :bug: Bug Fix - `babel-parser`, `babel-template`, `babel-types` - [#16905](https://redirect.github.com/babel/babel/pull/16905) fix: Keep type annotations in `syntacticPlaceholders` mode ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#16907](https://redirect.github.com/babel/babel/pull/16907) fix: support BROWSERSLIST{,\_CONFIG} env ([@JLHwung](https://redirect.github.com/JLHwung)) - Other - [#16884](https://redirect.github.com/babel/babel/pull/16884) Analyze `ClassAccessorProperty` to prevent the `no-undef` rule ([@victorenator](https://redirect.github.com/victorenator)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#16914](https://redirect.github.com/babel/babel/pull/16914) remove test options flaky ([@JLHwung](https://redirect.github.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-types` - [#16918](https://redirect.github.com/babel/babel/pull/16918) perf: Make `VISITOR_KEYS` etc. faster to access ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ### [`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.7...v7.25.7) ##### :bug: Bug Fix - `babel-helper-validator-identifier` - [#16825](https://redirect.github.com/babel/babel/pull/16825) fix: update identifier to unicode 16 ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#16814](https://redirect.github.com/babel/babel/pull/16814) fix: issue with node path keys updated on unrelated paths ([@DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-plugin-transform-classes` - [#16797](https://redirect.github.com/babel/babel/pull/16797) Use an inclusion rather than exclusion list for `super()` check ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#16788](https://redirect.github.com/babel/babel/pull/16788) Fix printing of TS `infer` in compact mode ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#16785](https://redirect.github.com/babel/babel/pull/16785) Print TS type annotations for destructuring in assignment pattern ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#16778](https://redirect.github.com/babel/babel/pull/16778) Respect `[no LineTerminator here]` after nodes ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-types` - [#16852](https://redirect.github.com/babel/babel/pull/16852) Add deprecated JSDOC for fields ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-core` - [#16820](https://redirect.github.com/babel/babel/pull/16820) Allow sync loading of ESM when `--experimental-require-module` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env` - [#16858](https://redirect.github.com/babel/babel/pull/16858) Add browserslist config to external dependency ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`, `babel-standalone` - [#16809](https://redirect.github.com/babel/babel/pull/16809) Archive syntax-import-reflection and syntax-decimal ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#16779](https://redirect.github.com/babel/babel/pull/16779) Simplify logic for `[no LineTerminator here]` before nodes ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-plugin-transform-typescript` - [#16875](https://redirect.github.com/babel/babel/pull/16875) perf: Avoid extra cloning of namespaces ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-types` - [#16842](https://redirect.github.com/babel/babel/pull/16842) perf: Improve [@babel/types](https://redirect.github.com/babel/types) builders ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - [#16828](https://redirect.github.com/babel/babel/pull/16828) Only access `BABEL_TYPES_8_BREAKING` at startup ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.24.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#16554](https://redirect.github.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-traverse` - [#16522](https://redirect.github.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#16524](https://redirect.github.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#16525](https://redirect.github.com/babel/babel/pull/16525) Delete unused array helpers ([@blakewilson](https://redirect.github.com/blakewilson)) ### [`v7.24.6`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.2...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#16514](https://redirect.github.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#16515](https://redirect.github.com/babel/babel/pull/16515) Fix source maps for template literals ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#16485](https://redirect.github.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@JLHwung](https://redirect.github.com/JLHwung)) - [#16484](https://redirect.github.com/babel/babel/pull/16484) Fix decorator bare yield await ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#16483](https://redirect.github.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#16476](https://redirect.github.com/babel/babel/pull/16476) fix: Correctly parse `cls.fnprojectfluent/fluent.js (@fluent/langneg)
### [`v0.7.0`](https://redirect.github.com/projectfluent/fluent.js/compare/@fluent/langneg@0.6.2...@fluent/langneg@0.7.0) [Compare Source](https://redirect.github.com/projectfluent/fluent.js/compare/@fluent/langneg@0.6.2...@fluent/langneg@0.7.0) ### [`v0.6.2`](https://redirect.github.com/projectfluent/fluent.js/releases/tag/%40fluent/langneg%400.6.2): @fluent/langneg 0.6.2 [Compare Source](https://redirect.github.com/projectfluent/fluent.js/compare/@fluent/langneg@0.6.1...@fluent/langneg@0.6.2) - Adjust for updated linter rules ([#590](https://redirect.github.com/projectfluent/fluent.js/issues/590))formatjs/formatjs (@formatjs/icu-messageformat-parser)
### [`v2.9.3`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#293-2024-11-04) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.9.2...@formatjs/icu-messageformat-parser@2.9.3) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.9.2`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#292-2024-11-02) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.9.1...@formatjs/icu-messageformat-parser@2.9.2) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.9.1`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#291-2024-10-25) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.9.0...@formatjs/icu-messageformat-parser@2.9.1) ##### Bug Fixes - relax tslib req to 2 instead of 2.7 ([930c3e8](https://redirect.github.com/formatjs/formatjs/commit/930c3e8ddcc160fde7466449575455f135f78ca6)) - by [@longlho](https://redirect.github.com/longlho) ### [`v2.9.0`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#290-2024-10-25) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.8.0...@formatjs/icu-messageformat-parser@2.9.0) ##### Features - upgrade cldr to v46 ([daafb44](https://redirect.github.com/formatjs/formatjs/commit/daafb449ba2fc4553f5a484b969affa1529752db)) - by [@longlho](https://redirect.github.com/longlho) ### [`v2.8.0`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#280-2024-10-21) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.10...@formatjs/icu-messageformat-parser@2.8.0) ##### Features - upgrade cldr to v45 ([#4620](https://redirect.github.com/formatjs/formatjs/issues/4620)) ([fbb2bbf](https://redirect.github.com/formatjs/formatjs/commit/fbb2bbf6e038d5833c1f2752b805002436480948)) - by [@longlho](https://redirect.github.com/longlho) #### [2.7.10](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.8...@formatjs/icu-messageformat-parser@2.7.10) (2024-10-12) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) #### [2.7.9](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.8...@formatjs/icu-messageformat-parser@2.7.9) (2024-10-09) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) #### [2.7.8](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.7...@formatjs/icu-messageformat-parser@2.7.8) (2024-05-19) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) #### [2.7.7](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.6...@formatjs/icu-messageformat-parser@2.7.7) (2024-05-18) ##### Bug Fixes - **[@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser):** remove orphaned type from icu-messageformat-parser ([#4418](https://redirect.github.com/formatjs/formatjs/issues/4418)) ([961a2bb](https://redirect.github.com/formatjs/formatjs/commit/961a2bb496d2501acd45c8c0a06157fec38ea44d)) - by [@Renegade334](https://redirect.github.com/Renegade334) #### [2.7.6](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.5...@formatjs/icu-messageformat-parser@2.7.6) (2024-01-26) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) #### [2.7.5](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.4...@formatjs/icu-messageformat-parser@2.7.5) (2024-01-16) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) #### [2.7.4](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.3...@formatjs/icu-messageformat-parser@2.7.4) (2024-01-16) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) #### [2.7.3](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.2...@formatjs/icu-messageformat-parser@2.7.3) (2023-11-14) ##### Bug Fixes - **[@formatjs/intl-durationformat](https://redirect.github.com/formatjs/intl-durationformat):** add polyfill detector + docs ([d6d237a](https://redirect.github.com/formatjs/formatjs/commit/d6d237a2ffca73d5e3824df17bf5ebf7e7b135a8)) - by @ #### [2.7.2](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.1...@formatjs/icu-messageformat-parser@2.7.2) (2023-11-12) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) #### [2.7.1](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.0...@formatjs/icu-messageformat-parser@2.7.1) (2023-11-06) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.7.10`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#2710-2024-10-12) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.7.9`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#279-2024-10-09) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.7.8`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#278-2024-05-19) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.7...@formatjs/icu-messageformat-parser@2.7.8) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.7.7`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#277-2024-05-18) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.6...@formatjs/icu-messageformat-parser@2.7.7) ##### Bug Fixes - **[@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser):** remove orphaned type from icu-messageformat-parser ([#4418](https://redirect.github.com/formatjs/formatjs/issues/4418)) ([961a2bb](https://redirect.github.com/formatjs/formatjs/commit/961a2bb496d2501acd45c8c0a06157fec38ea44d)) - by [@Renegade334](https://redirect.github.com/Renegade334) ### [`v2.7.6`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#276-2024-01-26) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.5...@formatjs/icu-messageformat-parser@2.7.6) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.7.5`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#275-2024-01-16) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.4...@formatjs/icu-messageformat-parser@2.7.5) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.7.4`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#274-2024-01-16) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.3...@formatjs/icu-messageformat-parser@2.7.4) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.7.3`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#273-2023-11-14) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.2...@formatjs/icu-messageformat-parser@2.7.3) ##### Bug Fixes - **[@formatjs/intl-durationformat](https://redirect.github.com/formatjs/intl-durationformat):** add polyfill detector + docs ([d6d237a](https://redirect.github.com/formatjs/formatjs/commit/d6d237a2ffca73d5e3824df17bf5ebf7e7b135a8)) - by @ ### [`v2.7.2`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#272-2023-11-12) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.1...@formatjs/icu-messageformat-parser@2.7.2) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.7.1`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#271-2023-11-06) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.7.0...@formatjs/icu-messageformat-parser@2.7.1) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.7.0`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#270-2023-10-16) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.6.2...@formatjs/icu-messageformat-parser@2.7.0) ##### Features - **[@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser):** update CLDR to v43 ([1dc5582](https://redirect.github.com/formatjs/formatjs/commit/1dc5582219ac060892726151969122b02abe66d2)) #### [2.6.2](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.6.1...@formatjs/icu-messageformat-parser@2.6.2) (2023-09-10) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) #### [2.6.1](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.6.0...@formatjs/icu-messageformat-parser@2.6.1) (2023-09-07) ##### Bug Fixes - **[@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser):** improved hasNativeStartsWith check ([#4130](https://redirect.github.com/formatjs/formatjs/issues/4130)) ([75d60b5](https://redirect.github.com/formatjs/formatjs/commit/75d60b5e0b67d85c9d4f6b9bb1196ae27583afbe)) ### [`v2.6.2`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#262-2023-09-10) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.6.1...@formatjs/icu-messageformat-parser@2.6.2) **Note:** Version bump only for package [@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformat-parser) ### [`v2.6.1`](https://redirect.github.com/formatjs/formatjs/blob/HEAD/packages/icu-messageformat-parser/CHANGELOG.md#261-2023-09-07) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.6.0...@formatjs/icu-messageformat-parser@2.6.1) ##### Bug Fixes - **[@formatjs/icu-messageformat-parser](https://redirect.github.com/formatjs/icu-messageformaConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.