Skip to content

Commit ec344fd

Browse files
committed
[patch] update deps
1 parent d9733d0 commit ec344fd

26 files changed

+1072
-1712
lines changed

package-lock.json

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

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/mono-repo-root",
3-
"version": "13.13.1",
3+
"version": "13.13.2",
44
"private": true,
55
"type": "module",
66
"workspaces": [
@@ -23,17 +23,17 @@
2323
"test:update": "mono-vir for-each-async npm run test:update"
2424
},
2525
"devDependencies": {
26-
"@eslint/eslintrc": "^3.2.0",
27-
"@eslint/js": "9.20.0",
28-
"@stylistic/eslint-plugin": "^4.0.1",
29-
"@stylistic/eslint-plugin-ts": "^4.0.1",
30-
"@typescript-eslint/eslint-plugin": "^8.24.1",
31-
"cspell": "^8.17.4",
26+
"@eslint/eslintrc": "^3.3.0",
27+
"@eslint/js": "9.22.0",
28+
"@stylistic/eslint-plugin": "^4.2.0",
29+
"@stylistic/eslint-plugin-ts": "^4.2.0",
30+
"@typescript-eslint/eslint-plugin": "^8.26.1",
31+
"cspell": "^8.17.5",
3232
"dependency-cruiser": "^16.10.0",
33-
"esbuild": "^0.25.0",
34-
"eslint": "^9.20.1",
35-
"eslint-config-prettier": "^10.0.1",
36-
"eslint-plugin-jsdoc": "^50.6.3",
33+
"esbuild": "^0.25.1",
34+
"eslint": "^9.22.0",
35+
"eslint-config-prettier": "^10.1.1",
36+
"eslint-plugin-jsdoc": "^50.6.6",
3737
"eslint-plugin-monorepo-cop": "^1.0.2",
3838
"eslint-plugin-playwright": "^2.2.0",
3939
"eslint-plugin-prettier": "^5.2.3",
@@ -42,16 +42,16 @@
4242
"eslint-plugin-unicorn": "^57.0.0",
4343
"markdown-code-example-inserter": "^3.0.3",
4444
"mono-vir": "^2.0.5",
45-
"npm-check-updates": "^17.1.14",
45+
"npm-check-updates": "^17.1.15",
4646
"prettier": "3.3.3",
47-
"prettier-plugin-interpolated-html-tags": "^2.0.0",
47+
"prettier-plugin-interpolated-html-tags": "^2.0.1",
4848
"prettier-plugin-jsdoc": "^1.3.2",
49-
"prettier-plugin-multiline-arrays": "^4.0.2",
49+
"prettier-plugin-multiline-arrays": "^4.0.3",
5050
"prettier-plugin-organize-imports": "^4.1.0",
51-
"prettier-plugin-packagejson": "^2.5.8",
51+
"prettier-plugin-packagejson": "^2.5.10",
5252
"prettier-plugin-sort-json": "^4.1.1",
53-
"prettier-plugin-toml": "^2.0.1",
54-
"typescript-eslint": "^8.24.1",
53+
"prettier-plugin-toml": "^2.0.2",
54+
"typescript-eslint": "^8.26.1",
5555
"virmator": "./"
5656
},
5757
"engines": {

packages/compile/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/compile",
3-
"version": "13.13.1",
3+
"version": "13.13.2",
44
"description": "Default TS compile plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -31,22 +31,22 @@
3131
"test:update": "npm test update"
3232
},
3333
"dependencies": {
34-
"@augment-vir/assert": "^31.9.1",
35-
"@augment-vir/common": "^31.9.1",
36-
"@augment-vir/node": "^31.9.1",
37-
"@virmator/core": "^13.13.1"
34+
"@augment-vir/assert": "^31.10.1",
35+
"@augment-vir/common": "^31.10.1",
36+
"@augment-vir/node": "^31.10.1",
37+
"@virmator/core": "^13.13.2"
3838
},
3939
"devDependencies": {
40-
"@augment-vir/test": "^31.9.1",
41-
"@types/node": "^22.13.4",
42-
"@virmator/plugin-testing": "^13.13.1",
40+
"@augment-vir/test": "^31.10.1",
41+
"@types/node": "^22.13.10",
42+
"@virmator/plugin-testing": "^13.13.2",
4343
"c8": "^10.1.3",
4444
"chalk": "^5.4.1",
4545
"concurrently": "^9.1.2",
4646
"istanbul-smart-text-reporter": "^1.1.5",
4747
"mono-vir": "^2.0.5",
4848
"tsx": "^4.19.3",
49-
"typescript": "^5.7.3"
49+
"typescript": "^5.8.2"
5050
},
5151
"peerDependencies": {
5252
"typescript": "*"

packages/compile/src/compile.test.ts.snapshot

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
exports[`TS Compile > compiles a valid project 1`] = `
22
{
33
"logs": {
4-
"stdout": "Copied tsconfig.json\\nInstalling typescript@5.7.3...\\nDeleting dist...\\nDeleting tsconfig.tsbuildinfo...\\nCompiling...\\n> npx tsc --pretty\\ncompile finished."
4+
"stdout": "Copied tsconfig.json\\nInstalling typescript@5.8.2...\\nDeleting dist...\\nDeleting tsconfig.tsbuildinfo...\\nCompiling...\\n> npx tsc --pretty\\ncompile finished."
55
},
66
"cwd": "packages/compile/test-files/pass-compile",
77
"contentsDiff": {
8-
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.7.3\\"\\n }\\n}\\n",
8+
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.8.2\\"\\n }\\n}\\n",
99
"dist": {
1010
"a.d.ts": "export type A = {\\n here: string;\\n there: number;\\n};\\nexport declare const value: A;\\n",
1111
"a.js": "export const value = {\\n here: 'yo',\\n there: 0,\\n};\\n"
@@ -18,12 +18,12 @@ exports[`TS Compile > compiles a valid project 1`] = `
1818
exports[`TS Compile > rejects an invalid project 1`] = `
1919
{
2020
"logs": {
21-
"stdout": "Copied tsconfig.json\\nInstalling typescript@5.7.3...\\nDeleting dist...\\nDeleting tsconfig.tsbuildinfo...\\nCompiling...\\n> npx tsc --pretty\\nsrc/a.ts:12:5 - error TS2353: Object literal may only specify known properties, and 'no' does not exist in type 'A'.\\n\\n12 no: 'bad',\\n ~~\\n\\n\\nFound 1 error in src/a.ts:12\\n",
21+
"stdout": "Copied tsconfig.json\\nInstalling typescript@5.8.2...\\nDeleting dist...\\nDeleting tsconfig.tsbuildinfo...\\nCompiling...\\n> npx tsc --pretty\\nsrc/a.ts:12:5 - error TS2353: Object literal may only specify known properties, and 'no' does not exist in type 'A'.\\n\\n12 no: 'bad',\\n ~~\\n\\n\\nFound 1 error in src/a.ts:12\\n",
2222
"stderr": "compile failed."
2323
},
2424
"cwd": "packages/compile/test-files/fail-compile",
2525
"contentsDiff": {
26-
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.7.3\\"\\n }\\n}\\n",
26+
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.8.2\\"\\n }\\n}\\n",
2727
"dist": {
2828
"a.d.ts": "export type A = {\\n here: string;\\n there: number;\\n};\\nexport declare const value: A;\\nexport declare const value2: A;\\n",
2929
"a.js": "export const value = {\\n here: 'yo',\\n there: 0,\\n};\\nexport const value2 = {\\n no: 'bad',\\n};\\n"

packages/core/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/core",
3-
"version": "13.13.1",
3+
"version": "13.13.2",
44
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
55
"keywords": [
66
"automation",
@@ -31,21 +31,21 @@
3131
"test:update": "npm test update"
3232
},
3333
"dependencies": {
34-
"@augment-vir/assert": "^31.9.1",
35-
"@augment-vir/common": "^31.9.1",
36-
"@augment-vir/node": "^31.9.1",
34+
"@augment-vir/assert": "^31.10.1",
35+
"@augment-vir/common": "^31.10.1",
36+
"@augment-vir/node": "^31.10.1",
3737
"chalk": "^5.4.1",
3838
"concurrently": "^9.1.2",
3939
"mono-vir": "^2.0.5",
4040
"semver": "^7.7.1",
41-
"type-fest": "^4.35.0",
42-
"typescript": "^5.7.3"
41+
"type-fest": "^4.37.0",
42+
"typescript": "^5.8.2"
4343
},
4444
"devDependencies": {
45-
"@augment-vir/test": "^31.9.1",
46-
"@types/node": "^22.13.4",
45+
"@augment-vir/test": "^31.10.1",
46+
"@types/node": "^22.13.10",
4747
"@types/semver": "^7.5.8",
48-
"esbuild": "^0.25.0"
48+
"esbuild": "^0.25.1"
4949
},
5050
"engines": {
5151
"node": ">=22"

packages/deps/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/deps",
3-
"version": "13.13.1",
3+
"version": "13.13.2",
44
"description": "Default TS deps plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -33,20 +33,20 @@
3333
"test:update": "npm test update"
3434
},
3535
"dependencies": {
36-
"@augment-vir/assert": "^31.9.1",
37-
"@augment-vir/common": "^31.9.1",
38-
"@augment-vir/node": "^31.9.1",
39-
"@virmator/core": "^13.13.1",
36+
"@augment-vir/assert": "^31.10.1",
37+
"@augment-vir/common": "^31.10.1",
38+
"@augment-vir/node": "^31.10.1",
39+
"@virmator/core": "^13.13.2",
4040
"mri": "^1.2.0"
4141
},
4242
"devDependencies": {
43-
"@augment-vir/test": "^31.9.1",
44-
"@types/node": "^22.13.4",
43+
"@augment-vir/test": "^31.10.1",
44+
"@types/node": "^22.13.10",
4545
"c8": "^10.1.3",
4646
"dependency-cruiser": "^16.10.0",
47-
"esbuild": "^0.25.0",
47+
"esbuild": "^0.25.1",
4848
"istanbul-smart-text-reporter": "^1.1.5",
49-
"npm-check-updates": "^17.1.14"
49+
"npm-check-updates": "^17.1.15"
5050
},
5151
"engines": {
5252
"node": ">=22"

packages/docs/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/docs",
3-
"version": "13.13.1",
3+
"version": "13.13.2",
44
"description": "Default TS docs plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -32,21 +32,21 @@
3232
"test:update": "npm test update"
3333
},
3434
"dependencies": {
35-
"@augment-vir/assert": "^31.9.1",
36-
"@augment-vir/common": "^31.9.1",
37-
"@augment-vir/node": "^31.9.1",
38-
"@virmator/core": "^13.13.1",
35+
"@augment-vir/assert": "^31.10.1",
36+
"@augment-vir/common": "^31.10.1",
37+
"@augment-vir/node": "^31.10.1",
38+
"@virmator/core": "^13.13.2",
3939
"chalk": "^5.4.1",
4040
"mri": "^1.2.0"
4141
},
4242
"devDependencies": {
43-
"@augment-vir/test": "^31.9.1",
44-
"@types/node": "^22.13.4",
43+
"@augment-vir/test": "^31.10.1",
44+
"@types/node": "^22.13.10",
4545
"c8": "^10.1.3",
46-
"esbuild": "^0.25.0",
46+
"esbuild": "^0.25.1",
4747
"istanbul-smart-text-reporter": "^1.1.5",
4848
"markdown-code-example-inserter": "^3.0.3",
49-
"typedoc": "^0.27.7"
49+
"typedoc": "^0.28.0"
5050
},
5151
"engines": {
5252
"node": ">=22"

0 commit comments

Comments
 (0)