Skip to content

Update dependency babel-plugin-ember-template-compilation to v3 #1292

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-plugin-ember-template-compilation 2.4.1 -> 3.0.0 age adoption passing confidence

Release Notes

emberjs/babel-plugin-ember-template-compilation (babel-plugin-ember-template-compilation)

v3.0.0

  • Released in order to avoid incompatibilities between ember-cli-htmlbars and ember-cli-htmlbars-inline-precompile. Contains no changes from prior version.

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.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 6, 2025
Copy link

changeset-bot bot commented May 6, 2025

⚠️ No Changeset found

Latest commit: e657426

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

@@ -22,7 +22,7 @@ import ember from 'eslint-plugin-ember/recommended';
import prettier from 'eslint-plugin-prettier/recommended';
import n from 'eslint-plugin-n';

import babelParser from '@babel/eslint-parser';
import babelParser from '@babel/eslint-parser/experimental-worker';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose we could wait for this worker to become stable before we upgrade the Ember plugin. I think it's fine to use this, seems to be working well.

renovate bot and others added 2 commits June 10, 2025 13:33
babel-plugin-ember-template-compilation@v3 is ESM,
which is only supported in the experimental worker
for babel/eslint-parser (for now). There was also
a bug in older versions where an async config threw
an error. Upgrading babel dependencies fixes that
error.
Copy link
Contributor Author

renovate bot commented Jun 10, 2025

Edited/Blocked Notification

Renovate 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.

@wkillerud wkillerud force-pushed the renovate/babel-plugin-ember-template-compilation-3.x branch from 85c2dd6 to e657426 Compare June 10, 2025 11:34
Copy link

@wkillerud wkillerud requested a review from simonihmig June 10, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant