csvalpha / amber-ui

https://csvalpha.nl
MIT License
4 stars 4 forks source link

chore(deps): update dependency ember-intl to v6 - autoclosed #810

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-intl (source) ^5.7.2 -> ^6.5.5 age adoption passing confidence

Release Notes

ember-intl/ember-intl (ember-intl) ### [`v6.5.5`](https://togithub.com/ember-intl/ember-intl/releases/tag/v6.5.5): Added @​babel/core as a dependency (required by ember-cli-babel@v8) [Compare Source](https://togithub.com/ember-intl/ember-intl/compare/v6.5.4...v6.5.5) Thanks to [@​mkszepp](https://togithub.com/mkszepp). (The patch can also be found in `v7.0.0-beta.5`.) ### [`v6.5.4`](https://togithub.com/ember-intl/ember-intl/releases/tag/v6.5.4): Removed broccoli-merge-files (security patch) [Compare Source](https://togithub.com/ember-intl/ember-intl/compare/v6.5.3...v6.5.4) Thanks to [@​LucasHill](https://togithub.com/LucasHill) for removing the dependency. (The patch can also be found in `v7.0.0-beta.3`.) ### [`v6.5.3`](https://togithub.com/ember-intl/ember-intl/releases/tag/v6.5.3): Fixed a memory leak introduced in v6.3.0. Ensured that registerDestructor is called when helpers are destroyed. [Compare Source](https://togithub.com/ember-intl/ember-intl/compare/v6.5.2...v6.5.3) > \[!IMPORTANT] > If your `ember-intl` is currently between versions `6.3.0` and `6.5.2`, please update it to `6.5.3` or higher. Thanks to [@​johanrd](https://togithub.com/johanrd) for investigating the issue and providing the fix quickly. ### [`v6.5.2`](https://togithub.com/ember-intl/ember-intl/releases/tag/v6.5.2): Updated ember-cli-typescript to v5.3.0. Deprecated `ember g translation`. [Compare Source](https://togithub.com/ember-intl/ember-intl/compare/v6.5.1...v6.5.2) Updating `ember-cli-typescript` will help remove warnings that `ember-intl` (along with other addons) might have produced. ```sh WARNING: ember-cli-typescript requires ember-cli-babel ^7.17.0, but you have version 8.0.0 installed; your TypeScript files may not be transpiled correctly ``` > \[!IMPORTANT] > The blueprint files, which make `ember g translation ` currently possible, will be removed in `v7.0.0`. You can manually create the translation file (more accurately). ### [`v6.5.1`](https://togithub.com/ember-intl/ember-intl/releases/tag/v6.5.1): Documented how to provide translations in apps, v1 addons, and v2 addons [Compare Source](https://togithub.com/ember-intl/ember-intl/compare/v6.5.0...v6.5.1) In the `docs` folder, I created 3 additional projects so that there's a living documentation (tested in CI) of how apps, v1 addons, and v2 addons can provide translations. I also updated the documentation site. You will find new content in: - `Getting Started > Overview` - `Getting Started > Quickstart (Apps)` - `Getting Started > Quickstart (Addons)` ### [`v6.5.0`](https://togithub.com/ember-intl/ember-intl/releases/tag/v6.5.0): Refactored intl service and private utilities [Compare Source](https://togithub.com/ember-intl/ember-intl/compare/v6.4.1...v6.5.0) > \[!WARNING] > To lower the maintenance cost, I removed code that should be unused, and refactored code that should be private. > > While existing tests continued to pass, it's possible that one of the refactors is a soft breaking change for your project (e.g. because you overwrote a method from the `intl` service). To be safe, I went with a minor release. > > If you find a regression, please open an issue and provide me context, so that we can see if a revert is needed. Thanks to [@​bertdeblock](https://togithub.com/bertdeblock) for fixing a URL typo in the blueprints. ### [`v6.4.1`](https://togithub.com/ember-intl/ember-intl/releases/tag/v6.4.1): Updated dependencies. Added ember-lts-5.4 to ember-try scenarios. [Compare Source](https://togithub.com/ember-intl/ember-intl/compare/v6.4.0...v6.4.1) The dependencies of `ember-intl` (in particular, `@types/ember__runloop` and `@types/ember__template`) have been updated to the latest version. This may fix the error messages shown below: ```sh [lint:types] node_modules/ember-intl/-private/formatters/-base.d.ts:1:33 - error TS2307: Cannot find module '@​ember/template/-private/handlebars' or its corresponding type declarations. [lint:types] [lint:types] 1 import type { SafeString } from '@​ember/template/-private/handlebars'; [lint:types] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [lint:types] [lint:types] node_modules/ember-intl/-private/formatters/format-message.d.ts:1:33 - error TS2307: Cannot find module '@​ember/template/-private/handlebars' or its corresponding type declarations. [lint:types] [lint:types] 1 import type { SafeString } from '@​ember/template/-private/handlebars'; [lint:types] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [lint:types] [lint:types] node_modules/ember-intl/services/intl.d.ts:1:36 - error TS2307: Cannot find module '@​ember/runloop/types' or its corresponding type declarations. [lint:types] [lint:types] 1 import type { EmberRunTimer } from '@​ember/runloop/types'; [lint:types] ~~~~~~~~~~~~~~~~~~~~~~ [lint:types] [lint:types] node_modules/ember-intl/services/intl.d.ts:3:33 - error TS2307: Cannot find module '@​ember/template/-private/handlebars' or its corresponding type declarations. [lint:types] [lint:types] 3 import type { SafeString } from '@​ember/template/-private/handlebars'; [lint:types] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Thanks to [@​jelhan](https://togithub.com/jelhan). ### [`v6.4.0`](https://togithub.com/ember-intl/ember-intl/releases/tag/v6.4.0): Improved DX and deprecated macros [Compare Source](https://togithub.com/ember-intl/ember-intl/compare/v6.3.2...v6.4.0) ##### What changed? - Allowed test helpers `setLocale()` and `addTranslation()` to call `settled()` - Updated [documentation for testing](https://ember-intl.github.io/ember-intl/versions/v6.4.0/docs/guide/testing) - Fixed type errors caused by macros - Deprecated macros (to be removed in `v7.0.0`) - Improved `