Skip to content

Commit c98ef58

Browse files
Update devDependencies
1 parent 5ddebeb commit c98ef58

File tree

28 files changed

+842
-1386
lines changed

28 files changed

+842
-1386
lines changed

apps/repl/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@babel/eslint-parser": "^7.24.5",
3939
"@codemirror/view": "6.28.6",
4040
"@ember/optional-features": "^2.0.0",
41-
"@ember/string": "^3.1.1",
42-
"@ember/test-helpers": "^3.3.1",
41+
"@ember/string": "^4.0.0",
42+
"@ember/test-helpers": "^4.0.0",
4343
"@embroider/compat": "3.6.0",
4444
"@embroider/core": "3.4.14",
4545
"@embroider/webpack": "4.0.4",
@@ -66,8 +66,8 @@
6666
"@types/qunit": "^2.19.10",
6767
"@types/rsvp": "^4.0.9",
6868
"@types/unist": "^3.0.2",
69-
"@typescript-eslint/eslint-plugin": "^7.9.0",
70-
"@typescript-eslint/parser": "^7.9.0",
69+
"@typescript-eslint/eslint-plugin": "^8.0.0",
70+
"@typescript-eslint/parser": "^8.0.0",
7171
"broccoli-asset-rev": "^3.0.0",
7272
"broccoli-merge-trees": "^4.2.0",
7373
"build-time-reporter-webpack-plugin": "^1.4.3",
@@ -95,11 +95,11 @@
9595
"ember-template-lint": "^6.0.0",
9696
"ember-template-lint-plugin-prettier": "^5.0.0",
9797
"esbuild-loader": "^4.0.3",
98-
"eslint": "^8.55.0",
98+
"eslint": "^9.0.0",
9999
"eslint-plugin-ember": "^12.1.0",
100-
"execa": "^8.0.1",
100+
"execa": "^9.0.0",
101101
"file-loader": "^6.2.0",
102-
"fractal-page-object": "^0.5.0",
102+
"fractal-page-object": "^1.0.0",
103103
"loader.js": "^4.7.0",
104104
"onp": "^2.0.4",
105105
"prettier": "^3.2.5",

apps/tutorial/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@babel/core": "^7.24.5",
5050
"@babel/runtime": "^7.24.5",
5151
"@ember/optional-features": "^2.0.0",
52-
"@ember/string": "^3.1.1",
53-
"@ember/test-helpers": "^3.3.1",
52+
"@ember/string": "^4.0.0",
53+
"@ember/test-helpers": "^4.0.0",
5454
"@ember/test-waiters": "^3.1.0",
5555
"@embroider/compat": "3.6.0",
5656
"@embroider/core": "3.4.14",
@@ -69,8 +69,8 @@
6969
"@nullvoxpopuli/limber-untyped": "workspace:^0.0.1",
7070
"@tsconfig/ember": "^3.0.7",
7171
"@types/qunit": "^2.19.10",
72-
"@typescript-eslint/eslint-plugin": "^7.9.0",
73-
"@typescript-eslint/parser": "^7.9.0",
72+
"@typescript-eslint/eslint-plugin": "^8.0.0",
73+
"@typescript-eslint/parser": "^8.0.0",
7474
"broccoli-asset-rev": "^3.0.0",
7575
"broccoli-funnel": "^3.0.8",
7676
"concurrently": "^8.2.2",
@@ -90,7 +90,7 @@
9090
"ember-source": ">= 5.10.2",
9191
"ember-template-imports": "^4.1.1",
9292
"ember-template-lint": "^6.0.0",
93-
"eslint": "^8.55.0",
93+
"eslint": "^9.0.0",
9494
"eslint-config-prettier": "^9.1.0",
9595
"eslint-plugin-ember": "^12.1.0",
9696
"eslint-plugin-n": "^17.7.0",

dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@nullvoxpopuli/eslint-configs": "^4.0.0",
2222
"@types/node": "^20.12.12",
2323
"@types/yargs": "^17.0.32",
24-
"eslint": "^8.55.0",
24+
"eslint": "^9.0.0",
2525
"prettier": "^3.2.5",
2626
"prettier-plugin-ember-template-tag": "2.0.2",
2727
"typescript": "^5.4.5"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@nullvoxpopuli/eslint-configs": "^4.0.0",
2323
"concurrently": "^8.2.2",
2424
"dev-tools": "workspace:*",
25-
"eslint": "^8.55.0",
25+
"eslint": "^9.0.0",
2626
"prettier": "^3.2.5",
2727
"prettier-plugin-ember-template-tag": "2.0.2",
2828
"release-plan": "^0.9.0",

