eversport / intl-codegen

generate code and type definitions from translations
MIT License
15 stars 1 forks source link

Update all non-major dependencies #91

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/code-frame (source) ^7.16.7 -> ^7.26.2 age adoption passing confidence
@fluent/langneg (source) ^0.6.1 -> ^0.7.0 age adoption passing confidence
@fluent/syntax (source) ^0.18.0 -> ^0.19.0 age adoption passing confidence
@formatjs/icu-messageformat-parser (source) ^2.0.16 -> ^2.9.3 age adoption passing confidence
@rollup/plugin-node-resolve (source) ^13.1.3 -> ^13.3.0 age adoption passing confidence
@types/babel__code-frame (source) ^7.0.3 -> ^7.0.6 age adoption passing confidence
@types/jest (source) ^27.4.0 -> ^27.5.2 age adoption passing confidence
@types/node (source) ^16.11.19 -> ^16.18.119 age adoption passing confidence
@types/react (source) ^17.0.38 -> ^17.0.83 age adoption passing confidence
@types/react-dom (source) ^17.0.11 -> ^17.0.25 age adoption passing confidence
fs-extra ^10.0.0 -> ^10.1.0 age adoption passing confidence
full-icu ^1.4.0 -> ^1.5.0 age adoption passing confidence
jest (source) ^27.4.7 -> ^27.5.1 age adoption passing confidence
prettier (source) ^2.5.1 -> ^2.8.8 age adoption passing confidence
rollup-plugin-dts ^4.1.0 -> ^4.2.3 age adoption passing confidence
ts-jest (source) ^27.1.2 -> ^27.1.5 age adoption passing confidence
typescript (source) 4.5.4 -> 4.9.5 age adoption passing confidence

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.fn = x` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://redirect.github.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://redirect.github.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://redirect.github.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://redirect.github.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - Other - [#​16466](https://redirect.github.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://redirect.github.com/JLHwung)) ### [`v7.24.2`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7242-2024-03-19) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.1...v7.24.2) ##### :bug: Bug Fix - `babel-code-frame`, `babel-highlight` - [#​16362](https://redirect.github.com/babel/babel/pull/16362) Restore previous `FORCE_COLOR=0` behavior ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.24.1`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72410-2024-07-16) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.23.5...v7.24.1) ##### :bug: Bug Fix - `babel-generator` - [#​16648](https://redirect.github.com/babel/babel/pull/16648) Fix parens detection for object\&function in `as`/`satisfies` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.23.5`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7235-2023-11-29) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.23.4...v7.23.5) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-decorators` - [#​16138](https://redirect.github.com/babel/babel/pull/16138) Class binding is in TDZ during decorators initialization ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16132](https://redirect.github.com/babel/babel/pull/16132) Allow addInitializer in field decorator context ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :bug: Bug Fix - `babel-traverse`, `babel-types` - [#​16131](https://redirect.github.com/babel/babel/pull/16131) Do not remove bindings when removing assignment expression path ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#​16135](https://redirect.github.com/babel/babel/pull/16135) Require class properties transform when compiling class with private fields ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16122](https://redirect.github.com/babel/babel/pull/16122) fix: Missing parentheses after line break ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helpers` - [#​16130](https://redirect.github.com/babel/babel/pull/16130) Fix helpers internal fns names conflict resolution ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-typescript` - [#​16123](https://redirect.github.com/babel/babel/pull/16123) Simplify class fields injetion after `super()` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​16110](https://redirect.github.com/babel/babel/pull/16110) fix: Unexpected duplication of comments ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-eslint-plugin` - [#​16023](https://redirect.github.com/babel/babel/pull/16023) Add `@babel/eslint-plugin/no-undef` to fix `no-undef` with accessor props ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helpers` - [#​16129](https://redirect.github.com/babel/babel/pull/16129) Optimize `decorator` helper size ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ### [`v7.23.4`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7234-2023-11-20) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.22.13...v7.23.4) ##### :bug: Bug Fix - `babel-generator` - [#​16104](https://redirect.github.com/babel/babel/pull/16104) fix: Pure comments missing parentheses ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ### [`v7.22.13`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72213-2023-08-28) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.22.10...v7.22.13) ##### :house: Internal - `babel-helper-fixtures`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​15890](https://redirect.github.com/babel/babel/pull/15890) Improve helper-fixtures ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-parser` - [#​15901](https://redirect.github.com/babel/babel/pull/15901) Revert "Do not record trailing comma pos when `maybeAsyncArrow: false`" ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.22.10`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72210-2023-08-07) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.22.5...v7.22.10) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​15799](https://redirect.github.com/babel/babel/pull/15799) \[ts] Strip type-only namespaces ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​15798](https://redirect.github.com/babel/babel/pull/15798) \[ts] Fix compiling extended exported nested namespace ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-new-target`, `babel-plugin-transform-private-methods`, `babel-preset-env` - [#​15701](https://redirect.github.com/babel/babel/pull/15701) Memoize class binding when compiling private methods and static elements ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :nail_care: Polish - `babel-cli` - [#​15824](https://redirect.github.com/babel/babel/pull/15824) Add `meta` object to `@babel/eslint-plugin` ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse`, `babel-types` - [#​15661](https://redirect.github.com/babel/babel/pull/15661) Improve the type definition of `path.isX` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator`, `babel-types` - [#​15776](https://redirect.github.com/babel/babel/pull/15776) improve SourceLocation typing ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :house: Internal - Other - [#​15818](https://redirect.github.com/babel/babel/pull/15818) build: generate flow typings in prepublish job ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​15777](https://redirect.github.com/babel/babel/pull/15777) chore: bump dev dependencies and remove .eslintignore ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-builder-react-jsx`, `babel-preset-env`, `babel-standalone` - [#​15794](https://redirect.github.com/babel/babel/pull/15794) Enable `@typescript-eslint/no-redundant-type-constituents` rule ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-helper-compilation-targets` - [#​15811](https://redirect.github.com/babel/babel/pull/15811) Remove `@babel/core` peerDep from `helper-compilation-targets` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-parser` - [#​15793](https://redirect.github.com/babel/babel/pull/15793) Use const enum in babel-parser ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-transform-runtime`, `babel-traverse`, `babel-types` - [#​15716](https://redirect.github.com/babel/babel/pull/15716) chore: Use `typescript-eslint@v6` with reworked configs ([@​JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg)) ##### :microscope: Output optimization - `babel-plugin-transform-block-scoping`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator` - [#​15746](https://redirect.github.com/babel/babel/pull/15746) Reduce `transform-block-scoping` loops output size ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ### [`v7.22.5`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7225-2023-06-08) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.21.4...v7.22.5) ##### :bug: Bug Fix - `babel-preset-env`, `babel-standalone` - [#​15675](https://redirect.github.com/babel/babel/pull/15675) Fix using `syntax-unicode-sets-regex` in standalone ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-core` - [#​15683](https://redirect.github.com/babel/babel/pull/15683) Suggest `-transform-` when resolving missing plugins ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.21.4`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7214-2023-03-31) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.18.6...v7.21.4) ##### :bug: Bug Fix - `babel-core`, `babel-helper-module-imports`, `babel-preset-typescript` - [#​15478](https://redirect.github.com/babel/babel/pull/15478) Fix support for `import/export` in `.cts` files ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator` - [#​15496](https://redirect.github.com/babel/babel/pull/15496) Fix compact printing of non-null assertion operators ([@​rtsao](https://redirect.github.com/rtsao)) ##### :nail_care: Polish - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​15427](https://redirect.github.com/babel/babel/pull/15427) Fix moving comments of removed nodes ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​15519](https://redirect.github.com/babel/babel/pull/15519) Update Prettier integration test ([@​fisker](https://redirect.github.com/fisker)) - `babel-parser` - [#​15510](https://redirect.github.com/babel/babel/pull/15510) refactor: introduce `lookaheadInLineCharCode` ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-code-frame`, `babel-highlight` - [#​15499](https://redirect.github.com/babel/babel/pull/15499) Polish babel-code-frame highlight test ([@​JLHwung](https://redirect.github.com/JLHwung)) ### [`v7.18.6`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7186-2022-06-27) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.16.7...v7.18.6) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​14650](https://redirect.github.com/babel/babel/pull/14650) \[ts] Disallow property access after instantiation expression ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​14636](https://redirect.github.com/babel/babel/pull/14636) \[ts] Allow `...<...>` followed by newline or binary operator ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-preset-env`, `babel-template` - [#​14668](https://redirect.github.com/babel/babel/pull/14668) JSON modules should be imported with default ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :bug: Bug Fix - `babel-helper-remap-async-to-generator`, `babel-plugin-proposal-async-generator-functions` - [#​14391](https://redirect.github.com/babel/babel/pull/14391) Transform `await` in computed class keys ([@​Yokubjon-J](https://redirect.github.com/Yokubjon-J)) - `babel-plugin-transform-parameters` - [#​14694](https://redirect.github.com/babel/babel/pull/14694) fix: preserve function params type if possible ([@​magic-akari](https://redirect.github.com/magic-akari)) - `babel-core` - [#​14583](https://redirect.github.com/babel/babel/pull/14583) fix: Memory leak when deep cloning in `babel-core` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-core`, `babel-helper-check-duplicate-nodes`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-runtime` - [#​14663](https://redirect.github.com/babel/babel/pull/14663) Fix `import { types } from "@​babel/core"` with native ESM ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-standalone` - [#​14697](https://redirect.github.com/babel/babel/pull/14697) Add `proposal-unicode-sets-regex` to `@babel/standalone` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - Other - [#​14687](https://redirect.github.com/babel/babel/pull/14687) chore: Update bench baselines ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator`, `babel-types` - [#​14685](https://redirect.github.com/babel/babel/pull/14685) enable TS compiler option: strictBindCallApply ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-code-frame`, `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-check-duplicate-nodes`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-fixtures`, `babel-helper-function-name`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-plugin-test-runner`, `babel-helper-plugin-utils`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-split-export-declaration`, `babel-helper-transform-fixture-test-runner`, `babel-helper-validator-option`, `babel-helper-wrap-function`, `babel-helpers`, `babel-highlight`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-preset-env`, `babel-preset-typescript`, `babel-standalone`, `babel-template`, `babel-traverse`, `babel-types` - [#​14601](https://redirect.github.com/babel/babel/pull/14601) enable noImplicitAny ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-transform-destructuring` - [#​14659](https://redirect.github.com/babel/babel/pull/14659) Run Babel asynchronously in fixtures ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
projectfluent/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-messageforma

Configuration

📅 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.

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.