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 19, 2024
1 parent 7eec9d5 commit 62d8278
Show file tree
Hide file tree
Showing 24 changed files with 466 additions and 735 deletions.
955 changes: 341 additions & 614 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,35 +23,35 @@
"test:update": "mono-vir for-each-async npm run test:update"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "9.14.0",
"@stylistic/eslint-plugin": "^2.10.1",
"@stylistic/eslint-plugin-ts": "^2.10.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.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.5.0",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-playwright": "^2.0.1",
"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-unicorn": "^56.0.0",
"markdown-code-example-inserter": "^3.0.0",
"mono-vir": "^2.0.1",
"markdown-code-example-inserter": "^3.0.1",
"mono-vir": "^2.0.4",
"npm-check-updates": "^17.1.11",
"prettier": "^3.3.3",
"prettier-plugin-interpolated-html-tags": "^1.0.5",
"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-sort-json": "^4.0.0",
"prettier-plugin-toml": "^2.0.1",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"virmator": "./"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@augment-vir/assert": "^30.8.2",
"@augment-vir/common": "^30.8.2",
"@augment-vir/node": "^30.8.2",
"@virmator/core": "^13.8.1"
},
"devDependencies": {
"@augment-vir/test": "^30.7.0",
"@augment-vir/test": "^30.8.2",
"@types/node": "^22.9.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.1",
"mono-vir": "^2.0.4",
"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].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."
"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."
},
"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.1\\"\\n }\\n}\\n",
"package.json": "{\\n \\"private\\": true,\\n \\"workspaces\\": [\\n \\"packages/*\\"\\n ],\\n \\"devDependencies\\": {\\n \\"mono-vir\\": \\"^2.0.4\\"\\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
Expand Up @@ -31,19 +31,19 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@augment-vir/assert": "^30.8.2",
"@augment-vir/common": "^30.8.2",
"@augment-vir/node": "^30.8.2",
"chalk": "^5.3.0",
"cli-args-vir": "^1.0.0",
"concurrently": "^9.1.0",
"mono-vir": "^2.0.1",
"mono-vir": "^2.0.4",
"semver": "^7.6.3",
"type-fest": "^4.26.1",
"type-fest": "^4.27.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@augment-vir/test": "^30.7.0",
"@augment-vir/test": "^30.8.2",
"@types/node": "^22.9.0",
"@types/semver": "^7.5.8",
"esbuild": "^0.24.0"
Expand Down
4 changes: 3 additions & 1 deletion packages/deps/configs/ncu.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const baseNcuConfig = {
/** This option is needed otherwise ncu breaks, despite its type not requiring this property. */
install: 'never',
reject: [
// currently there are no deps to avoid updating
/** 9.15 breaks stuff. */
'eslint',
'@eslint/js',
],
} as const satisfies ReadonlyDeep<RunOptions>;
8 changes: 4 additions & 4 deletions packages/deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@augment-vir/assert": "^30.8.2",
"@augment-vir/common": "^30.8.2",
"@augment-vir/node": "^30.8.2",
"@virmator/core": "^13.8.1",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^30.7.0",
"@augment-vir/test": "^30.8.2",
"@types/node": "^22.9.0",
"c8": "^10.1.2",
"dependency-cruiser": "^16.6.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"test:update": "npm test update"
},
"dependencies": {
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@augment-vir/node": "^30.7.0",
"@augment-vir/assert": "^30.8.2",
"@augment-vir/common": "^30.8.2",
"@augment-vir/node": "^30.8.2",
"@virmator/core": "^13.8.1",
"chalk": "^5.3.0",
"mri": "^1.2.0"
},
"devDependencies": {
"@augment-vir/test": "^30.7.0",
"@augment-vir/test": "^30.8.2",
"@types/node": "^22.9.0",
"c8": "^10.1.2",
"esbuild": "^0.24.0",
"istanbul-smart-text-reporter": "^1.1.5",
"markdown-code-example-inserter": "^3.0.0",
"markdown-code-example-inserter": "^3.0.1",
"typedoc": "^0.26.11"
},
"engines": {
Expand Down
Loading

0 comments on commit 62d8278

Please sign in to comment.