Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/ember-vite/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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 πŸ‘


const parserOptions = {
esm: {
Expand Down
2 changes: 1 addition & 1 deletion apps/ember-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@rollup/plugin-babel": "6.0.4",
"@tsconfig/ember": "3.0.11",
"@types/node": "22.13.4",
"babel-plugin-ember-template-compilation": "2.4.1",
"babel-plugin-ember-template-compilation": "3.0.1",
"concurrently": "9.2.1",
"decorator-transforms": "2.3.0",
"ember-auto-import": "2.10.0",
Expand Down
Loading