Skip to content

Commit 4499bf8

Browse files
chore(deps): update external major
1 parent 30ad3d0 commit 4499bf8

13 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/actions/lint-test-coverage/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ runs:
5656

5757
- name: Upload coverage to Codecov
5858
if: ${{ inputs.upload_coverage == 'true' }}
59-
uses: codecov/codecov-action@v6
59+
uses: codecov/codecov-action@v7
6060
with:
6161
token: ${{ inputs.codecov_token }}

.github/actions/setup-node-npm/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
shell: bash
2222

2323
- name: Set up NPM Cache
24-
uses: actions/cache@v5
24+
uses: actions/cache@v6
2525
id: npm-cache
2626
with:
2727
path: ${{ steps.npm-cache-dir.outputs.dir }}

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
issues: read
4747
steps:
4848
- name: Check out
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@v7
5050
with:
5151
persist-credentials: 'false'
5252

@@ -197,7 +197,7 @@ jobs:
197197
NPM_CONFIG_PROVENANCE: 'true'
198198
steps:
199199
- name: Check out
200-
uses: actions/checkout@v6
200+
uses: actions/checkout@v7
201201
with:
202202
persist-credentials: 'false'
203203

.github/workflows/project-engine-client-mock-image-smoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
contents: read
5757
steps:
5858
- name: Check out
59-
uses: actions/checkout@v6
59+
uses: actions/checkout@v7
6060
with:
6161
persist-credentials: 'false'
6262

.github/workflows/project-engine-client-mock-image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
packages: write # push to ghcr.io/adobe/spacecat-shared-project-engine-client-mock
5454
steps:
5555
- name: Check out
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v7
5757
with:
5858
persist-credentials: 'false'
5959

@@ -84,17 +84,17 @@ jobs:
8484
echo "Building image version $VERSION"
8585
8686
- name: Log in to GHCR
87-
uses: docker/login-action@v3
87+
uses: docker/login-action@v4
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.actor }}
9191
password: ${{ secrets.GITHUB_TOKEN }}
9292

9393
- name: Set up Docker Buildx
94-
uses: docker/setup-buildx-action@v3
94+
uses: docker/setup-buildx-action@v4
9595

9696
- name: Build & push
97-
uses: docker/build-push-action@v6
97+
uses: docker/build-push-action@v7
9898
with:
9999
context: packages/spacecat-shared-project-engine-client
100100
push: true

.github/workflows/project-engine-mock-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
contents: read
5151
steps:
5252
- name: Check out
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v7
5454
with:
5555
persist-credentials: 'false'
5656

.github/workflows/user-manager-client-mock-image-smoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
contents: read
6868
steps:
6969
- name: Check out
70-
uses: actions/checkout@v6
70+
uses: actions/checkout@v7
7171
with:
7272
persist-credentials: 'false'
7373

.github/workflows/user-manager-client-mock-image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
packages: write # push to ghcr.io/adobe/spacecat-shared-user-manager-client-mock
5454
steps:
5555
- name: Check out
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v7
5757
with:
5858
persist-credentials: 'false'
5959

@@ -84,17 +84,17 @@ jobs:
8484
echo "Building image version $VERSION"
8585
8686
- name: Log in to GHCR
87-
uses: docker/login-action@v3
87+
uses: docker/login-action@v4
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.actor }}
9191
password: ${{ secrets.GITHUB_TOKEN }}
9292

9393
- name: Set up Docker Buildx
94-
uses: docker/setup-buildx-action@v3
94+
uses: docker/setup-buildx-action@v4
9595

9696
- name: Build & push
97-
uses: docker/build-push-action@v6
97+
uses: docker/build-push-action@v7
9898
with:
9999
context: packages/spacecat-shared-user-manager-client
100100
push: true

.github/workflows/user-manager-mock-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
contents: read
5151
steps:
5252
- name: Check out
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v7
5454
with:
5555
persist-credentials: 'false'
5656

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
],
3434
"devDependencies": {
3535
"@adobe/eslint-config-helix": "3.0.28",
36-
"@babel/core": "7.29.7",
37-
"@babel/eslint-parser": "7.29.7",
36+
"@babel/core": "8.0.1",
37+
"@babel/eslint-parser": "8.0.1",
3838
"@babel/plugin-syntax-import-assertions": "7.29.7",
3939
"@eslint/config-helpers": "0.6.0",
4040
"@semantic-release/changelog": "6.0.3",
@@ -44,7 +44,7 @@
4444
"@typescript-eslint/parser": "8.60.0",
4545
"ajv": "8.20.0",
4646
"c8": "^11.0.0",
47-
"conventional-changelog-conventionalcommits": "^9.1.0",
47+
"conventional-changelog-conventionalcommits": "^10.0.0",
4848
"eslint": "9.39.4",
4949
"husky": "9.1.7",
5050
"jsdoc-to-markdown": "9.1.3",

0 commit comments

Comments
 (0)