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 13, 2024
1 parent de5c472 commit 9dd90e2
Show file tree
Hide file tree
Showing 9 changed files with 579 additions and 969 deletions.
1,478 changes: 544 additions & 934 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
@@ -1,6 +1,6 @@
{
"name": "@augment-vir/mono-repo-root",
"version": "30.6.2",
"version": "30.7.0",
"private": true,
"homepage": "https://github.com/electrovir/augment-vir",
"bugs": {
Expand Down Expand Up @@ -42,21 +42,21 @@
"@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",
"mono-vir": "^1.0.1",
"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 @@ -65,8 +65,8 @@
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-toml": "^2.0.1",
"typescript-eslint": "^8.13.0",
"virmator": "^13.7.0"
"typescript-eslint": "^8.14.0",
"virmator": "^13.8.0"
},
"engines": {
"node": ">=22"
Expand Down
6 changes: 3 additions & 3 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augment-vir/assert",
"version": "30.6.2",
"version": "30.7.0",
"description": "A collection of assertions for test and production code alike.",
"keywords": [
"augment",
Expand Down Expand Up @@ -41,8 +41,8 @@
"test:update": "npm test"
},
"dependencies": {
"@augment-vir/core": "^30.6.2",
"@date-vir/duration": "^6.0.1",
"@augment-vir/core": "^30.7.0",
"@date-vir/duration": "^7.0.1",
"deep-eql": "^5.0.2",
"expect-type": "^1.1.0",
"type-fest": "^4.26.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augment-vir/common",
"version": "30.6.2",
"version": "30.7.0",
"description": "A collection of augments, helpers types, functions, and classes for any JavaScript environment.",
"keywords": [
"augment",
Expand Down Expand Up @@ -39,9 +39,9 @@
"test:web": "virmator --no-deps test web"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/core": "^30.6.2",
"@date-vir/duration": "^6.0.1",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/core": "^30.7.0",
"@date-vir/duration": "^7.0.1",
"ansi-styles": "^6.2.1",
"json5": "^2.2.3",
"type-fest": "^4.26.1",
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": "@augment-vir/core",
"version": "30.6.2",
"version": "30.7.0",
"description": "Core augment-vir augments. Use @augment-vir/common instead.",
"homepage": "https://github.com/electrovir/augment-vir",
"bugs": {
Expand All @@ -27,7 +27,7 @@
"test:update": "npm test"
},
"dependencies": {
"@date-vir/duration": "^6.0.1",
"@date-vir/duration": "^7.0.1",
"browser-or-node": "^3.0.0",
"json5": "^2.2.3",
"type-fest": "^4.26.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augment-vir/node",
"version": "30.6.2",
"version": "30.7.0",
"description": "A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.",
"keywords": [
"augment",
Expand Down Expand Up @@ -37,16 +37,16 @@
"test:update": "npm test"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@date-vir/duration": "^6.0.1",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@date-vir/duration": "^7.0.1",
"ansi-styles": "^6.2.1",
"terminate": "^2.8.0",
"type-fest": "^4.26.1",
"typed-event-target": "^4.0.2"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@prisma/client": "^5.22.0",
"@types/node": "^22.9.0",
"@web/dev-server-esbuild": "^1.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augment-vir/scripts",
"version": "30.6.2",
"version": "30.7.0",
"private": true,
"homepage": "https://github.com/electrovir/augment-vir",
"bugs": {
Expand All @@ -24,14 +24,14 @@
"test:update": "npm test"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/core": "^30.6.2",
"@virmator/docs": "^13.7.0",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/core": "^30.7.0",
"@virmator/docs": "^13.8.0",
"jsdom": "^25.0.1",
"typedoc": "^0.26.11"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augment-vir/test",
"version": "30.6.2",
"version": "30.7.0",
"description": "A universal testing suite that works with Mocha style test runners _and_ Node.js's built-in test runner.",
"keywords": [
"test",
Expand Down Expand Up @@ -42,10 +42,10 @@
"test:web": "virmator test --no-deps web 'src/test-web/**/*.test.ts' 'src/augments/universal-testing-suite/**/*.test.ts'"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@open-wc/testing-helpers": "^3.0.1",
"@virmator/test": "^13.7.0",
"@virmator/test": "^13.8.0",
"type-fest": "^4.26.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augment-vir/web",
"version": "30.6.2",
"version": "30.7.0",
"description": "A collection of augments, helpers types, functions, and classes only for web (frontend) JavaScript environments.",
"keywords": [
"augment",
Expand Down Expand Up @@ -35,14 +35,14 @@
"test:update": "npm test"
},
"dependencies": {
"@augment-vir/assert": "^30.6.2",
"@augment-vir/common": "^30.6.2",
"@date-vir/duration": "^6.0.1",
"@augment-vir/assert": "^30.7.0",
"@augment-vir/common": "^30.7.0",
"@date-vir/duration": "^7.0.1",
"html-spec-tags": "^2.2.1",
"type-fest": "^4.26.1"
},
"devDependencies": {
"@augment-vir/test": "^30.6.2",
"@augment-vir/test": "^30.7.0",
"bowser": "^2.11.0",
"typescript": "^5.6.3"
},
Expand Down

0 comments on commit 9dd90e2

Please sign in to comment.