Skip to content

Commit d40abbe

Browse files
committed
chore: merge main
2 parents 19043bd + 5ee9c0c commit d40abbe

File tree

840 files changed

+17531
-1801
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

840 files changed

+17531
-1801
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v6
28-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
28+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
2929
- uses: actions/setup-node@v6
3030
with:
3131
node-version: 22
@@ -60,7 +60,7 @@ jobs:
6060
fail-fast: false
6161
steps:
6262
- uses: actions/checkout@v6
63-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
63+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
6464
- uses: actions/setup-node@v6
6565
with:
6666
node-version: 22

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v6
4545

4646
- name: Install pnpm
47-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
47+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
4848

4949
- name: Set node version to ${{ matrix.node_version }}
5050
uses: actions/setup-node@v6
@@ -103,7 +103,7 @@ jobs:
103103
fetch-depth: 0
104104

105105
- name: Install pnpm
106-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
106+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
107107

108108
- name: Set node version to 20
109109
uses: actions/setup-node@v6

.github/workflows/copilot-setup-steps.yml

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

2121
steps:
2222
- uses: actions/checkout@v6
23-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
23+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
2424
- uses: actions/setup-node@v6
2525
with:
2626
node-version: 22

.github/workflows/issue-close-require.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write # for actions-cool/issues-helper to update PRs
1414
steps:
1515
- name: need reproduction
16-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3
16+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3
1717
with:
1818
actions: 'close-issues'
1919
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: contribution welcome
1616
if: github.event.label.name == 'contribution welcome' || github.event.label.name == 'help wanted'
17-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3
17+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3
1818
with:
1919
actions: 'create-comment, remove-labels'
2020
token: ${{ secrets.GITHUB_TOKEN }}
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: remove pending
2727
if: (github.event.label.name == 'enhancement' || contains(github.event.label.description, '(priority)')) && contains(github.event.issue.labels.*.name, 'pending triage')
28-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3
28+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3
2929
with:
3030
actions: 'remove-labels'
3131
token: ${{ secrets.GITHUB_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: need reproduction
3636
if: github.event.label.name == 'need reproduction'
37-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3
37+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3
3838
with:
3939
actions: 'create-comment, remove-labels'
4040
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: Install pnpm
20-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
20+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
2121

2222
- name: Set node version
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 22
25+
node-version: 24
2626
registry-url: https://registry.npmjs.org/
2727
# disable cache, to avoid cache poisoning (https://docs.zizmor.sh/audits/#cache-poisoning)
2828
package-manager-cache: false

.github/workflows/release-continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
24+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
2525

2626
- uses: actions/setup-node@v6
2727
with:

.oxfmtrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"groups": [["builtin"], ["external"]]
1010
},
1111
"ignorePatterns": [
12+
"*.snap.*",
13+
"typescript-eslint/",
1214
"packages/*/CHANGELOG.md",
1315
"playground-temp/",
1416
"dist/",

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@
3030
"override-vite7": "yq -i '.overrides.vite = \"^7\"' pnpm-workspace.yaml && yq -i '.overrides.\"@vitejs/plugin-react\" = \"^5\"' pnpm-workspace.yaml && yq -i '.packages += [\"!packages/plugin-react\"]' pnpm-workspace.yaml"
3131
},
3232
"devDependencies": {
33-
"@eslint/js": "^9.39.3",
33+
"@eslint/js": "^9.39.4",
3434
"@types/fs-extra": "^11.0.4",
35-
"@types/node": "^24.11.0",
35+
"@types/node": "^24.12.2",
3636
"@vitejs/release-scripts": "^1.6.0",
37-
"eslint": "^9.39.3",
38-
"eslint-plugin-import-x": "^4.16.1",
37+
"eslint": "^9.39.4",
38+
"eslint-plugin-import-x": "^4.16.2",
3939
"eslint-plugin-n": "^17.24.0",
40-
"eslint-plugin-regexp": "^3.0.0",
41-
"fs-extra": "^11.3.3",
40+
"eslint-plugin-regexp": "^3.1.0",
41+
"fs-extra": "^11.3.4",
4242
"globals": "^17.4.0",
43-
"lint-staged": "^16.3.1",
44-
"oxfmt": "^0.36.0",
43+
"lint-staged": "^16.4.0",
44+
"oxfmt": "^0.43.0",
4545
"picocolors": "^1.1.1",
46-
"playwright-chromium": "^1.58.2",
46+
"playwright-chromium": "^1.59.1",
4747
"simple-git-hooks": "^2.13.1",
4848
"typescript": "^5.9.3",
49-
"typescript-eslint": "^8.56.1",
50-
"vite": "^8.0.0-beta.16",
49+
"typescript-eslint": "^8.58.0",
50+
"vite": "^8.0.3",
5151
"vite-plugin-inspect": "^11.3.3",
52-
"vitest": "^4.0.18"
52+
"vitest": "^4.1.2"
5353
},
5454
"simple-git-hooks": {
5555
"pre-commit": "pnpm exec lint-staged --concurrent false"
@@ -71,5 +71,5 @@
7171
"engines": {
7272
"node": "^20.19.0 || >=22.12.0"
7373
},
74-
"packageManager": "pnpm@10.30.3"
74+
"packageManager": "pnpm@10.33.0"
7575
}

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./refresh-runtime": "./refresh-runtime.js"
99
},
1010
"dependencies": {
11-
"@rolldown/pluginutils": "1.0.0-rc.6"
11+
"@rolldown/pluginutils": "1.0.0-rc.13"
1212
},
1313
"peerDependencies": {
1414
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)