Skip to content

Commit 1d651ef

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

File tree

8 files changed

+43
-22
lines changed

8 files changed

+43
-22
lines changed

.github/workflows/bundle-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

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

2323
- name: Use Node.js 24.x
2424
uses: actions/setup-node@v5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v5
2121

2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v4.1.0
23+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2424

2525
- name: Use Node.js 24.x
2626
uses: actions/setup-node@v5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v4.1.0
19+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2020

2121
- name: Use Node.js 24.x
2222
uses: actions/setup-node@v5

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.0.19",
55
"private": "true",
6-
"packageManager": "[email protected].1",
6+
"packageManager": "[email protected].3",
77
"author": "Harlan Wilton <[email protected]>",
88
"license": "MIT",
99
"homepage": "https://unhead.unjs.io",
@@ -38,7 +38,7 @@
3838
"@types/jsdom": "^27.0.0",
3939
"acorn-loose": "^8.5.2",
4040
"bumpp": "^10.3.1",
41-
"devalue": "^5.3.2",
41+
"devalue": "^5.4.1",
4242
"eslint": "^9.37.0",
4343
"fs-extra": "^11.3.2",
4444
"js-yaml": "^4.1.0",

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
},
6565
"typings": "./dist/index.d.ts",
6666
"peerDependencies": {
67-
"@angular/common": "^19.2.14",
68-
"@angular/core": "^19.2.14"
67+
"@angular/common": "^19.2.15",
68+
"@angular/core": "^19.2.15"
6969
},
7070
"dependencies": {
7171
"tslib": "^2.8.1",

packages/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"prepack": "pnpm run build"
6464
},
6565
"peerDependencies": {
66-
"svelte": ">=5.38.0"
66+
"svelte": ">=5.41.0"
6767
},
6868
"build": {
6969
"external": [
@@ -75,6 +75,6 @@
7575
},
7676
"devDependencies": {
7777
"@testing-library/svelte": "^5.2.8",
78-
"svelte": "^5.39.11"
78+
"svelte": "^5.41.0"
7979
}
8080
}

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"prepack": "pnpm run build"
101101
},
102102
"peerDependencies": {
103-
"vue": ">=3.5.18"
103+
"vue": ">=3.5.22"
104104
},
105105
"build": {
106106
"external": [

pnpm-lock.yaml

Lines changed: 33 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)