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 renamer to v4 - abandoned #69

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 5, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
renamer ^2.0.1 -> 4.0.0 age adoption passing confidence

Release Notes

75lb/renamer

v4.0.0

Compare Source

All changes are non-functional - there are no changes to the API or app behaviour.

Breaking changes since v3.2.1

  • Removed CommonJS distribution. The codebase is now ESM only.
    • This is due to rollup (used to create the CJS dist) not having good support for dynamic imports (required by renamer's plugin loader).
    • This change only affects API (not CLI) users that use require to load renamer.

Other non-functional changes

  • Extended support back to v12.17 (previously v14 was required).
  • Renamed all source filename extensions from .mjs to .js

Upgrade notes

  • CommonJS users that load renamer using require should not upgrade to v4 - stick with versions 1, 2 or 3 until able to load ECMAScript modules.
  • There are no other changes. All other users can safely upgrade. Node >=v12.17 users may now also upgrade.

v3.2.1

Compare Source

v3.2.0

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

Breaking changes since v2.0.1

  • Support dropped for Node.js versions less than v14.
  • Small change to Replace chain plugin API: the plugin module should now export a plain class instead of a decorator function as before
    • The previous method prevented the user from defining a plugin which extended his/her own base plugin class.
  • The Renamer class is no longer an EventEmitter. Rather than listen for replace-result events you now async iterate over renamer.results.
  • The renamer.rename API method is now asynchronous, returning a Promise. Previously it was synchronous.
  • The --plugin option has been renamed to --chain
    • This is because both replace chain and --view plugins are now accepted, making the previous name --plugin ambiguous.
New features
  • Added ability to create and use custom views
  • Added --silent mode
  • Added --view one-line which outputs just a summary line, nothing more. #​49
  • Added some basic stats (e.g. 2 of 3 files renamed) to the built-in views
  • Added renamer.results async iterator to the core API.

Other changes

  • Source code rewritten as ECMAScript Modules.
  • All synchronous I/O rewritten as asynchronous, which should yield some performance improvements on large batch renames.
  • Dependency tree refreshed and updated
  • Wiki docs updated

Upgrade notes

  • Regular renamer CLI use (e.g. everything documented on the examples page) is unchanged. Only API consumers plus replace chain plugin authors and users will have any changes to make.

Configuration

📅 Schedule: "after 12am and before 08:30am on Monday" in timezone Asia/Karachi.

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

Rebasing: Whenever PR is behind base branch, 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/renamer-4.x branch 2 times, most recently from 63681aa to 31adc55 Compare September 19, 2021 19:47
@renovate
Copy link
Author

renovate bot commented Mar 23, 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.

Copy link
Author

renovate bot commented Feb 3, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps): update dependency renamer to v4 chore(deps): update dependency renamer to v4 - abandoned Feb 3, 2024
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