packages/app-support/codemirror/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"devDependencies": {
5656
"@babel/core": "^7.24.5",
5757
"@nullvoxpopuli/eslint-configs": "^4.0.0",
58-
"@typescript-eslint/eslint-plugin": "^7.9.0",
59-
"@typescript-eslint/parser": "^7.9.0",
58+
"@typescript-eslint/eslint-plugin": "^8.0.0",
59+
"@typescript-eslint/parser": "^8.0.0",
6060
"concurrently": "^8.2.2",
6161
"esbuild": "0.22.0",
6262
"esbuild-plugin-alias": "^0.2.1",
63-
"eslint": "^8.55.0",
63+
"eslint": "^9.0.0",
6464
"prettier": "^3.2.5",
6565
"prettier-plugin-ember-template-tag": "2.0.2",
6666
"recursive-copy": "^2.0.14",

packages/app-support/limber-ui/addon/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"@nullvoxpopuli/limber-untyped": "workspace:*",
7575
"@rollup/plugin-babel": "^6.0.4",
7676
"@tsconfig/ember": "^3.0.7",
77-
"@typescript-eslint/eslint-plugin": "^7.9.0",
78-
"@typescript-eslint/parser": "^7.9.0",
77+
"@typescript-eslint/eslint-plugin": "^8.0.0",
78+
"@typescript-eslint/parser": "^8.0.0",
7979
"babel-plugin-ember-template-compilation": "^2.2.5",
8080
"concurrently": "^8.2.2",
8181
"ember-async-data": "1.0.3",
@@ -86,11 +86,11 @@
8686
"ember-source": ">= 5.10.2",
8787
"ember-template-imports": "^4.1.1",
8888
"ember-template-lint": "^6.0.0",
89-
"eslint": "^8.55.0",
89+
"eslint": "^9.0.0",
9090
"eslint-plugin-ember": "^12.1.0",
9191
"eslint-plugin-n": "^17.7.0",
9292
"eslint-plugin-prettier": "^5.1.3",
93-
"execa": "^8.0.1",
93+
"execa": "^9.0.0",
9494
"fix-bad-declaration-output": "^1.1.1",
9595
"prettier": "^3.2.5",
9696
"prettier-plugin-ember-template-tag": "2.0.2",

packages/app-support/limber-ui/test-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@babel/core": "^7.24.5",
3535
"@babel/eslint-parser": "^7.24.5",
3636
"@ember/optional-features": "^2.0.0",
37-
"@ember/string": "^3.1.1",
38-
"@ember/test-helpers": "^3.3.1",
37+
"@ember/string": "^4.0.0",
38+
"@ember/test-helpers": "^4.0.0",
3939
"@embroider/test-setup": "4.0.0",
4040
"@fortawesome/ember-fontawesome": "^2.0.0",
4141
"@fortawesome/fontawesome-svg-core": "^6.5.1",
@@ -45,7 +45,7 @@
4545
"@glimmer/component": "^1.1.2",
4646
"@glimmer/tracking": "^1.1.2",
4747
"@nullvoxpopuli/eslint-configs": "^4.0.0",
48-
"@typescript-eslint/parser": "^7.9.0",
48+
"@typescript-eslint/parser": "^8.0.0",
4949
"broccoli-asset-rev": "^3.0.0",
5050
"concurrently": "^8.2.2",
5151
"ember-auto-import": "^2.7.2",
@@ -66,7 +66,7 @@
6666
"ember-source-channel-url": "^3.0.0",
6767
"ember-template-lint": "^6.0.0",
6868
"ember-try": "^3.0.0",
69-
"eslint": "^8.55.0",
69+
"eslint": "^9.0.0",
7070
"eslint-config-prettier": "^9.1.0",
7171
"eslint-plugin-ember": "^12.1.0",
7272
"eslint-plugin-n": "^17.7.0",

packages/app-support/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@nullvoxpopuli/eslint-configs": "^4.0.0",
2121
"autoprefixer": "^10.4.17",
2222
"concurrently": "^8.2.2",
23-
"eslint": "^8.55.0",
23+
"eslint": "^9.0.0",
2424
"postcss": "^8.4.32",
2525
"prettier": "^3.2.5",
2626
"prettier-plugin-ember-template-tag": "2.0.2",

packages/app-support/transpilation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"@types/babel__core": "^7.20.5",
4747
"@types/babel__standalone": "^7.1.7",
4848
"@types/htmlbars-inline-precompile": "^3.0.3",
49-
"@typescript-eslint/eslint-plugin": "^7.9.0",
50-
"@typescript-eslint/parser": "^7.9.0",
49+
"@typescript-eslint/eslint-plugin": "^8.0.0",
50+
"@typescript-eslint/parser": "^8.0.0",
5151
"babel-loader": "^9.1.3",
5252
"ember-source": ">= 5.10.2",
5353
"esbuild": "0.22.0",
54-
"eslint": "^8.55.0",
54+
"eslint": "^9.0.0",
5555
"prettier": "^3.2.5",
5656
"prettier-plugin-ember-template-tag": "2.0.2",
5757
"typescript": "^5.4.5",

packages/consts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"devDependencies": {
1919
"@babel/core": "^7.24.5",
2020
"@nullvoxpopuli/eslint-configs": "^4.0.0",
21-
"@typescript-eslint/eslint-plugin": "^7.9.0",
22-
"@typescript-eslint/parser": "^7.9.0",
21+
"@typescript-eslint/eslint-plugin": "^8.0.0",
22+
"@typescript-eslint/parser": "^8.0.0",
2323
"concurrently": "^8.2.2",
24-
"eslint": "^8.55.0",
24+
"eslint": "^9.0.0",
2525
"prettier": "^3.2.5",
2626
"prettier-plugin-ember-template-tag": "2.0.2",
2727
"typescript": "^5.4.5"

0 commit comments

Comments
 (0)