Skip to content

fix(deps): update embroider monorepo (major) #9924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/addon-dev (source) ^7.1.3 -> ^8.0.1 age adoption passing confidence
@embroider/compat (source) ^3.8.5 -> ^4.1.0 age adoption passing confidence
@embroider/core (source) ^3.5.5 -> ^4.1.0 age adoption passing confidence
@embroider/router (source) ^2.1.8 -> ^3.0.1 age adoption passing confidence

Release Notes

embroider-build/embroider (@​embroider/router)

v3.0.0

  • BREAKING: @embroider/addon-template/template-transform-plugin is removed
    because babel-plugin-ember-template-compilation >= 2.0.0 now directly supports
    source-to-source transformation.

    This plugin was used to run any custom AST transformations on your templates before publishing. To replace it:

    1. Add babel-plugin-ember-template-compilation@^2.0.0 as a devDependency.

    2. Make sure you also have a devDependency on ember-source, so we have a template compiler.

    3. Update the babel config like:

      plugins: [
      -   [
      -     '@​embroider/addon-dev/template-transform-plugin',
      -     {
      -       astTransforms: [
      -         ...yourPluginsHere
      -       ]
      -     }
      -   ],
      +   [
      +     'babel-plugin-ember-template-compilation',
      +     {
      +       compilerPath: 'ember-source/dist/ember-template-compiler',
      +       targetFormat: 'hbs',
      +       transforms: [
      +         ...yourPluginsHere
      +        ]
      +     }
      +   ]
      ]

    See https://github.com/emberjs/babel-plugin-ember-template-compilation for the complete docs on these options.


Configuration

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 :dependabot: 🏷️ dependencies Pull requests that update a dependency file labels Apr 9, 2025
@github-project-automation github-project-automation bot moved this to needs triage in EmberData Apr 9, 2025
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 6 times, most recently from 98f52f3 to 196467e Compare April 14, 2025 20:33
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 3 times, most recently from 5845794 to cfa2047 Compare April 21, 2025 23:43
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from ed53633 to 8ee6147 Compare May 1, 2025 07:29
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 3 times, most recently from 646e478 to 8a7d3e5 Compare May 14, 2025 04:31
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 3 times, most recently from fb34b41 to fcb4f24 Compare May 23, 2025 20:04
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from fcb4f24 to d8a5c41 Compare May 27, 2025 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:dependabot: 🏷️ dependencies Pull requests that update a dependency file
Projects
Status: needs triage
Development

Successfully merging this pull request may close these issues.

0 participants