Skip to content

Commit

Permalink
[patch] update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Aug 22, 2024
1 parent cbca331 commit f7c7d81
Show file tree
Hide file tree
Showing 21 changed files with 537 additions and 537 deletions.
868 changes: 434 additions & 434 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/mono-repo-root",
"version": "13.2.9",
"version": "13.2.10",
"private": true,
"type": "module",
"workspaces": [
Expand All @@ -27,8 +27,8 @@
"@eslint/js": "^9.9.0",
"@stylistic/eslint-plugin": "^2.6.4",
"@stylistic/eslint-plugin-ts": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"cspell": "^8.14.1",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"cspell": "^8.14.2",
"dependency-cruiser": "^16.4.0",
"esbuild": "^0.23.1",
"eslint": "^9.9.0",
Expand All @@ -42,7 +42,7 @@
"eslint-plugin-unicorn": "^55.0.0",
"markdown-code-example-inserter": "^2.0.3",
"mono-vir": "^1.0.1",
"npm-check-updates": "^17.0.6",
"npm-check-updates": "^17.1.0",
"prettier": "^3.3.3",
"prettier-plugin-interpolated-html-tags": "^1.0.5",
"prettier-plugin-jsdoc": "^1.3.0",
Expand All @@ -51,7 +51,7 @@
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-toml": "^2.0.1",
"typescript-eslint": "^8.1.0",
"typescript-eslint": "^8.2.0",
"virmator": "./"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/compile",
"version": "13.2.9",
"version": "13.2.10",
"description": "Default TS compile plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -33,12 +33,12 @@
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@augment-vir/node-js": "^29.3.0",
"@virmator/core": "^13.2.9",
"@virmator/core": "^13.2.10",
"run-time-assertions": "^1.5.2"
},
"devDependencies": {
"@types/node": "^22.4.0",
"@virmator/plugin-testing": "^13.2.9",
"@types/node": "^22.5.0",
"@virmator/plugin-testing": "^13.2.10",
"c8": "^10.1.2",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/core",
"version": "13.2.9",
"version": "13.2.10",
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
"keywords": [
"automation",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@augment-vir/testing": "^29.3.0",
"@types/node": "^22.4.0",
"@types/node": "^22.5.0",
"@types/semver": "^7.5.8",
"esbuild": "^0.23.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/deps",
"version": "13.2.9",
"version": "13.2.10",
"description": "Default TS deps plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -35,16 +35,16 @@
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@augment-vir/node-js": "^29.3.0",
"@virmator/core": "^13.2.9",
"@virmator/core": "^13.2.10",
"mri": "^1.2.0"
},
"devDependencies": {
"@types/node": "^22.4.0",
"@types/node": "^22.5.0",
"c8": "^10.1.2",
"dependency-cruiser": "^16.4.0",
"esbuild": "^0.23.1",
"istanbul-smart-text-reporter": "^1.1.4",
"npm-check-updates": "^17.0.6"
"npm-check-updates": "^17.1.0"
},
"engines": {
"node": ">=22"
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/docs",
"version": "13.2.9",
"version": "13.2.10",
"description": "Default TS docs plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -34,18 +34,18 @@
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@augment-vir/node-js": "^29.3.0",
"@virmator/core": "^13.2.9",
"@virmator/core": "^13.2.10",
"chalk": "^5.3.0",
"mri": "^1.2.0",
"run-time-assertions": "^1.5.2"
},
"devDependencies": {
"@types/node": "^22.4.0",
"@types/node": "^22.5.0",
"c8": "^10.1.2",
"esbuild": "^0.23.1",
"istanbul-smart-text-reporter": "^1.1.4",
"markdown-code-example-inserter": "^2.0.3",
"typedoc": "^0.26.5"
"typedoc": "^0.26.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 [email protected]...\\n> npx md-code --check something-else.md\\ndocs finished.",
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6 [email protected]...\\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 \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.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(\\n __dirname,\\n /** Go up two directories because this gets compiled into \`node_modules/.virmator\` */\\n '..',\\n '..',\\n);\\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 [email protected]...\\n> npx md-code 'README.md'\\ndocs finished.",
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6 [email protected]...\\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 \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"name\\": \\"c\\",\\n \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.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(\\n __dirname,\\n /** Go up two directories because this gets compiled into \`node_modules/.virmator\` */\\n '..',\\n '..',\\n);\\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 [email protected]...\\n> npx md-code --check 'README.md'",
"stdout": "Copied typedoc.config.ts\\nInstalling [email protected] [email protected].6 [email protected]...\\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 \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.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(\\n __dirname,\\n /** Go up two directories because this gets compiled into \`node_modules/.virmator\` */\\n '..',\\n '..',\\n);\\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 [email protected]...\\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 [email protected]...\\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 \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.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(\\n __dirname,\\n /** Go up two directories because this gets compiled into \`node_modules/.virmator\` */\\n '..',\\n '..',\\n);\\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 [email protected]...\\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 [email protected]...\\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 \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.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(\\n __dirname,\\n /** Go up two directories because this gets compiled into \`node_modules/.virmator\` */\\n '..',\\n '..',\\n);\\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 [email protected]...\\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 [email protected]...\\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 \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.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(\\n __dirname,\\n /** Go up two directories because this gets compiled into \`node_modules/.virmator\` */\\n '..',\\n '..',\\n);\\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 [email protected]...\\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 [email protected]...\\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 \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.5\\"\\n }\\n}\\n",
"package.json": "{\\n \\"name\\": \\"b\\",\\n \\"private\\": true,\\n \\"devDependencies\\": {\\n \\"esbuild\\": \\"^0.23.1\\",\\n \\"markdown-code-example-inserter\\": \\"^2.0.3\\",\\n \\"typedoc\\": \\"^0.26.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(\\n __dirname,\\n /** Go up two directories because this gets compiled into \`node_modules/.virmator\` */\\n '..',\\n '..',\\n);\\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
6 changes: 3 additions & 3 deletions packages/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/format",
"version": "13.2.9",
"version": "13.2.10",
"description": "Default format plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@virmator/core": "^13.2.9",
"@virmator/core": "^13.2.10",
"mri": "^1.2.0"
},
"devDependencies": {
"@types/node": "^22.4.0",
"@types/node": "^22.5.0",
"c8": "^10.1.2",
"istanbul-smart-text-reporter": "^1.1.4",
"prettier": "^3.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/frontend",
"version": "13.2.9",
"version": "13.2.10",
"description": "Default frontend plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -36,13 +36,13 @@
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@augment-vir/node-js": "^29.3.0",
"@virmator/core": "^13.2.9",
"@virmator/core": "^13.2.10",
"mri": "^1.2.0"
},
"devDependencies": {
"@types/node": "^22.4.0",
"@types/node": "^22.5.0",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
Expand Down
Loading

0 comments on commit f7c7d81

Please sign in to comment.