-
Notifications
You must be signed in to change notification settings - Fork 6
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) #245
base: main
Are you sure you want to change the base?
Conversation
|
1e1769e
to
f9cb420
Compare
717b798
to
b848b7c
Compare
91ab738
to
cee1836
Compare
60aa3cb
to
9a993b6
Compare
0dce847
to
92e44e1
Compare
bfeefad
to
c76f313
Compare
c76f313
to
010e02c
Compare
51e5751
to
5bd2976
Compare
ee908f1
to
5b11d88
Compare
320a8f0
to
6e13167
Compare
e06db87
to
1bbf731
Compare
86b6d7a
to
0029048
Compare
0029048
to
74dbd42
Compare
This PR contains the following updates:
^3.0.0
->^7.0.0
^2.0.0
->^3.0.0
2.1.1
->3.4.20
^2.0.0
->^4.0.0
^2.0.0
->^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 - At any time (no schedule defined), 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.