Skip to content

Commit

Permalink
[patch] update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Jan 18, 2025
1 parent e5eb0c1 commit 70c2576
Show file tree
Hide file tree
Showing 23 changed files with 852 additions and 820 deletions.
1,300 changes: 666 additions & 634 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.11.2",
"version": "13.12.0",
"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.12.1",
"@stylistic/eslint-plugin-ts": "^2.12.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"cspell": "^8.17.1",
"@stylistic/eslint-plugin": "^2.13.0",
"@stylistic/eslint-plugin-ts": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"cspell": "^8.17.2",
"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",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jsdoc": "^50.6.2",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-unicorn": "^56.0.1",
"markdown-code-example-inserter": "^3.0.3",
"mono-vir": "^2.0.5",
"npm-check-updates": "^17.1.13",
"npm-check-updates": "^17.1.14",
"prettier": "3.3.3",
"prettier-plugin-interpolated-html-tags": "^2.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-packagejson": "^2.5.8",
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-toml": "^2.0.1",
"typescript-eslint": "^8.19.1",
"typescript-eslint": "^8.20.0",
"virmator": "./"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 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.2",
"version": "13.12.0",
"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": "^31.6.0",
"@augment-vir/common": "^31.6.0",
"@augment-vir/node": "^31.6.0",
"@virmator/core": "^13.11.2"
"@augment-vir/assert": "^31.7.2",
"@augment-vir/common": "^31.7.2",
"@augment-vir/node": "^31.7.2",
"@virmator/core": "^13.12.0"
},
"devDependencies": {
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"@virmator/plugin-testing": "^13.11.2",
"@augment-vir/test": "^31.7.2",
"@types/node": "^22.10.7",
"@virmator/plugin-testing": "^13.12.0",
"c8": "^10.1.3",
"chalk": "^5.4.1",
"concurrently": "^9.1.2",
"istanbul-smart-text-reporter": "^1.1.5",
"mono-vir": "^2.0.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"typescript": "*"
Expand Down
8 changes: 4 additions & 4 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 [email protected].2...\\nDeleting dist...\\nDeleting tsconfig.tsbuildinfo...\\nCompiling...\\n> npx tsc --pretty\\ncompile finished."
"stdout": "Copied tsconfig.json\\nInstalling [email protected].3...\\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.7.2\\"\\n }\\n}\\n",
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.7.3\\"\\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 [email protected].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",
"stdout": "Copied tsconfig.json\\nInstalling [email protected].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",
"stderr": "compile failed."
},
"cwd": "packages/compile/test-files/fail-compile",
"contentsDiff": {
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.7.2\\"\\n }\\n}\\n",
"package.json": "{\\n \\"devDependencies\\": {\\n \\"typescript\\": \\"^5.7.3\\"\\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 Down
16 changes: 8 additions & 8 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.2",
"version": "13.12.0",
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
"keywords": [
"automation",
Expand Down Expand Up @@ -31,19 +31,19 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^31.6.0",
"@augment-vir/common": "^31.6.0",
"@augment-vir/node": "^31.6.0",
"@augment-vir/assert": "^31.7.2",
"@augment-vir/common": "^31.7.2",
"@augment-vir/node": "^31.7.2",
"chalk": "^5.4.1",
"concurrently": "^9.1.2",
"mono-vir": "^2.0.5",
"semver": "^7.6.3",
"type-fest": "^4.31.0",
"typescript": "^5.7.2"
"type-fest": "^4.32.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"@augment-vir/test": "^31.7.2",
"@types/node": "^22.10.7",
"@types/semver": "^7.5.8",
"esbuild": "^0.24.2"
},
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.11.2",
"version": "13.12.0",
"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.6.0",
"@augment-vir/common": "^31.6.0",
"@augment-vir/node": "^31.6.0",
"@virmator/core": "^13.11.2",
"@augment-vir/assert": "^31.7.2",
"@augment-vir/common": "^31.7.2",
"@augment-vir/node": "^31.7.2",
"@virmator/core": "^13.12.0",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"@augment-vir/test": "^31.7.2",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"dependency-cruiser": "^16.9.0",
"esbuild": "^0.24.2",
"istanbul-smart-text-reporter": "^1.1.5",
"npm-check-updates": "^17.1.13"
"npm-check-updates": "^17.1.14"
},
"engines": {
"node": ">=22"
Expand Down
14 changes: 7 additions & 7 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.2",
"version": "13.12.0",
"description": "Default TS docs plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -32,16 +32,16 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^31.6.0",
"@augment-vir/common": "^31.6.0",
"@augment-vir/node": "^31.6.0",
"@virmator/core": "^13.11.2",
"@augment-vir/assert": "^31.7.2",
"@augment-vir/common": "^31.7.2",
"@augment-vir/node": "^31.7.2",
"@virmator/core": "^13.12.0",
"chalk": "^5.4.1",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"@augment-vir/test": "^31.7.2",
"@types/node": "^22.10.7",
"c8": "^10.1.3",
"esbuild": "^0.24.2",
"istanbul-smart-text-reporter": "^1.1.5",
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.2",
"version": "13.12.0",
"description": "Default format plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -31,23 +31,23 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^31.6.0",
"@augment-vir/common": "^31.6.0",
"@virmator/core": "^13.11.2",
"@augment-vir/assert": "^31.7.2",
"@augment-vir/common": "^31.7.2",
"@virmator/core": "^13.12.0",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^31.6.0",
"@types/node": "^22.10.5",
"@augment-vir/test": "^31.7.2",
"@types/node": "^22.10.7",
"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.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-packagejson": "^2.5.8",
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-toml": "^2.0.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 70c2576

Please sign in to comment.