Skip to content

chore(deps): update dependency ember-intl to v8#1062

Open
renovate[bot] wants to merge 1 commit into
stagingfrom
renovate/ember-intl-8.x
Open

chore(deps): update dependency ember-intl to v8#1062
renovate[bot] wants to merge 1 commit into
stagingfrom
renovate/ember-intl-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 12, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
ember-intl (source) ^5.7.2^8.2.6 age confidence

Release Notes

ember-intl/ember-intl (ember-intl)

v8.2.6

Compare Source

Patch Changes

v8.2.5: Fixed lint errors

Compare Source

Updated packages

Latest versions

Name Version
ember-intl 8.2.3
@​ember-intl/lint 1.1.0
@​ember-intl/v1-compat 1.0.9
@​ember-intl/vite 1.0.1

v8.2.4: Updated dependencies and README

Compare Source

Updated packages

Latest versions

Name Version
ember-intl 8.2.3
@​ember-intl/lint 1.0.1
@​ember-intl/v1-compat 1.0.9
@​ember-intl/vite 1.0.1

v8.2.3: Allowed --fix to update a lint rule's ignores. Marked @​ember-intl/lint and @​ember-intl/vite as stable.

Compare Source

Updated packages

Latest versions

Name Version
ember-intl 8.2.2
@​ember-intl/lint 1.0.0
@​ember-intl/v1-compat 1.0.9
@​ember-intl/vite 1.0.0

v8.2.2: Updated dependencies

Compare Source

Updated packages

Latest versions

Name Version
ember-intl 8.2.2
@​ember-intl/lint 0.9.4
@​ember-intl/v1-compat 1.0.9
@​ember-intl/vite 0.5.6

v8.2.1: Updated dependencies

Compare Source

Thanks to @​evoactivity for help with improving documentation.

Updated packages

Latest versions

Name Version
ember-intl 8.2.1
@​ember-intl/lint 0.9.3
@​ember-intl/v1-compat 1.0.8
@​ember-intl/vite 0.5.5

v8.2.0: Created formatDisplayName

Compare Source

Updated packages

Latest versions

Name Version
ember-intl 8.2.0
@​ember-intl/lint 0.9.2
@​ember-intl/v1-compat 1.0.8
@​ember-intl/vite 0.5.4

v8.1.1: Updated dependencies. Handled an edge case for wrapTranslationsWithNamespace.

Compare Source

Thanks to @​johanrd for improving the error message for no-inconsistent-messages.

Updated packages

Latest versions

Name Version
ember-intl 8.1.1
@​ember-intl/lint 0.8.0
@​ember-intl/v1-compat 1.0.7
@​ember-intl/vite 0.5.4

v8.1.0: Enabled live demos for docs site. Removed outdated assumptions for updating the lang attribute.

Compare Source

Thanks to @​aklkv, @​NullVoxPopuli, and @​elidupuis for help with the docs site.

Updated packages

[!NOTE]

I went with a minor update to indicate a possible, soft-breaking change.

To make live demos for the documentation site work, I simplified how ember-intl sets the lang attribute on the <html> tag. This may or may not affect FastBoot projects; the ember-intl repo has never tested them in CI (no official support).

Until now, a private utility imported getOwner from @ember/application. I changed the import path to @ember/owner to address a deprecation. This means, projects below ember-source@4.11 (ember-intl@v8 requires >=4.12 for issue support) will need to patch ember-intl to keep importing getOwner from @ember/application.

Latest versions

Name Version
ember-intl 8.1.0
@​ember-intl/lint 0.7.2
@​ember-intl/v1-compat 1.0.6
@​ember-intl/vite 0.5.3

v8.0.5: Created @​ember-intl/vite

Compare Source

Thanks to @​MichalBryxi for fixing a typo in the documentation site.

New packages

[!WARNING]

The package isn't stable. How to consume the plugin and load translations may change.

Updated packages

Latest versions

Name Version
ember-intl 8.0.2
@​ember-intl/lint 0.3.1
@​ember-intl/v1-compat 1.0.2
@​ember-intl/vite 0.2.0

v8.0.4: Updated dependencies. Updated copyright year.

Compare Source

Updated packages

Latest versions

Name Version
ember-intl 8.0.2
@​ember-intl/lint 0.3.0
@​ember-intl/v1-compat 1.0.2

v8.0.3: Updated documentations

Compare Source

[!TIP]

Documentations for ember-intl now recommend creating the private function setupIntl() in the application route, so that you can isolate code related to ember-intl. The function is still called in the beforeEach hook.

Updated packages

None.

Latest versions

Name Version
ember-intl 8.0.1
@​ember-intl/lint 0.2.2
@​ember-intl/v1-compat 1.0.1

v8.0.2: Updated @​embroider/addon-dev to 8.1.2. Updated documentations.

Compare Source

Updated packages

Latest versions

Name Version
ember-intl 8.0.1
@​ember-intl/lint 0.2.2
@​ember-intl/v1-compat 1.0.1

v8.0.1: Handled top-level translation files with wrapTranslationsWithNamespace: true

Compare Source

Thanks to @​charlesfries.

Updated packages

Latest versions

Name Version
ember-intl 8.0.0
@​ember-intl/lint 0.2.1
@​ember-intl/v1-compat 1.0.0

v8.0.0: Stable release

Compare Source

Highlights

  • Updated ember-intl to be a v2 addon.
  • Created @ember-intl/lint and @ember-intl/v1-compat for backward compatibility.
  • Reduced build options (now for @ember-intl/v1-compat) from 12 to 4.

Migration guide

