Skip to content

Commit d3f874d

Browse files
chore(deps): update all dependencies
1 parent 1b74d7e commit d3f874d

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

.github/workflows/autofix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Setup Node.js LTS
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2323
with:
2424
node-version: lts/*
2525
cache: yarn
@@ -31,6 +31,6 @@ jobs:
3131
run: yarn format
3232

3333
- name: Apply autofix.ci
34-
uses: autofix-ci/action@v1
34+
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
3535
with:
3636
fail-fast: false

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
fail-fast: false
2525
runs-on: ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828

2929
- name: Setup Node.js ${{ matrix.node }}
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3131
with:
3232
node-version: ${{ matrix.node }}
3333
cache: yarn
@@ -43,6 +43,6 @@ jobs:
4343
PARSER_NO_WATCH: true
4444

4545
- name: Codecov
46-
uses: codecov/codecov-action@v5
46+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333

3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@v3
39+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
4040
with:
4141
languages: ${{ matrix.language }}
4242
queries: +security-and-quality
@@ -45,9 +45,9 @@ jobs:
4545
- tests/pnp/.pnp.*
4646
4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@v3
48+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v3
51+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
5252
with:
5353
category: '/language:${{ matrix.language }}'

.github/workflows/pkg-pr-new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Setup Node.js LTS
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2020
with:
2121
node-version: lts/*
2222
cache: yarn

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525
with:
2626
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2727
fetch-depth: 0
2828

2929
- name: Setup Node.js LTS
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3131
with:
3232
node-version: lts/*
3333
cache: yarn

.github/workflows/size-limit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
size-limit:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222

2323
- name: Setup Node.js LTS
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2525
with:
2626
node-version: lts/*
2727
cache: yarn
2828

2929
- name: Install Dependencies
3030
run: yarn --immutable
3131

32-
- uses: andresz1/size-limit-action@v1.8.0
32+
- uses: andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # v1.8.0
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
skip_step: install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.8
1+
22.14.0

.yarn/releases/yarn-4.8.0.cjs renamed to .yarn/releases/yarn-4.8.1.cjs

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ plugins:
99
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
1010
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
1111

12-
yarnPath: .yarn/releases/yarn-4.8.0.cjs
12+
yarnPath: .yarn/releases/yarn-4.8.1.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"funding": "https://opencollective.com/eslint-import-resolver-typescript",
1212
"license": "ISC",
13-
"packageManager": "yarn@4.8.0",
13+
"packageManager": "yarn@4.8.1",
1414
"engines": {
1515
"node": "^16.17.0 || >=18.6.0"
1616
},
@@ -97,7 +97,7 @@
9797
"@types/node": "^22.13.14",
9898
"@types/pnpapi": "^0.0.5",
9999
"@types/unist": "^3.0.3",
100-
"@vitest/coverage-v8": "3.0.9",
100+
"@vitest/coverage-v8": "3.1.1",
101101
"clean-pkg-json": "^1.2.1",
102102
"dummy.js": "link:dummy.js",
103103
"eslint": "^9.23.0",

0 commit comments

Comments
 (0)