Skip to content

Commit a8ca0d5

Browse files
chore(deps): pin dependencies
1 parent fde329c commit a8ca0d5

File tree

13 files changed

+81
-81
lines changed

13 files changed

+81
-81
lines changed

.github/workflows/bundle-size.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Install pnpm
21-
uses: pnpm/[email protected]
21+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2222

2323
- name: Use Node.js 24.x
24-
uses: actions/setup-node@v5
24+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2525
with:
2626
node-version: 24.x
2727
registry-url: https://registry.npmjs.org/
@@ -47,7 +47,7 @@ jobs:
4747
pnpm test:bundle-size
4848
pnpm test:vue-bundle-size
4949
50-
- uses: oven-sh/setup-bun@v2
50+
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
5151

5252
- name: Run analyze script
5353
id: analyze
@@ -59,7 +59,7 @@ jobs:
5959
echo "EOF" >> $GITHUB_OUTPUT
6060
6161
- name: Post comment on PR
62-
uses: marocchino/sticky-pull-request-comment@v2
62+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
6363
with:
6464
header: Bundle Size Analysis
6565
message: |

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Install pnpm
21-
uses: pnpm/action-setup@v4
21+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
2222

2323
- name: Set node
24-
uses: actions/setup-node@v5
24+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2525
with:
2626
node-version: latest
2727
cache: pnpm

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
NODE_OPTIONS: --max-old-space-size=8048
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919

2020
- name: Install pnpm
21-
uses: pnpm/[email protected]
21+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2222

2323
- name: Use Node.js 24.x
24-
uses: actions/setup-node@v5
24+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2525
with:
2626
node-version: 24.x
2727
registry-url: https://registry.npmjs.org/

.github/workflows/write-bundle-size.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717

1818
- name: Install pnpm
19-
uses: pnpm/[email protected]
19+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2020

2121
- name: Use Node.js 24.x
22-
uses: actions/setup-node@v5
22+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2323
with:
2424
node-version: 24.x
2525
registry-url: https://registry.npmjs.org/
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run Vue bundle size test
3838
run: pnpm test:vue-bundle-size
3939

40-
- uses: oven-sh/setup-bun@v2
40+
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
4141

4242
- name: Update stats
4343
run: bun bench/bundle/update.ts

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@
3131
"twoslash:verify": "nuxt-content-twoslash verify --content-dir docs"
3232
},
3333
"devDependencies": {
34-
"@antfu/eslint-config": "^5.4.1",
35-
"@arethetypeswrong/cli": "^0.18.2",
36-
"@fast-check/vitest": "^0.2.2",
37-
"@types/fs-extra": "^11.0.4",
38-
"@types/jsdom": "^27.0.0",
39-
"acorn-loose": "^8.5.2",
40-
"bumpp": "^10.3.1",
41-
"devalue": "^5.3.2",
42-
"eslint": "^9.37.0",
43-
"fs-extra": "^11.3.2",
44-
"js-yaml": "^4.1.0",
45-
"jsdom": "^27.0.0",
46-
"rollup-plugin-analyzer": "^4.0.0",
34+
"@antfu/eslint-config": "5.4.1",
35+
"@arethetypeswrong/cli": "0.18.2",
36+
"@fast-check/vitest": "0.2.2",
37+
"@types/fs-extra": "11.0.4",
38+
"@types/jsdom": "27.0.0",
39+
"acorn-loose": "8.5.2",
40+
"bumpp": "10.3.1",
41+
"devalue": "5.3.2",
42+
"eslint": "9.37.0",
43+
"fs-extra": "11.3.2",
44+
"js-yaml": "4.1.0",
45+
"jsdom": "27.0.0",
46+
"rollup-plugin-analyzer": "4.0.0",
4747
"typescript": "5.9.3",
48-
"unbuild": "^3.6.1",
49-
"utility-types": "^3.11.0",
50-
"vitest": "^3.2.4",
51-
"vitest-package-exports": "^0.1.1",
52-
"vue": "^3.5.22",
53-
"vue-tsc": "^3.0.9"
48+
"unbuild": "3.6.1",
49+
"utility-types": "3.11.0",
50+
"vitest": "3.2.4",
51+
"vitest-package-exports": "0.1.1",
52+
"vue": "3.5.22",
53+
"vue-tsc": "3.1.1"
5454
},
5555
"pnpm": {
5656
"ignoredBuiltDependencies": [

packages/addons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"unplugin-ast": "^0.15.3"
6868
},
6969
"devDependencies": {
70-
"@babel/types": "^7.28.4"
70+
"@babel/types": "7.28.4"
7171
}
7272
}

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"unhead": "workspace:*"
7373
},
7474
"devDependencies": {
75-
"@angular/platform-browser-dynamic": "^20.3.4",
76-
"zone.js": "^0.15.1"
75+
"@angular/platform-browser-dynamic": "20.3.4",
76+
"zone.js": "0.15.1"
7777
}
7878
}

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"unhead": "workspace:*"
8181
},
8282
"devDependencies": {
83-
"@testing-library/react": "^16.3.0",
84-
"react": "^19.2.0",
85-
"react-dom": "^19.2.0"
83+
"@testing-library/react": "16.3.0",
84+
"react": "19.2.0",
85+
"react-dom": "19.2.0"
8686
}
8787
}

packages/schema-org/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"@unhead/svelte": "workspace:*",
110110
"@unhead/vue": "workspace:*",
111111
"unhead": "workspace:*",
112-
"unplugin-vue-components": "^29.1.0"
112+
"unplugin-vue-components": "29.1.0"
113113
},
114114
"build": {
115115
"external": [

packages/solid-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"unhead": "workspace:*"
8181
},
8282
"devDependencies": {
83-
"@solidjs/testing-library": "^0.8.10",
84-
"@testing-library/jest-dom": "^6.9.1",
83+
"@solidjs/testing-library": "0.8.10",
84+
"@testing-library/jest-dom": "6.9.1",
8585
"@testing-library/user-event": "14.6.1",
86-
"solid-js": "^1.9.9",
87-
"vite-plugin-solid": "^2.11.9"
86+
"solid-js": "1.9.9",
87+
"vite-plugin-solid": "2.11.9"
8888
}
8989
}

0 commit comments

Comments
 (0)