Skip to content

Commit a7bb034

Browse files
chore(deps): update all non-major dependencies
1 parent af82029 commit a7bb034

12 files changed

Lines changed: 581 additions & 587 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: Install pnpm
42-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
42+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
4343

4444
- name: Set node version to ${{ matrix.node_version }}
4545
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -73,7 +73,7 @@ jobs:
7373
persist-credentials: false
7474

7575
- name: Install pnpm
76-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
76+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
7777

7878
- name: Set node version to 24
7979
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
@@ -131,7 +131,7 @@ jobs:
131131
persist-credentials: false
132132

133133
- name: Install pnpm
134-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
134+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
135135

136136
- name: Set node version to 24
137137
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Install pnpm
26-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
26+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2727

2828
- name: Set node version to LTS
2929
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Install pnpm
26-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
26+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2727

2828
- name: Set node version to LTS
2929
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Run zizmor 🌈
30-
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
30+
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7

examples/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rolldown/plugin-emotion": "workspace:*",
1818
"@types/react": "^19.2.17",
1919
"@types/react-dom": "^19.2.3",
20-
"@vitejs/plugin-react": "^6.0.2",
20+
"@vitejs/plugin-react": "^6.0.3",
2121
"vite": "catalog:"
2222
}
2323
}

examples/jsx-remove-attributes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rolldown/plugin-jsx-remove-attributes": "workspace:*",
1616
"@types/react": "^19.2.17",
1717
"@types/react-dom": "^19.2.3",
18-
"@vitejs/plugin-react": "^6.0.2",
18+
"@vitejs/plugin-react": "^6.0.3",
1919
"vite": "catalog:"
2020
}
2121
}

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test:build": "vitest --project=e2e:build"
99
},
1010
"devDependencies": {
11-
"playwright-chromium": "^1.60.0",
11+
"playwright-chromium": "^1.61.1",
1212
"vite": "catalog:"
1313
}
1414
}

examples/styled-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rolldown/plugin-styled-jsx": "workspace:*",
1717
"@types/react": "^19.2.17",
1818
"@types/react-dom": "^19.2.3",
19-
"@vitejs/plugin-react": "^6.0.2",
19+
"@vitejs/plugin-react": "^6.0.3",
2020
"vite": "catalog:"
2121
}
2222
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"generate:swc-outputs": "pnpm run --filter=@rolldown/swc-output-gen generate"
1717
},
1818
"devDependencies": {
19-
"@typescript/native-preview": "7.0.0-dev.20260613.1",
20-
"oxfmt": "^0.54.0",
21-
"oxlint": "^1.69.0",
19+
"@typescript/native-preview": "7.0.0-dev.20260624.1",
20+
"oxfmt": "^0.56.0",
21+
"oxlint": "^1.71.0",
2222
"oxlint-tsgolint": "^0.23.0",
2323
"tsdown": "^0.22.0",
24-
"vitest": "^4.1.8"
24+
"vitest": "^4.1.9"
2525
},
26-
"packageManager": "pnpm@11.6.0"
26+
"packageManager": "pnpm@11.9.0"
2727
}

packages/babel/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"picomatch": "^4.0.4"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^8.0.0-rc.6",
37-
"@babel/plugin-proposal-decorators": "^8.0.0-rc.6",
38-
"@babel/plugin-transform-runtime": "^8.0.0-rc.6",
39-
"@babel/runtime": "^8.0.0-rc.6",
36+
"@babel/core": "^8.0.1",
37+
"@babel/plugin-proposal-decorators": "^8.0.2",
38+
"@babel/plugin-transform-runtime": "^8.0.1",
39+
"@babel/runtime": "^8.0.0",
4040
"@types/node": "^24.13.2",
4141
"@types/picomatch": "^4.0.3",
4242
"rolldown": "catalog:",

0 commit comments

Comments
 (0)