From 80c291fec3dc88effb88dae7a110ac3213c74e30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 22:12:48 +0200 Subject: Bump terser from 4.6.6 to 4.6.7 (#30410) Bumps [terser](https://github.com/terser/terser) from 4.6.6 to 4.6.7. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/v4.6.7/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v4.6.6...v4.6.7) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 89b6e1463..e5b59aa00 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "shelljs": "^0.8.3", "stylelint": "^13.2.1", "stylelint-config-twbs-bootstrap": "^2.0.1", - "terser": "^4.6.6", + "terser": "^4.6.7", "vnu-jar": "20.3.16" }, "files": [ -- cgit v1.2.3 From 5017f6b6206e5054b508632555e66463a98f9fb8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 9 Mar 2020 14:53:13 +0200 Subject: Revert "Revert "remove `--compress typeofs=false` from terser."" This reverts commit dd75ac6c25f6afb4075c1b9fd320de2e97b246d8. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index e5b59aa00..3b8f9a6a7 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,9 @@ "js-compile-plugins": "node build/build-plugins.js", "js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .", "js-minify": "npm-run-all --parallel js-minify-*", - "js-minify-standalone": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js", + "js-minify-standalone": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js", "js-minify-standalone-esm": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js", - "js-minify-bundle": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", + "js-minify-bundle": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", "js-test": "npm-run-all --parallel js-test-karma js-test-integration", "js-debug": "cross-env DEBUG=true karma start js/tests/karma.conf.js", "js-test-karma": "karma start js/tests/karma.conf.js", -- cgit v1.2.3 From 0790b8efebce75404c013bc876921dde9522c83d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 09:53:54 +0200 Subject: Bump rollup from 2.0.6 to 2.1.0 (#30423) Bumps [rollup](https://github.com/rollup/rollup) from 2.0.6 to 2.1.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.0.6...v2.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3b8f9a6a7..47bc0a7ca 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^7.1.0", - "rollup": "^2.0.6", + "rollup": "^2.1.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0", -- cgit v1.2.3 From 81223ee0412cc937cde108242e93b4407f6cede5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 10:02:34 +0200 Subject: Bump linkinator from 2.0.3 to 2.0.4 (#30424) Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.0.3...v2.0.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 47bc0a7ca..0cd88af0c 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "karma-jasmine": "^3.1.1", "karma-jasmine-html-reporter": "^1.5.2", "karma-rollup-preprocessor": "^7.0.3", - "linkinator": "^2.0.3", + "linkinator": "^2.0.4", "lockfile-lint": "^4.1.0", "node-sass": "^4.13.1", "nodemon": "^2.0.2", -- cgit v1.2.3