Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unjs/unplugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: unjs/unplugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 10 commits
  • 15 files changed
  • 4 contributors

Commits on Feb 12, 2025

  1. chore(deps): update all non-major dependencies (#466)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 12, 2025
    Copy the full SHA
    dec576d View commit details
  2. chore(deps): update devdependency case-police to v1 (#476)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 12, 2025
    Copy the full SHA
    071c1b0 View commit details

Commits on Feb 13, 2025

  1. chore: upgrade deps

    sxzz committed Feb 13, 2025
    Copy the full SHA
    3b3acfa View commit details

Commits on Feb 14, 2025

  1. fix(farm): resolve moduleType and sourcemap (#448)

    * fix: resolve moduleType error and return sourcemap value
    
    * Update src/farm/utils.ts
    
    Co-authored-by: Anthony Fu <github@antfu.me>
    
    * chore: optimize code
    
    * chore: update code
    
    * Merge branch 'main' of github.com:ErKeLost/unplugin into fix/source_map_error
    
    ---------
    
    Co-authored-by: Anthony Fu <github@antfu.me>
    ErKeLost and antfu authored Feb 14, 2025
    Copy the full SHA
    3dc78ec View commit details

Commits on Feb 18, 2025

  1. fix(farm): modify the parameter order of addWatchFile (#477)

    ErKeLost authored Feb 18, 2025
    Copy the full SHA
    f8bfd09 View commit details
  2. chore: upgrade deps

    sxzz committed Feb 18, 2025
    Copy the full SHA
    7e1a5ee View commit details

Commits on Mar 10, 2025

  1. chore(deps): update devdependency @antfu/ni to v24 (#481)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 10, 2025
    Copy the full SHA
    93b2af2 View commit details

Commits on Mar 19, 2025

  1. fix: pass all params for load & transform hooks

    sxzz committed Mar 19, 2025
    Copy the full SHA
    0b47312 View commit details
  2. chore: upgrade deps

    sxzz committed Mar 19, 2025
    Copy the full SHA
    8864d73 View commit details
  3. chore: release v2.2.1

    sxzz committed Mar 19, 2025
    Copy the full SHA
    9fbd3e4 View commit details
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/publish-commit.yml
Original file line number Diff line number Diff line change
@@ -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:
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -14,21 +14,21 @@
},
"devDependencies": {
"@iconify-json/ri": "^1.2.5",
"@shikijs/vitepress-twoslash": "^2.3.2",
"case-police": "^0.7.2",
"consola": "^3.4.0",
"@shikijs/vitepress-twoslash": "^3.2.1",
"case-police": "^1.0.0",
"consola": "^3.4.2",
"dotenv": "^16.4.7",
"markdown-it": "^14.1.0",
"markdown-it-github-alerts": "^0.3.0",
"markdown-it-github-alerts": "^0.3.1",
"ofetch": "^1.4.1",
"tsx": "^4.19.2",
"unocss": "^65.4.3",
"tsx": "^4.19.3",
"unocss": "^66.1.0-beta.6",
"unplugin": "workspace:*",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"vitepress": "^2.0.0-alpha.2",
"vitepress-plugin-group-icons": "^1.3.5",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.4.1",
"vitepress": "2.0.0-alpha.2",
"vitepress-plugin-group-icons": "^1.3.8",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
"vue-tsc": "^2.2.8"
}
}
4 changes: 2 additions & 2 deletions docs/uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineConfig, presetAttributify, presetIcons, presetUno, transformerDirectives } from 'unocss'
import { defineConfig, presetAttributify, presetIcons, presetWind3, transformerDirectives } from 'unocss'

export default defineConfig({
presets: [
presetUno(),
presetWind3(),
presetAttributify(),
presetIcons({
scale: 1.2,
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "unplugin",
"type": "module",
"version": "2.2.0",
"packageManager": "pnpm@10.3.0",
"version": "2.2.1",
"packageManager": "pnpm@10.6.4",
"description": "Unified plugin system for build tools",
"license": "MIT",
"repository": {
@@ -42,43 +42,43 @@
"test:build": "jiti scripts/buildFixtures.ts"
},
"dependencies": {
"acorn": "^8.14.0",
"acorn": "^8.14.1",
"webpack-virtual-modules": "^0.6.2"
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@antfu/eslint-config": "^4.2.0",
"@antfu/ni": "^23.3.1",
"@antfu/eslint-config": "^4.10.1",
"@antfu/ni": "^24.2.0",
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.6.6",
"@rspack/cli": "^1.2.2",
"@rspack/core": "^1.2.2",
"@farmfe/core": "^1.7.1",
"@rspack/cli": "^1.2.8",
"@rspack/core": "^1.2.8",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.1",
"ansis": "^3.12.0",
"bumpp": "^10.0.3",
"esbuild": "^0.25.0",
"@types/node": "^22.13.10",
"ansis": "^3.17.0",
"bumpp": "^10.1.0",
"esbuild": "^0.25.1",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.20.0",
"eslint": "^9.22.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"jiti": "^2.4.2",
"lint-staged": "^15.4.3",
"lint-staged": "^15.5.0",
"magic-string": "^0.30.17",
"rolldown": "^1.0.0-beta.3",
"rollup": "^4.34.6",
"rolldown": "^1.0.0-beta.6",
"rollup": "^4.36.0",
"simple-git-hooks": "^2.11.1",
"tsdown": "^0.5.9",
"typescript": "~5.7.3",
"unloader": "^0.2.2",
"tsdown": "^0.6.9",
"typescript": "~5.8.2",
"unloader": "^0.4.1",
"unplugin": "workspace:*",
"vite": "^6.1.0",
"vitest": "^3.0.5",
"webpack": "^5.97.1",
"vite": "^6.2.2",
"vitest": "^3.0.9",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"resolutions": {
"esbuild": "^0.25.0"
"esbuild": "^0.25.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Loading