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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 22, 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 22, 2022
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch 2 times, most recently from 4c15616 to 73797cf Compare March 8, 2022 05:00
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 73797cf to a63eb56 Compare April 25, 2022 02:52
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from a63eb56 to 668a546 Compare June 18, 2022 15:52
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from 668a546 to ff0d804 Compare September 25, 2022 17:59
@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 24, 2023
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from ff0d804 to f65023b Compare March 24, 2023 13:32
@renovate renovate bot changed the title chore(deps): update dependency @embroider/test-setup to v2 chore(deps): update dependency @embroider/test-setup to v2 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/major-embroider-monorepo branch April 4, 2023 01:50
@renovate renovate bot changed the title chore(deps): update dependency @embroider/test-setup to v2 - autoclosed chore(deps): update dependency @embroider/test-setup to v2 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/major-embroider-monorepo branch April 4, 2023 09:59
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from f65023b to ff77012 Compare May 28, 2023 11:45
@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 ff77012 to d696bbd Compare October 2, 2023 13:44
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from d696bbd to c84ba2a Compare November 16, 2023 00:32
@renovate renovate bot force-pushed the renovate/major-embroider-monorepo branch from c84ba2a to 05fd50f Compare April 21, 2024 15:13
@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 21, 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