i7eo / unconfig

🚀 A modern, high-performance monorepo project built to simplify project config!
https://unconfig.i7eo.com
MIT License
4 stars 2 forks source link

fix(deps): update dependency @manypkg/get-packages to v2 #4

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@manypkg/get-packages (source) ^1.1.3 -> ^2.2.2 age adoption passing confidence

Release Notes

Thinkmill/manypkg (@​manypkg/get-packages) ### [`v2.2.2`](https://togithub.com/Thinkmill/manypkg/blob/HEAD/packages/get-packages/CHANGELOG.md#222) [Compare Source](https://togithub.com/Thinkmill/manypkg/compare/@manypkg/get-packages@2.2.1...@manypkg/get-packages@2.2.2) ##### Patch Changes - [#​208](https://togithub.com/Thinkmill/manypkg/pull/208) [`361a34f`](https://togithub.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17) Thanks [@​benmccann](https://togithub.com/benmccann)! - Add git repository info to `package.json` - Updated dependencies \[[`361a34f`](https://togithub.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17)]: - [@​manypkg/find-root](https://togithub.com/manypkg/find-root)[@​2](https://togithub.com/2).2.2 - [@​manypkg/tools](https://togithub.com/manypkg/tools)[@​1](https://togithub.com/1).1.1 ### [`v2.2.1`](https://togithub.com/Thinkmill/manypkg/blob/HEAD/packages/get-packages/CHANGELOG.md#221) [Compare Source](https://togithub.com/Thinkmill/manypkg/compare/@manypkg/get-packages@2.2.0...@manypkg/get-packages@2.2.1) ##### Patch Changes - [#​201](https://togithub.com/Thinkmill/manypkg/pull/201) [`3c9641c`](https://togithub.com/Thinkmill/manypkg/commit/3c9641c94980a887fdb4366698ad69199883ff84) Thanks [@​manzoorwanijk](https://togithub.com/manzoorwanijk)! - Fixed the error for getPackages when given a non-root directory ### [`v2.2.0`](https://togithub.com/Thinkmill/manypkg/blob/HEAD/packages/get-packages/CHANGELOG.md#220) [Compare Source](https://togithub.com/Thinkmill/manypkg/compare/@manypkg/get-packages@2.1.0...@manypkg/get-packages@2.2.0) ##### Minor Changes - [#​174](https://togithub.com/Thinkmill/manypkg/pull/174) [`de0fff3`](https://togithub.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7) Thanks [@​steve-taylor](https://togithub.com/steve-taylor)! - Restored support for Bolt monorepos. ##### Patch Changes - Updated dependencies \[[`de0fff3`](https://togithub.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7)]: - [@​manypkg/find-root](https://togithub.com/manypkg/find-root)[@​2](https://togithub.com/2).2.0 - [@​manypkg/tools](https://togithub.com/manypkg/tools)[@​1](https://togithub.com/1).1.0 ### [`v2.1.0`](https://togithub.com/Thinkmill/manypkg/blob/HEAD/packages/get-packages/CHANGELOG.md#210) [Compare Source](https://togithub.com/Thinkmill/manypkg/compare/@manypkg/get-packages@2.0.0...@manypkg/get-packages@2.1.0) ##### Minor Changes - [#​167](https://togithub.com/Thinkmill/manypkg/pull/167) [`bf586f5`](https://togithub.com/Thinkmill/manypkg/commit/bf586f56f14f213ac7d3e4c1ee85ef8456872c3c) Thanks [@​elliot-nelson](https://togithub.com/elliot-nelson)! - The `getPackages` and `getPackagesSync` methods now take an optional list of `Tool` implementations, allowing the caller to restrict the desired types of monorepo discovered, or provide a custom monorepo tool implementation. ##### Patch Changes - Updated dependencies \[[`bf586f5`](https://togithub.com/Thinkmill/manypkg/commit/bf586f56f14f213ac7d3e4c1ee85ef8456872c3c)]: - [@​manypkg/find-root](https://togithub.com/manypkg/find-root)[@​2](https://togithub.com/2).1.0 ### [`v2.0.0`](https://togithub.com/Thinkmill/manypkg/blob/HEAD/packages/get-packages/CHANGELOG.md#200) [Compare Source](https://togithub.com/Thinkmill/manypkg/compare/@manypkg/get-packages@1.1.3...@manypkg/get-packages@2.0.0) ##### Major Changes - [#​165](https://togithub.com/Thinkmill/manypkg/pull/165) [`7b9c4f6`](https://togithub.com/Thinkmill/manypkg/commit/7b9c4f6d9a73de8b3cc45af5abc8af47f6b9206c) Thanks [@​Andarist](https://togithub.com/Andarist)! - Removed support for Bolt monorepos. - [#​162](https://togithub.com/Thinkmill/manypkg/pull/162) [`f046017`](https://togithub.com/Thinkmill/manypkg/commit/f046017af2349f0c1bbc5b25224da0ede8ddc2d6) Thanks [@​Andarist](https://togithub.com/Andarist)! - Increased the transpilation target of the source files to `node@14.x`. At the same time added this as `package.json#engines` to explicitly declare the minimum node version supported by this package. - [#​151](https://togithub.com/Thinkmill/manypkg/pull/151) [`a01efc9`](https://togithub.com/Thinkmill/manypkg/commit/a01efc9c25900b7d21b6d517a2021b021f8b3922) Thanks [@​elliot-nelson](https://togithub.com/elliot-nelson)! - The `get-packages` package now returns a slightly different structure. The old `tool` string has been replaced with a `tool` object, using the new `Tool` interface provided by `@manypkg/tools`. Each `Package` now contains both the absolute directory and relative directory path. Last, the `root` package has been renamed `rootPackage` and is optional, to support monorepos that do not contain a root package. ##### Patch Changes - Updated dependencies \[[`a01efc9`](https://togithub.com/Thinkmill/manypkg/commit/a01efc9c25900b7d21b6d517a2021b021f8b3922), [`a01efc9`](https://togithub.com/Thinkmill/manypkg/commit/a01efc9c25900b7d21b6d517a2021b021f8b3922), [`7b9c4f6`](https://togithub.com/Thinkmill/manypkg/commit/7b9c4f6d9a73de8b3cc45af5abc8af47f6b9206c), [`f046017`](https://togithub.com/Thinkmill/manypkg/commit/f046017af2349f0c1bbc5b25224da0ede8ddc2d6)]: - [@​manypkg/find-root](https://togithub.com/manypkg/find-root)[@​2](https://togithub.com/2).0.0 - [@​manypkg/tools](https://togithub.com/manypkg/tools)[@​1](https://togithub.com/1).0.0

Configuration

📅 Schedule: Branch creation - "before 4am 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.



This PR was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 287447c4ee855c0c8a86079aa15cf5bb72332826

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

i7eo commented 1 year ago

Marking pull request as stale since there was no activity for 30 days

i7eo commented 1 year ago

Marking pull request as stale since there was no activity for 30 days

i7eo commented 1 year ago

Marking pull request as stale since there was no activity for 30 days

i7eo commented 3 weeks ago

Marking pull request as stale since there was no activity for 30 days