Skip to content

Commit

Permalink
Merge pull request #1823 from NullVoxPopuli/upgrade-babel
Browse files Browse the repository at this point in the history
Upgrade babel
  • Loading branch information
NullVoxPopuli authored Oct 5, 2024
2 parents 700c8f3 + 3f59674 commit 924763c
Show file tree
Hide file tree
Showing 27 changed files with 4,914 additions and 1,671 deletions.
2 changes: 1 addition & 1 deletion apps/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:prettier": "pnpm -w exec lint prettier"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@codemirror/view": "6.28.6",
"@ember/optional-features": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"unified": "^10.1.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/runtime": "^7.24.5",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@types/node": "^20.12.12",
"@types/yargs": "^17.0.32",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"start:tutorial": "pnpm --filter=tutorial start"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"concurrently": "^8.2.2",
"dev-tools": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-support/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"path-browserify": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/app-support/limber-ui/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"decorator-transforms": "^2.0.0",
"decorator-transforms": "^2.2.2",
"penpal": "^6.2.2",
"reactiveweb": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-syntax-decorators": "^7.23.3",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-typescript": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-syntax-decorators": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-dev": "5.0.0",
"@glimmer/component": "^1.1.2",
Expand All @@ -76,7 +76,7 @@
"@tsconfig/ember": "^3.0.7",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"babel-plugin-ember-template-compilation": "^2.2.5",
"babel-plugin-ember-template-compilation": "^2.3.0",
"concurrently": "^8.2.2",
"ember-async-data": "1.0.3",
"ember-cli-htmlbars": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-support/limber-ui/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"limber-ui": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-support/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:prettier": "pnpm -w exec lint prettier"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/app-support/transpilation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@
"last 1 Safari versions"
],
"dependencies": {
"@babel/standalone": "^7.24.5",
"@babel/standalone": "^7.25.7",
"babel-plugin-htmlbars-inline-precompile": "^5.3.1",
"path-browserify": "^1.0.1"
},
"peerDependencies": {
"@glimmer/component": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/types": "^7.24.5",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/types": "^7.25.7",
"@glimmer/component": "^1.1.2",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@types/babel__core": "^7.20.5",
"@types/babel__standalone": "^7.1.7",
"@types/htmlbars-inline-precompile": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"ember-source": ">= 5.10.2",
"esbuild": "0.22.0",
"eslint": "^8.55.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/consts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:prettier": "pnpm -w exec lint prettier"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/ember-repl/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@
"lint:prettier": "pnpm -w exec lint prettier"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.5",
"@babel/standalone": "^7.24.5",
"@babel/helper-plugin-utils": "^7.25.7",
"@babel/standalone": "^7.25.7",
"@embroider/addon-shim": "1.8.9",
"@embroider/macros": "1.16.6",
"babel-import-util": "^3.0.0",
"babel-plugin-ember-template-compilation": "^2.2.5",
"babel-plugin-ember-template-compilation": "^2.3.0",
"broccoli-file-creator": "^2.1.1",
"change-case": "^5.4.4",
"common-tags": "^1.8.2",
"content-tag": "^1.2.1",
"decorator-transforms": "^2.0.0",
"decorator-transforms": "^2.2.2",
"ember-resources": "^7.0.1",
"line-column": "^1.0.2",
"magic-string": "^0.30.6",
Expand All @@ -101,10 +101,10 @@
"vfile": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-typescript": "^7.23.3",
"@babel/types": "^7.24.5",
"@babel/core": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/types": "^7.25.7",
"@ember/test-helpers": "^4.0.4",
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-dev": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ember-repl/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/horizon-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint:prettier": "pnpm -w exec lint prettier"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"extends": "../../../package.json"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/dev-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"./print-tree": "./src/print-lezer-tree.ts"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimdown/codemirror/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:prettier": "pnpm -w exec lint prettier"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimdown/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"directory": "packages/syntax/glimdown/codemirror"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@codemirror/buildhelper": "^1.0.1",
"@codemirror/language": "^6.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimdown/codemirror/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"extends": "../../../../../package.json"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimdown/lezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "packages/syntax/glimdown/lezer"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@glimdown/lezer-infra": "workspace:*",
"@lezer/generator": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer-js/codemirror/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:prettier": "pnpm -w exec lint prettier"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer-js/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"directory": "packages/syntax/glimmer-js/codemirror"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@codemirror/buildhelper": "^1.0.1",
"@codemirror/view": "^6.28.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer-s-expression/lezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"directory": "packages/syntax/glimmer-s-expression/lezer"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@glimdown/lezer-infra": "workspace:*",
"@lezer/generator": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/codemirror/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:prettier": "pnpm -w exec lint prettier"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"directory": "packages/syntax/glimmer/codemirror"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@codemirror/buildhelper": "^1.0.1",
"@codemirror/language": "^6.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/lezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"directory": "packages/syntax/glimmer/codemirror"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@codemirror/buildhelper": "^1.0.1",
"@codemirror/language": "^6.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/lezer/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"extends": "../../../../../package.json"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.1",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand Down
Loading

0 comments on commit 924763c

Please sign in to comment.