unplugin-auto-import
Advanced tools
Comparing version 0.11.4 to 0.11.5
import { | ||
unplugin_default | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
} from "./chunk-NNCQN3P6.js"; | ||
import "./chunk-RW3PVGYV.js"; | ||
@@ -6,0 +6,0 @@ // src/astro.ts |
import { | ||
unplugin_default | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
} from "./chunk-NNCQN3P6.js"; | ||
import "./chunk-RW3PVGYV.js"; | ||
@@ -6,0 +6,0 @@ // src/esbuild.ts |
import { | ||
unplugin_default | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
} from "./chunk-NNCQN3P6.js"; | ||
import "./chunk-RW3PVGYV.js"; | ||
export { | ||
unplugin_default as default | ||
}; |
import { | ||
unplugin_default | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
} from "./chunk-NNCQN3P6.js"; | ||
import "./chunk-RW3PVGYV.js"; | ||
@@ -6,0 +6,0 @@ // src/nuxt.ts |
import { | ||
unplugin_default | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
} from "./chunk-NNCQN3P6.js"; | ||
import "./chunk-RW3PVGYV.js"; | ||
@@ -6,0 +6,0 @@ // src/rollup.ts |
@@ -44,3 +44,3 @@ import { Arrayable, Awaitable } from '@antfu/utils'; | ||
}; | ||
declare type PresetName = keyof typeof presets; | ||
type PresetName = keyof typeof presets; | ||
@@ -66,4 +66,4 @@ interface ImportLegacy { | ||
} | ||
declare type ImportNameAlias = [string, string]; | ||
declare type SideEffectsInfo = Arrayable<ResolverResult | string> | undefined; | ||
type ImportNameAlias = [string, string]; | ||
type SideEffectsInfo = Arrayable<ResolverResult | string> | undefined; | ||
interface ResolverResult { | ||
@@ -74,3 +74,3 @@ as?: string; | ||
} | ||
declare type ResolverFunction = (name: string) => Awaitable<string | ResolverResult | ImportExtended | null | undefined | void>; | ||
type ResolverFunction = (name: string) => Awaitable<string | ResolverResult | ImportExtended | null | undefined | void>; | ||
interface ResolverResultObject { | ||
@@ -83,8 +83,8 @@ type: 'component' | 'directive'; | ||
*/ | ||
declare type Resolver = ResolverFunction | ResolverResultObject; | ||
type Resolver = ResolverFunction | ResolverResultObject; | ||
/** | ||
* module, name, alias | ||
*/ | ||
declare type ImportsMap = Record<string, (string | ImportNameAlias)[]>; | ||
declare type ESLintGlobalsPropValue = boolean | 'readonly' | 'readable' | 'writable' | 'writeable'; | ||
type ImportsMap = Record<string, (string | ImportNameAlias)[]>; | ||
type ESLintGlobalsPropValue = boolean | 'readonly' | 'readable' | 'writable' | 'writeable'; | ||
interface ESLintrc { | ||
@@ -91,0 +91,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
import "./chunk-MHAKGLT7.js"; | ||
import "./chunk-RW3PVGYV.js"; |
import { | ||
unplugin_default | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
} from "./chunk-NNCQN3P6.js"; | ||
import "./chunk-RW3PVGYV.js"; | ||
@@ -6,0 +6,0 @@ // src/vite.ts |
import { | ||
unplugin_default | ||
} from "./chunk-JSTOHG77.js"; | ||
import "./chunk-MHAKGLT7.js"; | ||
} from "./chunk-NNCQN3P6.js"; | ||
import "./chunk-RW3PVGYV.js"; | ||
@@ -6,0 +6,0 @@ // src/webpack.ts |
{ | ||
"name": "unplugin-auto-import", | ||
"type": "module", | ||
"version": "0.11.4", | ||
"version": "0.11.5", | ||
"packageManager": "pnpm@7.1.1", | ||
@@ -97,25 +97,25 @@ "description": "Register global imports on demand for Vite and Webpack", | ||
"dependencies": { | ||
"@antfu/utils": "^0.6.0", | ||
"@antfu/utils": "^0.7.0", | ||
"@rollup/pluginutils": "^5.0.2", | ||
"local-pkg": "^0.4.2", | ||
"magic-string": "^0.26.7", | ||
"unimport": "^0.7.0", | ||
"unplugin": "^0.10.2" | ||
"unimport": "^1.0.1", | ||
"unplugin": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.27.0", | ||
"@antfu/ni": "^0.18.2", | ||
"@types/node": "^18.11.5", | ||
"@antfu/eslint-config": "^0.31.0", | ||
"@antfu/ni": "^0.18.8", | ||
"@types/node": "^18.11.9", | ||
"@types/resolve": "^1.20.2", | ||
"@vueuse/metadata": "^9.4.0", | ||
"@vueuse/metadata": "^9.5.0", | ||
"bumpp": "^8.2.1", | ||
"eslint": "^8.26.0", | ||
"eslint": "^8.28.0", | ||
"esno": "^0.16.3", | ||
"fast-glob": "^3.2.12", | ||
"rollup": "^3.2.3", | ||
"tsup": "^6.3.0", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.1.8", | ||
"vitest": "^0.24.3", | ||
"webpack": "^5.74.0" | ||
"rollup": "^3.4.0", | ||
"tsup": "^6.5.0", | ||
"typescript": "^4.9.3", | ||
"vite": "^3.2.4", | ||
"vitest": "^0.25.2", | ||
"webpack": "^5.75.0" | ||
}, | ||
@@ -122,0 +122,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
70420
2322
+ Added@antfu/utils@0.7.10(transitive)
+ Addedmagic-string@0.27.0(transitive)
+ Addedunimport@1.3.0(transitive)
- Removed@antfu/utils@0.6.3(transitive)
- Removedanymatch@3.1.3(transitive)
- Removedbinary-extensions@2.3.0(transitive)
- Removedchokidar@3.6.0(transitive)
- Removedfsevents@2.3.3(transitive)
- Removedis-binary-path@2.1.0(transitive)
- Removednormalize-path@3.0.0(transitive)
- Removedreaddirp@3.6.0(transitive)
- Removedunimport@0.7.1(transitive)
- Removedunplugin@0.10.2(transitive)
- Removedwebpack-sources@3.2.3(transitive)
- Removedwebpack-virtual-modules@0.4.6(transitive)
Updated@antfu/utils@^0.7.0
Updatedunimport@^1.0.1
Updatedunplugin@^1.0.0