commercetools / ui-kit

Component library 💅
https://uikit.commercetools.com
MIT License
145 stars 25 forks source link

fix(deps): update dependency @manypkg/find-root to v2 #2976

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@manypkg/find-root (source) 1.1.0 -> 2.2.3 age adoption passing confidence

Release Notes

Thinkmill/manypkg (@​manypkg/find-root) ### [`v2.2.3`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/find-root/CHANGELOG.md#223) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/find-root@2.2.2...@manypkg/find-root@2.2.3) ##### Patch Changes - [#​215](https://redirect.github.com/Thinkmill/manypkg/pull/215) [`2ebda03`](https://redirect.github.com/Thinkmill/manypkg/commit/2ebda036b38d9111ef49085944972659f7c620a5) Thanks [@​benmccann](https://redirect.github.com/benmccann)! - Remove find-up dependency - [#​212](https://redirect.github.com/Thinkmill/manypkg/pull/212) [`c0a5e5d`](https://redirect.github.com/Thinkmill/manypkg/commit/c0a5e5dcd096898fa1c196d9bbe19587055e2924) Thanks [@​benmccann](https://redirect.github.com/benmccann)! - Remove fs-extra from dependencies - Updated dependencies \[[`66cdbc0`](https://redirect.github.com/Thinkmill/manypkg/commit/66cdbc0ab4f493351724b05189dc89d51d4dadf6), [`18c0ce3`](https://redirect.github.com/Thinkmill/manypkg/commit/18c0ce3667192e5128d8962267aff7e61cce23a4), [`c0a5e5d`](https://redirect.github.com/Thinkmill/manypkg/commit/c0a5e5dcd096898fa1c196d9bbe19587055e2924)]: - [@​manypkg/tools](https://redirect.github.com/manypkg/tools)[@​1](https://redirect.github.com/1).1.2 ### [`v2.2.2`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/find-root/CHANGELOG.md#222) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/find-root@2.2.1...@manypkg/find-root@2.2.2) ##### Patch Changes - [#​208](https://redirect.github.com/Thinkmill/manypkg/pull/208) [`361a34f`](https://redirect.github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17) Thanks [@​benmccann](https://redirect.github.com/benmccann)! - Add git repository info to `package.json` - Updated dependencies \[[`361a34f`](https://redirect.github.com/Thinkmill/manypkg/commit/361a34faac94f7a954bbe00321647fc99ae76c17)]: - [@​manypkg/tools](https://redirect.github.com/manypkg/tools)[@​1](https://redirect.github.com/1).1.1 ### [`v2.2.1`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/find-root/CHANGELOG.md#221) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/find-root@2.2.0...@manypkg/find-root@2.2.1) ##### Patch Changes - [#​183](https://redirect.github.com/Thinkmill/manypkg/pull/183) [`e03c0a3`](https://redirect.github.com/Thinkmill/manypkg/commit/e03c0a3bca83d6104ca4671703986996be2b829f) Thanks [@​askoufis](https://redirect.github.com/askoufis)! - Moved `@types/node` out of `dependencies` to `devDependencies` ### [`v2.2.0`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/find-root/CHANGELOG.md#220) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/find-root@2.1.0...@manypkg/find-root@2.2.0) ##### Minor Changes - [#​174](https://redirect.github.com/Thinkmill/manypkg/pull/174) [`de0fff3`](https://redirect.github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7) Thanks [@​steve-taylor](https://redirect.github.com/steve-taylor)! - Restored support for Bolt monorepos. ##### Patch Changes - Updated dependencies \[[`de0fff3`](https://redirect.github.com/Thinkmill/manypkg/commit/de0fff37af9e6dc21b75b7115381483c1e85b8a7)]: - [@​manypkg/tools](https://redirect.github.com/manypkg/tools)[@​1](https://redirect.github.com/1).1.0 ### [`v2.1.0`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/find-root/CHANGELOG.md#210) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/find-root@2.0.0...@manypkg/find-root@2.1.0) ##### Minor Changes - [#​167](https://redirect.github.com/Thinkmill/manypkg/pull/167) [`bf586f5`](https://redirect.github.com/Thinkmill/manypkg/commit/bf586f56f14f213ac7d3e4c1ee85ef8456872c3c) Thanks [@​elliot-nelson](https://redirect.github.com/elliot-nelson)! - The `findRoot` and `findRootSync` 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. ### [`v2.0.0`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/find-root/CHANGELOG.md#200) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/find-root@1.1.0...@manypkg/find-root@2.0.0) ##### Major Changes - [#​151](https://redirect.github.com/Thinkmill/manypkg/pull/151) [`a01efc9`](https://redirect.github.com/Thinkmill/manypkg/commit/a01efc9c25900b7d21b6d517a2021b021f8b3922) Thanks [@​elliot-nelson](https://redirect.github.com/elliot-nelson)! - The `find-root` package now returns a new `MonorepoRoot` interface, instead of a string. This interface provides a `rootDir` for the discovered monorepo, and a `tool` object, which is an object using the new `Tool` interface provided by `@manypkg/tools`. - [#​165](https://redirect.github.com/Thinkmill/manypkg/pull/165) [`7b9c4f6`](https://redirect.github.com/Thinkmill/manypkg/commit/7b9c4f6d9a73de8b3cc45af5abc8af47f6b9206c) Thanks [@​Andarist](https://redirect.github.com/Andarist)! - Removed support for Bolt monorepos. - [#​162](https://redirect.github.com/Thinkmill/manypkg/pull/162) [`f046017`](https://redirect.github.com/Thinkmill/manypkg/commit/f046017af2349f0c1bbc5b25224da0ede8ddc2d6) Thanks [@​Andarist](https://redirect.github.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. ##### Patch Changes - Updated dependencies \[[`a01efc9`](https://redirect.github.com/Thinkmill/manypkg/commit/a01efc9c25900b7d21b6d517a2021b021f8b3922)]: - [@​manypkg/tools](https://redirect.github.com/manypkg/tools)[@​1](https://redirect.github.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 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 was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 28, 2024 1:05pm
changeset-bot[bot] commented 3 weeks ago

⚠️ No Changeset found

Latest commit: aa503e1fe5d60c6e5a9be0466b6ecb42647ca487

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

renovate[bot] commented 2 weeks ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.