From 4d084dc505b373a43ccdc67bb7f0f46b5166eef7 Mon Sep 17 00:00:00 2001 From: "myappchetzof[bot]" <135730039+myappchetzof[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:42:28 +0000 Subject: [PATCH] chore(deps): upgrade dependencies (#28) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/vladcosorg/tsconfig/actions/runs/8502081613 ------ *Automatically created by projen via the "upgrade-main" workflow* --- .github/workflows/build.yml | 1 + .github/workflows/upgrade-main.yml | 1 + package-lock.json | 102 +++++++++++++++++++---------- package.json | 8 +-- 4 files changed, 72 insertions(+), 40 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88b0159..44691f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,7 @@ jobs: run: |- git add . git diff --staged --patch --exit-code > .repo.patch || echo "self_mutation_happened=true" >> $GITHUB_OUTPUT + working-directory: ./ - name: Upload patch if: steps.self_mutation.outputs.self_mutation_happened uses: actions/upload-artifact@v4 diff --git a/.github/workflows/upgrade-main.yml b/.github/workflows/upgrade-main.yml index a68a187..c913678 100644 --- a/.github/workflows/upgrade-main.yml +++ b/.github/workflows/upgrade-main.yml @@ -27,6 +27,7 @@ jobs: run: |- git add . git diff --staged --patch --exit-code > .repo.patch || echo "patch_created=true" >> $GITHUB_OUTPUT + working-directory: ./ - name: Upload patch if: steps.create_patch.outputs.patch_created uses: actions/upload-artifact@v4 diff --git a/package-lock.json b/package-lock.json index bf42c17..98fd823 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,9 +12,9 @@ "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", - "@vladcos/eslint-config": "^0.0.39", - "@vladcos/prettier-config": "^0.0.36", - "@vladcos/projen-base": "^0.0.212", + "@vladcos/eslint-config": "^0.0.40", + "@vladcos/prettier-config": "^0.0.37", + "@vladcos/projen-base": "^0.0.217", "alias-hq": "^6", "babel-plugin-module-resolver": "^5", "constructs": "^10.0.0", @@ -22,7 +22,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "packemon": "^3", "prettier": "^3", - "projen": "^0.80.12", + "projen": "^0.80.15", "standard-version": "^9", "ts-node": "^10.9.2", "tsconfig-paths": "^4", @@ -4398,9 +4398,9 @@ ] }, "node_modules/@rushstack/eslint-patch": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz", - "integrity": "sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.1.tgz", + "integrity": "sha512-S3Kq8e7LqxkA9s7HKLqXGTGck1uwis5vAXan3FnU5yw1Ec5hsSGnq4s/UCaSqABPOnOTg7zASLyst7+ohgWexg==", "dev": true }, "node_modules/@swc/core": { @@ -4702,9 +4702,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.19.26", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.26.tgz", - "integrity": "sha512-+wiMJsIwLOYCvUqSdKTrfkS8mpTp+MPINe6+Np4TAGFWWRWiBQ5kSq9nZGCSPkzx9mvT+uEukzpX4MOSCydcvw==", + "version": "18.19.28", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.28.tgz", + "integrity": "sha512-J5cOGD9n4x3YGgVuaND6khm5x07MMdAKkRyXnjVR6KFhLMNh2yONGiP7Z+4+tBOt5mK+GvDTiacTOVGGpqiecw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -5083,12 +5083,12 @@ "dev": true }, "node_modules/@vladcos/eslint-config": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/@vladcos/eslint-config/-/eslint-config-0.0.39.tgz", - "integrity": "sha512-nO2pcbOqA4qITzBHXV6kQ+2yUsxoKB5QjO+0ngW1tBUnkARIRMTVF0QCnveis/jXenhX6CslZyPgSdboI3AQTg==", + "version": "0.0.40", + "resolved": "https://registry.npmjs.org/@vladcos/eslint-config/-/eslint-config-0.0.40.tgz", + "integrity": "sha512-PN8nn78FLJdPVeLbcPJfdIIUHLI09MgGLVh9LbP4tx+/hCy5hFStgViBvrCQP0ApZUmNN+flbUNoO4t5jCs4HA==", "dev": true, "dependencies": { - "@rushstack/eslint-patch": "^1.7.2", + "@rushstack/eslint-patch": "^1.8.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", @@ -5100,8 +5100,8 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-json-files": "^4.1.0", - "eslint-plugin-json-schema-validator": "^4.8.3", - "eslint-plugin-jsonc": "^2.13.0", + "eslint-plugin-json-schema-validator": "^4.9.0", + "eslint-plugin-jsonc": "^2.14.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.34.1", @@ -5126,15 +5126,15 @@ } }, "node_modules/@vladcos/prettier-config": { - "version": "0.0.36", - "resolved": "https://registry.npmjs.org/@vladcos/prettier-config/-/prettier-config-0.0.36.tgz", - "integrity": "sha512-+Zc3/zt26z39mYnLP4ge07yCP/d4N4RseVcHcuhL7GImA4pdmZWumz345YjvVfJ6QJ08+UhF7dtu51yMRJegog==", + "version": "0.0.37", + "resolved": "https://registry.npmjs.org/@vladcos/prettier-config/-/prettier-config-0.0.37.tgz", + "integrity": "sha512-15LAQex/EAfQ42SGBFKeXR2DQonwW4NzwhtQVLK+DPgCcAKyP/cWUg55o732F5br9PH+EJkrXwqMuvFAdKEQdQ==", "dev": true }, "node_modules/@vladcos/projen-base": { - "version": "0.0.212", - "resolved": "https://registry.npmjs.org/@vladcos/projen-base/-/projen-base-0.0.212.tgz", - "integrity": "sha512-ii1lb4A4by8saYKmEeEPQa51RJshpEhaiHtn7svvMmmny+7K0CFYOPJiRS8MYoZBO7YePfNFuQ4j2BzU8Fd/2Q==", + "version": "0.0.217", + "resolved": "https://registry.npmjs.org/@vladcos/projen-base/-/projen-base-0.0.217.tgz", + "integrity": "sha512-8eSwq0ONZDi6oRNpIc6cDvdm8wvYeqqh9U3AJik6jpgWEF+ETd+E7yZX2PFvi3pNOYwywtXNNvWoCcZeim7E/A==", "bundleDependencies": [ "@types/lodash", "app-root-path", @@ -5146,10 +5146,10 @@ "@types/lodash": "^4.17.0", "app-root-path": "^3.1.0", "lodash": "^4.17.21", - "type-fest": "^4.13.1" + "type-fest": "^4.14.0" }, "peerDependencies": { - "projen": "^0.80.12" + "projen": "^0.80.15" } }, "node_modules/@vladcos/projen-base/node_modules/@types/lodash": { @@ -5174,7 +5174,7 @@ "license": "MIT" }, "node_modules/@vladcos/projen-base/node_modules/type-fest": { - "version": "4.13.1", + "version": "4.14.0", "dev": true, "inBundle": true, "license": "(MIT OR CC0-1.0)", @@ -8734,15 +8734,15 @@ "dev": true }, "node_modules/eslint-plugin-json-schema-validator": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.8.3.tgz", - "integrity": "sha512-F4S6Aw7l/9NzB8E0CAbjiSlXWqDiK3rIiw0I+Jdp+qr/wN1yTg7HkJgeWX4mNnlDMDzydymYy2uuKmNaWUV/hA==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.9.0.tgz", + "integrity": "sha512-cFw/lWw798mc8S4x2JGVjCT/m9ztOKbbbvpRmuJOBvVWPCjiQ1YrmFzudm+fD4KHlQ4i9Atl7Q966I/bigaOvQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.3.0", "ajv": "^8.0.0", "debug": "^4.3.1", - "eslint-compat-utils": "^0.4.0", + "eslint-compat-utils": "^0.5.0", "json-schema-migrate": "^2.0.0", "jsonc-eslint-parser": "^2.0.0", "minimatch": "^8.0.0", @@ -8786,6 +8786,21 @@ "balanced-match": "^1.0.0" } }, + "node_modules/eslint-plugin-json-schema-validator/node_modules/eslint-compat-utils": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz", + "integrity": "sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==", + "dev": true, + "dependencies": { + "semver": "^7.5.4" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "eslint": ">=6.0.0" + } + }, "node_modules/eslint-plugin-json-schema-validator/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", @@ -8808,13 +8823,13 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.13.0.tgz", - "integrity": "sha512-2wWdJfpO/UbZzPDABuUVvlUQjfMJa2p2iQfYt/oWxOMpXCcjuiMUSaA02gtY/Dbu82vpaSqc+O7Xq6ECHwtIxA==", + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.14.1.tgz", + "integrity": "sha512-Tei6G4N7pZulP5MHi0EIdtseiCqUPkDMd0O8Zrw4muMIlsjJ5/B9X+U3Pfo6B7l0mTL9LN9FwuWT70dRJ6z7tg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "eslint-compat-utils": "^0.4.0", + "eslint-compat-utils": "^0.5.0", "espree": "^9.6.1", "graphemer": "^1.4.0", "jsonc-eslint-parser": "^2.0.4", @@ -8831,6 +8846,21 @@ "eslint": ">=6.0.0" } }, + "node_modules/eslint-plugin-jsonc/node_modules/eslint-compat-utils": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz", + "integrity": "sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==", + "dev": true, + "dependencies": { + "semver": "^7.5.4" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "eslint": ">=6.0.0" + } + }, "node_modules/eslint-plugin-jsonc/node_modules/synckit": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.6.2.tgz", @@ -14161,9 +14191,9 @@ "dev": true }, "node_modules/projen": { - "version": "0.80.12", - "resolved": "https://registry.npmjs.org/projen/-/projen-0.80.12.tgz", - "integrity": "sha512-emMvNBi8gGEeLg71IL/8Xx262hnPvzTnbl0Oua+Ce+25yXCAclGfDjzPGEoHgXpmaVYtFWp8jVnaGvXKfNTKgQ==", + "version": "0.80.15", + "resolved": "https://registry.npmjs.org/projen/-/projen-0.80.15.tgz", + "integrity": "sha512-wOKRoC7s6Gt7EObOW7Rn/CgeJF3yicjbIt3Hb+dkol+DhppGMAd+SkViTF2X/f3l8WjI/cZR0aAtu3DJyyZrUA==", "bundleDependencies": [ "@iarna/toml", "case", diff --git a/package.json b/package.json index 47e7b71..db1f585 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", - "@vladcos/eslint-config": "^0.0.39", - "@vladcos/prettier-config": "^0.0.36", - "@vladcos/projen-base": "^0.0.212", + "@vladcos/eslint-config": "^0.0.40", + "@vladcos/prettier-config": "^0.0.37", + "@vladcos/projen-base": "^0.0.217", "alias-hq": "^6", "babel-plugin-module-resolver": "^5", "constructs": "^10.0.0", @@ -34,7 +34,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "packemon": "^3", "prettier": "^3", - "projen": "^0.80.12", + "projen": "^0.80.15", "standard-version": "^9", "ts-node": "^10.9.2", "tsconfig-paths": "^4",