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 #1121

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2022

This PR contains the following updates:

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

v2.1.1

  • BUGFIX: Support ember-cli-babel >= 8 1334
  • INTERNAL: Upgrade resolver tests 1321

v2.1.0

  • BUGFIX: Support ember-cli-babel >= 8 1334
  • INTERNAL: Upgrade resolver tests 1321

v2.0.2

  • BUGFIX: hash current env into the temp workspace dir path 1318
  • BUGFIX: add .hbs.js to the list of resolvable extensions by webpack 1307
  • BUGFIX: Resolver transform fixes 1308
  • BUGFIX: handle special case where rootURL is empty string 1285
  • BUGFIX: tmpdir handling for @​glimmer/tracking compat adapter 1302

v2.0.1

  • BUGFIX: detect ember-template-compliation plugin correctly when other plugins are preventing parallelization 1299

v2.0.0

  • BUGFIX: 2.0.0 broke template-only components in addons with custom AST transforms 1294, 1295

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 5 times, most recently from ad4fecd to 4037818 Compare November 30, 2022 23:28
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 5 times, most recently from fdd3d7f to 8c346d7 Compare December 16, 2022 05:40
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from f76e322 to 07e3c0d Compare December 22, 2022 15:27
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 07e3c0d to afc3441 Compare January 4, 2023 20:23
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from afc3441 to 17c5a11 Compare January 13, 2023 03:08
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from 3468c90 to 46a2555 Compare January 25, 2023 15:26
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from da84172 to b6c5830 Compare February 20, 2023 20:49
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from b6c5830 to b20564e Compare March 14, 2023 21:06
@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 from 34125f7 to 1b625a4 Compare May 18, 2023 17:44
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 1b625a4 to 7796342 Compare September 29, 2023 17:02
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 7796342 to e9ace12 Compare November 13, 2023 01:35
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from e9ace12 to e05ff37 Compare April 18, 2024 15:41
@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 3 times, most recently from bcdc960 to cc1e32d Compare July 25, 2024 09:45
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from cc1e32d to bba6553 Compare July 25, 2024 10:00
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.

0 participants