Skip to content

Commit 588abbb

Browse files
chore(deps): update all non-major dependencies
1 parent fa1f2bb commit 588abbb

3 files changed

Lines changed: 1883 additions & 1332 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
pull-requests: write
2020
steps:
21-
- uses: danielroe/uppt/pr@4e0c42a0fd6091f59e5dfe168e69b57651e87bed # v0.5.4
21+
- uses: danielroe/uppt/pr@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424

@@ -36,7 +36,7 @@ jobs:
3636
contents: write
3737
actions: write
3838
steps:
39-
- uses: danielroe/uppt/release@4e0c42a0fd6091f59e5dfe168e69b57651e87bed # v0.5.4
39+
- uses: danielroe/uppt/release@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242

@@ -51,7 +51,7 @@ jobs:
5151
files: ${{ steps.pack.outputs.files }}
5252
steps:
5353
- id: pack
54-
uses: danielroe/uppt/pack@4e0c42a0fd6091f59e5dfe168e69b57651e87bed # v0.5.4
54+
uses: danielroe/uppt/pack@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
5555

5656
publish:
5757
if: |
@@ -67,6 +67,6 @@ jobs:
6767
id-token: write
6868
environment: npm
6969
steps:
70-
- uses: danielroe/uppt/publish@4e0c42a0fd6091f59e5dfe168e69b57651e87bed # v0.5.4
70+
- uses: danielroe/uppt/publish@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
7171
with:
7272
files: ${{ needs.pack.outputs.files }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"bumpp": "11.1.0",
6060
"eslint": "10.5.0",
6161
"husky": "9.1.7",
62-
"lint-staged": "17.0.7",
62+
"lint-staged": "17.0.8",
6363
"nuxt": "4.4.8",
6464
"simple-git-hooks": "2.13.1",
6565
"vitest": "4.1.8"
@@ -75,5 +75,5 @@
7575
"publishConfig": {
7676
"access": "public"
7777
},
78-
"packageManager": "pnpm@11.6.0"
78+
"packageManager": "pnpm@11.8.0"
7979
}

0 commit comments

Comments
 (0)