Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rollup-plugin-uglify to v6 #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 2, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-uglify 3.0.0 -> 6.0.4 age adoption passing confidence

Release Notes

TrySound/rollup-plugin-uglify

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

In this release I improved worker interaction

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0: Workerize

Compare Source

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 plugin instead.

Renamed sourceMap into sourcemap according rollup api.

v4.0.0: v4 and back to es5

Compare Source

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. 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

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate
Copy link
Author

renovate bot commented Nov 2, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"3.2.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"~3.3.1" from [email protected]
npm ERR! node_modules/tsickle
npm ERR!   dev tsickle@"^0.34.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2020-11-02T16_59_36_814Z-debug.log

@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-uglify to v6 chore(deps): update dependency rollup-plugin-uglify to v6.0.4 May 15, 2021
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-uglify to v6.0.4 chore(deps): update dependency rollup-plugin-uglify to v6.0.4 - autoclosed Jun 7, 2021
@renovate renovate bot closed this Jun 7, 2021
@renovate renovate bot deleted the renovate/rollup-plugin-uglify-6.x branch June 7, 2021 10:59
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-uglify to v6.0.4 - autoclosed chore(deps): update dependency rollup-plugin-uglify to v6.0.4 Jun 8, 2021
@renovate renovate bot reopened this Jun 8, 2021
@renovate renovate bot restored the renovate/rollup-plugin-uglify-6.x branch June 8, 2021 14:54
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-uglify to v6.0.4 chore(deps): update dependency rollup-plugin-uglify to v6 Jun 8, 2021
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 11a7b76 to 1f5711d Compare June 8, 2021 14:55
@renovate renovate bot force-pushed the renovate/rollup-plugin-uglify-6.x branch from 1f5711d to 034e921 Compare March 23, 2022 06:15
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant