DEV: Upgrade babel & remove vendored safari-bugfix transformation (#28208)

The Safari 15 bugfix has been rolled into @babel/preset-env in the most recent version, so we no longer need to carry our vendored copy.

This commit updates @babel/preset-env, runs npx yarn-deduplicate yarn.lock, and removes the vendored transform.

This commit also refactors our theme transpiler to use @babel/preset-env, with the same list of target browsers as our ember-cli build uses. This means we no longer need to maintain a separate list of babel transforms for themes.
This commit is contained in:
David Taylor
2024-08-05 10:35:26 +01:00
committed by GitHub
parent 6d1c2a3d5a
commit 1b28b8e169
15 changed files with 611 additions and 782 deletions

View File

@@ -14,7 +14,7 @@
"start": "ember serve"
},
"dependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"ember-auto-import": "^2.7.4",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",