Skip to content

Commit

Permalink
[patch] update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Dec 10, 2024
1 parent efdc188 commit 6dd5c1b
Show file tree
Hide file tree
Showing 25 changed files with 4,630 additions and 5,711 deletions.
9,919 changes: 4,420 additions & 5,499 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/mono-repo-root",
"version": "13.10.4",
"version": "13.10.5",
"private": true,
"type": "module",
"workspaces": [
Expand All @@ -25,33 +25,33 @@
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "9.14.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/eslint-plugin-ts": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"cspell": "^8.16.0",
"dependency-cruiser": "^16.6.0",
"@stylistic/eslint-plugin": "^2.12.0",
"@stylistic/eslint-plugin-ts": "^2.12.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"cspell": "^8.16.1",
"dependency-cruiser": "^16.7.0",
"esbuild": "^0.24.0",
"eslint": "9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-unicorn": "^56.0.1",
"markdown-code-example-inserter": "^3.0.2",
"mono-vir": "^2.0.4",
"mono-vir": "^2.0.5",
"npm-check-updates": "^17.1.11",
"prettier": "^3.3.3",
"prettier": "3.3.3",
"prettier-plugin-interpolated-html-tags": "^2.0.0",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-multiline-arrays": "^3.0.6",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-toml": "^2.0.1",
"typescript-eslint": "^8.15.0",
"typescript-eslint": "^8.18.0",
"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.10.4",
"version": "13.10.5",
"description": "Default TS compile plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -31,22 +31,22 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.8.2",
"@augment-vir/common": "^30.8.2",
"@augment-vir/node": "^30.8.2",
"@virmator/core": "^13.10.4"
"@augment-vir/assert": "^31.0.1",
"@augment-vir/common": "^31.0.1",
"@augment-vir/node": "^31.0.1",
"@virmator/core": "^13.10.5"
},
"devDependencies": {
"@augment-vir/test": "^30.8.2",
"@types/node": "^22.9.0",
"@virmator/plugin-testing": "^13.10.4",
"@augment-vir/test": "^31.0.1",
"@types/node": "^22.10.1",
"@virmator/plugin-testing": "^13.10.5",
"c8": "^10.1.2",
"chalk": "^5.3.0",
"concurrently": "^9.1.0",
"istanbul-smart-text-reporter": "^1.1.5",
"mono-vir": "^2.0.4",
"mono-vir": "^2.0.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"peerDependencies": {
"typescript": "*"
Expand Down
12 changes: 6 additions & 6 deletions packages/compile/src/compile.test.ts.snapshot
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
exports[`TS Compile > compiles a valid project 1`] = `
{
"logs": {
"stdout": "Copied tsconfig.json\\nInstalling typescript@5.6.3...\\nDeleting dist...\\nDeleting tsconfig.tsbuildinfo...\\nCompiling...\\n> npx tsc --pretty\\ncompile finished."
"stdout": "Copied tsconfig.json\\nInstalling typescript@5.7.2...\\nDeleting dist...\\nDeleting tsconfig.tsbuildinfo...\\nCompiling...\\n> npx tsc --pretty\\ncompile finished."
},
"cwd": "packages/compile/test-files/pass-compile",
"contentsDiff": {
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.6.3\\"\\n }\\n}\\n",
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.7.2\\"\\n }\\n}\\n",
"dist": {
"a.d.ts": "export type A = {\\n here: string;\\n there: number;\\n};\\nexport declare const value: A;\\n",
"a.js": "export const value = {\\n here: 'yo',\\n there: 0,\\n};\\n"
Expand All @@ -18,12 +18,12 @@ exports[`TS Compile > compiles a valid project 1`] = `
exports[`TS Compile > rejects an invalid project 1`] = `
{
"logs": {
"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",
"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",
"stderr": "compile failed."
},
"cwd": "packages/compile/test-files/fail-compile",
"contentsDiff": {
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.6.3\\"\\n }\\n}\\n",
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.7.2\\"\\n }\\n}\\n",
"dist": {
"a.d.ts": "export type A = {\\n here: string;\\n there: number;\\n};\\nexport declare const value: A;\\nexport declare const value2: A;\\n",
"a.js": "export const value = {\\n here: 'yo',\\n there: 0,\\n};\\nexport const value2 = {\\n no: 'bad',\\n};\\n"
Expand All @@ -39,11 +39,11 @@ exports[`TS Compile > rejects an invalid project 1`] = `
exports[`TS Compile > works in a mono-repo 1`] = `
{
"logs": {
"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."
"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."
},
"cwd": "packages/compile/test-files/mono-repo",
"contentsDiff": {
"package.json": "{\\n \\"private\\": true,\\n \\"workspaces\\": [\\n \\"packages/*\\"\\n ],\\n \\"devDependencies\\": {\\n \\"mono-vir\\": \\"^2.0.4\\"\\n }\\n}\\n",
"package.json": "{\\n \\"private\\": true,\\n \\"workspaces\\": [\\n \\"packages/*\\"\\n ],\\n \\"devDependencies\\": {\\n \\"mono-vir\\": \\"^2.0.5\\"\\n }\\n}\\n",
"packages": {
"a": {
"dist": {
Expand Down
19 changes: 9 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.10.4",
"version": "13.10.5",
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
"keywords": [
"automation",
Expand Down Expand Up @@ -31,20 +31,19 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.8.2",
"@augment-vir/common": "^30.8.2",
"@augment-vir/node": "^30.8.2",
"@augment-vir/assert": "^31.0.1",
"@augment-vir/common": "^31.0.1",
"@augment-vir/node": "^31.0.1",
"chalk": "^5.3.0",
"cli-args-vir": "^1.0.0",
"concurrently": "^9.1.0",
"mono-vir": "^2.0.4",
"mono-vir": "^2.0.5",
"semver": "^7.6.3",
"type-fest": "^4.27.0",
"typescript": "^5.6.3"
"type-fest": "^4.30.0",
"typescript": "^5.7.2"
},
"devDependencies": {
"@augment-vir/test": "^30.8.2",
"@types/node": "^22.9.0",
"@augment-vir/test": "^31.0.1",
"@types/node": "^22.10.1",
"@types/semver": "^7.5.8",
"esbuild": "^0.24.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/api/parse-args.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {check} from '@augment-vir/assert';
import {getObjectTypedEntries, mapObjectValues, wrapInTry, type Logger} from '@augment-vir/common';
import {extractRelevantArgs} from 'cli-args-vir';
import {extractRelevantArgs} from '@augment-vir/node';
import {Writable} from 'type-fest';
import {accessAtKeys} from '../augments/object/access.js';
import {type UsedVirmatorPluginCommands} from '../plugin/plugin-executor.js';
Expand Down
16 changes: 8 additions & 8 deletions packages/deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/deps",
"version": "13.10.4",
"version": "13.10.5",
"description": "Default TS deps plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -33,17 +33,17 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.8.2",
"@augment-vir/common": "^30.8.2",
"@augment-vir/node": "^30.8.2",
"@virmator/core": "^13.10.4",
"@augment-vir/assert": "^31.0.1",
"@augment-vir/common": "^31.0.1",
"@augment-vir/node": "^31.0.1",
"@virmator/core": "^13.10.5",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^30.8.2",
"@types/node": "^22.9.0",
"@augment-vir/test": "^31.0.1",
"@types/node": "^22.10.1",
"c8": "^10.1.2",
"dependency-cruiser": "^16.6.0",
"dependency-cruiser": "^16.7.0",
"esbuild": "^0.24.0",
"istanbul-smart-text-reporter": "^1.1.5",
"npm-check-updates": "^17.1.11"
Expand Down
16 changes: 8 additions & 8 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/docs",
"version": "13.10.4",
"version": "13.10.5",
"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": "^30.8.2",
"@augment-vir/common": "^30.8.2",
"@augment-vir/node": "^30.8.2",
"@virmator/core": "^13.10.4",
"@augment-vir/assert": "^31.0.1",
"@augment-vir/common": "^31.0.1",
"@augment-vir/node": "^31.0.1",
"@virmator/core": "^13.10.5",
"chalk": "^5.3.0",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^30.8.2",
"@types/node": "^22.9.0",
"@augment-vir/test": "^31.0.1",
"@types/node": "^22.10.1",
"c8": "^10.1.2",
"esbuild": "^0.24.0",
"istanbul-smart-text-reporter": "^1.1.5",
"markdown-code-example-inserter": "^3.0.2",
"typedoc": "^0.26.11"
"typedoc": "^0.27.4"
},
"engines": {
"node": ">=22"
Expand Down
Loading

0 comments on commit 6dd5c1b

Please sign in to comment.