From 1be7aad2fb810ef5aa7a6d71754a7df78610bd6a Mon Sep 17 00:00:00 2001 From: "myappchetzof[bot]" <135730039+myappchetzof[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:31:46 +0000 Subject: [PATCH] chore(deps): upgrade dependencies (#29) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/vladcosorg/action-s3-cloudfront-smart-deploy/actions/runs/8501997194 ------ *Automatically created by projen via the "upgrade-main" workflow* --- .github/workflows/build.yml | 1 + .github/workflows/upgrade-main.yml | 1 + package-lock.json | 112 ++++++++++++++++++----------- package.json | 8 +-- 4 files changed, 77 insertions(+), 45 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88aa6ed..7fa4654 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,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 dde50d3..ce198ac 100644 --- a/.github/workflows/upgrade-main.yml +++ b/.github/workflows/upgrade-main.yml @@ -33,6 +33,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 af185cb..e7d2c0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,9 +20,9 @@ "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "@vercel/ncc": "^0.38.1", - "@vladcos/eslint-config": "^0.0.39", - "@vladcos/prettier-config": "^0.0.36", - "@vladcos/projen-github-action": "^0.0.107", + "@vladcos/eslint-config": "^0.0.40", + "@vladcos/prettier-config": "^0.0.37", + "@vladcos/projen-github-action": "^0.0.114", "@vladcos/tsconfig": "^0.0.25", "alias-hq": "^6", "babel-plugin-module-resolver": "^5", @@ -34,7 +34,7 @@ "lodash": "^4.17.21", "packemon": "^3", "prettier": "^3", - "projen": "^0.80.12", + "projen": "^0.80.15", "replace-in-file": "^7.1.0", "standard-version": "^9", "ts-extras": "^0.11.0", @@ -4729,9 +4729,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/@sinclair/typebox": { @@ -5045,9 +5045,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" @@ -5562,12 +5562,12 @@ } }, "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", @@ -5579,8 +5579,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", @@ -5605,15 +5605,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.216", + "resolved": "https://registry.npmjs.org/@vladcos/projen-base/-/projen-base-0.0.216.tgz", + "integrity": "sha512-YuHiI3XJwbKvSLjVaCxJfUt4h0W+Io2b9bEGeu3Y16j0NpAhuJezjNVn1+WkQuqzX0Vge/ht+GaxvACkwc3qqA==", "bundleDependencies": [ "@types/lodash", "app-root-path", @@ -5626,10 +5626,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": { @@ -5657,7 +5657,7 @@ "peer": true }, "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)", @@ -5670,9 +5670,9 @@ } }, "node_modules/@vladcos/projen-github-action": { - "version": "0.0.107", - "resolved": "https://registry.npmjs.org/@vladcos/projen-github-action/-/projen-github-action-0.0.107.tgz", - "integrity": "sha512-3rGg0lSQQHSaqEBIn8fJe97hFB0IuVOxx/T7is8okGL38vS3BU9ZRXLR5grDue9QjC6FI9uRFcOkzq2nXHkxOw==", + "version": "0.0.114", + "resolved": "https://registry.npmjs.org/@vladcos/projen-github-action/-/projen-github-action-0.0.114.tgz", + "integrity": "sha512-3zwz/y9UlOUcjmDg7nbeWftaKOvjzL2ksZWm9ANeChAH3kjQoh0WlMy6d97gIdw4xab1f/VwEb1yzHyb9eNjJg==", "bundleDependencies": [ "replace-in-file", "zod", @@ -5685,8 +5685,8 @@ "zod-to-json-schema": "^3.22.5" }, "peerDependencies": { - "@vladcos/projen-base": "^0.0.212", - "projen": "^0.80.12" + "@vladcos/projen-base": "^0.0.216", + "projen": "^0.80.15" } }, "node_modules/@vladcos/projen-github-action/node_modules/ansi-regex": { @@ -9785,15 +9785,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", @@ -9837,6 +9837,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", @@ -9859,13 +9874,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", @@ -9882,6 +9897,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", @@ -15966,9 +15996,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 d724c89..f004b49 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "@vercel/ncc": "^0.38.1", - "@vladcos/eslint-config": "^0.0.39", - "@vladcos/prettier-config": "^0.0.36", - "@vladcos/projen-github-action": "^0.0.107", + "@vladcos/eslint-config": "^0.0.40", + "@vladcos/prettier-config": "^0.0.37", + "@vladcos/projen-github-action": "^0.0.114", "@vladcos/tsconfig": "^0.0.25", "alias-hq": "^6", "babel-plugin-module-resolver": "^5", @@ -41,7 +41,7 @@ "lodash": "^4.17.21", "packemon": "^3", "prettier": "^3", - "projen": "^0.80.12", + "projen": "^0.80.15", "replace-in-file": "^7.1.0", "standard-version": "^9", "ts-extras": "^0.11.0",