Skip to content

Commit

Permalink
[patch] update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Nov 14, 2024
1 parent cd7a78e commit 5a6c5fe
Show file tree
Hide file tree
Showing 26 changed files with 549 additions and 698 deletions.
810 changes: 413 additions & 397 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/mono-repo-root",
"version": "13.8.0",
"version": "13.8.1",
"private": true,
"type": "module",
"workspaces": [
Expand All @@ -27,22 +27,22 @@
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"@stylistic/eslint-plugin-ts": "^2.10.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"cspell": "^8.16.0",
"dependency-cruiser": "^16.6.0",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-playwright": "^2.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-unicorn": "^56.0.0",
"markdown-code-example-inserter": "^3.0.0",
"mono-vir": "^2.0.0",
"npm-check-updates": "^17.1.10",
"mono-vir": "^2.0.1",
"npm-check-updates": "^17.1.11",
"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.3",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-toml": "^2.0.1",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.14.0",
"virmator": "./"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions packages/compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/compile",
"version": "13.8.0",
"version": "13.8.1",
"description": "Default TS compile plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -31,20 +31,20 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@augment-vir/node": "^30.6.2",
"@virmator/core": "^13.8.0"
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@virmator/core": "^13.8.1"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@types/node": "^22.9.0",
"@virmator/plugin-testing": "^13.8.0",
"@virmator/plugin-testing": "^13.8.1",
"c8": "^10.1.2",
"chalk": "^5.3.0",
"concurrently": "^9.1.0",
"istanbul-smart-text-reporter": "^1.1.5",
"mono-vir": "^2.0.0",
"mono-vir": "^2.0.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/compile/src/compile.test.ts.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -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].0...\\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].1...\\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.0\\"\\n }\\n}\\n",
"package.json": "{\\n \\"private\\": true,\\n \\"workspaces\\": [\\n \\"packages/*\\"\\n ],\\n \\"devDependencies\\": {\\n \\"mono-vir\\": \\"^2.0.1\\"\\n }\\n}\\n",
"packages": {
"a": {
"dist": {
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/core",
"version": "13.8.0",
"version": "13.8.1",
"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": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@augment-vir/node": "^30.6.2",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"chalk": "^5.3.0",
"cli-args-vir": "^1.0.0",
"concurrently": "^9.1.0",
"mono-vir": "^2.0.0",
"mono-vir": "^2.0.1",
"semver": "^7.6.3",
"type-fest": "^4.26.1",
"typescript": "^5.6.3"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@types/node": "^22.9.0",
"@types/semver": "^7.5.8",
"esbuild": "^0.24.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/deps",
"version": "13.8.0",
"version": "13.8.1",
"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": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@augment-vir/node": "^30.6.2",
"@virmator/core": "^13.8.0",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@virmator/core": "^13.8.1",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@types/node": "^22.9.0",
"c8": "^10.1.2",
"dependency-cruiser": "^16.6.0",
"esbuild": "^0.24.0",
"istanbul-smart-text-reporter": "^1.1.5",
"npm-check-updates": "^17.1.10"
"npm-check-updates": "^17.1.11"
},
"engines": {
"node": ">=22"
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/docs",
"version": "13.8.0",
"version": "13.8.1",
"description": "Default TS docs plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -32,15 +32,15 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@augment-vir/node": "^30.6.2",
"@virmator/core": "^13.8.0",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@virmator/core": "^13.8.1",
"chalk": "^5.3.0",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@types/node": "^22.9.0",
"c8": "^10.1.2",
"esbuild": "^0.24.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/docs.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {assert} from '@augment-vir/assert';
import {type MaybePromise, wrapString} from '@augment-vir/common';
import {runShellCommand} from '@augment-vir/node';
import {readAllDirContents, resetDirContents, runShellCommand} from '@augment-vir/node';
import {describe, it, type UniversalTestContext} from '@augment-vir/test';
import {readAllDirContents, resetDirContents, testPlugin} from '@virmator/plugin-testing';
import {testPlugin} from '@virmator/plugin-testing';
import {existsSync} from 'node:fs';
import {join, resolve, sep} from 'node:path';
import {virmatorDocsPlugin} from './docs.js';
Expand Down
10 changes: 5 additions & 5 deletions packages/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/format",
"version": "13.8.0",
"version": "13.8.1",
"description": "Default format plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -31,13 +31,13 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@virmator/core": "^13.8.0",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@virmator/core": "^13.8.1",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@types/node": "^22.9.0",
"c8": "^10.1.2",
"istanbul-smart-text-reporter": "^1.1.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/frontend",
"version": "13.8.0",
"version": "13.8.1",
"description": "Default frontend plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -34,14 +34,14 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@augment-vir/node": "^30.6.2",
"@virmator/core": "^13.8.0",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@virmator/core": "^13.8.1",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@types/node": "^22.9.0",
"typescript": "^5.6.3",
"vite": "^5.4.11",
Expand Down
12 changes: 6 additions & 6 deletions packages/help/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/help",
"version": "13.8.0",
"version": "13.8.1",
"description": "Default help plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -31,13 +31,13 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@augment-vir/node": "^30.6.2",
"@virmator/core": "^13.8.0"
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@virmator/core": "^13.8.1"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@types/node": "^22.9.0",
"c8": "^10.1.2",
"istanbul-smart-text-reporter": "^1.1.5"
Expand Down
12 changes: 6 additions & 6 deletions packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/init",
"version": "13.8.0",
"version": "13.8.1",
"description": "Default init plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -30,16 +30,16 @@
"test:update": "npm test"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@augment-vir/node": "^30.6.2",
"@virmator/core": "^13.8.0",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@virmator/core": "^13.8.1",
"simple-git": "^3.27.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"element-vir": "^23.0.0",
"mono-vir": "^2.0.0",
"mono-vir": "^2.0.1",
"tsx": "^4.19.2",
"type-fest": "^4.26.1"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/lint",
"version": "13.8.0",
"version": "13.8.1",
"description": "Default ESLint linting plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -31,31 +31,31 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@virmator/core": "^13.8.0",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@virmator/core": "^13.8.1",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"@stylistic/eslint-plugin-ts": "^2.10.1",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"c8": "^10.1.2",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-playwright": "^2.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-unicorn": "^56.0.0",
"istanbul-smart-text-reporter": "^1.1.5",
"typescript-eslint": "^8.13.0"
"typescript-eslint": "^8.14.0"
},
"engines": {
"node": ">=22"
Expand Down
Loading

0 comments on commit 5a6c5fe

Please sign in to comment.