Skip to content

Commit

Permalink
[patch] upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Jan 7, 2025
1 parent 87369bf commit c7c336a
Show file tree
Hide file tree
Showing 23 changed files with 1,418 additions and 1,263 deletions.
2,279 changes: 1,217 additions & 1,062 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/mono-repo-root",
"version": "13.11.1",
"version": "13.11.2",
"private": true,
"type": "module",
"workspaces": [
Expand All @@ -27,10 +27,10 @@
"@eslint/js": "9.14.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@stylistic/eslint-plugin-ts": "^2.12.1",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"cspell": "^8.16.1",
"dependency-cruiser": "^16.8.0",
"esbuild": "^0.24.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"cspell": "^8.17.1",
"dependency-cruiser": "^16.9.0",
"esbuild": "^0.24.2",
"eslint": "9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.6.1",
Expand All @@ -42,16 +42,16 @@
"eslint-plugin-unicorn": "^56.0.1",
"markdown-code-example-inserter": "^3.0.3",
"mono-vir": "^2.0.5",
"npm-check-updates": "^17.1.11",
"npm-check-updates": "^17.1.13",
"prettier": "3.3.3",
"prettier-plugin-interpolated-html-tags": "^2.0.0",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-multiline-arrays": "^4.0.0",
"prettier-plugin-jsdoc": "^1.3.2",
"prettier-plugin-multiline-arrays": "^4.0.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-toml": "^2.0.1",
"typescript-eslint": "^8.18.0",
"typescript-eslint": "^8.19.1",
"virmator": "./"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions packages/compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/compile",
"version": "13.11.1",
"version": "13.11.2",
"description": "Default TS compile plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -31,18 +31,18 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^31.1.1",
"@augment-vir/common": "^31.1.1",
"@augment-vir/node": "^31.1.1",
"@virmator/core": "^13.11.1"
"@augment-vir/assert": "^31.6.0",
"@augment-vir/common": "^31.6.0",
"@augment-vir/node": "^31.6.0",
"@virmator/core": "^13.11.2"
},
"devDependencies": {
"@augment-vir/test": "^31.1.1",
"@types/node": "^22.10.2",
"@virmator/plugin-testing": "^13.11.1",
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"@virmator/plugin-testing": "^13.11.2",
"c8": "^10.1.3",
"chalk": "^5.3.0",
"concurrently": "^9.1.0",
"chalk": "^5.4.1",
"concurrently": "^9.1.2",
"istanbul-smart-text-reporter": "^1.1.5",
"mono-vir": "^2.0.5",
"tsx": "^4.19.2",
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/core",
"version": "13.11.1",
"version": "13.11.2",
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
"keywords": [
"automation",
Expand Down Expand Up @@ -31,21 +31,21 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^31.1.1",
"@augment-vir/common": "^31.1.1",
"@augment-vir/node": "^31.1.1",
"chalk": "^5.3.0",
"concurrently": "^9.1.0",
"@augment-vir/assert": "^31.6.0",
"@augment-vir/common": "^31.6.0",
"@augment-vir/node": "^31.6.0",
"chalk": "^5.4.1",
"concurrently": "^9.1.2",
"mono-vir": "^2.0.5",
"semver": "^7.6.3",
"type-fest": "^4.30.1",
"type-fest": "^4.31.0",
"typescript": "^5.7.2"
},
"devDependencies": {
"@augment-vir/test": "^31.1.1",
"@types/node": "^22.10.2",
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"@types/semver": "^7.5.8",
"esbuild": "^0.24.0"
"esbuild": "^0.24.2"
},
"engines": {
"node": ">=22"
Expand Down
20 changes: 10 additions & 10 deletions packages/deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/deps",
"version": "13.11.1",
"version": "13.11.2",
"description": "Default TS deps plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -33,20 +33,20 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^31.1.1",
"@augment-vir/common": "^31.1.1",
"@augment-vir/node": "^31.1.1",
"@virmator/core": "^13.11.1",
"@augment-vir/assert": "^31.6.0",
"@augment-vir/common": "^31.6.0",
"@augment-vir/node": "^31.6.0",
"@virmator/core": "^13.11.2",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^31.1.1",
"@types/node": "^22.10.2",
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"c8": "^10.1.3",
"dependency-cruiser": "^16.8.0",
"esbuild": "^0.24.0",
"dependency-cruiser": "^16.9.0",
"esbuild": "^0.24.2",
"istanbul-smart-text-reporter": "^1.1.5",
"npm-check-updates": "^17.1.11"
"npm-check-updates": "^17.1.13"
},
"engines": {
"node": ">=22"
Expand Down
20 changes: 10 additions & 10 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/docs",
"version": "13.11.1",
"version": "13.11.2",
"description": "Default TS docs plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -32,21 +32,21 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^31.1.1",
"@augment-vir/common": "^31.1.1",
"@augment-vir/node": "^31.1.1",
"@virmator/core": "^13.11.1",
"chalk": "^5.3.0",
"@augment-vir/assert": "^31.6.0",
"@augment-vir/common": "^31.6.0",
"@augment-vir/node": "^31.6.0",
"@virmator/core": "^13.11.2",
"chalk": "^5.4.1",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^31.1.1",
"@types/node": "^22.10.2",
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"c8": "^10.1.3",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"istanbul-smart-text-reporter": "^1.1.5",
"markdown-code-example-inserter": "^3.0.3",
"typedoc": "^0.27.5"
"typedoc": "^0.27.6"
},
"engines": {
"node": ">=22"
Expand Down
28 changes: 14 additions & 14 deletions packages/docs/src/docs.test.ts.snapshot
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
exports[`Docs > allows custom file inputs 1`] = `
{
"logs": {
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code --check something-else.md\\ndocs finished.",
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code --check something-else.md\\ndocs finished.",
"stderr": "No markdown files given to insert code into."
},
"cwd": "packages/docs/test-files/valid-docs",
"contentsDiff": {
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
"configs": {
"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"
}
Expand All @@ -17,12 +17,12 @@ exports[`Docs > allows custom file inputs 1`] = `
exports[`Docs > does not error on missing markdown files 1`] = `
{
"logs": {
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code 'README.md'\\ndocs finished.",
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code 'README.md'\\ndocs finished.",
"stderr": "No markdown files given to insert code into."
},
"cwd": "packages/docs/test-files/mono-repo/packages/c",
"contentsDiff": {
"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",
"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",
"configs": {
"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"
}
Expand All @@ -33,12 +33,12 @@ exports[`Docs > does not error on missing markdown files 1`] = `
exports[`Docs > fails typedoc check 1`] = `
{
"logs": {
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].5...\\n> npx md-code --check 'README.md'",
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6...\\n> npx md-code --check 'README.md'",
"stderr": "No markdown files given to insert code into.\\ndocs failed."
},
"cwd": "packages/docs/test-files/invalid-typedoc",
"contentsDiff": {
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
"configs": {
"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"
}
Expand All @@ -52,12 +52,12 @@ exports[`Docs > fails typedoc check 1`] = `
exports[`Docs > fails unfinished readme 1`] = `
{
"logs": {
"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:",
"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:",
"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."
},
"cwd": "packages/docs/test-files/unfinished-readme",
"contentsDiff": {
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
"configs": {
"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"
}
Expand All @@ -71,11 +71,11 @@ exports[`Docs > fails unfinished readme 1`] = `
exports[`Docs > passes docs check 1`] = `
{
"logs": {
"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."
"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."
},
"cwd": "packages/docs/test-files/valid-docs",
"contentsDiff": {
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
"configs": {
"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"
}
Expand Down Expand Up @@ -119,12 +119,12 @@ exports[`Docs > runs on mono-repo packages 1`] = `
exports[`Docs > runs typedoc and md-code 1`] = `
{
"logs": {
"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."
"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."
},
"cwd": "packages/docs/test-files/unfinished-readme",
"contentsDiff": {
"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",
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"type\\": \\"module\\",\\n \\"devDependencies\\": {\\n \\"markdown-code-example-inserter\\": \\"^3.0.3\\",\\n \\"typedoc\\": \\"^0.27.6\\"\\n }\\n}\\n",
"configs": {
"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"
}
Expand All @@ -135,12 +135,12 @@ exports[`Docs > runs typedoc and md-code 1`] = `
exports[`Docs > skips private repo typedoc 1`] = `
{
"logs": {
"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.",
"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.",
"stderr": "No markdown files given to insert code into."
},
"cwd": "packages/docs/test-files/mono-repo/packages/b",
"contentsDiff": {
"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",
"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",
"configs": {
"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"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/format",
"version": "13.11.1",
"version": "13.11.2",
"description": "Default format plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -31,20 +31,20 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^31.1.1",
"@augment-vir/common": "^31.1.1",
"@virmator/core": "^13.11.1",
"@augment-vir/assert": "^31.6.0",
"@augment-vir/common": "^31.6.0",
"@virmator/core": "^13.11.2",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^31.1.1",
"@types/node": "^22.10.2",
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"c8": "^10.1.3",
"istanbul-smart-text-reporter": "^1.1.5",
"prettier": "3.3.3",
"prettier-plugin-interpolated-html-tags": "^2.0.0",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-multiline-arrays": "^4.0.0",
"prettier-plugin-jsdoc": "^1.3.2",
"prettier-plugin-multiline-arrays": "^4.0.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-sort-json": "^4.0.0",
Expand Down
Loading

0 comments on commit c7c336a

Please sign in to comment.