Skip to content

Commit a05c8bd

Browse files
chore(deps): update all non-major dependencies
1 parent 50a7cb0 commit a05c8bd

5 files changed

Lines changed: 408 additions & 545 deletions

File tree

.github/workflows/agent-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: AgentScan
2323
id: agentscan
24-
uses: MatteoGabriele/agentscan-action@ccb50da057e2ac7fcdb123db3110f00af97f0fef # v1.14.0
24+
uses: MatteoGabriele/agentscan-action@51fb33d2bf6290780418ae231d7e7096ef5d8311 # v1.15.0
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
skip-members: "dependabot[bot],renovate[bot]"

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@iconify-json/ph": "^1.2.2",
1414
"@nuxtjs/mdc": "^0.22.0",
1515
"better-sqlite3": "^12.11.1",
16-
"docus": "^5.12.2",
16+
"docus": "^5.12.3",
1717
"nuxt": "^4.4.8",
1818
"unist-util-visit": "^5.1.0"
1919
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "git+https://github.com/nuxt-modules/color-mode.git"
88
},
99
"license": "MIT",
10-
"packageManager": "pnpm@11.8.0",
10+
"packageManager": "pnpm@11.9.0",
1111
"contributors": [
1212
{
1313
"name": "Nuxt Team"
@@ -46,26 +46,26 @@
4646
},
4747
"dependencies": {
4848
"@nuxt/kit": "^4.4.8",
49-
"exsolve": "^1.0.8",
49+
"exsolve": "^1.1.0",
5050
"pathe": "^2.0.3",
5151
"pkg-types": "^2.3.1",
5252
"semver": "^7.8.5"
5353
},
5454
"devDependencies": {
55-
"@commitlint/cli": "^21.0.2",
56-
"@commitlint/config-conventional": "^21.0.2",
55+
"@commitlint/cli": "^21.1.0",
56+
"@commitlint/config-conventional": "^21.1.0",
5757
"@nuxt/eslint-config": "^1.16.0",
5858
"@nuxt/module-builder": "^1.0.2",
5959
"@nuxt/schema": "^4.4.8",
6060
"@nuxt/test-utils": "^4.0.3",
6161
"@types/lodash.template": "^4.5.3",
6262
"@types/semver": "^7.7.1",
63-
"@typescript-eslint/parser": "^8.61.1",
63+
"@typescript-eslint/parser": "^8.62.0",
6464
"@vitest/coverage-v8": "^4.1.9",
6565
"bumpp": "^11.1.0",
6666
"changelogithub": "^14.0.0",
6767
"esbuild": "^0.28.1",
68-
"eslint": "^10.5.0",
68+
"eslint": "^10.6.0",
6969
"husky": "9.1.7",
7070
"nuxt": "^4.4.8",
7171
"pkg-pr-new": "^0.0.75",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"dependencies": {
55
"@iconify-json/ph": "^1.2.2",
66
"@iconify/utils": "^3.1.3",
7-
"@nuxt/icon": "^2.2.3",
7+
"@nuxt/icon": "^2.2.5",
88
"@nuxtjs/color-mode": "latest",
9-
"@tailwindcss/vite": "^4.3.1",
9+
"@tailwindcss/vite": "^4.3.2",
1010
"nuxt": "^4.4.8",
11-
"tailwindcss": "^4.3.1"
11+
"tailwindcss": "^4.3.2"
1212
},
1313
"scripts": {
1414
"postinstall": "pnpm -C .. run dev:prepare",

0 commit comments

Comments
 (0)