Skip to content

Commit

Permalink
Upgrade more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 4, 2024
1 parent 2f6072f commit 6a1c25c
Show file tree
Hide file tree
Showing 26 changed files with 923 additions and 1,047 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# compiled output
dist/
declarations/
/tmp/
/out/

Expand Down
8 changes: 4 additions & 4 deletions apps/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"ember-template-imports": "^3.4.2",
"ember-template-lint": "^5.13.0",
"ember-template-lint-plugin-prettier": "^5.0.0",
"esbuild-loader": "^4.0.2",
"esbuild-loader": "^4.0.3",
"eslint": "^8.55.0",
"eslint-plugin-ember": "^12.0.0",
"execa": "^8.0.1",
Expand All @@ -121,12 +121,12 @@
"qunit": "^2.20.0",
"qunit-console-grouper": "^0.3.0",
"qunit-dom": "3.0.0",
"rollup": "^4.9.0",
"rollup": "^4.9.6",
"testem-failure-only-reporter": "^1.0.0",
"type-fest": "4.10.1",
"type-fest": "4.10.2",
"typescript": "^5.3.3",
"vfile": "^6.0.1",
"webpack": "^5.89.0",
"webpack": "^5.90.1",
"yn": "^5.0.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions apps/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/runtime": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.1",
Expand Down Expand Up @@ -96,8 +96,8 @@
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.0.1",
"fs-extra": "^11.2.0",
"globby": "^14.0.0",
Expand All @@ -109,7 +109,7 @@
"qunit-dom": "3.0.0",
"typescript": "^5.3.3",
"unplugin": "^1.5.1",
"webpack": "^5.89.0"
"webpack": "^5.90.1"
},
"engines": {
"node": ">= v16",
Expand Down
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@babel/core": "^7.23.9",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@types/node": "^20.10.4",
"@types/node": "^20.11.16",
"@types/yargs": "^17.0.32",
"eslint": "^8.55.0",
"prettier": "^3.2.5",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"volta": {
"node": "20.10.0",
"pnpm": "8.14.3"
"pnpm": "8.15.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand All @@ -33,7 +33,7 @@
"pnpm-sync-dependencies-meta-injected": "^0.0.10",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.0",
"turbo": "^1.11.2"
"turbo": "^1.12.2"
},
"packageManager": "[email protected]",
"pnpm": {
Expand All @@ -54,7 +54,6 @@
"ember-auto-import": "^2.7.0",
"ember-source": "^5.5.0",
"ember-modifier": "^4.1.0",
"@types/eslint": "^8.0.0",
"eslint-plugin-ember": "^12.0.0",
"ember-eslint-parser": "0.2.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/app-support/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"dependencies": {
"@codemirror/autocomplete": "6.12.0",
"@codemirror/commands": "6.3.3",
"@codemirror/lang-html": "^6.4.7",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/lang-markdown": "6.2.4",
"@codemirror/language": "^6.9.3",
"@codemirror/language-data": "^6.3.1",
"@codemirror/lint": "^6.4.2",
"@codemirror/language": "^6.10.1",
"@codemirror/language-data": "^6.4.0",
"@codemirror/lint": "^6.5.0",
"@codemirror/search": "6.5.5",
"@codemirror/state": "6.4.0",
"@codemirror/view": "6.23.1",
Expand All @@ -58,7 +58,7 @@
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"concurrently": "^8.2.2",
"esbuild": "0.19.12",
"esbuild": "0.20.0",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "^8.55.0",
"prettier": "^3.2.5",
Expand Down
1 change: 1 addition & 0 deletions packages/app-support/limber-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# compiled output
dist/
declarations/

# dependencies
node_modules/
Expand Down
10 changes: 5 additions & 5 deletions packages/app-support/limber-ui/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ember-source": "^5.5.0"
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@embroider/addon-shim": "1.8.7",
"@embroider/macros": "1.13.5",
"@fortawesome/ember-fontawesome": "^2.0.0",
Expand All @@ -55,10 +55,10 @@
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-syntax-decorators": "^7.23.3",
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-dev": "4.1.3",
"@embroider/addon-dev": "4.2.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "1.3.0",
Expand All @@ -83,10 +83,10 @@
"eslint": "^8.55.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.0",
"rollup": "^4.9.0",
"rollup": "^4.9.6",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-glimmer-template-tag": "^0.4.1",
"rollup-plugin-ts": "^3.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/app-support/limber-ui/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.0.1",
"limber-ui": "^1.0.0-beta.0",
"loader.js": "^4.7.0",
Expand All @@ -80,7 +80,7 @@
"qunit": "^2.20.0",
"qunit-dom": "3.0.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
"webpack": "^5.90.1"
},
"engines": {
"node": ">= v16",
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 @@ -18,7 +18,7 @@
"devDependencies": {
"@babel/core": "^7.23.9",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"postcss": "^8.4.32",
Expand Down
8 changes: 4 additions & 4 deletions packages/app-support/transpilation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"last 1 Safari versions"
],
"dependencies": {
"@babel/standalone": "^7.23.6",
"@babel/standalone": "^7.23.10",
"babel-plugin-htmlbars-inline-precompile": "^5.3.1",
"path-browserify": "^1.0.1"
},
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/types": "^7.23.9",
Expand All @@ -51,12 +51,12 @@
"@typescript-eslint/parser": "^6.20.0",
"babel-loader": "^9.1.3",
"ember-source": "^5.5.0",
"esbuild": "0.19.12",
"esbuild": "0.20.0",
"eslint": "^8.55.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/ember-repl/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/standalone": "^7.23.6",
"@babel/standalone": "^7.23.10",
"@embroider/addon-shim": "1.8.7",
"@embroider/macros": "1.13.5",
"babel-import-util": "^2.0.1",
Expand All @@ -86,7 +86,7 @@
"common-tags": "^1.8.2",
"content-tag": "^1.2.1",
"line-column": "^1.0.2",
"magic-string": "^0.30.5",
"magic-string": "^0.30.6",
"mdast": "^3.0.0",
"parse-static-imports": "^1.1.0",
"rehype-raw": "^6.1.1",
Expand All @@ -105,7 +105,7 @@
"@babel/types": "^7.23.9",
"@ember/test-helpers": "^3.2.1",
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-dev": "4.1.3",
"@embroider/addon-dev": "4.2.0",
"@glimmer/compiler": ">= 0.86.0",
"@glimmer/component": "^1.1.2",
"@glimmer/interfaces": ">= 0.86.0",
Expand All @@ -128,7 +128,7 @@
"@types/hast": "^3.0.3",
"@types/mdast": "^4.0.3",
"@types/unist": "^3.0.2",
"@types/uuid": "^9.0.7",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"concurrently": "^8.2.2",
Expand All @@ -139,11 +139,11 @@
"eslint": "^8.55.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.0",
"publint": "^0.2.6",
"rollup": "~4.9.0",
"rollup": "~4.9.6",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-glimmer-template-tag": "^0.4.1",
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/ember-repl/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.0.1",
"loader.js": "^4.7.0",
"path-browserify": "^1.0.1",
Expand All @@ -93,7 +93,7 @@
"qunit-dom": "3.0.0",
"typescript": "^5.3.3",
"unified": "^10.1.2",
"webpack": "^5.89.0"
"webpack": "^5.90.1"
},
"engines": {
"node": ">= v16",
Expand Down
6 changes: 3 additions & 3 deletions packages/syntax/-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"type": "module",
"dependencies": {
"@codemirror/language": "^6.9.3",
"@codemirror/language": "^6.10.1",
"@codemirror/view": "^6.23.0",
"@lezer/generator": "^1.5.1",
"@lezer/generator": "^1.6.0",
"@lezer/highlight": "^1.2.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.9.0"
"rollup": "^4.9.6"
},
"volta": {
"extends": "../../../package.json"
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 @@ -14,7 +14,7 @@
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@codemirror/language": "^6.9.3",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.23.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/syntax/glimdown/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@codemirror/buildhelper": "^1.0.1",
"@codemirror/language": "^6.9.3",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@lezer/generator": "^1.5.1",
"@lezer/generator": "^1.6.0",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@tsconfig/ember": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.20.0",
Expand All @@ -32,19 +32,19 @@
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"prettier": "^3.2.5",
"rollup": "^4.9.0",
"rollup": "^4.9.6",
"rollup-plugin-ts": "^3.4.5",
"typescript": "^5.3.3"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.7",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-markdown": "^6.2.3",
"@codemirror/language-data": "^6.3.1",
"@codemirror/language-data": "^6.4.0",
"@lezer/common": "^1.1.2",
"@lezer/highlight": "^1.2.0",
"@lezer/html": "^1.3.7",
"@lezer/javascript": "^1.4.10",
"@lezer/lr": "^1.3.14",
"@lezer/javascript": "^1.4.13",
"@lezer/lr": "^1.4.0",
"@lezer/markdown": "^1.1.2",
"codemirror-lang-glimmer": "workspace:*",
"codemirror-lang-glimmer-js": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/syntax/glimdown/lezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@glimdown/lezer-infra": "workspace:*",
"@lezer/generator": "^1.5.1",
"@lezer/generator": "^1.6.0",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.55.0",
"mocha": "^10.2.0",
"prettier": "^3.2.5",
"rollup": "^4.9.0",
"rollup": "^4.9.6",
"typescript": "^5.3.3"
},
"dependencies": {
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.3.14"
"@lezer/lr": "^1.4.0"
},
"scripts": {
"____:build": "lezer-generator src/glimdown.grammar -o src/parser && rollup -c",
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 @@ -14,7 +14,7 @@
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@codemirror/language": "^6.9.3",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.23.0",
Expand Down
Loading

0 comments on commit 6a1c25c

Please sign in to comment.