Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2142)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 80e365f commit 1ed0984
Show file tree
Hide file tree
Showing 7 changed files with 332 additions and 81 deletions.
2 changes: 1 addition & 1 deletion packages/qunit-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
"@types/qunit": "2.19.10",
"@types/qunit": "2.19.12",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "2.0.5",
Expand Down
14 changes: 7 additions & 7 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"@ember/string": "4.0.0",
"@ember/test-helpers": "3.3.1",
"@embroider/compat": "3.6.1",
"@embroider/core": "3.4.16",
"@embroider/macros": "1.16.6",
"@embroider/core": "3.4.19",
"@embroider/macros": "1.16.9",
"@embroider/test-setup": "3.0.3",
"@embroider/webpack": "3.2.3",
"@glimmer/component": "1.1.2",
"@glimmer/tracking": "1.1.2",
"@tsconfig/ember": "3.0.8",
"@types/ember": "4.0.11",
"@types/ember-qunit": "6.1.1",
"@types/ember-resolver": "9.0.0",
"@types/ember-qunit": "6.1.3",
"@types/ember-resolver": "9.0.2",
"@types/ember__application": "4.0.11",
"@types/ember__array": "4.0.10",
"@types/ember__component": "4.0.22",
Expand All @@ -55,10 +55,10 @@
"@types/ember__string": "3.0.15",
"@types/ember__template": "4.0.7",
"@types/ember__test": "4.0.6",
"@types/ember__test-helpers": "2.9.1",
"@types/ember__test-helpers": "2.9.3",
"@types/ember__utils": "4.0.7",
"@types/jest": "29.5.13",
"@types/qunit": "2.19.10",
"@types/jest": "29.5.14",
"@types/qunit": "2.19.12",
"@types/rsvp": "4.0.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-types-resolution-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo 'run pnpm lint' instead"
},
"devDependencies": {
"@types/qunit": "2.19.10",
"@types/qunit": "2.19.12",
"dom-element-descriptors": "0.5.1",
"expect-type": "0.19.0",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-types-resolution-node16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo 'run pnpm lint' instead"
},
"devDependencies": {
"@types/qunit": "2.19.10",
"@types/qunit": "2.19.12",
"dom-element-descriptors": "0.5.1",
"expect-type": "0.19.0",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo 'run pnpm lint' instead"
},
"devDependencies": {
"@types/qunit": "2.19.10",
"@types/qunit": "2.19.12",
"dom-element-descriptors": "0.5.1",
"expect-type": "0.19.0",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"qunit": "2.22.0",
"qunit-dom": "workspace:^",
"vite": "5.4.8"
"vite": "5.4.10"
},
"volta": {
"extends": "../../package.json"
Expand Down
Loading

0 comments on commit 1ed0984

Please sign in to comment.