dance2die / calendar-dates

📆 Get a list of calendar dates with no external dependencies.
https://www.npmjs.com/package/calendar-dates
MIT License
14 stars 3 forks source link

Update dependency rollup-plugin-uglify to v6 #15

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
rollup-plugin-uglify devDependencies major 3.0.0 -> 6.0.0 source

Release Notes

TrySound/rollup-plugin-uglify ### [`v6.0.0`](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/releases/v6.0.0) [Compare Source](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/compare/v5.0.2...v6.0.0) In this release I improved worker interaction - now you can pass not string values to worker which fixes [#​51](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/issues/51) - added the option to specify number of workers per bundle (set of chunks) ### [`v5.0.2`](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/compare/v5.0.1...v5.0.2) [Compare Source](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/compare/v5.0.0...v5.0.1) [Compare Source](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/releases/v5.0.0) [Compare Source](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/compare/v4.0.0...v5.0.0) Moved uglify call into worker which may significantly reduce build time in projects with code splitting. This required to remove `minifier` option. Prefer using [terser](https://renovatebot.com/gh/TrySound/rollup-plugin-terser) plugin instead. Renamed sourceMap into sourcemap according rollup api. ### [`v4.0.0`](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/releases/v4.0.0) [Compare Source](https://renovatebot.com/gh/TrySound/rollup-plugin-uglify/compare/v3.0.0...v4.0.0) 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://renovatebot.com/gh/TrySound/rollup-plugin-terser). [Terser](https://renovatebot.com/gh/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

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.

renovate[bot] commented 6 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 6.x releases. However, if you upgrade to 6.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.