Skip to content

Commit

Permalink
Merge branch 'unjs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
KID-joker authored Oct 30, 2024
2 parents 15686b8 + dd9d184 commit 2cf876c
Show file tree
Hide file tree
Showing 12 changed files with 1,883 additions and 2,142 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set node
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Setup
run: npm i -g @antfu/ni

- name: Install
run: nci

- name: Lint
run: nr lint
- run: corepack enable
- run: npm i -g @antfu/ni
- run: nci
- run: nr lint

ci:
runs-on: ${{ matrix.os }}
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Setup
run: npm i -g @antfu/ni

- name: Install
run: nci
- run: corepack enable
- run: npm i -g @antfu/ni
- run: nci

- name: Build unplugin
run: nr build
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/publish-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.15.0](https://github.com/unjs/unplugin/compare/v1.14.1...v1.15.0) (2024-10-28)


### Bug Fixes

* Unvirtualize `importer` paths in webpack and rspack ([#430](https://github.com/unjs/unplugin/issues/430)) ([52f0b79](https://github.com/unjs/unplugin/commit/52f0b79df3ddcd753a176e9d021f3eb271890bcd))



## [1.14.1](https://github.com/unjs/unplugin/compare/v1.14.0...v1.14.1) (2024-09-11)


Expand Down
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"lint": "eslint . && case-police '**/*.md'"
},
"devDependencies": {
"@iconify/json": "^2.2.237",
"@shikijs/vitepress-twoslash": "^1.13.0",
"case-police": "^0.6.1",
"@iconify/json": "^2.2.265",
"@shikijs/vitepress-twoslash": "^1.22.2",
"case-police": "^0.7.0",
"consola": "^3.2.3",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"eslint": "^9.13.0",
"markdown-it": "^14.1.0",
"markdown-it-github-alerts": "^0.3.0",
"ofetch": "^1.3.4",
"tsx": "^4.17.0",
"unocss": "^0.62.1",
"ofetch": "^1.4.1",
"tsx": "^4.19.2",
"unocss": "^0.63.6",
"unplugin": "workspace:*",
"unplugin-icons": "^0.19.2",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vitepress": "^1.3.2",
"vitepress-plugin-group-icons": "^1.0.3",
"vue": "^3.4.38"
"vitepress": "^1.4.1",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.12"
}
}
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin",
"type": "commonjs",
"version": "1.14.1",
"version": "1.15.0",
"packageManager": "[email protected]",
"description": "Unified plugin system for build tools",
"license": "MIT",
Expand Down Expand Up @@ -54,41 +54,41 @@
}
},
"dependencies": {
"acorn": "^8.12.1",
"acorn": "^8.14.0",
"webpack-virtual-modules": "^0.6.2"
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@antfu/eslint-config": "^3.7.2",
"@antfu/ni": "^0.22.4",
"@farmfe/cli": "^1.0.3",
"@farmfe/core": "^1.3.12",
"@rspack/cli": "1.0.0-beta.5",
"@rspack/core": "1.0.0-rc.1",
"@antfu/eslint-config": "^3.8.0",
"@antfu/ni": "^0.23.0",
"@farmfe/cli": "1.0.3",
"@farmfe/core": "1.3.12",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.15",
"@types/node": "^22.8.1",
"@types/webpack-sources": "^3.2.3",
"bumpp": "^9.5.1",
"bumpp": "^9.7.1",
"conventional-changelog-cli": "^5.0.0",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.9.1",
"eslint": "^9.13.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jiti": "^2.0.0",
"lint-staged": "^15.2.9",
"magic-string": "^0.30.11",
"picocolors": "^1.0.1",
"rolldown": "^0.12.2",
"rollup": "^4.20.0",
"jiti": "^2.3.3",
"lint-staged": "^15.2.10",
"magic-string": "^0.30.12",
"picocolors": "^1.1.1",
"rolldown": "^0.13.2",
"rollup": "^4.24.2",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"unplugin": "workspace:*",
"unplugin-unused": "^0.1.1",
"vite": "^5.4.1",
"vitest": "^2.0.5",
"webpack": "^5.93.0",
"unplugin-unused": "^0.2.3",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"webpack": "^5.95.0",
"webpack-cli": "4.10.0"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 2cf876c

Please sign in to comment.