Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent 8d697a6 commit eb3f45b
Show file tree
Hide file tree
Showing 28 changed files with 697 additions and 197 deletions.
4 changes: 2 additions & 2 deletions apps/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
"ember-template-lint": "^6.0.0",
"ember-template-lint-plugin-prettier": "^5.0.0",
"esbuild-loader": "^4.0.3",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"eslint-plugin-ember": "^12.1.0",
"execa": "^8.0.1",
"execa": "^9.0.0",
"file-loader": "^6.2.0",
"fractal-page-object": "^0.5.0",
"loader.js": "^4.7.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 @@ -88,7 +88,7 @@
"ember-source": ">= 5.5.0",
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^6.0.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.1.0",
"eslint-plugin-n": "^17.7.0",
Expand Down
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@types/node": "^20.12.12",
"@types/yargs": "^17.0.32",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"concurrently": "^8.2.2",
"dev-tools": "workspace:*",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
"release-plan": "^0.9.0",
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 @@ -60,7 +60,7 @@
"concurrently": "^8.2.2",
"esbuild": "0.21.3",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
"recursive-copy": "^2.0.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/app-support/limber-ui/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
"ember-source": ">= 5.5.0",
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^6.0.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"eslint-plugin-ember": "^12.1.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-prettier": "^5.1.3",
"execa": "^8.0.1",
"execa": "^9.0.0",
"fix-bad-declaration-output": "^1.1.1",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
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 @@ -66,7 +66,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^6.0.0",
"ember-try": "^3.0.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.1.0",
"eslint-plugin-n": "^17.7.0",
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 @@ -20,7 +20,7 @@
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"postcss": "^8.4.32",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-support/transpilation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"babel-loader": "^9.1.3",
"ember-source": ">= 5.5.0",
"esbuild": "0.21.3",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/consts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
"typescript": "^5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/ember-repl/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@
"ember-source": ">= 5.5.0",
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^6.0.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"eslint-plugin-ember": "^12.1.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-prettier": "^5.1.3",
"execa": "^8.0.1",
"execa": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
"publint": "^0.2.6",
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 @@ -75,7 +75,7 @@
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^6.0.0",
"ember-try": "^3.0.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.1.0",
"eslint-plugin-n": "^17.7.0",
Expand All @@ -88,7 +88,7 @@
"qunit": "^2.20.0",
"qunit-dom": "3.1.2",
"typescript": "^5.4.5",
"unified": "^10.1.2",
"unified": "^11.0.0",
"webpack": "5.91.0"
},
"engines": {
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 @@ -24,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
"typescript": "^5.4.5"
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 @@ -20,7 +20,7 @@
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
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 @@ -11,7 +11,7 @@
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
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 @@ -22,7 +22,7 @@
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.11"
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 @@ -30,7 +30,7 @@
"@typescript-eslint/parser": "^7.9.0",
"codemirror": "^6.0.1",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"rollup-plugin-ts": "^3.4.5",
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 @@ -18,7 +18,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"mocha": "^10.2.0",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
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 @@ -22,7 +22,7 @@
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.11"
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 @@ -29,7 +29,7 @@
"@typescript-eslint/parser": "^7.9.0",
"codemirror": "^6.0.1",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"rollup-plugin-ts": "^3.4.5",
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 @@ -27,7 +27,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"typescript": "^5.4.5"
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 @@ -22,7 +22,7 @@
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.11"
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 @@ -29,7 +29,7 @@
"@typescript-eslint/parser": "^7.9.0",
"codemirror": "^6.0.1",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"rollup-plugin-ts": "^3.4.5",
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 @@ -28,7 +28,7 @@
"@typescript-eslint/parser": "^7.9.0",
"codemirror": "^6.0.1",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"rollup-plugin-ts": "^3.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/untyped/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@glint/template": "1.4.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"eslint": "^8.55.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.2",
"typescript": "^5.4.5"
Expand Down
Loading

0 comments on commit eb3f45b

Please sign in to comment.