Skip to content

Commit 781dafb

Browse files
Merge pull request #130 from ember-cli/fix-template-compiler-deprecation-warning
bump babel-plugin-ember-template-compilation to version 4 in order to clear deprecation warning
2 parents 26f4dd5 + f36f44f commit 781dafb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

files/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* npx eslint --inspect-config
1313
*
1414
*/
15-
import babelParser from '@babel/eslint-parser';
15+
import babelParser from '@babel/eslint-parser/experimental-worker';
1616
import js from '@eslint/js';
1717
import { defineConfig, globalIgnores } from 'eslint/config';
1818
import prettier from 'eslint-config-prettier';

files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@glint/tsserver-plugin": "^2.0.0<% } %>",
5656
"@rollup/plugin-babel": "^6.0.4<% if (typescript) { %>",
5757
"@types/qunit": "^2.19.12<% } %>",
58-
"babel-plugin-ember-template-compilation": "^2.2.5",
58+
"babel-plugin-ember-template-compilation": "^4.0.0",
5959
"concurrently": "^9.0.1",
6060
"ember-qunit": "^9.0.2",
6161
"ember-source": "^6.7.0",

0 commit comments

Comments
 (0)