Skip to content

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: 4ce3326

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

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.

Copy link
Owner

Choose a reason for hiding this comment

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

@wkillerud thanks for looking into this! only took notice of that now...

Here is an attempt of the same upgrade in the app blueprint: ember-cli/ember-app-blueprint#9. Apparently running into the same problems.

The CI log files are not available anymore. Were your fixes working for you?

If so, this needs a rebase and fixing some merge conflicts. If not, should we close this for now and wait for this to get figured out?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I completely forgot about this 😅 I see there was a test failure, could be the screenshot tests. I'll rebase and try again.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like it works 👍

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
renovate bot and others added 2 commits September 9, 2025 10:13
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.
@wkillerud wkillerud force-pushed the renovate/babel-plugin-ember-template-compilation-3.x branch from e657426 to 4ce3326 Compare September 9, 2025 08:15
Copy link

sonarqubecloud bot commented Sep 9, 2025

Copy link
Owner

@simonihmig simonihmig left a comment

Choose a reason for hiding this comment

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

TY!

@simonihmig simonihmig merged commit ed118b2 into main Sep 9, 2025
5 checks passed
@simonihmig simonihmig deleted the renovate/babel-plugin-ember-template-compilation-3.x branch September 9, 2025 11:25
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.

2 participants