-
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 to v3 (major) #163
Conversation
|
5f37d63
to
4bdf5d7
Compare
4bdf5d7
to
77baa7f
Compare
a6159ff
to
b160598
Compare
2fea029
to
b98b7cb
Compare
b98b7cb
to
b8447d0
Compare
This PR is failing due to the docs-app failing to build due to: docs-app:build: $TMPDIR/embroider/e83321/docs-app/templates/application.hbs/application.hbs: unsupported ambiguity between helper and component: this use of "{{page-title}}" could be helper "{{ (page-title) }}" or component "<PageTitle />", and your settings for staticHelpers and staticComponents do not agree. Either switch to one of the unambiguous forms, or make staticHelpers and staticComponents agree, or use a "disambiguate" packageRule to work around the problem if its in third-party code you cannot easily fix. in templates/application.hbs I'm taking a look. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Going to go ahead and close as this will need to be a manual PR anyway. Tracking the embroider upgrade over on #210. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^2.0.0
->^3.0.0
^2.0.0
->^3.0.0
^2.0.0
->^3.0.0
^2.0.0
->^3.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 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.