Comparing version 4.33.0-0 to 4.33.0
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -24,4 +24,4 @@ https://github.com/rollup/rollup | ||
require('path'); | ||
require('fs'); | ||
require('util'); | ||
require('fs'); | ||
require('stream'); | ||
@@ -369,3 +369,19 @@ require('os'); | ||
*/ | ||
onExit} = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback()); | ||
onExit, | ||
/** | ||
* Load the listeners. Likely you never need to call this, unless | ||
* doing a rather deep integration with signal-exit functionality. | ||
* Mostly exposed for the benefit of testing. | ||
* | ||
* @internal | ||
*/ | ||
load, | ||
/** | ||
* Unload the listeners. Likely you never need to call this, unless | ||
* doing a rather deep integration with signal-exit functionality. | ||
* Mostly exposed for the benefit of testing. | ||
* | ||
* @internal | ||
*/ | ||
unload, } = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback()); | ||
@@ -372,0 +388,0 @@ const CLEAR_SCREEN = '\u001Bc'; |
/* | ||
@license | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
Rollup.js v4.33.0 | ||
Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97 | ||
@@ -24,4 +24,4 @@ https://github.com/rollup/rollup | ||
require('node:fs/promises'); | ||
require('fs'); | ||
require('util'); | ||
require('fs'); | ||
require('stream'); | ||
@@ -28,0 +28,0 @@ require('os'); |
{ | ||
"name": "rollup", | ||
"version": "4.33.0-0", | ||
"version": "4.33.0", | ||
"description": "Next-generation ES module bundler", | ||
@@ -113,21 +113,21 @@ "main": "dist/rollup.js", | ||
"fsevents": "~2.3.2", | ||
"@rollup/rollup-darwin-arm64": "4.33.0-0", | ||
"@rollup/rollup-android-arm64": "4.33.0-0", | ||
"@rollup/rollup-win32-arm64-msvc": "4.33.0-0", | ||
"@rollup/rollup-freebsd-arm64": "4.33.0-0", | ||
"@rollup/rollup-linux-arm64-gnu": "4.33.0-0", | ||
"@rollup/rollup-linux-arm64-musl": "4.33.0-0", | ||
"@rollup/rollup-android-arm-eabi": "4.33.0-0", | ||
"@rollup/rollup-linux-arm-gnueabihf": "4.33.0-0", | ||
"@rollup/rollup-linux-arm-musleabihf": "4.33.0-0", | ||
"@rollup/rollup-win32-ia32-msvc": "4.33.0-0", | ||
"@rollup/rollup-linux-loongarch64-gnu": "4.33.0-0", | ||
"@rollup/rollup-linux-riscv64-gnu": "4.33.0-0", | ||
"@rollup/rollup-linux-powerpc64le-gnu": "4.33.0-0", | ||
"@rollup/rollup-linux-s390x-gnu": "4.33.0-0", | ||
"@rollup/rollup-darwin-x64": "4.33.0-0", | ||
"@rollup/rollup-win32-x64-msvc": "4.33.0-0", | ||
"@rollup/rollup-freebsd-x64": "4.33.0-0", | ||
"@rollup/rollup-linux-x64-gnu": "4.33.0-0", | ||
"@rollup/rollup-linux-x64-musl": "4.33.0-0" | ||
"@rollup/rollup-darwin-arm64": "4.33.0", | ||
"@rollup/rollup-android-arm64": "4.33.0", | ||
"@rollup/rollup-win32-arm64-msvc": "4.33.0", | ||
"@rollup/rollup-freebsd-arm64": "4.33.0", | ||
"@rollup/rollup-linux-arm64-gnu": "4.33.0", | ||
"@rollup/rollup-linux-arm64-musl": "4.33.0", | ||
"@rollup/rollup-android-arm-eabi": "4.33.0", | ||
"@rollup/rollup-linux-arm-gnueabihf": "4.33.0", | ||
"@rollup/rollup-linux-arm-musleabihf": "4.33.0", | ||
"@rollup/rollup-win32-ia32-msvc": "4.33.0", | ||
"@rollup/rollup-linux-loongarch64-gnu": "4.33.0", | ||
"@rollup/rollup-linux-riscv64-gnu": "4.33.0", | ||
"@rollup/rollup-linux-powerpc64le-gnu": "4.33.0", | ||
"@rollup/rollup-linux-s390x-gnu": "4.33.0", | ||
"@rollup/rollup-darwin-x64": "4.33.0", | ||
"@rollup/rollup-win32-x64-msvc": "4.33.0", | ||
"@rollup/rollup-freebsd-x64": "4.33.0", | ||
"@rollup/rollup-linux-x64-gnu": "4.33.0", | ||
"@rollup/rollup-linux-x64-musl": "4.33.0" | ||
}, | ||
@@ -147,3 +147,3 @@ "dependencies": { | ||
"@codemirror/view": "^6.36.2", | ||
"@eslint/js": "^9.18.0", | ||
"@eslint/js": "^9.19.0", | ||
"@inquirer/prompts": "^7.2.3", | ||
@@ -162,5 +162,5 @@ "@jridgewell/sourcemap-codec": "^1.5.0", | ||
"@rollup/pluginutils": "^5.1.4", | ||
"@shikijs/vitepress-twoslash": "^2.0.3", | ||
"@shikijs/vitepress-twoslash": "^2.1.0", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^18.19.71", | ||
"@types/node": "^18.19.74", | ||
"@types/semver": "^7.5.8", | ||
@@ -181,3 +181,3 @@ "@types/yargs-parser": "^21.0.3", | ||
"es6-shim": "^0.35.8", | ||
"eslint": "^9.18.0", | ||
"eslint": "^9.19.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
@@ -194,3 +194,3 @@ "eslint-plugin-prettier": "^5.2.3", | ||
"is-reference": "^3.0.3", | ||
"lint-staged": "^15.4.1", | ||
"lint-staged": "^15.4.3", | ||
"locate-character": "^3.0.0", | ||
@@ -209,3 +209,3 @@ "magic-string": "^0.30.17", | ||
"requirejs": "^2.3.7", | ||
"rollup": "^4.31.0", | ||
"rollup": "^4.32.0", | ||
"rollup-plugin-license": "^3.5.3", | ||
@@ -222,5 +222,5 @@ "rollup-plugin-string": "^3.0.0", | ||
"typescript": "^5.7.3", | ||
"typescript-eslint": "^8.21.0", | ||
"vite": "^6.0.10", | ||
"vitepress": "^1.6.1", | ||
"typescript-eslint": "^8.22.0", | ||
"vite": "^6.0.11", | ||
"vitepress": "^1.6.3", | ||
"vue": "^3.5.13", | ||
@@ -227,0 +227,0 @@ "vue-tsc": "^2.2.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
2612079
65429