Skip to content

Commit 1fe2f59

Browse files
Bump rollup from 2.75.4 to 2.78.0 (#124)
* Bump rollup from 2.75.4 to 2.78.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.75.4 to 2.78.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.75.4...v2.78.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update built code after update of rollup Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Kingston <[email protected]>
1 parent 8fae9af commit 1fe2f59

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Sources/ContentScopeScripts/dist/contentScope.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2716,7 +2716,7 @@
27162716
// Enforce an array length of 8, not all zeroes.
27172717
while (X.length < 8) X.push(0);
27182718
for (j = 0; j < 8 && X[j] === 0; ++j);
2719-
if (j == 8) X[7] = -1;
2719+
if (j == 8) X[7] = -1; else X[j];
27202720

27212721
me.x = X;
27222722
me.i = 0;

build/chrome/inject.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/firefox/inject.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/integration/contentScope.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/windows/contentScope.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-node": "^11.1.0",
4040
"jasmine": "^4.3.0",
4141
"puppeteer": "^16.1.1",
42-
"rollup": "^2.75.4",
42+
"rollup": "^2.78.0",
4343
"rollup-plugin-dynamic-import-variables": "^1.1.0",
4444
"typescript": "^4.7.4"
4545
}

0 commit comments

Comments
 (0)