-
Notifications
You must be signed in to change notification settings - Fork 7
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 embroider monorepo (major) #232
base: main
Are you sure you want to change the base?
Conversation
|
5692ea8
to
231457b
Compare
af63d44
to
05bd9e0
Compare
05bd9e0
to
83ffaa7
Compare
050c7a0
to
8beeb1d
Compare
1e845d9
to
db47494
Compare
1ee0d33
to
0db91cb
Compare
7db955c
to
1b97819
Compare
b22b97b
to
6427cc7
Compare
5366108
to
019cee2
Compare
3a491c0
to
90a6849
Compare
9596f91
to
70b99d4
Compare
70b99d4
to
cd103a8
Compare
47f81b2
to
53a2c34
Compare
362e2b7
to
a2d78ba
Compare
5a82cb0
to
f93ba5a
Compare
f93ba5a
to
9fe6287
Compare
9fe6287
to
a3ee299
Compare
This PR contains the following updates:
^3.0.0
->^7.0.0
^2.0.2
->^3.0.0
^2.0.2
->^3.0.0
^2.0.2
->^4.0.0
^2.0.2
->^4.0.0
Release Notes
embroider-build/embroider (@embroider/compat)
v3.0.0
BREAKING:
@embroider/addon-template/template-transform-plugin
is removedbecause
babel-plugin-ember-template-compilation >= 2.0.0
now directly supportssource-to-source transformation.
This plugin was used to run any custom AST transformations on your templates before publishing. To replace it:
Add
babel-plugin-ember-template-compilation@^2.0.0
as a devDependency.Make sure you also have a devDependency on
ember-source
, so we have a template compiler.Update the babel config like:
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
BREAKING:
@embroider/addon-template/template-transform-plugin
is removedbecause
babel-plugin-ember-template-compilation >= 2.0.0
now directly supportssource-to-source transformation.
This plugin was used to run any custom AST transformations on your templates before publishing. To replace it:
Add
babel-plugin-ember-template-compilation@^2.0.0
as a devDependency.Make sure you also have a devDependency on
ember-source
, so we have a template compiler.Update the babel config like:
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
BREAKING:
@embroider/addon-template/template-transform-plugin
is removedbecause
babel-plugin-ember-template-compilation >= 2.0.0
now directly supportssource-to-source transformation.
This plugin was used to run any custom AST transformations on your templates before publishing. To replace it:
Add
babel-plugin-ember-template-compilation@^2.0.0
as a devDependency.Make sure you also have a devDependency on
ember-source
, so we have a template compiler.Update the babel config like:
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
BREAKING:
@embroider/addon-template/template-transform-plugin
is removedbecause
babel-plugin-ember-template-compilation >= 2.0.0
now directly supportssource-to-source transformation.
This plugin was used to run any custom AST transformations on your templates before publishing. To replace it:
Add
babel-plugin-ember-template-compilation@^2.0.0
as a devDependency.Make sure you also have a devDependency on
ember-source
, so we have a template compiler.Update the babel config like:
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.