NullVoxPopuli / rollup-plugin-glimmer-template-tag

Rollup plugin for providing support for both gjs and gts file formats
MIT License
2 stars 1 forks source link

Update embroider monorepo to v3 (major) #31

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/compat ^2.1.1 -> ^3.0.0 age adoption passing confidence
@embroider/core ^2.1.1 -> ^3.0.0 age adoption passing confidence
@embroider/test-setup ^2.1.1 -> ^3.0.0 age adoption passing confidence
@embroider/webpack ^2.1.1 -> ^3.0.0 age adoption passing confidence

Release Notes

embroider-build/embroider (@​embroider/compat) ### [`v3.0.0`](https://togithub.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://togithub.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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 616f62022f6dead9c8a08a83eb73df1469efa482

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