Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent c71bf55 commit 00cc624
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 158 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Setup node
uses: actions/setup-node@v4
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Set node version to ${{ matrix.node }}
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- name: Set node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@iconify-json/ri": "^1.2.5",
"@shikijs/vitepress-twoslash": "^2.3.0",
"@shikijs/vitepress-twoslash": "^2.3.2",
"case-police": "^0.7.2",
"consola": "^3.4.0",
"dotenv": "^16.4.7",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin",
"type": "module",
"version": "2.1.2",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Unified plugin system for build tools",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"@rspack/core": "^1.2.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.1",
"bumpp": "^10.0.1",
"bumpp": "^10.0.2",
"esbuild": "^0.24.2",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.19.0",
Expand All @@ -66,12 +66,12 @@
"magic-string": "^0.30.17",
"picocolors": "^1.1.1",
"rolldown": "^1.0.0-beta.3",
"rollup": "^4.34.2",
"rollup": "^4.34.5",
"simple-git-hooks": "^2.11.1",
"tsdown": "^0.5.7",
"tsdown": "^0.5.8",
"typescript": "~5.7.3",
"unplugin": "workspace:*",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vitest": "^3.0.5",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
Expand Down
Loading

0 comments on commit 00cc624

Please sign in to comment.