simonihmig / ember-stargate

Modern lightweight portals for Ember
MIT License
68 stars 12 forks source link

Update embroider monorepo (major) #660

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/addon-dev 3.2.0 -> 4.1.0 age adoption passing confidence
@embroider/test-setup 2.1.1 -> 3.0.1 age adoption passing confidence

Release Notes

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.