JairajJangle / react-native-tree-multi-select

Super-fast tree view with multi-selection capabilities, using checkboxes and search filtering.
MIT License
43 stars 5 forks source link

chore(deps): update dependency turbo to v1.13.4 #52

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
turbo (source) 1.13.3 -> 1.13.4 age adoption passing confidence

Release Notes

vercel/turbo (turbo) ### [`v1.13.4`](https://togithub.com/vercel/turbo/releases/tag/v1.13.4): Turborepo v1.13.4 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.13.3...v1.13.4) #### What's Changed ##### Docs - Update eslint-config package name. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8069](https://togithub.com/vercel/turbo/pull/8069) - chore(docs): add missing words by [@​jeremyadavis](https://togithub.com/jeremyadavis) in [https://github.com/vercel/turbo/pull/8067](https://togithub.com/vercel/turbo/pull/8067) - Fix typo in Turborepo task-graph documentation by [@​danisal](https://togithub.com/danisal) in [https://github.com/vercel/turbo/pull/8212](https://togithub.com/vercel/turbo/pull/8212) ##### turbo-ignore - feat(turbo-ignore): don’t fail on single package repos by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8177](https://togithub.com/vercel/turbo/pull/8177) ##### [@​turbo/repository](https://togithub.com/turbo/repository) - chore: differentiate rust changes from building turbo by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8001](https://togithub.com/vercel/turbo/pull/8001) ##### Examples - fix(examples): lint docs by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8049](https://togithub.com/vercel/turbo/pull/8049) - fix(example): Fix Prisma example by [@​caaatisgood](https://togithub.com/caaatisgood) in [https://github.com/vercel/turbo/pull/8046](https://togithub.com/vercel/turbo/pull/8046) - chore: move react from devDependency to dependency in design system starter template by [@​ghdtjgus76](https://togithub.com/ghdtjgus76) in [https://github.com/vercel/turbo/pull/8159](https://togithub.com/vercel/turbo/pull/8159) ##### Changelog - feat(Turborepo): Be explicit about which binary we failed to find by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8050](https://togithub.com/vercel/turbo/pull/8050) - fix(ui): add carraige return after cache log messages by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8015](https://togithub.com/vercel/turbo/pull/8015) - fix(turborepo): Watch mode not responding to changes by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8057](https://togithub.com/vercel/turbo/pull/8057) - fix(Turborepo): Make package discovery async, and apply a debouncer by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8058](https://togithub.com/vercel/turbo/pull/8058) - fix(Turborepo): Disable inputs support by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8074](https://togithub.com/vercel/turbo/pull/8074) - feat(Turborepo): Add support for $TURBO_DEFAULT$ to file hash watcher by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8086](https://togithub.com/vercel/turbo/pull/8086) - Remove async-trait from a few crates by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8077](https://togithub.com/vercel/turbo/pull/8077) - feat(turborepo): Using file hashing for package watching by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8104](https://togithub.com/vercel/turbo/pull/8104) - add support for cache_timeout as well as timeout by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8078](https://togithub.com/vercel/turbo/pull/8078) - yield a different warning when the cache upload times out by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8079](https://togithub.com/vercel/turbo/pull/8079) - fix lockfile by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/8110](https://togithub.com/vercel/turbo/pull/8110) - fix(gen): isolate generator to `commonjs` by [@​wesleycoder](https://togithub.com/wesleycoder) in [https://github.com/vercel/turbo/pull/8109](https://togithub.com/vercel/turbo/pull/8109) - fix: properly propigate internal errors by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8113](https://togithub.com/vercel/turbo/pull/8113) - feat(ui): render ui to alternative screen by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8084](https://togithub.com/vercel/turbo/pull/8084) - fix(turborepo): Persistent tasks in watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8107](https://togithub.com/vercel/turbo/pull/8107) - fix(Turborepo): Fix as_inputs to include ! by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8119](https://togithub.com/vercel/turbo/pull/8119) - fix(Turborepo): Handle new packages in lockfile comparisons by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8127](https://togithub.com/vercel/turbo/pull/8127) - fix(ui): minor formatting by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8136](https://togithub.com/vercel/turbo/pull/8136) - feat(turborepo): new ui + watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7962](https://togithub.com/vercel/turbo/pull/7962) - fix(turborepo): use transitive closure of filtered packages in watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8161](https://togithub.com/vercel/turbo/pull/8161) - add two retry strategies to allow requests to timeout gracefully by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8080](https://togithub.com/vercel/turbo/pull/8080) - add support for upload speed / remaining in the cache upload step by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8081](https://togithub.com/vercel/turbo/pull/8081) - chore([@​turbo/benchmark](https://togithub.com/turbo/benchmark)): fix lint warnings by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8233](https://togithub.com/vercel/turbo/pull/8233) - chore(turborepo): Feature flagged off file hashing by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8229](https://togithub.com/vercel/turbo/pull/8229) - chore: downgrade curl to fix Windows rust tests by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8242](https://togithub.com/vercel/turbo/pull/8242) - fix(turborepo): Remove optional git locks by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8244](https://togithub.com/vercel/turbo/pull/8244) - fix(turborepo): Optional lock with env var by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8247](https://togithub.com/vercel/turbo/pull/8247) #### New Contributors - [@​caaatisgood](https://togithub.com/caaatisgood) made their first contribution in [https://github.com/vercel/turbo/pull/8046](https://togithub.com/vercel/turbo/pull/8046) - [@​jeremyadavis](https://togithub.com/jeremyadavis) made their first contribution in [https://github.com/vercel/turbo/pull/8067](https://togithub.com/vercel/turbo/pull/8067) - [@​wesleycoder](https://togithub.com/wesleycoder) made their first contribution in [https://github.com/vercel/turbo/pull/8109](https://togithub.com/vercel/turbo/pull/8109) - [@​ghdtjgus76](https://togithub.com/ghdtjgus76) made their first contribution in [https://github.com/vercel/turbo/pull/8159](https://togithub.com/vercel/turbo/pull/8159) - [@​danisal](https://togithub.com/danisal) made their first contribution in [https://github.com/vercel/turbo/pull/8212](https://togithub.com/vercel/turbo/pull/8212) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.13.3...v1.13.4

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months 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: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: react-native@0.72.1
npm error Found: react@18.3.1
npm error node_modules/react
npm error   peer react@">=16.3.0" from @callstack/react-theme-provider@3.0.9
npm error   node_modules/@callstack/react-theme-provider
npm error     @callstack/react-theme-provider@"^3.0.9" from react-native-paper@5.12.3
npm error     node_modules/react-native-paper
npm error       dev react-native-paper@"5.x.x" from the root project
npm error   peer react@"*" from @shopify/flash-list@1.6.4
npm error   node_modules/@shopify/flash-list
npm error     dev @shopify/flash-list@"1.x.x" from the root project
npm error   12 more (@testing-library/jest-native, ...)
npm error
npm error Could not resolve dependency:
npm error peer react@"18.2.0" from react-native@0.72.1
npm error node_modules/react-native
npm error   peer react-native@"*" from @shopify/flash-list@1.6.4
npm error   node_modules/@shopify/flash-list
npm error     dev @shopify/flash-list@"1.x.x" from the root project
npm error   peer react-native@">=0.59" from @testing-library/jest-native@5.4.3
npm error   node_modules/@testing-library/jest-native
npm error     dev @testing-library/jest-native@"^5.4.2" from the root project
npm error   6 more (@testing-library/react-native, react-native-paper, ...)
npm error
npm error Conflicting peer dependency: react@18.2.0
npm error node_modules/react
npm error   peer react@"18.2.0" from react-native@0.72.1
npm error   node_modules/react-native
npm error     peer react-native@"*" from @shopify/flash-list@1.6.4
npm error     node_modules/@shopify/flash-list
npm error       dev @shopify/flash-list@"1.x.x" from the root project
npm error     peer react-native@">=0.59" from @testing-library/jest-native@5.4.3
npm error     node_modules/@testing-library/jest-native
npm error       dev @testing-library/jest-native@"^5.4.2" from the root project
npm error     6 more (@testing-library/react-native, react-native-paper, ...)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-06-09T12_51_24_157Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-06-09T12_51_24_157Z-debug-0.log