buape / carbon

A fully-featured HTTP library for Discord bots
https://carbon.buape.com/
MIT License
12 stars 6 forks source link

chore(deps): update turbo monorepo to v2.3.3 #197

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@turbo/gen (source) 2.2.1 -> 2.3.3 age adoption passing confidence
turbo (source) 2.2.1 -> 2.3.3 age adoption passing confidence

Release Notes

vercel/turborepo (@​turbo/gen) ### [`v2.3.3`](https://redirect.github.com/vercel/turborepo/compare/v2.3.2...v2.3.3) [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.3.2...v2.3.3) ### [`v2.3.2`](https://redirect.github.com/vercel/turborepo/compare/v2.3.1...v2.3.2) [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.3.1...v2.3.2) ### [`v2.3.1`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.3.1): Turborepo v2.3.1 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.3.0...v2.3.1) ##### What's Changed ##### Docs - publishing-libraries docs: Changesets configuration \[[#​9324](https://redirect.github.com/vercel/turborepo/issues/9324)] by [@​olets](https://redirect.github.com/olets) in [https://github.com/vercel/turborepo/pull/9325](https://redirect.github.com/vercel/turborepo/pull/9325) - docs: Clarify output globs relativeness. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9449](https://redirect.github.com/vercel/turborepo/pull/9449) - docs: Add `TURBO_CACHE` to System Environment Variables. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9450](https://redirect.github.com/vercel/turborepo/pull/9450) - feat(link): add `--yes` and `--scope` flags to `link` by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9466](https://redirect.github.com/vercel/turborepo/pull/9466) - docs(turbopack): Add incremental-computation page, intended to replace core-concepts page by [@​bgw](https://redirect.github.com/bgw) in [https://github.com/vercel/turborepo/pull/9456](https://redirect.github.com/vercel/turborepo/pull/9456) - docs(turbopack): Remove old core-concepts page by [@​bgw](https://redirect.github.com/bgw) in [https://github.com/vercel/turborepo/pull/9457](https://redirect.github.com/vercel/turborepo/pull/9457) - docs: Small stylistic change for footnote. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9451](https://redirect.github.com/vercel/turborepo/pull/9451) - docs(turbopack): fix typo in incremental-computation page by [@​jcelaya775](https://redirect.github.com/jcelaya775) in [https://github.com/vercel/turborepo/pull/9476](https://redirect.github.com/vercel/turborepo/pull/9476) ##### eslint - chore(linting): implement ESLint flat config compatibility for `eslint-plugin-turbo` by [@​jeremy-code](https://redirect.github.com/jeremy-code) in [https://github.com/vercel/turborepo/pull/9426](https://redirect.github.com/vercel/turborepo/pull/9426) ##### Examples - examples: Update `basic` example to Next.js 15. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9440](https://redirect.github.com/vercel/turborepo/pull/9440) - chore(examples): fix `$TURBO_DEFAULT$` inputs by [@​aaronccasanova](https://redirect.github.com/aaronccasanova) in [https://github.com/vercel/turborepo/pull/9452](https://redirect.github.com/vercel/turborepo/pull/9452) ##### Changelog - fix(windows): fix env var glob casing by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9429](https://redirect.github.com/vercel/turborepo/pull/9429) - chore: Update bug issue template. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9438](https://redirect.github.com/vercel/turborepo/pull/9438) - chore: Further updates for issue templates. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9439](https://redirect.github.com/vercel/turborepo/pull/9439) - Fix(filewatcher): handle removed directories [#​8800](https://redirect.github.com/vercel/turborepo/issues/8800) by [@​krlvi](https://redirect.github.com/krlvi) in [https://github.com/vercel/turborepo/pull/9406](https://redirect.github.com/vercel/turborepo/pull/9406) - chore: Remove obsolete GitHub labels. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9442](https://redirect.github.com/vercel/turborepo/pull/9442) - fix(cache): allow force to override any cache settings by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9454](https://redirect.github.com/vercel/turborepo/pull/9454) - deps: Update psm by [@​ognevny](https://redirect.github.com/ognevny) in [https://github.com/vercel/turborepo/pull/9443](https://redirect.github.com/vercel/turborepo/pull/9443) - feat(trace): more trace fixes by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9474](https://redirect.github.com/vercel/turborepo/pull/9474) ##### New Contributors - [@​jeremy-code](https://redirect.github.com/jeremy-code) made their first contribution in [https://github.com/vercel/turborepo/pull/9426](https://redirect.github.com/vercel/turborepo/pull/9426) - [@​krlvi](https://redirect.github.com/krlvi) made their first contribution in [https://github.com/vercel/turborepo/pull/9406](https://redirect.github.com/vercel/turborepo/pull/9406) - [@​olets](https://redirect.github.com/olets) made their first contribution in [https://github.com/vercel/turborepo/pull/9325](https://redirect.github.com/vercel/turborepo/pull/9325) - [@​Juneezee](https://redirect.github.com/Juneezee) made their first contribution in [https://github.com/vercel/turborepo/pull/9447](https://redirect.github.com/vercel/turborepo/pull/9447) - [@​trivikr](https://redirect.github.com/trivikr) made their first contribution in [https://github.com/vercel/turborepo/pull/9178](https://redirect.github.com/vercel/turborepo/pull/9178) - [@​jcelaya775](https://redirect.github.com/jcelaya775) made their first contribution in [https://github.com/vercel/turborepo/pull/9476](https://redirect.github.com/vercel/turborepo/pull/9476) - [@​aaronccasanova](https://redirect.github.com/aaronccasanova) made their first contribution in [https://github.com/vercel/turborepo/pull/9452](https://redirect.github.com/vercel/turborepo/pull/9452) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.3.0...v2.3.1 ### [`v2.3.0`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.3.0): Turborepo v2.3.0 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.3...v2.3.0) ##### What's Changed ##### Docs - Add list item in docs about errors in internal TypeScript dependencies. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9315](https://redirect.github.com/vercel/turborepo/pull/9315) - docs: document MSVC requirement by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9308](https://redirect.github.com/vercel/turborepo/pull/9308) - Turbopack docs: Update mentions of --turbo and beta by [@​timneutkens](https://redirect.github.com/timneutkens) in [https://github.com/vercel/turborepo/pull/9327](https://redirect.github.com/vercel/turborepo/pull/9327) - Typo in system-environment-variables docs by [@​FinnWard](https://redirect.github.com/FinnWard) in [https://github.com/vercel/turborepo/pull/9326](https://redirect.github.com/vercel/turborepo/pull/9326) - upgrade TypeScript one minor to 5.4.5 from 5.3.3 by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9322](https://redirect.github.com/vercel/turborepo/pull/9322) - updates `jest`/`ts-jest` to latest by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9155](https://redirect.github.com/vercel/turborepo/pull/9155) - update to TypeScript 5.5.4 by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9337](https://redirect.github.com/vercel/turborepo/pull/9337) - docs: Clarify that `TURBO_FORCE` is a boolean. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9380](https://redirect.github.com/vercel/turborepo/pull/9380) - docs: Updates for accuracy in Add to Existing Repository page. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9379](https://redirect.github.com/vercel/turborepo/pull/9379) - docs: Link to Root Tasks from Biome page so folks know what `//#` means. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9377](https://redirect.github.com/vercel/turborepo/pull/9377) - docs: Update Storybook page to mention absolute importing. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9376](https://redirect.github.com/vercel/turborepo/pull/9376) - docs: Just re-ordering the sidebar. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9392](https://redirect.github.com/vercel/turborepo/pull/9392) - docs: Move docker command up for clarity. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9390](https://redirect.github.com/vercel/turborepo/pull/9390) - docs: Add eslint-config-turbo bump to uprade guide. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9391](https://redirect.github.com/vercel/turborepo/pull/9391) - Update single-package-workspaces.mdx by [@​svenheden](https://redirect.github.com/svenheden) in [https://github.com/vercel/turborepo/pull/9187](https://redirect.github.com/vercel/turborepo/pull/9187) - Fix typo by [@​ATeals](https://redirect.github.com/ATeals) in [https://github.com/vercel/turborepo/pull/9341](https://redirect.github.com/vercel/turborepo/pull/9341) - docs: add missing comma by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/vercel/turborepo/pull/9418](https://redirect.github.com/vercel/turborepo/pull/9418) - docs: Clarify how to use values for self-hosted Remote Cache. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9417](https://redirect.github.com/vercel/turborepo/pull/9417) - docs: `turbo info` by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9413](https://redirect.github.com/vercel/turborepo/pull/9413) - Document `--cache` flag. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9427](https://redirect.github.com/vercel/turborepo/pull/9427) - docs: Add doc for running by task ID. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9412](https://redirect.github.com/vercel/turborepo/pull/9412) ##### [@​turbo/codemod](https://redirect.github.com/turbo/codemod) - hack(js): bump codemod test timeout by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9361](https://redirect.github.com/vercel/turborepo/pull/9361) ##### Examples - feat(turbo): add cache flag by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9348](https://redirect.github.com/vercel/turborepo/pull/9348) - fix(examples): add private to with-shell-cmds by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9411](https://redirect.github.com/vercel/turborepo/pull/9411) - fix (react-native-web-example): add tui to turbo config by [@​mcnaveen](https://redirect.github.com/mcnaveen) in [https://github.com/vercel/turborepo/pull/9334](https://redirect.github.com/vercel/turborepo/pull/9334) ##### Changelog - chore(test): add test for cyclic error by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9305](https://redirect.github.com/vercel/turborepo/pull/9305) - feat: Upgrade to Rust 1.82.0 by [@​ognevny](https://redirect.github.com/ognevny) in [https://github.com/vercel/turborepo/pull/9293](https://redirect.github.com/vercel/turborepo/pull/9293) - fix(auth): add missing role by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9307](https://redirect.github.com/vercel/turborepo/pull/9307) - fix: use oxc-resolver hot fix for symlinks by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9302](https://redirect.github.com/vercel/turborepo/pull/9302) - fix: revert some changes to tests by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9310](https://redirect.github.com/vercel/turborepo/pull/9310) - chore(cache): better forbidden error message by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9313](https://redirect.github.com/vercel/turborepo/pull/9313) - chore(visitor): break up visitor to multiple modules by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9306](https://redirect.github.com/vercel/turborepo/pull/9306) - fix(test-utils): return promise from lifecycle by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9331](https://redirect.github.com/vercel/turborepo/pull/9331) - fix(watch): stopping persistent tasks by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9330](https://redirect.github.com/vercel/turborepo/pull/9330) - refactor(test): rust integration tests by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9314](https://redirect.github.com/vercel/turborepo/pull/9314) - feat(query): reverse tracing by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9319](https://redirect.github.com/vercel/turborepo/pull/9319) - feat(query): include css and json files in trace output by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9346](https://redirect.github.com/vercel/turborepo/pull/9346) - feat: support task id entrypoints by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9344](https://redirect.github.com/vercel/turborepo/pull/9344) - fix(tui): make sure to open stdin for all tasks by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9354](https://redirect.github.com/vercel/turborepo/pull/9354) - feat(ui): Hide task list with `h` key. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9350](https://redirect.github.com/vercel/turborepo/pull/9350) - fix: order tasks in order of interest, namely failed, successful, then cached by [@​arlyon](https://redirect.github.com/arlyon) in [https://github.com/vercel/turborepo/pull/9353](https://redirect.github.com/vercel/turborepo/pull/9353) - feat(trace): filtering by import type by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9357](https://redirect.github.com/vercel/turborepo/pull/9357) - chore: bump dependencies for Windows ARM support by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9343](https://redirect.github.com/vercel/turborepo/pull/9343) - feat(mfe): inject local proxy by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9356](https://redirect.github.com/vercel/turborepo/pull/9356) - (chore): Update outdated error message referring to experimental UI. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9359](https://redirect.github.com/vercel/turborepo/pull/9359) - feat(trace): add export conditions `import` and `require` to trace resolver by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9360](https://redirect.github.com/vercel/turborepo/pull/9360) - refactor(tui): Use color instead of bars to distinguish sections of task list. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9365](https://redirect.github.com/vercel/turborepo/pull/9365) - fix(tui): respect --no-color by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9369](https://redirect.github.com/vercel/turborepo/pull/9369) - fix(tui): sort tasks in state not just view by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9373](https://redirect.github.com/vercel/turborepo/pull/9373) - fix: Don't require a name for the root package.json. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9378](https://redirect.github.com/vercel/turborepo/pull/9378) - refactor: Use simpler root package.json check. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9382](https://redirect.github.com/vercel/turborepo/pull/9382) - fix(mfe): build internal package if present in graph by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9383](https://redirect.github.com/vercel/turborepo/pull/9383) - fix(query): validate package name by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9370](https://redirect.github.com/vercel/turborepo/pull/9370) - feat(trace): pretty print trace errors to logs by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9367](https://redirect.github.com/vercel/turborepo/pull/9367) - feat(mfe): add env var indicating mfe proxy by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9395](https://redirect.github.com/vercel/turborepo/pull/9395) - chore(daemon): lazy load package changes watcher by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9396](https://redirect.github.com/vercel/turborepo/pull/9396) - feat: `turbo info` command for debugging by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9368](https://redirect.github.com/vercel/turborepo/pull/9368) - chore(trace): fixes and improvements by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9398](https://redirect.github.com/vercel/turborepo/pull/9398) - fix(watch): shut down persistent tasks when we exit watch mode by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9405](https://redirect.github.com/vercel/turborepo/pull/9405) - fix(turbopath): avoid incorrect lifetime in RelativeUnixPath::new by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9400](https://redirect.github.com/vercel/turborepo/pull/9400) - fix(watch): ensure TUI is shutdown regardless of exit path by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9408](https://redirect.github.com/vercel/turborepo/pull/9408) - chore(engine): error about missing package in package task by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9414](https://redirect.github.com/vercel/turborepo/pull/9414) - feat: Wrap-around selection for TUI. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9409](https://redirect.github.com/vercel/turborepo/pull/9409) - feat: Detect WSL in `turbo info`. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9416](https://redirect.github.com/vercel/turborepo/pull/9416) - Bump semver & types to latest version by [@​torresgol10](https://redirect.github.com/torresgol10) in [https://github.com/vercel/turborepo/pull/8716](https://redirect.github.com/vercel/turborepo/pull/8716) - chore(cache): add deprecation warnings to old cache flags by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9428](https://redirect.github.com/vercel/turborepo/pull/9428) - chore(watch): warn if daemon is disabled by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9407](https://redirect.github.com/vercel/turborepo/pull/9407) - feat(watch): package inference in watch mode by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9404](https://redirect.github.com/vercel/turborepo/pull/9404) - fix(mfe): avoid crashing if unsupported mfe version found by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9432](https://redirect.github.com/vercel/turborepo/pull/9432) ##### New Contributors - [@​FinnWard](https://redirect.github.com/FinnWard) made their first contribution in [https://github.com/vercel/turborepo/pull/9326](https://redirect.github.com/vercel/turborepo/pull/9326) - [@​svenheden](https://redirect.github.com/svenheden) made their first contribution in [https://github.com/vercel/turborepo/pull/9187](https://redirect.github.com/vercel/turborepo/pull/9187) - [@​ATeals](https://redirect.github.com/ATeals) made their first contribution in [https://github.com/vercel/turborepo/pull/9341](https://redirect.github.com/vercel/turborepo/pull/9341) - [@​juliusmarminge](https://redirect.github.com/juliusmarminge) made their first contribution in [https://github.com/vercel/turborepo/pull/9418](https://redirect.github.com/vercel/turborepo/pull/9418) - [@​mcnaveen](https://redirect.github.com/mcnaveen) made their first contribution in [https://github.com/vercel/turborepo/pull/9334](https://redirect.github.com/vercel/turborepo/pull/9334) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.2.3...v2.3.0 ### [`v2.2.3`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.2.3): Turborepo v2.2.3 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.2...v2.2.3) #### What's Changed ##### Changelog - feat(query): provide ast for files and depth for dependencies by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9285](https://redirect.github.com/vercel/turborepo/pull/9285) - fix: unnecessary empty cache logs by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9301](https://redirect.github.com/vercel/turborepo/pull/9301) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.2.2...v2.2.3 ### [`v2.2.2`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.2.2): Turborepo v2.2.2 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.1...v2.2.2) #### What's Changed ##### Changelog - fix(tui): generate stop event on ctrl c by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9296](https://redirect.github.com/vercel/turborepo/pull/9296) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.2.1...v2.2.2
vercel/turborepo (turbo) ### [`v2.3.3`](https://redirect.github.com/vercel/turborepo/compare/v2.3.2...v2.3.3) [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.3.2...v2.3.3) ### [`v2.3.2`](https://redirect.github.com/vercel/turborepo/compare/v2.3.1...v2.3.2) [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.3.1...v2.3.2) ### [`v2.3.1`](https://redirect.github.com/vercel/turborepo/compare/v2.3.0...v2.3.1) [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.3.0...v2.3.1) ### [`v2.3.0`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.3.0): Turborepo v2.3.0 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.3...v2.3.0) ##### What's Changed ##### Docs - Add list item in docs about errors in internal TypeScript dependencies. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9315](https://redirect.github.com/vercel/turborepo/pull/9315) - docs: document MSVC requirement by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9308](https://redirect.github.com/vercel/turborepo/pull/9308) - Turbopack docs: Update mentions of --turbo and beta by [@​timneutkens](https://redirect.github.com/timneutkens) in [https://github.com/vercel/turborepo/pull/9327](https://redirect.github.com/vercel/turborepo/pull/9327) - Typo in system-environment-variables docs by [@​FinnWard](https://redirect.github.com/FinnWard) in [https://github.com/vercel/turborepo/pull/9326](https://redirect.github.com/vercel/turborepo/pull/9326) - upgrade TypeScript one minor to 5.4.5 from 5.3.3 by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9322](https://redirect.github.com/vercel/turborepo/pull/9322) - updates `jest`/`ts-jest` to latest by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9155](https://redirect.github.com/vercel/turborepo/pull/9155) - update to TypeScript 5.5.4 by [@​dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9337](https://redirect.github.com/vercel/turborepo/pull/9337) - docs: Clarify that `TURBO_FORCE` is a boolean. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9380](https://redirect.github.com/vercel/turborepo/pull/9380) - docs: Updates for accuracy in Add to Existing Repository page. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9379](https://redirect.github.com/vercel/turborepo/pull/9379) - docs: Link to Root Tasks from Biome page so folks know what `//#` means. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9377](https://redirect.github.com/vercel/turborepo/pull/9377) - docs: Update Storybook page to mention absolute importing. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9376](https://redirect.github.com/vercel/turborepo/pull/9376) - docs: Just re-ordering the sidebar. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9392](https://redirect.github.com/vercel/turborepo/pull/9392) - docs: Move docker command up for clarity. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9390](https://redirect.github.com/vercel/turborepo/pull/9390) - docs: Add eslint-config-turbo bump to uprade guide. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9391](https://redirect.github.com/vercel/turborepo/pull/9391) - Update single-package-workspaces.mdx by [@​svenheden](https://redirect.github.com/svenheden) in [https://github.com/vercel/turborepo/pull/9187](https://redirect.github.com/vercel/turborepo/pull/9187) - Fix typo by [@​ATeals](https://redirect.github.com/ATeals) in [https://github.com/vercel/turborepo/pull/9341](https://redirect.github.com/vercel/turborepo/pull/9341) - docs: add missing comma by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/vercel/turborepo/pull/9418](https://redirect.github.com/vercel/turborepo/pull/9418) - docs: Clarify how to use values for self-hosted Remote Cache. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9417](https://redirect.github.com/vercel/turborepo/pull/9417) - docs: `turbo info` by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9413](https://redirect.github.com/vercel/turborepo/pull/9413) - Document `--cache` flag. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9427](https://redirect.github.com/vercel/turborepo/pull/9427) - docs: Add doc for running by task ID. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9412](https://redirect.github.com/vercel/turborepo/pull/9412) ##### [@​turbo/codemod](https://redirect.github.com/turbo/codemod) - hack(js): bump codemod test timeout by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9361](https://redirect.github.com/vercel/turborepo/pull/9361) ##### Examples - feat(turbo): add cache flag by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9348](https://redirect.github.com/vercel/turborepo/pull/9348) - fix(examples): add private to with-shell-cmds by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9411](https://redirect.github.com/vercel/turborepo/pull/9411) - fix (react-native-web-example): add tui to turbo config by [@​mcnaveen](https://redirect.github.com/mcnaveen) in [https://github.com/vercel/turborepo/pull/9334](https://redirect.github.com/vercel/turborepo/pull/9334) ##### Changelog - chore(test): add test for cyclic error by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9305](https://redirect.github.com/vercel/turborepo/pull/9305) - feat: Upgrade to Rust 1.82.0 by [@​ognevny](https://redirect.github.com/ognevny) in [https://github.com/vercel/turborepo/pull/9293](https://redirect.github.com/vercel/turborepo/pull/9293) - fix(auth): add missing role by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9307](https://redirect.github.com/vercel/turborepo/pull/9307) - fix: use oxc-resolver hot fix for symlinks by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9302](https://redirect.github.com/vercel/turborepo/pull/9302) - fix: revert some changes to tests by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9310](https://redirect.github.com/vercel/turborepo/pull/9310) - chore(cache): better forbidden error message by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9313](https://redirect.github.com/vercel/turborepo/pull/9313) - chore(visitor): break up visitor to multiple modules by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9306](https://redirect.github.com/vercel/turborepo/pull/9306) - fix(test-utils): return promise from lifecycle by [@​tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9331](https://redirect.github.com/vercel/turborepo/pull/9331) - fix(watch): stopping persistent tasks by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9330](https://redirect.github.com/vercel/turborepo/pull/9330) - refactor(test): rust integration tests by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9314](https://redirect.github.com/vercel/turborepo/pull/9314) - feat(query): reverse tracing by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9319](https://redirect.github.com/vercel/turborepo/pull/9319) - feat(query): include css and json files in trace output by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9346](https://redirect.github.com/vercel/turborepo/pull/9346) - feat: support task id entrypoints by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9344](https://redirect.github.com/vercel/turborepo/pull/9344) - fix(tui): make sure to open stdin for all tasks by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9354](https://redirect.github.com/vercel/turborepo/pull/9354) - feat(ui): Hide task list with `h` key. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9350](https://redirect.github.com/vercel/turborepo/pull/9350) - fix: order tasks in order of interest, namely failed, successful, then cached by [@​arlyon](https://redirect.github.com/arlyon) in [https://github.com/vercel/turborepo/pull/9353](https://redirect.github.com/vercel/turborepo/pull/9353) - feat(trace): filtering by import type by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9357](https://redirect.github.com/vercel/turborepo/pull/9357) - chore: bump dependencies for Windows ARM support by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9343](https://redirect.github.com/vercel/turborepo/pull/9343) - feat(mfe): inject local proxy by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9356](https://redirect.github.com/vercel/turborepo/pull/9356) - (chore): Update outdated error message referring to experimental UI. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9359](https://redirect.github.com/vercel/turborepo/pull/9359) - feat(trace): add export conditions `import` and `require` to trace resolver by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9360](https://redirect.github.com/vercel/turborepo/pull/9360) - refactor(tui): Use color instead of bars to distinguish sections of task list. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9365](https://redirect.github.com/vercel/turborepo/pull/9365) - fix(tui): respect --no-color by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9369](https://redirect.github.com/vercel/turborepo/pull/9369) - fix(tui): sort tasks in state not just view by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9373](https://redirect.github.com/vercel/turborepo/pull/9373) - fix: Don't require a name for the root package.json. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9378](https://redirect.github.com/vercel/turborepo/pull/9378) - refactor: Use simpler root package.json check. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9382](https://redirect.github.com/vercel/turborepo/pull/9382) - fix(mfe): build internal package if present in graph by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9383](https://redirect.github.com/vercel/turborepo/pull/9383) - fix(query): validate package name by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9370](https://redirect.github.com/vercel/turborepo/pull/9370) - feat(trace): pretty print trace errors to logs by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9367](https://redirect.github.com/vercel/turborepo/pull/9367) - feat(mfe): add env var indicating mfe proxy by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9395](https://redirect.github.com/vercel/turborepo/pull/9395) - chore(daemon): lazy load package changes watcher by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9396](https://redirect.github.com/vercel/turborepo/pull/9396) - feat: `turbo info` command for debugging by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9368](https://redirect.github.com/vercel/turborepo/pull/9368) - chore(trace): fixes and improvements by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9398](https://redirect.github.com/vercel/turborepo/pull/9398) - fix(watch): shut down persistent tasks when we exit watch mode by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9405](https://redirect.github.com/vercel/turborepo/pull/9405) - fix(turbopath): avoid incorrect lifetime in RelativeUnixPath::new by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9400](https://redirect.github.com/vercel/turborepo/pull/9400) - fix(watch): ensure TUI is shutdown regardless of exit path by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9408](https://redirect.github.com/vercel/turborepo/pull/9408) - chore(engine): error about missing package in package task by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9414](https://redirect.github.com/vercel/turborepo/pull/9414) - feat: Wrap-around selection for TUI. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9409](https://redirect.github.com/vercel/turborepo/pull/9409) - feat: Detect WSL in `turbo info`. by [@​anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9416](https://redirect.github.com/vercel/turborepo/pull/9416) - Bump semver & types to latest version by [@​torresgol10](https://redirect.github.com/torresgol10) in [https://github.com/vercel/turborepo/pull/8716](https://redirect.github.com/vercel/turborepo/pull/8716) - chore(cache): add deprecation warnings to old cache flags by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9428](https://redirect.github.com/vercel/turborepo/pull/9428) - chore(watch): warn if daemon is disabled by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9407](https://redirect.github.com/vercel/turborepo/pull/9407) - feat(watch): package inference in watch mode by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9404](https://redirect.github.com/vercel/turborepo/pull/9404) - fix(mfe): avoid crashing if unsupported mfe version found by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9432](https://redirect.github.com/vercel/turborepo/pull/9432) ##### New Contributors - [@​FinnWard](https://redirect.github.com/FinnWard) made their first contribution in [https://github.com/vercel/turborepo/pull/9326](https://redirect.github.com/vercel/turborepo/pull/9326) - [@​svenheden](https://redirect.github.com/svenheden) made their first contribution in [https://github.com/vercel/turborepo/pull/9187](https://redirect.github.com/vercel/turborepo/pull/9187) - [@​ATeals](https://redirect.github.com/ATeals) made their first contribution in [https://github.com/vercel/turborepo/pull/9341](https://redirect.github.com/vercel/turborepo/pull/9341) - [@​juliusmarminge](https://redirect.github.com/juliusmarminge) made their first contribution in [https://github.com/vercel/turborepo/pull/9418](https://redirect.github.com/vercel/turborepo/pull/9418) - [@​mcnaveen](https://redirect.github.com/mcnaveen) made their first contribution in [https://github.com/vercel/turborepo/pull/9334](https://redirect.github.com/vercel/turborepo/pull/9334) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.2.3...v2.3.0 ### [`v2.2.3`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.2.3): Turborepo v2.2.3 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.2...v2.2.3) #### What's Changed ##### Changelog - feat(query): provide ast for files and depth for dependencies by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9285](https://redirect.github.com/vercel/turborepo/pull/9285) - fix: unnecessary empty cache logs by [@​NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9301](https://redirect.github.com/vercel/turborepo/pull/9301) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.2.2...v2.2.3 ### [`v2.2.2`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.2.2): Turborepo v2.2.2 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.1...v2.2.2) #### What's Changed ##### Changelog - fix(tui): generate stop event on ctrl c by [@​chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9296](https://redirect.github.com/vercel/turborepo/pull/9296) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.2.1...v2.2.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 these updates again.



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

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 709f42f92e2b5689a5a1b9a2f4f3ec19f02ab616

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