Install these versions if you want to do an incremental update from 7.4.1:

  1. ember-intl@8.0.0-beta.2
  2. ember-intl@8.0.0-beta.4, @ember-intl/v1-compat@0.2.0
  3. ember-intl@8.0.0-beta.5, @ember-intl/v1-compat@0.2.0
  4. ember-intl@8.0.0, @ember-intl/lint@0.2.0 (whichever version is the current latest), @ember-intl/v1-compat@1.0.0

See https://ember-intl.github.io/ember-intl/docs/migration/v8 and https://github.com/ember-intl/ember-intl/blob/v8.0.0-beta.8/packages/ember-intl/CHANGELOG.md for more information.

Latest versions

Name Version
ember-intl 8.0.0
@​ember-intl/lint 0.2.0
@​ember-intl/v1-compat 1.0.0

v7.5.0

Compare Source

Minor Changes

v7.4.1

Compare Source

Patch Changes
  • #​1993 Reintroduced ember-cli-typescript so that we can publish ember-intl safely (@​ijlee2)
  • #​1990 Removed ember-cli-typescript from dependencies and moved typescript to devDependencies (@​aklkv)

v7.4.0

Compare Source

Minor Changes
Patch Changes

v7.3.1

Compare Source

Patch Changes

v7.3.0

Compare Source

Minor Changes
Patch Changes

v7.2.0

Compare Source

Minor Changes
  • #​1969 Created {{format-relative-time}} helper and formatRelativeTime() method (@​ijlee2)
Patch Changes

v7.1.8

Compare Source

Patch Changes

v7.1.7

Compare Source

Patch Changes

v7.1.6

Compare Source

Patch Changes

v7.1.5

Compare Source

Patch Changes

v7.1.4

Compare Source

Patch Changes

v7.1.3

Compare Source

Patch Changes

v7.1.2

Compare Source

Patch Changes

v7.1.1

Compare Source

Patch Changes

v7.1.0

Compare Source

Minor Changes
Patch Changes

v7.0.9

Compare Source

Patch Changes
  • Re-released 7.0.8 (removes the accidentally published files from a development branch)

v7.0.8

Compare Source

Patch Changes

v7.0.7

Compare Source

Patch Changes

v7.0.6

Compare Source

Patch Changes

v7.0.5

Compare Source

Patch Changes

v7.0.4

Compare Source

Patch Changes

v7.0.3

Compare Source

Patch Changes

v7.0.2

Compare Source

Patch Changes

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
Minor Changes
Patch Changes

v6.5.6

Compare Source

Patch Changes

v6.5.5

Compare Source

Patch Changes

v6.5.4

Compare Source

Patch Changes

v6.5.3

Compare Source

Patch Changes
  • #​1852 Fixed a memory leak. Ensured that registerDestructor is called when helpers are destroyed. (@​johanrd)

v6.5.2

Compare Source

Patch Changes

v6.5.1

Compare Source

Patch Changes

v6.5.0

Compare Source

Minor Changes
Patch Changes

v6.4.1

Compare Source

Patch Changes

v6.4.0

Compare Source

Minor Changes
Patch Changes

v6.3.2

Compare Source

Patch Changes

v6.3.1

Compare Source

Patch Changes

v6.3.0

Compare Source

Minor Changes
Patch Changes

v6.2.2

Compare Source

Patch Changes

v6.2.1

Compare Source

Patch Changes

v6.2.0

Compare Source

Enhancement
Internal
Committers: 1

v6.1.2

Compare Source

Internal
Committers: 1

v6.1.1

Compare Source

Internal
  • #​1786 Remove unused and unnecessary development dependencies (@​ijlee2)
  • #​1785 [Security] Patched broccoli-merge-files so that the latest version of fast-glob may be installed (@​ijlee2)
Committers: 1

v6.1.0

Note, 6.0.0 had been released by accident and isn't a stable version. Version 6.1.0 marks the beginning of the 6.x series.

The lists below show the known changes between 6.0.0-beta.2 and 6.1.0.

Breaking Change
Bug Fix
Enhancement

v6.0.0

Compare Source

Breaking Change

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Dec 12, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 12, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/opt/containerbase/tools/corepack/0.35.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:13442
  const isURL = URL.canParse(range);
                    ^

TypeError: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.35.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:13442:21)
    at Object.getSpec (/opt/containerbase/tools/corepack/0.35.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:13591:55)
    at Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.35.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:13810:31)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.35.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:13849:24)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.35.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:14566:7)

Node.js v18.14.2

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Dec 12, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch from 1e73305 to c4b6b39 Compare December 12, 2025 14:35
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch from c4b6b39 to b49d514 Compare January 6, 2026 13:28
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch from b49d514 to c3b5e08 Compare January 13, 2026 20:29
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch 2 times, most recently from eb2ce83 to 0fb2bbe Compare February 4, 2026 10:11
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch 2 times, most recently from 4f8e85f to cde369e Compare February 16, 2026 08:56
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch from cde369e to 83cb214 Compare February 23, 2026 18:12
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch from 83cb214 to b653fee Compare March 6, 2026 13:23
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch from b653fee to c1bad17 Compare March 16, 2026 14:52
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch from c1bad17 to 031b631 Compare April 1, 2026 17:26
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch 3 times, most recently from 53eca32 to 322f57c Compare May 6, 2026 12:37
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch 2 times, most recently from dabffca to 0a782a9 Compare May 21, 2026 09:44
@renovate renovate Bot force-pushed the renovate/ember-intl-8.x branch from 0a782a9 to 629b035 Compare May 28, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants