Skip to content

Commit 5c5680e

Browse files
committed
chore: 🤖 bump version
1 parent a8f8cdf commit 5c5680e

File tree

11 files changed

+1930
-1712
lines changed

11 files changed

+1930
-1712
lines changed

.changeset/shaggy-mice-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperse/unplugin-swc": patch
3+
---
4+
5+
bump version

.ncurc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"dep": [
3+
"prod",
4+
"dev",
5+
"optional",
6+
"packageManager"
7+
],
8+
"reject": []
9+
}

.yarn/install-state.gz

13.1 KB
Binary file not shown.

.yarn/releases/yarn-4.10.3.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 0 additions & 948 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
3+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

dist/index.d.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import * as unplugin from 'unplugin';
2+
import { FilterPattern } from '@rollup/pluginutils';
3+
import { Options as Options$1 } from '@swc/core';
4+
5+
type Options = Options$1 & {
6+
include?: FilterPattern;
7+
exclude?: FilterPattern;
8+
tsconfigFile?: string | boolean;
9+
};
10+
11+
declare const unpluginSwc: unplugin.UnpluginInstance<Options, boolean>;
12+
13+
export { unpluginSwc };

dist/index.js

Lines changed: 144 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,33 @@
4040
}
4141
},
4242
"dependencies": {
43-
"@rollup/pluginutils": "^5.1.4",
43+
"@rollup/pluginutils": "^5.3.0",
4444
"defu": "^6.1.4",
45-
"get-tsconfig": "^4.10.1",
45+
"get-tsconfig": "^4.13.0",
4646
"path-exists": "^5.0.0",
47-
"unplugin": "^2.3.5"
47+
"unplugin": "^2.3.10"
4848
},
4949
"devDependencies": {
5050
"@changesets/changelog-github": "^0.5.1",
51-
"@changesets/cli": "^2.29.4",
52-
"@commitlint/cli": "^19.8.1",
53-
"@commitlint/config-conventional": "^19.8.1",
54-
"@hyperse/eslint-config-hyperse": "^1.4.4",
55-
"@swc/core": "^1.11.29",
56-
"@types/node": "^22.15.29",
51+
"@changesets/cli": "^2.29.7",
52+
"@commitlint/cli": "^20.1.0",
53+
"@commitlint/config-conventional": "^20.0.0",
54+
"@hyperse/eslint-config-hyperse": "^1.4.8",
55+
"@swc/core": "^1.14.0",
56+
"@types/node": "^24.9.2",
5757
"commitizen": "^4.3.1",
5858
"cz-conventional-changelog": "^3.3.0",
59-
"eslint": "^9.28.0",
60-
"rollup": "^4.41.1",
59+
"eslint": "^9.39.0",
60+
"rollup": "^4.52.5",
6161
"tsup": "8.5.0",
62-
"typescript": "5.8.3",
63-
"vite": "^6.3.5",
64-
"vitest": "^3.1.4"
62+
"typescript": "5.9.3",
63+
"vite": "^7.1.12",
64+
"vitest": "^4.0.6"
6565
},
6666
"peerDependencies": {
6767
"@swc/core": ">=1.3.42"
6868
},
69-
"packageManager": "yarn@4.9.1",
69+
"packageManager": "yarn@4.10.3",
7070
"publishConfig": {
7171
"access": "public"
7272
}

0 commit comments

Comments
 (0)