Darkhorse-Fraternity / monad-stack

https://monad-stack-docs.vercel.app
MIT License
0 stars 0 forks source link

fix(deps): update dependency @manypkg/cli to ^0.22.0 #82

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/cli (source) ^0.20.0 -> ^0.22.0 age adoption passing confidence

Release Notes

Thinkmill/manypkg (@​manypkg/cli) ### [`v0.22.0`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/cli/CHANGELOG.md#0220) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/cli@0.21.4...@manypkg/cli@0.22.0) ##### Minor Changes - [#​231](https://redirect.github.com/Thinkmill/manypkg/pull/231) [`aeb50f5`](https://redirect.github.com/Thinkmill/manypkg/commit/aeb50f53bae8c241792593d170547a788dbd86c9) Thanks [@​VanTanev](https://redirect.github.com/VanTanev)! - Upgraded `package-json`, `semver` and `sembear` dependencies. - [#​226](https://redirect.github.com/Thinkmill/manypkg/pull/226) [`2fafd9a`](https://redirect.github.com/Thinkmill/manypkg/commit/2fafd9a9f4fce590ad37b1b1e2286ff6f2db725e) Thanks [@​VanTanev](https://redirect.github.com/VanTanev)! - Replace `chalk` with `picocolors` - [#​228](https://redirect.github.com/Thinkmill/manypkg/pull/228) [`1cbdcb9`](https://redirect.github.com/Thinkmill/manypkg/commit/1cbdcb9d9905392cc90ff16111f4d6fc4722b90a) Thanks [@​VanTanev](https://redirect.github.com/VanTanev)! - Remove the `find-up` dependency. - [#​231](https://redirect.github.com/Thinkmill/manypkg/pull/231) [`aeb50f5`](https://redirect.github.com/Thinkmill/manypkg/commit/aeb50f53bae8c241792593d170547a788dbd86c9) Thanks [@​VanTanev](https://redirect.github.com/VanTanev)! - Node.js version requirement raised to `>= 18.0.0` - [#​224](https://redirect.github.com/Thinkmill/manypkg/pull/224) [`3c3198a`](https://redirect.github.com/Thinkmill/manypkg/commit/3c3198a4a0f51cdbb09be996f4c2ed78fa5ce2a1) Thanks [@​VanTanev](https://redirect.github.com/VanTanev)! - Replace `spawndamnit` with `tinyexec` for fewer dependencies - [#​229](https://redirect.github.com/Thinkmill/manypkg/pull/229) [`4a835ed`](https://redirect.github.com/Thinkmill/manypkg/commit/4a835ed40fe40b046810b60c00d918a5aa36dfc8) Thanks [@​VanTanev](https://redirect.github.com/VanTanev)! - Update `validate-npm-package-name` to `5.0.1` to remove one transitive dependency. - [#​225](https://redirect.github.com/Thinkmill/manypkg/pull/225) [`d0f4d92`](https://redirect.github.com/Thinkmill/manypkg/commit/d0f4d926040bca29b1f2dd9f366e60854fb16118) Thanks [@​VanTanev](https://redirect.github.com/VanTanev)! - Replace `fs-extra` with native `node:fs/promises` ### [`v0.21.4`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/cli/CHANGELOG.md#0214) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/cli@0.21.3...@manypkg/cli@0.21.4) ##### Patch Changes - [#​206](https://redirect.github.com/Thinkmill/manypkg/pull/206) [`c2c4a3b`](https://redirect.github.com/Thinkmill/manypkg/commit/c2c4a3b80d593c81d92878c161cc69cd141ac806) Thanks [@​bdkopen](https://redirect.github.com/bdkopen)! - Fix `manypkg upgrade @​scope` upgrading packages like `@scope-something/a` ### [`v0.21.3`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/cli/CHANGELOG.md#0213) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/cli@0.21.2...@manypkg/cli@0.21.3) ##### Patch Changes - [#​204](https://redirect.github.com/Thinkmill/manypkg/pull/204) [`b56869a`](https://redirect.github.com/Thinkmill/manypkg/commit/b56869a23d04bf0dedcb8e399aa339a5e35172b1) Thanks [@​emmatown](https://redirect.github.com/emmatown)! - Allow dependecies to use the `workspace:` protocol and support adding `"workspaceProtocol": "require"` to the `manypkg` config to require it. - Updated dependencies \[[`3c9641c`](https://redirect.github.com/Thinkmill/manypkg/commit/3c9641c94980a887fdb4366698ad69199883ff84)]: - [@​manypkg/get-packages](https://redirect.github.com/manypkg/get-packages)[@​2](https://redirect.github.com/2).2.1 ### [`v0.21.2`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/cli/CHANGELOG.md#0212) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/cli@0.21.1...@manypkg/cli@0.21.2) ##### Patch Changes - [#​194](https://redirect.github.com/Thinkmill/manypkg/pull/194) [`56a64c5`](https://redirect.github.com/Thinkmill/manypkg/commit/56a64c5d29565195d0f5013425ee1e2e5fdbe754) Thanks [@​KATT](https://redirect.github.com/KATT)! - fix: allow tags in `npm:x`-deps ### [`v0.21.1`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/cli/CHANGELOG.md#0211) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/cli@0.21.0...@manypkg/cli@0.21.1) ##### Patch Changes - [#​181](https://redirect.github.com/Thinkmill/manypkg/pull/181) [`1e31ced`](https://redirect.github.com/Thinkmill/manypkg/commit/1e31cedbbe09c15cbf38c43c8c286f6af62ef18c) Thanks [@​fbartho](https://redirect.github.com/fbartho)! - Updated `package-json` dependency. ### [`v0.21.0`](https://redirect.github.com/Thinkmill/manypkg/blob/HEAD/packages/cli/CHANGELOG.md#0210) [Compare Source](https://redirect.github.com/Thinkmill/manypkg/compare/@manypkg/cli@0.20.0...@manypkg/cli@0.21.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/get-packages](https://redirect.github.com/manypkg/get-packages)[@​2](https://redirect.github.com/2).2.0

