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 dependency @embroider/test-setup to v4 #74

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 21, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/test-setup (source) ^0.50.2 -> ^4.0.0 age adoption passing confidence

cc @tzellman


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

v1.8.3

Compare Source

  • BUGFIX: Add missing dependency 1282

v1.8.2

Compare Source

🐛 Bug Fix
  • compat, shared-internals
Committers: 1

v1.8.1

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 4

v1.8.0

Compare Source

🚀 Enhancement
  • addon-dev, core, shared-internals
🐛 Bug Fix
Committers: 4

v1.7.1

Compare Source

🐛 Bug Fix
Committers: 1

v1.7.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 6

v1.6.0

Compare Source

🚀 Enhancement
  • addon-dev, compat, core, hbs-loader, shared-internals, webpack
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 5

v1.5.0

Compare Source

🚀 Enhancement
  • util
🐛 Bug Fix
Committers: 2

v1.4.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v1.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 10

v1.2.0

Compare Source

🚀 Enhancement
  • compat
  • macros
    • #​1119 Reuse the loc of the macroMaybeAttrs hashes for the created attributes (@​Windvis)
📝 Documentation
🏠 Internal
Committers: 3

v1.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 9

v1.0.0

Compare Source

Declaring this as 1.0 to signifiy general level of stability and to give us more flexibility to distinguish minor and patch releases.

:internal: Internal
  • Renamed default branch from master to main.
🐛 Bug Fix
Committers: 1

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 added the deps label Jan 21, 2022
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from 3990c3c to 7627674 Compare March 8, 2022 05:22
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 7627674 to 59af1d2 Compare April 24, 2022 18:43
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 59af1d2 to e0a0e69 Compare June 18, 2022 20:11
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from e0a0e69 to d2a82d8 Compare September 25, 2022 13:18
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from d2a82d8 to 0923482 Compare March 19, 2023 02:03
@renovate renovate bot changed the title chore(deps): update dependency @embroider/test-setup to v1 chore(deps): update dependency @embroider/test-setup to v2 Mar 19, 2023
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 0923482 to 1d41ea3 Compare May 28, 2023 10:28
@renovate renovate bot changed the title chore(deps): update dependency @embroider/test-setup to v2 chore(deps): update dependency @embroider/test-setup to v3 May 28, 2023
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 1d41ea3 to 64a5fdf Compare October 1, 2023 15:25
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 64a5fdf to f5054a5 Compare November 15, 2023 00:15
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from f5054a5 to 4952342 Compare April 20, 2024 17:28
@renovate renovate bot changed the title chore(deps): update dependency @embroider/test-setup to v3 chore(deps): update dependency @embroider/test-setup to v4 Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants