Comparing version 4.20.0 to 4.21.0
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
@@ -230,2 +230,3 @@ import type * as estree from 'estree'; | ||
declare global { | ||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type | ||
interface AbortSignal {} | ||
@@ -399,3 +400,2 @@ } | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
export type PluginImpl<O extends object = object, A = any> = (options?: O) => Plugin<A>; | ||
@@ -510,3 +510,3 @@ | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type | ||
type ObjectHook<T, O = {}> = T | ({ handler: T; order?: 'pre' | 'post' | null } & O); | ||
@@ -517,3 +517,3 @@ | ||
K extends AsyncPluginHooks ? MakeAsync<FunctionPluginHooks[K]> : FunctionPluginHooks[K], | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type | ||
K extends ParallelPluginHooks ? { sequential?: boolean } : {} | ||
@@ -763,2 +763,3 @@ >; | ||
validate?: boolean; | ||
virtualDirname?: string; | ||
} | ||
@@ -817,2 +818,3 @@ | ||
validate: boolean; | ||
virtualDirname: string; | ||
} | ||
@@ -819,0 +821,0 @@ |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -421,3 +421,3 @@ https://github.com/rollup/rollup | ||
try { | ||
// eslint-disable-next-line unicorn/prefer-module | ||
// eslint-disable-next-line unicorn/prefer-module, @typescript-eslint/no-require-imports | ||
return require(pluginPath); | ||
@@ -424,0 +424,0 @@ } |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.20.0 | ||
Sat, 03 Aug 2024 04:48:21 GMT - commit df12edfea6e9c1a71bda1a01bed1ab787b7514d5 | ||
Rollup.js v4.21.0 | ||
Sun, 18 Aug 2024 05:55:06 GMT - commit c4bb050938778bcbe7b3b3ea3419f7fa70d60f5b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
{ | ||
"name": "rollup", | ||
"version": "4.20.0", | ||
"version": "4.21.0", | ||
"description": "Next-generation ES module bundler", | ||
@@ -110,18 +110,18 @@ "main": "dist/rollup.js", | ||
"fsevents": "~2.3.2", | ||
"@rollup/rollup-darwin-arm64": "4.20.0", | ||
"@rollup/rollup-android-arm64": "4.20.0", | ||
"@rollup/rollup-win32-arm64-msvc": "4.20.0", | ||
"@rollup/rollup-linux-arm64-gnu": "4.20.0", | ||
"@rollup/rollup-linux-arm64-musl": "4.20.0", | ||
"@rollup/rollup-android-arm-eabi": "4.20.0", | ||
"@rollup/rollup-linux-arm-gnueabihf": "4.20.0", | ||
"@rollup/rollup-linux-arm-musleabihf": "4.20.0", | ||
"@rollup/rollup-win32-ia32-msvc": "4.20.0", | ||
"@rollup/rollup-linux-riscv64-gnu": "4.20.0", | ||
"@rollup/rollup-linux-powerpc64le-gnu": "4.20.0", | ||
"@rollup/rollup-linux-s390x-gnu": "4.20.0", | ||
"@rollup/rollup-darwin-x64": "4.20.0", | ||
"@rollup/rollup-win32-x64-msvc": "4.20.0", | ||
"@rollup/rollup-linux-x64-gnu": "4.20.0", | ||
"@rollup/rollup-linux-x64-musl": "4.20.0" | ||
"@rollup/rollup-darwin-arm64": "4.21.0", | ||
"@rollup/rollup-android-arm64": "4.21.0", | ||
"@rollup/rollup-win32-arm64-msvc": "4.21.0", | ||
"@rollup/rollup-linux-arm64-gnu": "4.21.0", | ||
"@rollup/rollup-linux-arm64-musl": "4.21.0", | ||
"@rollup/rollup-android-arm-eabi": "4.21.0", | ||
"@rollup/rollup-linux-arm-gnueabihf": "4.21.0", | ||
"@rollup/rollup-linux-arm-musleabihf": "4.21.0", | ||
"@rollup/rollup-win32-ia32-msvc": "4.21.0", | ||
"@rollup/rollup-linux-riscv64-gnu": "4.21.0", | ||
"@rollup/rollup-linux-powerpc64le-gnu": "4.21.0", | ||
"@rollup/rollup-linux-s390x-gnu": "4.21.0", | ||
"@rollup/rollup-darwin-x64": "4.21.0", | ||
"@rollup/rollup-win32-x64-msvc": "4.21.0", | ||
"@rollup/rollup-linux-x64-gnu": "4.21.0", | ||
"@rollup/rollup-linux-x64-musl": "4.21.0" | ||
}, | ||
@@ -141,3 +141,3 @@ "dependencies": { | ||
"@codemirror/state": "^6.4.1", | ||
"@codemirror/view": "^6.29.1", | ||
"@codemirror/view": "^6.32.0", | ||
"@jridgewell/sourcemap-codec": "^1.5.0", | ||
@@ -155,3 +155,3 @@ "@mermaid-js/mermaid-cli": "^10.9.1", | ||
"@rollup/pluginutils": "^5.1.0", | ||
"@shikijs/vitepress-twoslash": "^1.12.0", | ||
"@shikijs/vitepress-twoslash": "^1.12.1", | ||
"@types/eslint": "^8.56.11", | ||
@@ -163,4 +163,4 @@ "@types/inquirer": "^9.0.7", | ||
"@types/yargs-parser": "^21.0.3", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"@typescript-eslint/eslint-plugin": "^8.1.0", | ||
"@typescript-eslint/parser": "^8.1.0", | ||
"@vue/eslint-config-prettier": "^9.0.0", | ||
@@ -191,12 +191,12 @@ "@vue/eslint-config-typescript": "^13.0.0", | ||
"husky": "^9.1.4", | ||
"inquirer": "^10.1.5", | ||
"inquirer": "^10.1.8", | ||
"is-reference": "^3.0.2", | ||
"lint-staged": "^15.2.7", | ||
"lint-staged": "^15.2.8", | ||
"locate-character": "^3.0.0", | ||
"magic-string": "^0.30.11", | ||
"mocha": "^10.7.0", | ||
"mocha": "^10.7.3", | ||
"nodemon": "^3.1.4", | ||
"npm-audit-resolver": "^3.0.0-RC.0", | ||
"nyc": "^17.0.0", | ||
"pinia": "^2.2.0", | ||
"pinia": "^2.2.1", | ||
"prettier": "^3.3.3", | ||
@@ -206,3 +206,3 @@ "pretty-bytes": "^6.1.1", | ||
"requirejs": "^2.3.7", | ||
"rollup": "^4.19.1", | ||
"rollup": "^4.20.0", | ||
"rollup-plugin-license": "^3.5.2", | ||
@@ -216,8 +216,8 @@ "rollup-plugin-string": "^3.0.0", | ||
"systemjs": "^6.15.1", | ||
"terser": "^5.31.3", | ||
"terser": "^5.31.5", | ||
"tslib": "^2.6.3", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.3.5", | ||
"vitepress": "^1.3.1", | ||
"vue": "^3.4.34", | ||
"vite": "^5.4.0", | ||
"vitepress": "^1.3.2", | ||
"vue": "^3.4.37", | ||
"wasm-pack": "^0.13.0", | ||
@@ -227,3 +227,3 @@ "yargs-parser": "^21.1.1" | ||
"overrides": { | ||
"axios": "^1.7.2", | ||
"axios": "^1.7.3", | ||
"semver": "^7.6.3", | ||
@@ -230,0 +230,0 @@ "ws": "^8.18.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
2270475
55791