Skip to content

Commit c7c336a

Browse files
committed
[patch] upgrade deps
1 parent 87369bf commit c7c336a

23 files changed

+1418
-1263
lines changed

package-lock.json

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

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/mono-repo-root",
3-
"version": "13.11.1",
3+
"version": "13.11.2",
44
"private": true,
55
"type": "module",
66
"workspaces": [
@@ -27,10 +27,10 @@
2727
"@eslint/js": "9.14.0",
2828
"@stylistic/eslint-plugin": "^2.12.1",
2929
"@stylistic/eslint-plugin-ts": "^2.12.1",
30-
"@typescript-eslint/eslint-plugin": "^8.18.0",
31-
"cspell": "^8.16.1",
32-
"dependency-cruiser": "^16.8.0",
33-
"esbuild": "^0.24.0",
30+
"@typescript-eslint/eslint-plugin": "^8.19.1",
31+
"cspell": "^8.17.1",
32+
"dependency-cruiser": "^16.9.0",
33+
"esbuild": "^0.24.2",
3434
"eslint": "9.14.0",
3535
"eslint-config-prettier": "^9.1.0",
3636
"eslint-plugin-jsdoc": "^50.6.1",
@@ -42,16 +42,16 @@
4242
"eslint-plugin-unicorn": "^56.0.1",
4343
"markdown-code-example-inserter": "^3.0.3",
4444
"mono-vir": "^2.0.5",
45-
"npm-check-updates": "^17.1.11",
45+
"npm-check-updates": "^17.1.13",
4646
"prettier": "3.3.3",
4747
"prettier-plugin-interpolated-html-tags": "^2.0.0",
48-
"prettier-plugin-jsdoc": "^1.3.0",
49-
"prettier-plugin-multiline-arrays": "^4.0.0",
48+
"prettier-plugin-jsdoc": "^1.3.2",
49+
"prettier-plugin-multiline-arrays": "^4.0.2",
5050
"prettier-plugin-organize-imports": "^4.1.0",
5151
"prettier-plugin-packagejson": "^2.5.6",
5252
"prettier-plugin-sort-json": "^4.0.0",
5353
"prettier-plugin-toml": "^2.0.1",
54-
"typescript-eslint": "^8.18.0",
54+
"typescript-eslint": "^8.19.1",
5555
"virmator": "./"
5656
},
5757
"engines": {

packages/compile/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/compile",
3-
"version": "13.11.1",
3+
"version": "13.11.2",
44
"description": "Default TS compile plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -31,18 +31,18 @@
3131
"test:update": "npm test update"
3232
},
3333
"dependencies": {
34-
"@augment-vir/assert": "^31.1.1",
35-
"@augment-vir/common": "^31.1.1",
36-
"@augment-vir/node": "^31.1.1",
37-
"@virmator/core": "^13.11.1"
34+
"@augment-vir/assert": "^31.6.0",
35+
"@augment-vir/common": "^31.6.0",
36+
"@augment-vir/node": "^31.6.0",
37+
"@virmator/core": "^13.11.2"
3838
},
3939
"devDependencies": {
40-
"@augment-vir/test": "^31.1.1",
41-
"@types/node": "^22.10.2",
42-
"@virmator/plugin-testing": "^13.11.1",
40+
"@augment-vir/test": "^31.6.0",
41+
"@types/node": "^22.10.5",
42+
"@virmator/plugin-testing": "^13.11.2",
4343
"c8": "^10.1.3",
44-
"chalk": "^5.3.0",
45-
"concurrently": "^9.1.0",
44+
"chalk": "^5.4.1",
45+
"concurrently": "^9.1.2",
4646
"istanbul-smart-text-reporter": "^1.1.5",
4747
"mono-vir": "^2.0.5",
4848
"tsx": "^4.19.2",

packages/core/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/core",
3-
"version": "13.11.1",
3+
"version": "13.11.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.1.1",
35-
"@augment-vir/common": "^31.1.1",
36-
"@augment-vir/node": "^31.1.1",
37-
"chalk": "^5.3.0",
38-
"concurrently": "^9.1.0",
34+
"@augment-vir/assert": "^31.6.0",
35+
"@augment-vir/common": "^31.6.0",
36+
"@augment-vir/node": "^31.6.0",
37+
"chalk": "^5.4.1",
38+
"concurrently": "^9.1.2",
3939
"mono-vir": "^2.0.5",
4040
"semver": "^7.6.3",
41-
"type-fest": "^4.30.1",
41+
"type-fest": "^4.31.0",
4242
"typescript": "^5.7.2"
4343
},
4444
"devDependencies": {
45-
"@augment-vir/test": "^31.1.1",
46-
"@types/node": "^22.10.2",
45+
"@augment-vir/test": "^31.6.0",
46+
"@types/node": "^22.10.5",
4747
"@types/semver": "^7.5.8",
48-
"esbuild": "^0.24.0"
48+
"esbuild": "^0.24.2"
4949
},
5050
"engines": {
5151
"node": ">=22"

packages/deps/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/deps",
3-
"version": "13.11.1",
3+
"version": "13.11.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.1.1",
37-
"@augment-vir/common": "^31.1.1",
38-
"@augment-vir/node": "^31.1.1",
39-
"@virmator/core": "^13.11.1",
36+
"@augment-vir/assert": "^31.6.0",
37+
"@augment-vir/common": "^31.6.0",
38+
"@augment-vir/node": "^31.6.0",
39+
"@virmator/core": "^13.11.2",
4040
"mri": "^1.2.0"
4141
},
4242
"devDependencies": {
43-
"@augment-vir/test": "^31.1.1",
44-
"@types/node": "^22.10.2",
43+
"@augment-vir/test": "^31.6.0",
44+
"@types/node": "^22.10.5",
4545
"c8": "^10.1.3",
46-
"dependency-cruiser": "^16.8.0",
47-
"esbuild": "^0.24.0",
46+
"dependency-cruiser": "^16.9.0",
47+
"esbuild": "^0.24.2",
4848
"istanbul-smart-text-reporter": "^1.1.5",
49-
"npm-check-updates": "^17.1.11"
49+
"npm-check-updates": "^17.1.13"
5050
},
5151
"engines": {
5252
"node": ">=22"

packages/docs/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/docs",
3-
"version": "13.11.1",
3+
"version": "13.11.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.1.1",
36-
"@augment-vir/common": "^31.1.1",
37-
"@augment-vir/node": "^31.1.1",
38-
"@virmator/core": "^13.11.1",
39-
"chalk": "^5.3.0",
35+
"@augment-vir/assert": "^31.6.0",
36+
"@augment-vir/common": "^31.6.0",
37+
"@augment-vir/node": "^31.6.0",
38+
"@virmator/core": "^13.11.2",
39+
"chalk": "^5.4.1",
4040
"mri": "^1.2.0"
4141
},
4242
"devDependencies": {
43-
"@augment-vir/test": "^31.1.1",
44-
"@types/node": "^22.10.2",
43+
"@augment-vir/test": "^31.6.0",
44+
"@types/node": "^22.10.5",
4545
"c8": "^10.1.3",
46-
"esbuild": "^0.24.0",
46+
"esbuild": "^0.24.2",
4747
"istanbul-smart-text-reporter": "^1.1.5",
4848
"markdown-code-example-inserter": "^3.0.3",
49-
"typedoc": "^0.27.5"
49+
"typedoc": "^0.27.6"
5050
},
5151
"engines": {
5252
"node": ">=22"

packages/docs/src/docs.test.ts.snapshot

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
exports[`Docs > allows custom file inputs 1`] = `
22
{
33
"logs": {
4-
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code --check something-else.md\\ndocs finished.",
4+
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code --check something-else.md\\ndocs finished.",
55
"stderr": "No markdown files given to insert code into."
66
},
77
"cwd": "packages/docs/test-files/valid-docs",
88
"contentsDiff": {
9-
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
9+
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
1010
"configs": {
1111
"typedoc.config.ts": "import {baseTypedocConfig} from '@virmator/docs/configs/typedoc.config.base';\\nimport {join, resolve} from 'node:path';\\nimport type {TypeDocOptions} from 'typedoc';\\n\\nconst repoRoot = resolve(import.meta.dirname, '..');\\nconst indexTsFile = join(repoRoot, 'src', 'index.ts');\\n\\nexport const typeDocConfig: Partial<TypeDocOptions> = {\\n ...baseTypedocConfig,\\n out: join(repoRoot, 'dist-docs'),\\n entryPoints: [\\n indexTsFile,\\n ],\\n intentionallyNotExported: [],\\n defaultCategory: 'MISSING CATEGORY',\\n categoryOrder: [\\n 'Main',\\n 'Internal',\\n ],\\n};\\n"
1212
}
@@ -17,12 +17,12 @@ exports[`Docs > allows custom file inputs 1`] = `
1717
exports[`Docs > does not error on missing markdown files 1`] = `
1818
{
1919
"logs": {
20-
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code 'README.md'\\ndocs finished.",
20+
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code 'README.md'\\ndocs finished.",
2121
"stderr": "No markdown files given to insert code into."
2222
},
2323
"cwd": "packages/docs/test-files/mono-repo/packages/c",
2424
"contentsDiff": {
25-
"package.json": "{\\n \\"name\\": \\"c\\",\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
25+
"package.json": "{\\n \\"name\\": \\"c\\",\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
2626
"configs": {
2727
"typedoc.config.ts": "import {baseTypedocConfig} from '@virmator/docs/configs/typedoc.config.base';\\nimport {join, resolve} from 'node:path';\\nimport type {TypeDocOptions} from 'typedoc';\\n\\nconst repoRoot = resolve(import.meta.dirname, '..');\\nconst indexTsFile = join(repoRoot, 'src', 'index.ts');\\n\\nexport const typeDocConfig: Partial<TypeDocOptions> = {\\n ...baseTypedocConfig,\\n out: join(repoRoot, 'dist-docs'),\\n entryPoints: [\\n indexTsFile,\\n ],\\n intentionallyNotExported: [],\\n defaultCategory: 'MISSING CATEGORY',\\n categoryOrder: [\\n 'Main',\\n 'Internal',\\n ],\\n};\\n"
2828
}
@@ -33,12 +33,12 @@ exports[`Docs > does not error on missing markdown files 1`] = `
3333
exports[`Docs > fails typedoc check 1`] = `
3434
{
3535
"logs": {
36-
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code --check 'README.md'",
36+
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code --check 'README.md'",
3737
"stderr": "No markdown files given to insert code into.\\ndocs failed."
3838
},
3939
"cwd": "packages/docs/test-files/invalid-typedoc",
4040
"contentsDiff": {
41-
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
41+
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
4242
"configs": {
4343
"typedoc.config.ts": "import {baseTypedocConfig} from '@virmator/docs/configs/typedoc.config.base';\\nimport {join, resolve} from 'node:path';\\nimport type {TypeDocOptions} from 'typedoc';\\n\\nconst repoRoot = resolve(import.meta.dirname, '..');\\nconst indexTsFile = join(repoRoot, 'src', 'index.ts');\\n\\nexport const typeDocConfig: Partial<TypeDocOptions> = {\\n ...baseTypedocConfig,\\n out: join(repoRoot, 'dist-docs'),\\n entryPoints: [\\n indexTsFile,\\n ],\\n intentionallyNotExported: [],\\n defaultCategory: 'MISSING CATEGORY',\\n categoryOrder: [\\n 'Main',\\n 'Internal',\\n ],\\n};\\n"
4444
}
@@ -52,12 +52,12 @@ exports[`Docs > fails typedoc check 1`] = `
5252
exports[`Docs > fails unfinished readme 1`] = `
5353
{
5454
"logs": {
55-
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code --check 'README.md'\\nChecking that code in markdown is up to date:",
55+
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code --check 'README.md'\\nChecking that code in markdown is up to date:",
5656
"stderr": " README.md: NOT up to date\\nCode in Markdown file(s) is out of date. Run without the \\"check\\" sub-command to update.\\ndocs failed."
5757
},
5858
"cwd": "packages/docs/test-files/unfinished-readme",
5959
"contentsDiff": {
60-
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
60+
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
6161
"configs": {
6262
"typedoc.config.ts": "import {baseTypedocConfig} from '@virmator/docs/configs/typedoc.config.base';\\nimport {join, resolve} from 'node:path';\\nimport type {TypeDocOptions} from 'typedoc';\\n\\nconst repoRoot = resolve(import.meta.dirname, '..');\\nconst indexTsFile = join(repoRoot, 'src', 'index.ts');\\n\\nexport const typeDocConfig: Partial<TypeDocOptions> = {\\n ...baseTypedocConfig,\\n out: join(repoRoot, 'dist-docs'),\\n entryPoints: [\\n indexTsFile,\\n ],\\n intentionallyNotExported: [],\\n defaultCategory: 'MISSING CATEGORY',\\n categoryOrder: [\\n 'Main',\\n 'Internal',\\n ],\\n};\\n"
6363
}
@@ -71,11 +71,11 @@ exports[`Docs > fails unfinished readme 1`] = `
7171
exports[`Docs > passes docs check 1`] = `
7272
{
7373
"logs": {
74-
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code --check 'README.md'\\nChecking that code in markdown is up to date:\\n README.md: up to date\\ndocs finished."
74+
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code --check 'README.md'\\nChecking that code in markdown is up to date:\\n README.md: up to date\\ndocs finished."
7575
},
7676
"cwd": "packages/docs/test-files/valid-docs",
7777
"contentsDiff": {
78-
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
78+
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
7979
"configs": {
8080
"typedoc.config.ts": "import {baseTypedocConfig} from '@virmator/docs/configs/typedoc.config.base';\\nimport {join, resolve} from 'node:path';\\nimport type {TypeDocOptions} from 'typedoc';\\n\\nconst repoRoot = resolve(import.meta.dirname, '..');\\nconst indexTsFile = join(repoRoot, 'src', 'index.ts');\\n\\nexport const typeDocConfig: Partial<TypeDocOptions> = {\\n ...baseTypedocConfig,\\n out: join(repoRoot, 'dist-docs'),\\n entryPoints: [\\n indexTsFile,\\n ],\\n intentionallyNotExported: [],\\n defaultCategory: 'MISSING CATEGORY',\\n categoryOrder: [\\n 'Main',\\n 'Internal',\\n ],\\n};\\n"
8181
}
@@ -119,12 +119,12 @@ exports[`Docs > runs on mono-repo packages 1`] = `
119119
exports[`Docs > runs typedoc and md-code 1`] = `
120120
{
121121
"logs": {
122-
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code 'README.md'\\nInserting code into markdown:\\n README.md\\ndocs finished."
122+
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code 'README.md'\\nInserting code into markdown:\\n README.md\\ndocs finished."
123123
},
124124
"cwd": "packages/docs/test-files/unfinished-readme",
125125
"contentsDiff": {
126126
"README.md": "here's a markdown code block\\n\\n<!-- example-link: src/readme-examples/thing.example.ts -->\\n\\n\`\`\`TypeScript\\nfunction doThing() {\\n console.info('hi');\\n return 'bye';\\n}\\n\\ndoThing();\\n\`\`\`\\n",
127-
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
127+
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
128128
"configs": {
129129
"typedoc.config.ts": "import {baseTypedocConfig} from '@virmator/docs/configs/typedoc.config.base';\\nimport {join, resolve} from 'node:path';\\nimport type {TypeDocOptions} from 'typedoc';\\n\\nconst repoRoot = resolve(import.meta.dirname, '..');\\nconst indexTsFile = join(repoRoot, 'src', 'index.ts');\\n\\nexport const typeDocConfig: Partial<TypeDocOptions> = {\\n ...baseTypedocConfig,\\n out: join(repoRoot, 'dist-docs'),\\n entryPoints: [\\n indexTsFile,\\n ],\\n intentionallyNotExported: [],\\n defaultCategory: 'MISSING CATEGORY',\\n categoryOrder: [\\n 'Main',\\n 'Internal',\\n ],\\n};\\n"
130130
}
@@ -135,12 +135,12 @@ exports[`Docs > runs typedoc and md-code 1`] = `
135135
exports[`Docs > skips private repo typedoc 1`] = `
136136
{
137137
"logs": {
138-
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code 'README.md'\\nSkipping typedoc generation in private repo b\\ndocs finished.",
138+
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code 'README.md'\\nSkipping typedoc generation in private repo b\\ndocs finished.",
139139
"stderr": "No markdown files given to insert code into."
140140
},
141141
"cwd": "packages/docs/test-files/mono-repo/packages/b",
142142
"contentsDiff": {
143-
"package.json": "{\\n \\"name\\": \\"b\\",\\n \\"private\\": true,\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
143+
"package.json": "{\\n \\"name\\": \\"b\\",\\n \\"private\\": true,\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
144144
"configs": {
145145
"typedoc.config.ts": "import {baseTypedocConfig} from '@virmator/docs/configs/typedoc.config.base';\\nimport {join, resolve} from 'node:path';\\nimport type {TypeDocOptions} from 'typedoc';\\n\\nconst repoRoot = resolve(import.meta.dirname, '..');\\nconst indexTsFile = join(repoRoot, 'src', 'index.ts');\\n\\nexport const typeDocConfig: Partial<TypeDocOptions> = {\\n ...baseTypedocConfig,\\n out: join(repoRoot, 'dist-docs'),\\n entryPoints: [\\n indexTsFile,\\n ],\\n intentionallyNotExported: [],\\n defaultCategory: 'MISSING CATEGORY',\\n categoryOrder: [\\n 'Main',\\n 'Internal',\\n ],\\n};\\n"
146146
}

packages/format/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/format",
3-
"version": "13.11.1",
3+
"version": "13.11.2",
44
"description": "Default format plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -31,20 +31,20 @@
3131
"test:update": "npm test update"
3232
},
3333
"dependencies": {
34-
"@augment-vir/assert": "^31.1.1",
35-
"@augment-vir/common": "^31.1.1",
36-
"@virmator/core": "^13.11.1",
34+
"@augment-vir/assert": "^31.6.0",
35+
"@augment-vir/common": "^31.6.0",
36+
"@virmator/core": "^13.11.2",
3737
"mri": "^1.2.0"
3838
},
3939
"devDependencies": {
40-
"@augment-vir/test": "^31.1.1",
41-
"@types/node": "^22.10.2",
40+
"@augment-vir/test": "^31.6.0",
41+
"@types/node": "^22.10.5",
4242
"c8": "^10.1.3",
4343
"istanbul-smart-text-reporter": "^1.1.5",
4444
"prettier": "3.3.3",
4545
"prettier-plugin-interpolated-html-tags": "^2.0.0",
46-
"prettier-plugin-jsdoc": "^1.3.0",
47-
"prettier-plugin-multiline-arrays": "^4.0.0",
46+
"prettier-plugin-jsdoc": "^1.3.2",
47+
"prettier-plugin-multiline-arrays": "^4.0.2",
4848
"prettier-plugin-organize-imports": "^4.1.0",
4949
"prettier-plugin-packagejson": "^2.5.6",
5050
"prettier-plugin-sort-json": "^4.0.0",

0 commit comments

Comments
 (0)