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

Update dependency @embroider/test-setup to v4 #1857

Merged
merged 1 commit into from May 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/test-setup (source) 2.1.1 -> 4.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.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 20, 2023
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from 162121c to a8fceb3 Compare January 25, 2023 17:43
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 4 times, most recently from 15a16a8 to b951df1 Compare March 4, 2023 12:06
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from b951df1 to 6ec2c85 Compare May 18, 2023 01:45
@renovate renovate bot changed the title Update dependency @embroider/test-setup to v2 Update dependency @embroider/test-setup to v3 May 18, 2023
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from 1fe6f6e to da48af5 Compare May 21, 2023 21:26
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from da48af5 to f392c9a Compare May 26, 2023 19:28
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from f392c9a to 802afae Compare September 29, 2023 17:13
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 9 times, most recently from 420f86a to aea50a3 Compare November 12, 2023 12:28
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from df59189 to c4a1223 Compare November 13, 2023 00:21
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 3 times, most recently from 6c90b55 to e8f9b83 Compare November 25, 2023 08:03
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from e8f9b83 to b07d7bc Compare December 20, 2023 00:14
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 3 times, most recently from 4281e89 to b4853a8 Compare February 2, 2024 01:52
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from cca6c79 to 7dbca26 Compare February 12, 2024 11:15
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from b4385f9 to ffc2207 Compare February 28, 2024 22:11
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from ffc2207 to 9924b79 Compare March 7, 2024 22:22
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 9924b79 to 2ed4375 Compare April 18, 2024 17:33
@renovate renovate bot changed the title Update dependency @embroider/test-setup to v3 Update dependency @embroider/test-setup to v4 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 2ed4375 to 90e4937 Compare May 9, 2024 02:22
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 90e4937 to e8d195e Compare May 9, 2024 20:28
@jelhan jelhan merged commit 6e9f791 into master May 14, 2024
44 checks passed
@jelhan jelhan deleted the renovate/major-embroider-monorepo branch May 14, 2024 09:23
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.

None yet

1 participant