Skip to content
Open
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 number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: AgentScan
id: agentscan
uses: MatteoGabriele/agentscan-action@c357c0985e0d5ae9220fa0adda1a170831eebd81 # v2.0.0
uses: MatteoGabriele/agentscan-action@e02ef270c024bfad3541b2a71619c3c9f20b3312 # v2.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
mode: silent
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
outputs:
src: ${{ steps.filter.outputs.src }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
id: filter
with:
base: ${{ github.event.merge_group.base_sha || github.event.pull_request.base.sha || github.event.before }}
Expand All @@ -47,7 +47,7 @@ jobs:
if: needs.changes.outputs.src == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: corepack enable
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: corepack enable
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
release-pkg-pr-new:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: corepack enable
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
Expand All @@ -38,7 +38,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: corepack enable
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reproduction-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
with:
days-before-stale: -1 # Issues and PR will never be flagged stale automatically.
stale-issue-label: 'needs reproduction' # Label that flags an issue as stale.
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@nuxt/image": "link:..",
"@nuxt/ui": "^4.10.0",
"@nuxtjs/plausible": "^3.0.2",
"better-sqlite3": "^12.10.1",
"docus": "^5.12.1",
"tailwindcss": "^4.3.1"
"better-sqlite3": "^12.11.1",
"docus": "^5.12.3",
"tailwindcss": "^4.3.3"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,39 +53,39 @@
"knitwork": "^1.3.0",
"ohash": "^2.0.11",
"pathe": "^2.0.3",
"std-env": "^4.1.0",
"std-env": "^4.2.0",
"ufo": "^1.6.4"
},
"devDependencies": {
"@nuxt/eslint-config": "1.16.0",
"@nuxt/module-builder": "1.0.2",
"@nuxt/module-builder": "1.0.3",
"@nuxt/schema": "4.4.8",
"@nuxt/test-utils": "^4.0.3",
"@types/node": "^24.13.2",
"@unhead/vue": "^3.1.4",
"@vitest/coverage-v8": "^4.1.8",
"@types/node": "^24.13.3",
"@unhead/vue": "^3.2.3",
"@vitest/coverage-v8": "^4.1.10",
"@vue/test-utils": "^2.4.11",
"changelogen": "^0.6.2",
"eslint": "10.5.0",
"happy-dom": "^20.10.3",
"eslint": "10.7.0",
"happy-dom": "^20.11.1",
"installed-check": "^10.0.1",
"ipx": "^3.1.1",
"knip": "^6.16.1",
"knip": "^6.29.0",
"nitropack": "^2.13.4",
"nuxt": "^4.4.8",
"pkg-pr-new": "^0.0.75",
"playwright-core": "^1.60.0",
"pkg-pr-new": "^0.0.79",
"playwright-core": "^1.61.1",
"tinyglobby": "^0.2.17",
"typescript": "6.0.3",
"unbuild": "^3.6.1",
"vitest": "^4.1.8",
"vue": "3.5.38",
"vue-tsc": "^3.3.5"
"vitest": "^4.1.10",
"vue": "3.5.40",
"vue-tsc": "^3.3.8"
},
"optionalDependencies": {
"ipx": "^3.1.1"
},
"packageManager": "pnpm@11.6.0",
"packageManager": "pnpm@11.17.0",
"engines": {
"node": ">=18.20.6"
}
Expand Down
Loading
Loading