Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Update dependency yarn-deduplicate to v5 #504

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yarn-deduplicate ^2.0.0 -> ^5.0.0 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

scinos/yarn-deduplicate

v5.0.0

Compare Source

Breaking
  • Migration to TypeScript. This is a breacking changes because previously we provided TypeScript
    types, and those have changed. If you were not using the exported types, this change should be
    transparent for you.
Chores
  • Configured which files goes into npm package
  • Updated dependencies

v4.0.0

Compare Source

Breaking
  • Dropped support for Node 10
Added
  • Added --exclude-scopes flag to exclude scopes (thanks to @​sventschui)
  • Documented --exclude flags in README.md
  • Added support for Node 16
Fixed
  • Fixed typo in documentation (thanks to @​ChetanGoti)
  • Updated repository information in package.json
  • Do not publish test files
Chores
  • Updated dependencies
  • Rename some directories/files
  • Addded typescript 4.6.2 (via peer dependency)

v3.1.0

Compare Source

Chores
  • Updated dependency jest to 26.6.1
  • Updated yarn to 1.22.10 (via policy)
  • Updated eslint-config-prettier to 6.14.0
  • Updated prettier to 2.1.2
  • Updated eslint-plugin-jest to 24.1.0
  • Updated eslint to 7.12.0
  • Prettify and fix typos in README.md (thanks to @​friederbluemle)
Added
  • Added flag to include pre-release versions in the deduplication process. (thanks to @​marcodejongh)

v3.0.0

Compare Source

Breaking
Variadic flags

Flags --packages, --scopes and --exclude don't support comma-separated values anymore (eg:
--packages libA,libB). Instead, you can pass multiple values per flag (eg: --packages libA libB)
or pass the flag multiple times (eg: --packages libA --packages libB).

If you use one of those flags and you want to specify a custom yarn.lock file, you need to use
-- to separate the arg. Example --packages libA -- ../project/yarn.lock

Chores
  • Updated Commander to 6.1.0
  • Updated eslint to 7.7.0
  • Updated yarn to 1.22.5
  • Updated prettier to 2.1.1
  • Updated jest to 26.4.2
  • Updated eslint-plugin-jest to 23.20.0

v2.1.1

Compare Source

v2.1.0

Compare Source

Chores
  • Updated dependencies
  • Move from CircleCI to GitHub actions
  • Clean up and dedupe yarn.lock
Added

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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, click this checkbox.

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

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

Successfully merging this pull request may close these issues.

1 participant