Skip to content

Commit 6dd5c1b

Browse files
committed
[patch] update deps
1 parent efdc188 commit 6dd5c1b

25 files changed

+4630
-5711
lines changed

package-lock.json

+4,420-5,499
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/mono-repo-root",
3-
"version": "13.10.4",
3+
"version": "13.10.5",
44
"private": true,
55
"type": "module",
66
"workspaces": [
@@ -25,33 +25,33 @@
2525
"devDependencies": {
2626
"@eslint/eslintrc": "^3.2.0",
2727
"@eslint/js": "9.14.0",
28-
"@stylistic/eslint-plugin": "^2.11.0",
29-
"@stylistic/eslint-plugin-ts": "^2.11.0",
30-
"@typescript-eslint/eslint-plugin": "^8.15.0",
31-
"cspell": "^8.16.0",
32-
"dependency-cruiser": "^16.6.0",
28+
"@stylistic/eslint-plugin": "^2.12.0",
29+
"@stylistic/eslint-plugin-ts": "^2.12.0",
30+
"@typescript-eslint/eslint-plugin": "^8.18.0",
31+
"cspell": "^8.16.1",
32+
"dependency-cruiser": "^16.7.0",
3333
"esbuild": "^0.24.0",
3434
"eslint": "9.14.0",
3535
"eslint-config-prettier": "^9.1.0",
36-
"eslint-plugin-jsdoc": "^50.5.0",
36+
"eslint-plugin-jsdoc": "^50.6.0",
3737
"eslint-plugin-monorepo-cop": "^1.0.2",
3838
"eslint-plugin-playwright": "^2.1.0",
3939
"eslint-plugin-prettier": "^5.2.1",
4040
"eslint-plugin-require-extensions": "^0.1.3",
41-
"eslint-plugin-sonarjs": "^2.0.4",
41+
"eslint-plugin-sonarjs": "^3.0.1",
4242
"eslint-plugin-unicorn": "^56.0.1",
4343
"markdown-code-example-inserter": "^3.0.2",
44-
"mono-vir": "^2.0.4",
44+
"mono-vir": "^2.0.5",
4545
"npm-check-updates": "^17.1.11",
46-
"prettier": "^3.3.3",
46+
"prettier": "3.3.3",
4747
"prettier-plugin-interpolated-html-tags": "^2.0.0",
4848
"prettier-plugin-jsdoc": "^1.3.0",
4949
"prettier-plugin-multiline-arrays": "^3.0.6",
5050
"prettier-plugin-organize-imports": "^4.1.0",
51-
"prettier-plugin-packagejson": "^2.5.3",
51+
"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.15.0",
54+
"typescript-eslint": "^8.18.0",
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.10.4",
3+
"version": "13.10.5",
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": "^30.8.2",
35-
"@augment-vir/common": "^30.8.2",
36-
"@augment-vir/node": "^30.8.2",
37-
"@virmator/core": "^13.10.4"
34+
"@augment-vir/assert": "^31.0.1",
35+
"@augment-vir/common": "^31.0.1",
36+
"@augment-vir/node": "^31.0.1",
37+
"@virmator/core": "^13.10.5"
3838
},
3939
"devDependencies": {
40-
"@augment-vir/test": "^30.8.2",
41-
"@types/node": "^22.9.0",
42-
"@virmator/plugin-testing": "^13.10.4",
40+
"@augment-vir/test": "^31.0.1",
41+
"@types/node": "^22.10.1",
42+
"@virmator/plugin-testing": "^13.10.5",
4343
"c8": "^10.1.2",
4444
"chalk": "^5.3.0",
4545
"concurrently": "^9.1.0",
4646
"istanbul-smart-text-reporter": "^1.1.5",
47-
"mono-vir": "^2.0.4",
47+
"mono-vir": "^2.0.5",
4848
"tsx": "^4.19.2",
49-
"typescript": "^5.6.3"
49+
"typescript": "^5.7.2"
5050
},
5151
"peerDependencies": {
5252
"typescript": "*"

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

+6-6
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.6.3...\\nDeleting dist...\\nDeleting tsconfig.tsbuildinfo...\\nCompiling...\\n> npx tsc --pretty\\ncompile finished."
4+
"stdout": "Copied tsconfig.json\\nInstalling typescript@5.7.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.6.3\\"\\n }\\n}\\n",
8+
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.7.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.6.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.7.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.6.3\\"\\n }\\n}\\n",
26+
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.7.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"
@@ -39,11 +39,11 @@ exports[`TS Compile > rejects an invalid project 1`] = `
3939
exports[`TS Compile > works in a mono-repo 1`] = `
4040
{
4141
"logs": {
42-
"stdout": "Copied tsconfig.base.json\\nCopied tsconfig.json\\nCopied tsconfig.json\\nInstalling [email protected].4...\\n[packages/a] Deleting dist...\\n[packages/a] Deleting tsconfig.tsbuildinfo...\\n[packages/a] Compiling...\\n[packages/a] > npx tsc -b --pretty\\n[packages/b] Deleting dist...\\n[packages/b] Deleting tsconfig.tsbuildinfo...\\n[packages/b] Compiling...\\n[packages/b] > npx tsc -b --pretty\\n[packages/a] npx tsc -b --pretty exited with code 0\\n[packages/b] npx tsc -b --pretty exited with code 0\\ncompile finished."
42+
"stdout": "Copied tsconfig.base.json\\nCopied tsconfig.json\\nCopied tsconfig.json\\nInstalling [email protected].5...\\n[packages/a] Deleting dist...\\n[packages/a] Deleting tsconfig.tsbuildinfo...\\n[packages/a] Compiling...\\n[packages/a] > npx tsc -b --pretty\\n[packages/b] Deleting dist...\\n[packages/b] Deleting tsconfig.tsbuildinfo...\\n[packages/b] Compiling...\\n[packages/b] > npx tsc -b --pretty\\n[packages/a] npx tsc -b --pretty exited with code 0\\n[packages/b] npx tsc -b --pretty exited with code 0\\ncompile finished."
4343
},
4444
"cwd": "packages/compile/test-files/mono-repo",
4545
"contentsDiff": {
46-
"package.json": "{\\n \\"private\\": true,\\n \\"workspaces\\": [\\n \\"packages/*\\"\\n ],\\n \\"devDependencies\\": {\\n \\"mono-vir\\": \\"^2.0.4\\"\\n }\\n}\\n",
46+
"package.json": "{\\n \\"private\\": true,\\n \\"workspaces\\": [\\n \\"packages/*\\"\\n ],\\n \\"devDependencies\\": {\\n \\"mono-vir\\": \\"^2.0.5\\"\\n }\\n}\\n",
4747
"packages": {
4848
"a": {
4949
"dist": {

packages/core/package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/core",
3-
"version": "13.10.4",
3+
"version": "13.10.5",
44
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
55
"keywords": [
66
"automation",
@@ -31,20 +31,19 @@
3131
"test:update": "npm test update"
3232
},
3333
"dependencies": {
34-
"@augment-vir/assert": "^30.8.2",
35-
"@augment-vir/common": "^30.8.2",
36-
"@augment-vir/node": "^30.8.2",
34+
"@augment-vir/assert": "^31.0.1",
35+
"@augment-vir/common": "^31.0.1",
36+
"@augment-vir/node": "^31.0.1",
3737
"chalk": "^5.3.0",
38-
"cli-args-vir": "^1.0.0",
3938
"concurrently": "^9.1.0",
40-
"mono-vir": "^2.0.4",
39+
"mono-vir": "^2.0.5",
4140
"semver": "^7.6.3",
42-
"type-fest": "^4.27.0",
43-
"typescript": "^5.6.3"
41+
"type-fest": "^4.30.0",
42+
"typescript": "^5.7.2"
4443
},
4544
"devDependencies": {
46-
"@augment-vir/test": "^30.8.2",
47-
"@types/node": "^22.9.0",
45+
"@augment-vir/test": "^31.0.1",
46+
"@types/node": "^22.10.1",
4847
"@types/semver": "^7.5.8",
4948
"esbuild": "^0.24.0"
5049
},

packages/core/src/api/parse-args.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {check} from '@augment-vir/assert';
22
import {getObjectTypedEntries, mapObjectValues, wrapInTry, type Logger} from '@augment-vir/common';
3-
import {extractRelevantArgs} from 'cli-args-vir';
3+
import {extractRelevantArgs} from '@augment-vir/node';
44
import {Writable} from 'type-fest';
55
import {accessAtKeys} from '../augments/object/access.js';
66
import {type UsedVirmatorPluginCommands} from '../plugin/plugin-executor.js';

packages/deps/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/deps",
3-
"version": "13.10.4",
3+
"version": "13.10.5",
44
"description": "Default TS deps plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -33,17 +33,17 @@
3333
"test:update": "npm test update"
3434
},
3535
"dependencies": {
36-
"@augment-vir/assert": "^30.8.2",
37-
"@augment-vir/common": "^30.8.2",
38-
"@augment-vir/node": "^30.8.2",
39-
"@virmator/core": "^13.10.4",
36+
"@augment-vir/assert": "^31.0.1",
37+
"@augment-vir/common": "^31.0.1",
38+
"@augment-vir/node": "^31.0.1",
39+
"@virmator/core": "^13.10.5",
4040
"mri": "^1.2.0"
4141
},
4242
"devDependencies": {
43-
"@augment-vir/test": "^30.8.2",
44-
"@types/node": "^22.9.0",
43+
"@augment-vir/test": "^31.0.1",
44+
"@types/node": "^22.10.1",
4545
"c8": "^10.1.2",
46-
"dependency-cruiser": "^16.6.0",
46+
"dependency-cruiser": "^16.7.0",
4747
"esbuild": "^0.24.0",
4848
"istanbul-smart-text-reporter": "^1.1.5",
4949
"npm-check-updates": "^17.1.11"

packages/docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/docs",
3-
"version": "13.10.4",
3+
"version": "13.10.5",
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": "^30.8.2",
36-
"@augment-vir/common": "^30.8.2",
37-
"@augment-vir/node": "^30.8.2",
38-
"@virmator/core": "^13.10.4",
35+
"@augment-vir/assert": "^31.0.1",
36+
"@augment-vir/common": "^31.0.1",
37+
"@augment-vir/node": "^31.0.1",
38+
"@virmator/core": "^13.10.5",
3939
"chalk": "^5.3.0",
4040
"mri": "^1.2.0"
4141
},
4242
"devDependencies": {
43-
"@augment-vir/test": "^30.8.2",
44-
"@types/node": "^22.9.0",
43+
"@augment-vir/test": "^31.0.1",
44+
"@types/node": "^22.10.1",
4545
"c8": "^10.1.2",
4646
"esbuild": "^0.24.0",
4747
"istanbul-smart-text-reporter": "^1.1.5",
4848
"markdown-code-example-inserter": "^3.0.2",
49-
"typedoc": "^0.26.11"
49+
"typedoc": "^0.27.4"
5050
},
5151
"engines": {
5252
"node": ">=22"

0 commit comments

Comments
 (0)