Skip to content

Commit 8c5a3ff

Browse files
fix(deps): update code-quality
1 parent 2c44f0b commit 8c5a3ff

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-config-prettier": "^9.1.0",
2121
"eslint-plugin-import": "^2.31.0",
2222
"eslint-plugin-mocha": "^10.5.0",
23-
"eslint-plugin-n": "^17.15.1",
23+
"eslint-plugin-n": "^17.16.1",
2424
"eslint-plugin-qunit": "^8.1.2",
2525
"eslint-plugin-simple-import-sort": "^12.1.1",
2626
"rollup": "^4.34.9",

packages/-ember-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@ember/test-waiters": "^3.1.0",
108108
"@glimmer/component": "^1.1.2",
109109
"@glimmer/tracking": "^1.1.2",
110-
"@types/qunit": "2.19.10",
110+
"@types/qunit": "2.19.12",
111111
"@ember/test-helpers": "5.1.0",
112112
"@warp-drive/internal-config": "workspace:*",
113113
"ember-source": "~5.12.0",

packages/unpublished-test-infra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@ember/test-helpers": "5.1.0",
7777
"@glimmer/component": "^1.1.2",
7878
"@types/semver": "^7.5.8",
79-
"@types/qunit": "2.19.10",
79+
"@types/qunit": "2.19.12",
8080
"@ember-data/request": "workspace:*",
8181
"@ember-data/request-utils": "workspace:*",
8282
"@ember-data/store": "workspace:*",

pnpm-lock.yaml

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/main/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@glint/environment-ember-loose": "1.5.2",
5454
"@glint/environment-ember-template-imports": "1.5.2",
5555
"@glint/template": "1.5.2",
56-
"@types/qunit": "2.19.10",
56+
"@types/qunit": "2.19.12",
5757
"@warp-drive/core-types": "workspace:*",
5858
"@warp-drive/schema-record": "workspace:*",
5959
"@warp-drive/build-config": "workspace:*",

tests/vite-basic-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-babel": "^6.0.4",
5353
"@tsconfig/ember": "^3.0.9",
5454
"@types/eslint__js": "^8.42.3",
55-
"@types/qunit": "2.19.10",
55+
"@types/qunit": "2.19.12",
5656
"@types/rsvp": "^4.0.9",
5757
"@typescript-eslint/eslint-plugin": "^8.25.0",
5858
"@typescript-eslint/parser": "^8.25.0",
@@ -79,7 +79,7 @@
7979
"eslint": "^9.21.0",
8080
"eslint-config-prettier": "^9.1.0",
8181
"eslint-plugin-ember": "^12.5.0",
82-
"eslint-plugin-n": "^17.15.1",
82+
"eslint-plugin-n": "^17.16.1",
8383
"eslint-plugin-prettier": "^5.2.3",
8484
"eslint-plugin-qunit": "^8.1.2",
8585
"globals": "^16.0.0",

tests/warp-drive__schema-record/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@glint/environment-ember-loose": "1.5.2",
4545
"@glint/environment-ember-template-imports": "1.5.2",
4646
"@glint/template": "1.5.2",
47-
"@types/qunit": "2.19.10",
47+
"@types/qunit": "2.19.12",
4848
"@warp-drive/core-types": "workspace:*",
4949
"@warp-drive/internal-config": "workspace:*",
5050
"@warp-drive/schema-record": "workspace:*",

0 commit comments

Comments
 (0)