Skip to content

Commit b4e5fa6

Browse files
chore(deps): update all dependencies
1 parent db21842 commit b4e5fa6

File tree

8 files changed

+584
-474
lines changed

8 files changed

+584
-474
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- name: Checkout Repo
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333

3434
- name: Setup Node.js ${{ matrix.node }}
3535
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
@@ -55,6 +55,6 @@ jobs:
5555
PARSER_NO_WATCH: true
5656

5757
- name: Codecov
58-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
58+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
33+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
3434
with:
3535
languages: ${{ matrix.language }}
3636
queries: +security-and-quality
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
39+
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
42+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4343
with:
4444
category: '/language:${{ matrix.language }}'

.github/workflows/pkg-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020

2121
- name: Setup Node.js LTS
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424
with:
2525
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2626
fetch-depth: 0

.yarn/releases/yarn-4.9.2.cjs renamed to .yarn/releases/yarn-4.9.3.cjs

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

.yarnrc.yml

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

10-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
10+
yarnPath: .yarn/releases/yarn-4.9.3.cjs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"workspaces": [
1111
"packages/*"
1212
],
13-
"packageManager": "yarn@4.9.2",
13+
"packageManager": "yarn@4.9.3",
1414
"scripts": {
1515
"build": "concurrently -r 'yarn:build:*'",
1616
"build:r": "r -f cjs",
@@ -32,7 +32,7 @@
3232
"@changesets/changelog-github": "^0.5.1",
3333
"@changesets/cli": "^2.29.5",
3434
"@commitlint/cli": "^19.8.1",
35-
"@oxc-node/core": "^0.0.29",
35+
"@oxc-node/core": "^0.0.32",
3636
"@pkgr/rollup": "^7.0.0",
3737
"@swc/core": "^1.12.9",
3838
"@swc/jest": "^0.2.38",
@@ -62,7 +62,7 @@
6262
"resolutions": {
6363
"eslint-mdx": "link:packages/eslint-mdx",
6464
"eslint-plugin-mdx": "link:packages/eslint-plugin-mdx",
65-
"eslint-plugin-unicorn-x": "npm:eslint-plugin-unicorn@^59.0.1",
65+
"eslint-plugin-unicorn-x": "npm:eslint-plugin-unicorn@^60.0.0",
6666
"prettier": "^3.6.2"
6767
},
6868
"commitlint": {

0 commit comments

Comments
 (0)