Configuration

đź“… Schedule: Branch creation - At any time (no schedule defined), 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.

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
monad-stack-docs âś… Ready (Inspect) Visit Preview đź’¬ Add feedback Oct 20, 2024 8:57am
renovate[bot] commented 1 week ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 16 workspace projects
 WARN  GET https://registry.npmjs.org/@monad-stack%2Ftailwind-config error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Ftailwindcss-plugins error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Ftsconfig error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-monad error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Faxios-hook-client error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-error-boundary error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-hook-form error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-hot-toast error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-layout error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-modal error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-react-table error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fuse-hook-utils error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/prettier error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Ftailwind-config error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Ftailwindcss-plugins error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Ftsconfig error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-monad error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Faxios-hook-client error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-error-boundary error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-hook-form error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-hot-toast error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-layout error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-modal error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fdaisy-react-table error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@monad-stack%2Fuse-hook-utils error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/prettier error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@babel/core/-/core-7.21.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/react/-/react-18.0.17.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/click-to-react-component/-/click-to-react-component-1.0.8.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tailwindcss-animate/-/tailwindcss-animate-1.0.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@faker-js/faker/-/faker-7.6.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.14.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/next/-/next-13.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react/-/react-18.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react-json-view/-/react-json-view-1.21.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
/tmp/renovate/repos/github/Darkhorse-Fraternity/monad-stack/packages/config/prettier:
 ERR_PNPM_META_FETCH_FAIL  GET https://registry.npmjs.org/prettier: Value of "this" must be of type URLSearchParams

This error happened while installing a direct dependency of /tmp/renovate/repos/github/Darkhorse-Fraternity/monad-stack/packages/config/prettier