Akryum / vue-router-multi-view

router-view meet v-show meet keep-alive
https://akryum.github.io/vue-router-multi-view/
86 stars 9 forks source link

chore(deps-dev): bump rollup-plugin-uglify from 2.0.1 to 4.0.0 #12

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rollup-plugin-uglify from 2.0.1 to 4.0.0.

Release notes *Sourced from [rollup-plugin-uglify's releases](https://github.com/TrySound/rollup-plugin-uglify/releases).* > ## v4 and back to es5 > uglify-es is not supported anymore so we returned back to old school uglify-js. If you still want to transpile es6+ try [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser). [Terser](https://github.com/fabiosantoscode/terser) is actively developed fork of uglify-es with the new name. > > In this version we changed the way to import plugin. Now it looks like this > > ```js > import { uglify } from 'rollup-plugin-uglify'; > > export default { > ... > plugins: [uglify()] > ... > } > ``` > > To see more prettier errors uglify shows also babel code frame > ``` > > 1 | var = 1 > | ^ Name expected > > Error: Error transforming bundle with 'uglify' plugin: Name expected > ``` > > ## v3 and ES > Upgraded to uglify-es. Now you can transpile es without another actions.
Commits - [`a847d2e`](https://github.com/TrySound/rollup-plugin-uglify/commit/a847d2e4d6c63557d1dbc943b6b7586d5dbf2d96) 4.0.0 - [`cd8f9f1`](https://github.com/TrySound/rollup-plugin-uglify/commit/cd8f9f137d45f778abf3a3a5fbfe101ef3af7e85) Change default export to named one - [`6e46a12`](https://github.com/TrySound/rollup-plugin-uglify/commit/6e46a12c65279d7f8add14d3d6087d93fd162c80) Use uglify-js as uglify-es got deprecated in favour of terser ([#42](https://github-redirect.dependabot.com/TrySound/rollup-plugin-uglify/issues/42)) - [`3beec87`](https://github.com/TrySound/rollup-plugin-uglify/commit/3beec8720d077e2adbdf033e0f61c47586aea5ce) Merge pull request [#40](https://github-redirect.dependabot.com/TrySound/rollup-plugin-uglify/issues/40) from kzc/patch-1 - [`5c07826`](https://github.com/TrySound/rollup-plugin-uglify/commit/5c0782637d863f596c3574b28d124d50fe54db67) have README point to uglify-es docs - [`3dc7600`](https://github.com/TrySound/rollup-plugin-uglify/commit/3dc760077cdbc44d8a3579333c949e9c3cfc9071) Fix tests - [`ba9c53f`](https://github.com/TrySound/rollup-plugin-uglify/commit/ba9c53f3e431d8e9f80278c74e2d66bac555b1ae) 3.0.0 - [`466adc2`](https://github.com/TrySound/rollup-plugin-uglify/commit/466adc20557776dcbaad93f7009c8ea2a85a631b) Prefer uglify-es - [`3b4fa3c`](https://github.com/TrySound/rollup-plugin-uglify/commit/3b4fa3c60ca440afa2a5e420cd0dccdd86971340) Merge branch 'master' of github.com:TrySound/rollup-plugin-uglify - [`6ff5f95`](https://github.com/TrySound/rollup-plugin-uglify/commit/6ff5f9525e9f39f29ea2e6757b361d4bc914c98c) Merge pull request [#14](https://github-redirect.dependabot.com/TrySound/rollup-plugin-uglify/issues/14) from dbrgn/patch-1 - Additional commits viewable in [compare view](https://github.com/TrySound/rollup-plugin-uglify/compare/v2.0.1...v4.0.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.