CrowdStrike / ember-headless-table

https://ember-headless-table.pages.dev
MIT License
23 stars 7 forks source link

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

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/addon-dev (source) ^3.0.0 -> ^6.0.0 age adoption passing confidence
@embroider/compat (source) ^2.0.2 -> ^3.0.0 age adoption passing confidence
@embroider/core (source) ^2.0.2 -> ^3.0.0 age adoption passing confidence
@embroider/test-setup (source) ^2.0.2 -> ^4.0.0 age adoption passing confidence
@embroider/webpack (source) ^2.0.2 -> ^4.0.0 age adoption passing confidence

Release Notes

embroider-build/embroider (@​embroider/compat) ### [`v3.0.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#embroideraddon-dev-200---300) - 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: ```diff 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.
embroider-build/embroider (@​embroider/core) ### [`v3.0.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#embroideraddon-dev-200---300) - 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: ```diff 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.
embroider-build/embroider (@​embroider/test-setup) ### [`v3.0.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#embroideraddon-dev-200---300) - 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: ```diff 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.
embroider-build/embroider (@​embroider/webpack) ### [`v3.0.0`](https://redirect.github.com/embroider-build/embroider/blob/HEAD/CHANGELOG.md#embroideraddon-dev-200---300) - 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: ```diff 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 - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 9fe628742f4537c0195c312bf246b718ec0c3528

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR