Skip to content

Commit 6e0396c

Browse files
authored
(fix) pin rollup version (#1091)
2.52.8 has a bug where a buggy additional code line is emitted in svelte-check #1089
1 parent dcc6a50 commit 6e0396c

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

packages/svelte-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/glob": "^7.1.1",
4848
"@types/minimist": "^1.2.0",
4949
"@types/sade": "^1.7.2",
50-
"rollup": "^2.28.0",
50+
"rollup": "2.52.7",
5151
"rollup-plugin-cleanup": "^3.0.0",
5252
"rollup-plugin-copy": "^3.0.0",
5353
"svelte-language-server": "*",

packages/svelte2tsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"magic-string": "^0.25.7",
3030
"mocha": "^6.2.2",
3131
"periscopic": "^2.0.2",
32-
"rollup": "^2.28.0",
32+
"rollup": "2.52.7",
3333
"rollup-plugin-delete": "^2.0.0",
3434
"source-map": "^0.6.1",
3535
"source-map-support": "^0.5.16",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,11 @@ fsevents@~2.1.2:
11881188
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
11891189
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
11901190

1191+
fsevents@~2.3.2:
1192+
version "2.3.2"
1193+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
1194+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
1195+
11911196
function-bind@^1.1.1:
11921197
version "1.1.1"
11931198
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -2187,12 +2192,12 @@ rollup-pluginutils@^2.8.2:
21872192
dependencies:
21882193
estree-walker "^0.6.1"
21892194

2190-
rollup@^2.28.0:
2191-
version "2.32.0"
2192-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.32.0.tgz#ac58c8e85782bea8aa2d440fc05aba345013582a"
2193-
integrity sha512-0FIG1jY88uhCP2yP4CfvtKEqPDRmsUwfY1kEOOM+DH/KOGATgaIFd/is1+fQOxsvh62ELzcFfKonwKWnHhrqmw==
2195+
rollup@2.52.7:
2196+
version "2.52.7"
2197+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.7.tgz#e15a8bf734f6e4c204b7cdf33521151310250cb2"
2198+
integrity sha512-55cSH4CCU6MaPr9TAOyrIC+7qFCHscL7tkNsm1MBfIJRRqRbCEY0mmeFn4Wg8FKsHtEH8r389Fz38r/o+kgXLg==
21942199
optionalDependencies:
2195-
fsevents "~2.1.2"
2200+
fsevents "~2.3.2"
21962201

21972202
run-parallel@^1.1.9:
21982203
version "1.1.9"

0 commit comments

Comments
 (0)