Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/agent-scan.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -21,7 +21,7 @@ jobs:
steps:
- name: AgentScan
id: agentscan
uses: MatteoGabriele/agentscan-action@98202262c925c508d4c1424b1dfbe17ee35b0c02 # v2.4.0
uses: MatteoGabriele/agentscan-action@8112fb79b33fafb8506159df20129a34209ac410 # v2.5.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-members: "dependabot[bot],renovate[bot]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: 📦 Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@ jobs:
contents: write # push the `release/vX.Y.Z` branch and delete superseded ones
pull-requests: write # create a release PR, update its body, close superseded PRs
steps:
- uses: danielroe/uppt/pr@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4
- uses: danielroe/uppt/pr@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All@@ -44,7 +44,7 @@ jobs:
contents: write # push the `vX.Y.Z` tag and create the GitHub release
actions: write # `gh workflow run release.yml --ref vX.Y.Z` chained dispatch
steps:
- uses: danielroe/uppt/release@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4
- uses: danielroe/uppt/release@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All@@ -63,7 +63,7 @@ jobs:
files: ${{ steps.pack.outputs.files }}
steps:
- id: pack
uses: danielroe/uppt/pack@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4
uses: danielroe/uppt/pack@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9

# `publish` downloads the prebuilt tarball from the pack job's
# artifact and stages it for publish.
Expand All@@ -81,6 +81,6 @@ jobs:
id-token: write # OIDC claim for npm trusted publisher
environment: npm # must match the trusted-publisher entry on npmjs.com
steps:
- uses: danielroe/uppt/publish@91974ad6e7fd9fd91ce562b0d371eeaceedb1f49 # v0.6.4
- uses: danielroe/uppt/publish@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
files: ${{ needs.pack.outputs.files }}
8 changes: 4 additions & 4 deletions package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -41,7 +41,7 @@
"test:knip": "knip --exclude unresolved",
"test:types": "vue-tsc --noEmit && pnpm -r test:types"
},
"packageManager": "pnpm@11.22.0",
"packageManager": "pnpm@11.24.0",
"dependencies": {
"citty": "^0.2.2",
"consola": "^3.4.2",
Expand All@@ -68,9 +68,9 @@
"@types/node": "^24.13.3",
"@types/semver": "^7.8.0",
"@vitest/coverage-v8": "^4.1.11",
"eslint": "^10.9.0",
"eslint": "^10.9.1",
"installed-check": "^11.0.0",
"knip": "^6.32.2",
"knip": "^6.33.0",
"nuxt": "~4.5.2",
"ofetch": "^1.5.1",
"pkg-pr-new": "^0.0.88",
Expand All@@ -80,7 +80,7 @@
"tsdown": "^0.22.14",
"typescript": "~5.9.3",
"vitest": "^4.1.11",
"vue": "^3.5.41",
"vue": "^3.5.42",
"vue-tsc": "^3.3.11"
},
"engines": {
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ overrides:
"@nuxt/schema": "~4.5.2"
nuxt: "~4.5.2"
typescript: "~5.9.3"
vue: "^3.5.41"
vue: "^3.5.42"
vue-tsc: "^3.3.11"

shellEmulator: true
Expand Down
Loading