AlexRogalskiy / weather-sprites

Weather sprites
Other
1 stars 0 forks source link

:arrow_up: Updates syncpack to v8 - autoclosed #635

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
syncpack ^6.2.0 -> ^8.0.0 age adoption passing confidence

Release Notes

JamieMason/syncpack ### [`v8.3.9`](https://togithub.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#​839-httpsgithubcomJamieMasonsyncpackcompare838839-2022-10-28) [Compare Source](https://togithub.com/JamieMason/syncpack/compare/8.3.8...8.3.9) ##### Bug Fixes - **semver:** add support for setting '\*' ([779772b](https://togithub.com/JamieMason/syncpack/commit/779772b039ad18aed84df560b13fa92b2a4ad741)) ### [`v8.3.8`](https://togithub.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#​838-httpsgithubcomJamieMasonsyncpackcompare825838-2022-10-28) [Compare Source](https://togithub.com/JamieMason/syncpack/compare/8.2.5...8.3.8) ##### Bug Fixes - **npm:** update dependencies ([6311999](https://togithub.com/JamieMason/syncpack/commit/63119995d5ab7e98b867edad28bf1655eb96bbdf)) - **pnpm:** fix regression affecting --pnpmOverrides ([6a782f9](https://togithub.com/JamieMason/syncpack/commit/6a782f95b558b2ae2800f429b4135f306e7abbfb)), closes [#​94](https://togithub.com/JamieMason/syncpack/issues/94) - **set-semver-ranges:** handle 'workspace' type ([2134658](https://togithub.com/JamieMason/syncpack/commit/213465882ee6182bbc0f3ef00108cc562b63deae)), closes [#​84](https://togithub.com/JamieMason/syncpack/issues/84) ##### Features - **config:** include config.syncpack of package.json ([40dcdce](https://togithub.com/JamieMason/syncpack/commit/40dcdcef00d66db0866882e2ef0138972199eea3)), closes [#​86](https://togithub.com/JamieMason/syncpack/issues/86) ### [`v8.2.5`](https://togithub.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#​825-httpsgithubcomJamieMasonsyncpackcompare824825-2022-10-28) [Compare Source](https://togithub.com/JamieMason/syncpack/compare/8.2.4...8.2.5) ##### Bug Fixes - **format:** skip .repository when its .directory is present ([688bc0c](https://togithub.com/JamieMason/syncpack/commit/688bc0c29c09b4ea3e289f4584a6cc62adec936e)), closes [#​91](https://togithub.com/JamieMason/syncpack/issues/91) [#​93](https://togithub.com/JamieMason/syncpack/issues/93) [#​100](https://togithub.com/JamieMason/syncpack/issues/100) ### [`v8.2.4`](https://togithub.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#​824-httpsgithubcomJamieMasonsyncpackcompare800824-2022-06-25) [Compare Source](https://togithub.com/JamieMason/syncpack/compare/8.0.0...8.2.4) ##### Bug Fixes - **npm:** update dependencies ([1bdf0c7](https://togithub.com/JamieMason/syncpack/commit/1bdf0c756a369fc65987d04d5867a525e2e2248d)) - **npm:** update dependencies ([34c5d68](https://togithub.com/JamieMason/syncpack/commit/34c5d68194e7134305422f84a05d4774f812ef08)) - **output:** edit log output and colours ([3623c41](https://togithub.com/JamieMason/syncpack/commit/3623c41cb8bd16c4cd9186199140905847722b50)) - **workspace:** find missed mismatches against workspace versions ([25c1836](https://togithub.com/JamieMason/syncpack/commit/25c18363ebacbd5870e14d234e68cfb570ce913e)), closes [#​66](https://togithub.com/JamieMason/syncpack/issues/66) ##### Features - **eol:** detect line endings when writing ([7e61f5c](https://togithub.com/JamieMason/syncpack/commit/7e61f5cd6edbaab48cfe89b356bee1ac6bb4d442)), closes [#​76](https://togithub.com/JamieMason/syncpack/issues/76) - **output:** better explain mismatch reasons ([45e0cf1](https://togithub.com/JamieMason/syncpack/commit/45e0cf141337f692909b72de3edaf52b86f1ec42)), closes [#​65](https://togithub.com/JamieMason/syncpack/issues/65) [#​77](https://togithub.com/JamieMason/syncpack/issues/77) [#​79](https://togithub.com/JamieMason/syncpack/issues/79) ### [`v8.0.0`](https://togithub.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#​800-httpsgithubcomJamieMasonsyncpackcompare722800-2022-05-31) [Compare Source](https://togithub.com/JamieMason/syncpack/compare/7.2.2...8.0.0) ##### Features - **pnpm:** add support for pnpm overrides ([2d1bf05](https://togithub.com/JamieMason/syncpack/commit/2d1bf059a239dff3af203104491a315b894b8796)), closes [#​78](https://togithub.com/JamieMason/syncpack/issues/78) ##### BREAKING CHANGES - **pnpm:** The `--overrides` option delivered in 6.0.0 was originally intended to support pnpm, but erroneously read from the `.overrides` property of package.json files and not `.pnpm.overrides`. However, npm now also has an `.overrides` property to support the same functionality for users of npm. From this release, the `--overrides` option of syncpack now refers to npm overrides. Pnpm users should change to using the new `--pnpmOverrides` option instead. #### [7.2.2](https://togithub.com/JamieMason/syncpack/compare/7.2.1...7.2.2) (2022-05-29) ##### Bug Fixes - **windows:** normalise file paths ([c5e87c2](https://togithub.com/JamieMason/syncpack/commit/c5e87c2efe47bb538701ec3d83b813c47eddab8b)), closes [#​66](https://togithub.com/JamieMason/syncpack/issues/66) #### [7.2.1](https://togithub.com/JamieMason/syncpack/compare/7.1.0...7.2.1) (2022-05-02) ##### Bug Fixes - **npm:** update dependencies ([b9a9f5d](https://togithub.com/JamieMason/syncpack/commit/b9a9f5da2dee72e8aea7ccebca7607c80cd8391e)) ##### Features - **versionGroups:** mark specific dependencies for removal ([e571775](https://togithub.com/JamieMason/syncpack/commit/e571775ebc120786b2742d0047dc8f79f7f8a539)), closes [#​65](https://togithub.com/JamieMason/syncpack/issues/65) ### [`v7.2.2`](https://togithub.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#​722-httpsgithubcomJamieMasonsyncpackcompare721722-2022-05-29) [Compare Source](https://togithub.com/JamieMason/syncpack/compare/7.2.1...7.2.2) ##### Bug Fixes - **windows:** normalise file paths ([c5e87c2](https://togithub.com/JamieMason/syncpack/commit/c5e87c2efe47bb538701ec3d83b813c47eddab8b)), closes [#​66](https://togithub.com/JamieMason/syncpack/issues/66) ### [`v7.2.1`](https://togithub.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#​721-httpsgithubcomJamieMasonsyncpackcompare710721-2022-05-02) [Compare Source](https://togithub.com/JamieMason/syncpack/compare/7.1.0...7.2.1) ##### Bug Fixes - **npm:** update dependencies ([b9a9f5d](https://togithub.com/JamieMason/syncpack/commit/b9a9f5da2dee72e8aea7ccebca7607c80cd8391e)) ##### Features - **versionGroups:** mark specific dependencies for removal ([e571775](https://togithub.com/JamieMason/syncpack/commit/e571775ebc120786b2742d0047dc8f79f7f8a539)), closes [#​65](https://togithub.com/JamieMason/syncpack/issues/65) ### [`v7.1.0`](https://togithub.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#​710-httpsgithubcomJamieMasonsyncpackcompare700710-2022-05-01) [Compare Source](https://togithub.com/JamieMason/syncpack/compare/7.0.0...7.1.0) ##### Features - **cli:** add --config to specify path to config file ([4b19a13](https://togithub.com/JamieMason/syncpack/commit/4b19a1375a7856bffb50c9fda84a3a8b6def877b)), closes [#​71](https://togithub.com/JamieMason/syncpack/issues/71) [#​72](https://togithub.com/JamieMason/syncpack/issues/72) ### [`v7.0.0`](https://togithub.com/JamieMason/syncpack/blob/HEAD/CHANGELOG.md#​700-httpsgithubcomJamieMasonsyncpackcompare621700-2022-04-27) [Compare Source](https://togithub.com/JamieMason/syncpack/compare/6.2.1...7.0.0) ##### Bug Fixes - **npm:** update dependencies ([4e5a1cf](https://togithub.com/JamieMason/syncpack/commit/4e5a1cf484bcfcdab2eef6ded1558ddb51a49286)) - **npm:** update dependencies ([eebbcde](https://togithub.com/JamieMason/syncpack/commit/eebbcde479adefdbf0dee0f7560c8bc0952a1c03)) ##### Features - **cli:** sync versions of locally developed packages ([0367c9f](https://togithub.com/JamieMason/syncpack/commit/0367c9fe669172fad27d9a8fdf2125e3a5054c51)), closes [#​66](https://togithub.com/JamieMason/syncpack/issues/66) ##### BREAKING CHANGES - **cli:** If a package developed in your Monorepo depends on another package developed in your Monorepo, syncpack will now fix the installed version of the dependent to match the actual version from the package.json file of the local package. You can disable this functionality by setting `"workspace": false` in your `.syncpackrc` config file, or by omitting the new `--workspace` option when using `--dev`, `--prod` etc to define which dependency types you wish to include. #### [6.2.1](https://togithub.com/JamieMason/syncpack/compare/6.2.0...6.2.1) (2022-04-12) ##### Bug Fixes - **globs:** ignore node_modules ([8e11545](https://togithub.com/JamieMason/syncpack/commit/8e115451f2e9f08745a1ca53c03d502f8a21c2fb)), closes [#​68](https://togithub.com/JamieMason/syncpack/issues/68) [#​70](https://togithub.com/JamieMason/syncpack/issues/70)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

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



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

changelogg[bot] commented 2 years ago

Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:

    - (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```    
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
viezly[bot] commented 2 years ago

Pull request by bot. No need to analyze

github-actions[bot] commented 2 years ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

github-actions[bot] commented 2 years ago

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

github-actions[bot] commented 2 years ago

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.