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 syncpack to v9 #75

Merged
merged 1 commit into from
Mar 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
syncpack 8.5.14 -> 9.8.4 age adoption passing confidence

Release Notes

JamieMason/syncpack

v9.8.4

Compare Source

Features
  • semver: support resolving with lowest version (a17e423), closes #​110

v9.7.4

Compare Source

Bug Fixes
  • indent: use value from config file (aa31244)
  • npm: update dependencies (558d177)
Features
  • engines: increase node from 10 to 14 (603f058)
  • groups: handle long and multi-line labels (ecc58ff)
  • semver: recognise ^6, >=5 etc as valid (be637f0), closes #​122
  • versionGroups: add optional snapTo property (fd0edb6), closes #​87
Performance Improvements
  • imports: skip barrel files where possible (1ee2776)

v9.3.2

Compare Source

Features
  • groups: add optional label to semver/version groups (ff466af), closes #​118
  • groups: output groups in order they're defined (88950f1), closes #​120

v9.1.2

Compare Source

Features
Reverts
  • fix-mismatches: don't remove nested empty objects (393d004), closes #​117

v9.0.2

Compare Source

Bug Fixes
  • options: fix --source regression in 9.0.0 (379409f), closes #​116
  • semver: fix false positive for workspace mismatches (4f696c5)

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • custom: 1. The following options were replaced in syncpack@9.0.0:

    -p, --prod include dependencies
    -d, --dev include devDependencies
    -P, --peer include peerDependencies
    -R, --resolutions include resolutions (yarn)
    -o, --overrides include overrides (npm)
    -O, --pnpmOverrides include overrides (pnpm)
    -w, --workspace include locally developed package versions

    Instead use the new --types option like so:

    --types dev,prod,peer

  1. In .syncpackrc, the following options were replaced:

"dev": true,
"overrides": true,
"peer": true,
"pnpmOverrides": true,
"prod": true,
"resolutions": true,
"workspace": true,

Instead use the new dependencyTypes array like so:

"dependencyTypes": ["dev", "prod", "peer"]

8.5.14 (2023-02-07)

Bug Fixes
  • npm: update dependencies (f2c0322)
  • npm: update dependencies (3ec1361)
  • output: remove console.log in readConfigFileSync (1c51366), closes #​106
Features
  • cli: tidy log output and make it more consistent (cb58070)

8.4.11 (2022-12-01)

Bug Fixes
  • semver-ranges: fix regression in 8.4.10 {lint,set}-semver-ranges (5bce1d8)

8.4.10 (2022-11-23)

Bug Fixes
  • lint-ranges: remove empty groups from output (fa6db49)
Features
  • groups: add support to ignore dependencies (f96df8f)

8.3.9 (2022-10-28)

Bug Fixes
  • semver: add support for setting '*' (779772b)

8.3.8 (2022-10-28)

Bug Fixes
  • npm: update dependencies (6311999)
  • pnpm: fix regression affecting --pnpmOverrides (6a782f9), closes #​94
  • set-semver-ranges: handle 'workspace' type (2134658), closes #​84
Features
  • config: include config.syncpack of package.json (40dcdce), closes #​86

8.2.5 (2022-10-28)

Bug Fixes

8.2.4 (2022-06-25)

Bug Fixes
  • npm: update dependencies (1bdf0c7)
  • npm: update dependencies (34c5d68)
  • output: edit log output and colours (3623c41)
  • workspace: find missed mismatches against workspace versions (25c1836), closes #​66
Features

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 renovate bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Merging #75 (31c47c9) into trunk (6a20411) will not change coverage.
The diff coverage is n/a.

❗ Current head 31c47c9 differs from pull request most recent head 6c624ed. Consider uploading reports for the commit 6c624ed to get more accurate results

@@           Coverage Diff           @@
##            trunk      #75   +/-   ##
=======================================
  Coverage   98.19%   98.19%           
=======================================
  Files           2        2           
  Lines         277      277           
  Branches       40       40           
=======================================
  Hits          272      272           
  Misses          5        5           

@sinisterstumble sinisterstumble merged commit f855cdc into trunk Mar 12, 2023
@sinisterstumble sinisterstumble deleted the renovate/syncpack-9.x branch March 12, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant