Skip to content

Commit 7197b1c

Browse files
chore(deps): update devdependencies
1 parent 0739ab0 commit 7197b1c

File tree

5 files changed

+625
-90
lines changed

5 files changed

+625
-90
lines changed

dev/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"devDependencies": {
2525
"@babel/core": "^7.23.9",
2626
"@babel/eslint-parser": "^7.23.10",
27-
"@nullvoxpopuli/eslint-configs": "^3.2.2",
28-
"@typescript-eslint/eslint-plugin": "^7.7.1",
29-
"@typescript-eslint/parser": "^7.7.1",
30-
"eslint": "^8.56.0",
27+
"@nullvoxpopuli/eslint-configs": "^4.0.0",
28+
"@typescript-eslint/eslint-plugin": "^8.0.0",
29+
"@typescript-eslint/parser": "^8.0.0",
30+
"eslint": "^9.0.0",
3131
"prettier": "^3.2.5",
3232
"typescript": "^5.3.3"
3333
},

docs-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/core": "^7.23.9",
6060
"@babel/eslint-parser": "^7.24.1",
6161
"@ember/optional-features": "^2.1.0",
62-
"@ember/string": "^3.1.1",
62+
"@ember/string": "^4.0.0",
6363
"@ember/test-helpers": "^3.3.0",
6464
"@ember/test-waiters": "^3.1.0",
6565
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
@@ -75,15 +75,15 @@
7575
"@glint/environment-ember-loose": "^1.3.0",
7676
"@glint/environment-ember-template-imports": "^1.3.0",
7777
"@glint/template": "^1.3.0",
78-
"@nullvoxpopuli/eslint-configs": "^3.2.2",
78+
"@nullvoxpopuli/eslint-configs": "^4.0.0",
7979
"@tailwindcss/typography": "^0.5.13",
8080
"@tsconfig/ember": "^3.0.5",
8181
"@types/babel__core": "^7.20.5",
8282
"@types/babel__standalone": "^7.1.7",
8383
"@types/qunit": "^2.19.10",
8484
"@types/rsvp": "^4.0.9",
85-
"@typescript-eslint/eslint-plugin": "^7.7.1",
86-
"@typescript-eslint/parser": "^7.7.1",
85+
"@typescript-eslint/eslint-plugin": "^8.0.0",
86+
"@typescript-eslint/parser": "^8.0.0",
8787
"autoprefixer": "^10.4.19",
8888
"broccoli-asset-rev": "^3.0.0",
8989
"concurrently": "^8.2.2",
@@ -106,7 +106,7 @@
106106
"ember-template-imports": "^4.1.0",
107107
"ember-template-lint": "^6.0.0",
108108
"ember-welcome-page": "^7.0.2",
109-
"eslint": "^8.57.0",
109+
"eslint": "^9.0.0",
110110
"eslint-config-prettier": "^9.1.0",
111111
"eslint-plugin-ember": "^12.0.2",
112112
"eslint-plugin-n": "^17.3.1",

ember-primitives/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,31 +60,31 @@
6060
"@babel/preset-typescript": "^7.23.3",
6161
"@ember/test-helpers": "^3.3.0",
6262
"@ember/test-waiters": "^3.1.0",
63-
"@embroider/addon-dev": "4.3.1",
63+
"@embroider/addon-dev": "5.0.0",
6464
"@glimmer/component": "^1.1.2",
6565
"@glimmer/tracking": "^1.1.2",
6666
"@glint/core": "^1.3.0",
6767
"@glint/environment-ember-loose": "^1.3.0",
6868
"@glint/environment-ember-template-imports": "^1.3.0",
6969
"@glint/template": "^1.3.0",
70-
"@nullvoxpopuli/eslint-configs": "^3.2.2",
70+
"@nullvoxpopuli/eslint-configs": "^4.0.0",
7171
"@rollup/plugin-babel": "^6.0.4",
7272
"@tsconfig/ember": "^3.0.5",
73-
"@typescript-eslint/eslint-plugin": "^7.7.1",
74-
"@typescript-eslint/parser": "^7.7.1",
73+
"@typescript-eslint/eslint-plugin": "^8.0.0",
74+
"@typescript-eslint/parser": "^8.0.0",
7575
"babel-plugin-ember-template-compilation": "^2.2.2",
7676
"concurrently": "^8.2.2",
7777
"ember-modifier": "^4.1.0",
7878
"ember-resources": "^7.0.0",
7979
"ember-source": "^5.8.0",
8080
"ember-template-imports": "^4.1.0",
8181
"ember-template-lint": "^6.0.0",
82-
"eslint": "^8.56.0",
82+
"eslint": "^9.0.0",
8383
"eslint-config-prettier": "^9.1.0",
8484
"eslint-plugin-ember": "^12.0.0",
8585
"eslint-plugin-node": "^11.1.0",
8686
"eslint-plugin-prettier": "^5.1.3",
87-
"execa": "^8.0.1",
87+
"execa": "^9.0.0",
8888
"fix-bad-declaration-output": "^1.1.4",
8989
"prettier": "^3.2.5",
9090
"prettier-plugin-ember-template-tag": "^2.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prettier": "^3.2.5",
2525
"prettier-plugin-ember-template-tag": "^2.0.2",
2626
"release-plan": "^0.9.0",
27-
"turbo": "^1.13.2",
27+
"turbo": "^2.0.0",
2828
"typescript": "^5.4.5"
2929
},
3030
"engines": {

0 commit comments

Comments
 (0)