Skip to content
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

chore(deps): update embroider monorepo (major) #933

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/addon-dev ^3.0.0 -> ^4.0.0 age adoption passing confidence
@embroider/test-setup ^2.0.0 -> ^3.0.0 age adoption passing confidence

Release Notes

embroider-build/embroider (@​embroider/test-setup)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 6 times, most recently from 2fd7c4a to eba1c09 Compare June 10, 2023 02:27
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from 25cb82d to 0b54150 Compare June 26, 2023 05:12
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 0b54150 to 4515f20 Compare August 2, 2023 14:11
@renovate renovate bot changed the title chore(deps): update dependency @embroider/test-setup to v3 chore(deps): update embroider monorepo (major) Aug 2, 2023
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 4 times, most recently from 848d065 to d3cab25 Compare August 14, 2023 09:35
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from d3cab25 to 0b10087 Compare September 15, 2023 04:51
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 0b10087 to d8390ff Compare September 15, 2023 05:08
@gilest gilest merged commit 2b5e639 into master Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant