Skip to content

Commit

Permalink
chore: Lock rollup to 2.53.1 (OOM Crash)
Browse files Browse the repository at this point in the history
There is a regression in latest release, which caused a OOM. Issue: rollup/rollup#4181, Probably this PR rollup/rollup#4178 caused a regression.
  • Loading branch information
ovr committed Jul 20, 2021
1 parent fc174c7 commit 2c6fe07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"postcss": "^8.2.8",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.40.0",
"rollup": "2.53.1",
"rollup-plugin-less": "^1.1.3",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Expand Up @@ -10737,9 +10737,9 @@ dns-txt@^2.0.2:
buffer-indexof "^1.0.0"

docker-compose@^0.23.12:
version "0.23.12"
resolved "https://registry.yarnpkg.com/docker-compose/-/docker-compose-0.23.12.tgz#fa883b98be08f6926143d06bf9e522ef7ed3210c"
integrity sha512-KFbSMqQBuHjTGZGmYDOCO0L4SaML3BsWTId5oSUyaBa22vALuFHNv+UdDWs3HcMylHWKsxCbLB7hnM/nCosWZw==
version "0.23.13"
resolved "https://registry.yarnpkg.com/docker-compose/-/docker-compose-0.23.13.tgz#77d37bd05b6a966345f631e6d05e961c79514f06"
integrity sha512-/9fYC4g3AO+qsqxIZhmbVnFvJJPcYEV2yJbAPPXH+6AytU3urIY8lUAXOlvY8sl4u25pdKu1JrOfAmWC7lJDJg==
dependencies:
yaml "^1.10.2"

Expand Down Expand Up @@ -22246,6 +22246,13 @@ rollup@2.10.9:
optionalDependencies:
fsevents "~2.1.2"

rollup@2.53.1:
version "2.53.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.1.tgz#b60439efd1eb41bdb56630509bd99aae78b575d3"
integrity sha512-yiTCvcYXZEulNWNlEONOQVlhXA/hgxjelFSjNcrwAAIfYx/xqjSHwqg/cCaWOyFRKr+IQBaXwt723m8tCaIUiw==
optionalDependencies:
fsevents "~2.3.2"

rollup@^0.34.7:
version "0.34.13"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.34.13.tgz#a211cdde31f96cb39e7cb4e35becb15ddc3efa19"
Expand All @@ -22262,7 +22269,7 @@ rollup@^1.31.1:
"@types/node" "*"
acorn "^7.1.0"

rollup@^2.40.0, rollup@^2.8.0:
rollup@^2.8.0:
version "2.53.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.2.tgz#3279f9bfba1fe446585560802e418c5fbcaefa51"
integrity sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==
Expand Down

0 comments on commit 2c6fe07

Please sign in to comment.