Skip to content

Commit 35cace5

Browse files
chore(deps): update all dependencies
1 parent bc1ed7b commit 35cace5

File tree

8 files changed

+505
-456
lines changed

8 files changed

+505
-456
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Checkout Repo
29-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030

3131
- name: Setup Node.js ${{ matrix.node }}
3232
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

.github/workflows/size-limit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
size-limit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717

1818
- name: Setup Node.js LTS
1919
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Dependencies
2525
run: yarn --immutable
2626

27-
- uses: andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1.8.0
27+
- uses: andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # v1.8.0
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
skip_step: install

.github/workflows/vercel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818

1919
- name: Check Branch
2020
id: branch
@@ -24,7 +24,7 @@ jobs:
2424
echo "comment=false" >> $GITHUB_OUTPUT
2525
2626
- name: Deploy
27-
uses: amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25.2.0
27+
uses: amondnet/vercel-action@888da851026e0573da056b061931bcb765a915c4 # v41.1.4
2828
with:
2929
vercel-args: ${{ steps.branch.outputs.args }}
3030
vercel-token: ${{ secrets.VERCEL_TOKEN }}

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

Lines changed: 273 additions & 279 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.1.cjs
10+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"workspaces": [
1111
"packages/*"
1212
],
13-
"packageManager": "[email protected].1",
13+
"packageManager": "[email protected].2",
1414
"scripts": {
1515
"build": "tsc -b",
1616
"clean": "rimraf -g 'packages/**/{lib,*.tsbuildinfo}'",
@@ -39,8 +39,8 @@
3939
"@types/node": "^22.15.19",
4040
"@types/react": "^19.1.4",
4141
"@types/react-dom": "^19.1.5",
42-
"@types/web": "^0.0.236",
43-
"@vitejs/plugin-react-swc": "^3.9.0",
42+
"@types/web": "^0.0.262",
43+
"@vitejs/plugin-react-swc": "^4.0.0",
4444
"eslint": "^9.27.0",
4545
"github-markdown-css": "^5.8.1",
4646
"nano-staged": "^0.8.0",
@@ -60,7 +60,7 @@
6060
"stylelint": "^16.19.1",
6161
"type-coverage": "^2.29.7",
6262
"typescript": "^5.8.3",
63-
"vite": "^6.3.5",
63+
"vite": "^7.0.0",
6464
"yarn-berry-deduplicate": "^6.1.3"
6565
},
6666
"resolutions": {

0 commit comments

Comments
 (0)