diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ccc175ca..505781b4 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -70,7 +70,7 @@ jobs: path: | **/node_modules ~/.cache - key: ${{ runner.os }}-repo-${{ github.event.pull_request.head.repo.full_name }}-node-20-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} + key: ${{ runner.os }}-repo-${{ github.event.pull_request.head.repo.full_name }}-node-22-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} - name: Install Node.js dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' @@ -102,7 +102,7 @@ jobs: path: | **/node_modules ~/.cache - key: ${{ runner.os }}-repo-${{ github.event.pull_request.head.repo.full_name }}-node-20-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} + key: ${{ runner.os }}-repo-${{ github.event.pull_request.head.repo.full_name }}-node-22-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} - name: Install Node.js dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1383bcdd..1fe89af7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: path: | **/node_modules ~/.cache - key: ${{ runner.os }}-node-20-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} + key: ${{ runner.os }}-node-22-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} - name: Install Node.js dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/visual.yml b/.github/workflows/visual.yml index a5bf93bc..66632af0 100644 --- a/.github/workflows/visual.yml +++ b/.github/workflows/visual.yml @@ -27,7 +27,7 @@ jobs: path: | **/node_modules ~/.cache - key: ${{ runner.os }}-repo-${{ github.event.pull_request.head.repo.full_name }}-node-20-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} + key: ${{ runner.os }}-repo-${{ github.event.pull_request.head.repo.full_name }}-node-22-yarn-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('.github/workflows/**.yml') }} - name: Install Node.js dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' diff --git a/.releaserc b/.releaserc index 7fd6a6fe..a629f36e 100644 --- a/.releaserc +++ b/.releaserc @@ -2,7 +2,7 @@ "branches": [ "main" ], - extends: [ + "extends": [ "semantic-release-monorepo" ], "plugins": [ diff --git a/package.json b/package.json index bbae27aa..99e70abf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@babel/core": "^7.12.10", "@commitlint/config-conventional": "^11.0.0", "@semantic-release/changelog": "^6.0.3", - "@semantic-release/exec": "^6.0.3", + "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@testing-library/dom": "^10.3.2", "@testing-library/jest-dom": "^6.4.6", diff --git a/yarn.lock b/yarn.lock index 086a5fdd..a1571084 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3248,17 +3248,17 @@ resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-4.0.0.tgz#692810288239637f74396976a9340fbc0aa9f6f9" integrity sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ== -"@semantic-release/exec@^6.0.3": - version "6.0.3" - resolved "https://registry.yarnpkg.com/@semantic-release/exec/-/exec-6.0.3.tgz#d212fdf19633bdfb553de6cb6c7f8781933224db" - integrity sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ== +"@semantic-release/exec@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@semantic-release/exec/-/exec-7.1.0.tgz#cfaffe85a589aa0f385eede256904ce70acb829f" + integrity sha512-4ycZ2atgEUutspPZ2hxO6z8JoQt4+y/kkHvfZ1cZxgl9WKJId1xPj+UadwInj+gMn2Gsv+fLnbrZ4s+6tK2TFQ== dependencies: - "@semantic-release/error" "^3.0.0" + "@semantic-release/error" "^4.0.0" aggregate-error "^3.0.0" debug "^4.0.0" - execa "^5.0.0" - lodash "^4.17.4" - parse-json "^5.0.0" + execa "^9.0.0" + lodash-es "^4.17.21" + parse-json "^8.0.0" "@semantic-release/git@^10.0.1": version "10.0.1"