Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update nextjs monorepo to v12.3.0 #1960

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next 12.2.5 -> 12.3.0 age adoption passing confidence
next (source) 12.2.5 -> 12.3.0 age adoption passing confidence

Release Notes

vercel/next.js

v12.3.0

Compare Source

Core Changes
  • Refactor client entry plugin to separate methods.: #​39162
  • Eliminate path polyfill and incremental-cache from base server: #​39548
  • Remove precopied styled-jsx: #​39520
  • Refactor handling of addPageEntry promise: #​39547
  • Support multiple flush effects: #​39559
  • Eliminate Amp in Edge runtime: #​39560
  • Rename page -> entry in on-demand-entry-handler: #​39564
  • Update .env HMR handling: #​39566
  • Fix failing switchable runtime deploy test: #​39579
  • Fix Edge SSR routes: #​39594
  • Support tsconfig paths without baseurl: #​34926
  • Enable @​typescript-eslint/no-use-before-define for functions: #​39602
  • Remove minify: false for webpack5 bundle: #​39620
  • Next Server code refactoring: #​39591
  • Eliminate path and utils from base server: #​39622
  • Remove webpack4 types: #​39631
  • Enable additional TypeScript ESLint rules: #​39640
  • fix(next/dynamic): handle template literal import path: #​39623
  • Add comment on slash normalizing in server: #​39653
  • Refactor base server: #​39649
  • Add separate entry per layout/page.: #​39611
  • fix(next-server): Fix priority for edge routes : #​39462
  • Add todo for dependsOn: #​39677
  • Improved server CSS handling: #​39664
  • feat(next-swc): Update swc: #​39499
  • fix next-app-loader on windows: #​39657
  • fix(swc/emotion): Correct the SPACE_AROUND_COLON regex: #​39710
  • fix(#​39609): warns about suspense and ssr: #​39676
  • Use realpath when emitting traced package.json: #​39683
  • fix(#​39706): add avif support for node serve static: #​39733
  • fix(next): Do not display message when middleware is removed on dev mode: #​39604
  • refactor(portal): remove useRef from portal component: #​39792
  • refactor(use-intersection): remove useRef usage: #​39791
  • allow Edge Functions to stream a compressed fetch response: #​39608
  • fix meaninglessFileNames type in compiler options schema: #​39698
  • build: upgrade edge-runtime: #​39749
  • Update stalled ensure log to use debug instead: #​39826
  • Skip building /500 in dev mode: #​39828
  • Fix onError handling in next/future/image: #​39824
  • Improve error message on next/future/image when objectFit or objectPosition: #​39614
  • Refactor client CSS imports: #​39758
  • Ensure moduleResolution is written correctly: #​39836
  • Fix disposing active entries in dev compilers: #​39845
  • fix(#​39807): ignore width/height from webpack with "fill": #​39849
  • Add handling for auto installing TypeScript deps and HMRing tsconfig: #​39838
  • Remove eslint warning when no eslint config is present: #​39872
  • feat(next/swc): enable wasm first binding load for the platforms: #​38883
  • Fix next/future/image blur-up placeholder : #​39785
  • Fix runLintCheck during build: #​39883
  • Skip auto-install for missing deps in CI: #​39882
  • Remove un-necessary internal jest-worker error during ts/lint error: #​39886
  • Bump @vercel/nft@0.22.0: #​39906
  • Handle edge runtime for app: #​39910
  • build: upgrade edge-runtime: #​39898
  • HMR for client CSS imports: #​39916
  • fix(ts): use AppProps's generic for pageProps: #​38867
  • Treat non page file as non route under app dir: #​39976
  • Fix next/future/image incorrectly warning for fill + blur: #​39986
  • Ensure prefetch heuristic matches with and without middleware: #​39920
  • feat: add experimental.fallbackNodePolyfills flag: #​39248
  • Fix incorrect build log for moduleResolution: #​39991
  • fix(#​39993): avoid race condition for next/script onReady: #​40002
  • Avoid bundling next/script in the server build by default: #​40013
  • Handle async module for client components: #​39953
  • Upgrade typescript to 4.8.2: #​39979
  • Remove Unused SQLite file: #​40056
  • Update next/future/image to use svg blur placeholder during next dev: #​39992
  • Remove <noscript> from next/future/image: #​40075
  • Fix filePath being wrongly stringified: #​40070
  • Refactor Server Router: #​39902
  • Update to detect GSSP with edge runtime during build: #​40076
  • Fix handling with custom _error and pages/500: #​40110
  • Fix edge rewrite handling: #​40115
  • Error for ssg and ssr exports from client components in build time: #​40106
  • feat(next): Support has match and locale option on middleware config: #​39257
  • Change alt to required in next/future/image: #​40136
  • Allow port 0 in next dev and next start: #​40118
  • Update to stable: next/future/image, remotePatterns, unoptimized: #​40142
  • fix(#​40066): preserve error status code from serveStatic: #​40128
  • fix: detect ESLint config in package.json: #​40158
  • ignore EEXIST errors when creating symlinks for output standalone: #​40150
  • Bump @vercel/nft@0.22.1: #​40164
  • Bump styled-jsx: #​40165
  • Match data fetch and busting cache key when path URI encodes: #​39568
  • Updating the Next.js Logo: #​40181
  • next/script: simplify logic and update tests: #​40026
  • Bypass empty pages folder for layouts: #​40132
  • chore: Update swc: #​39965
  • Fix styled-jsx macro imports: #​40234
  • Ensure path can be specified for clearPreviewData: #​40238
  • fix: apply default export interop to next/config: #​40224
  • Improved route resolution in next-app-loader: #​40109
  • Add prefetch to new router: #​39866
  • Update next/future/image to support only width or only height: #​40278
  • Add experimental proxy timeout option: #​40289
  • Fix static info parsing when export data fetching method as variable: #​40317
  • fix(switchable-runtime): make dev server not break when wrong runtime config is exported: #​40312
  • Revert "Refactor Server Router": #​40328
  • fix(switchable-runtime): Make it possible to switch between edge and server runtime in dev: #​39327
  • Revert "Revert "Refactor Server Router" (#​40328)" : #​40333
  • refactor(next/swc): remove unnecessary field in RemoveConsole: #​40296
  • [edge] fix URLSearchParams lacking data from rewrite: #​40260
  • fix(lint): disable react/no-unknown-property: #​40331
  • Update onLoadingComplete for next/future/image to receive reference to <img>: #​40326
  • Remove warning for swcMinify being enabled: #​40359
Documentation Changes
  • docs: Rename API middlewares title in sidebar: #​39534
  • [docs] Avoid next config validation warning: #​39554
  • Update strategies count to 4: #​39610
  • Change the React Server Components CTA to the router/layout RFC: #​39724
  • Add section to next/future/image docs about Known Browser Bugs: #​39759
  • Update next.js.configs line number: #​39802
  • Add note about using the /_error page directly to custom error page article: #​39671
  • Typescript Documentation Improvement for Persistent Layouts: #​33659
  • Add clarity in docs for using exportPathMap with getStaticPaths: #​39813
  • Update links to point to more accurate docs: #​39818
  • Update docs next/future/image with details about computed aspect ratio: #​39829
  • Mention router.isPreview on Preview Mode page: #​39830
  • doc: improve a word client side rendering: #​39771
  • Docs: Updated note about using next/head in basic-features/font-optimization: #​39863
  • [docs] Fixed 404 links to Layouts RFC blog post: #​39937
  • Adds note about custom server requirements: #​39931
  • fix hash-link: #​39929
  • Mention largePageDataBytes in warning docs: #​39941
  • Update Font Optimization docs: #​39950
  • [docs] Update UTM params of some links: #​39951
  • Revert "Adds note about custom server requirements": #​39956
  • Update image.md: #​39984
  • Update script.md: #​40017
  • [docs] Add precision about pageExtensions: #​40016
  • Update debugging.md (--dev -> --save-dev for npm): #​39998
  • docs(testing): add JSDoc typing in jest.config.js: #​40090
  • docs(image): Use hook inside of function component: #​40096
  • docs(security-headers): interest-cohort has been replaced by browsing-topics: #​40113
  • [docs] Functional syntax for _document example in Basic Features: Font Optimization: #​40140
  • Fix typo in error/middleware-upgrade-guide.md: #​40176
  • docs: documents middleware matcher: #​40180
  • docs: update get-static-paths.md: #​40205
  • Change image sizes docs to use em instead of px: #​40288
  • Change sizes docs to use max-width in media query: #​40290
  • docs: fix numbering in middleware docs: #​40276
  • Update docs for remotePatterns image config: #​40350
  • docs: fix typo: #​40354
Example Changes
  • docs(examples): use vercel integration in cms-sanity: #​39323
  • Typo : #​39596
  • Update Convex Example: #​39562
  • Update with-loading example: #​39646
  • [Docs] Update with-slate example: #​39639
  • Tweak Convex example: #​39739
  • examples/with-redux-thunk , update README (#​39555): #​39712
  • [Docs] Update mongodb example: #​39658
  • Convert with-goober example to TS: #​39761
  • [docs] Migrate dynamic routing example to typescript: #​39806
  • Remove unnecessary type reference in Vitest example: #​39819
  • Update cms-makeswift example: #​39834
  • Migrate data-fetch example to typescript: #​39852
  • [Docs] Update examples to favour functional _document: #​39871
  • chore(with-docker): don't copy package.json twice: #​39896
  • Prefer function _app component in examples: #​39967
  • Migrate with-xstate to typescript: #​39974
  • Use Font Optimization in examples: #​39977
  • Add local setup info in the with-supabase-auth-realtime-db example's README: #​40030
  • Remove semi in Convex example: #​40052
  • Refactored the with-supertokens example to use typescript: #​39987
  • Add config types to all examples: #​40083
  • adding with-axiom example: #​38300
  • Update Convex example to convex 0.1.9: #​40162
  • Remove extra "d" in comment: #​40212
  • fix(examples/with-styled-components-babel): list should have unique key: #​40215
  • Migrate image-component example to typescript: #​40204
  • ref(with-sentry example): Explicitly set hideSourceMaps: #​40079
  • Update next-forms example: #​40284
  • Migrate with-context-api example to typescript: #​40297
  • Migrate with-react-jss to typescript: #​40308
  • Update react-remove-properties example: #​40307
  • Migrate using-preact example to typescript: #​40295
  • added type to clientPromise in with-mongodb/lib: #​40339
  • Remove babel from custom-server-typescript example: #​40309
  • Merge with-mobx-state-tree with with-mobx-state-tree-typescript example: #​40306
  • Fix image-component example types: #​40352
Misc Changes
  • Fix preinstall failed in yarn@1.x on FreeBSD with npm@8.17: #​39529
  • Add edge ssr to pr stats: #​39621
  • Update test failure logging : #​39655
  • Update image tests files from *.js to *.ts: #​39663
  • fix(create-app): support github url has trailing slash: #​39665
  • Update contributing.md : #​39767
  • Update ubuntu CI version due to deprecation: #​39817
  • Leverage VERCEL_CLI_VERSION env for deploy tests: #​39823
  • Update flakey relay analytics test: #​39877
  • Added tests for next/router in app directory: #​39867
  • Fix failing e2e getServerSideProps test: #​39885
  • Add path to export-page: #​39893
  • Fix rsc basic e2e test on deploy: #​39905
  • test: merge edge ssr tests: #​39924
  • chore: check against npm version in issue validator: #​38915
  • Increase test concurrency: #​39922
  • Fix passing VERCEL_CLI_VERSION env for deploy tests: #​39946
  • test: pin typescript version to 4.7: #​39978
  • (next/mdx) set providerImportSource to react by default: #​39954
  • Add test for server CSS imports: #​40019
  • Update docker image for stats action: #​40032
  • Update flakey tsconfig test: #​40105
  • fix: scripts comment typos: #​40207
  • fix(cli): do not throw error when extracting examples in Node 18+: #​40182
  • Update to use specific swc version for PR stats: #​40237
  • fix(cli): delete temp file after extraction: #​40259
  • Fix test hydration check in Safari 10.1: #​40285
  • chore: turn off debug mode on issue validator: #​40301
  • Update README.md
Credits

Huge thanks to @​stipsan, @​ijjk, @​timneutkens, @​bennettdams, @​shuding, @​cherniavskii, @​huozhi, @​Brooooooklyn, @​thatbeautifuldream, @​Janpot, @​MoosaSaadat, @​alexcole, @​HaNdTriX, @​magic-akari, @​balazsorban44, @​styfle, @​SukkaW, @​kdy1, @​sokra, @​delbaoliveira, @​puneetkathar1, @​nkzawa, @​Schniz, @​greebl3, @​kasperaamodt, @​chaseignited, @​masad-frost, @​Kikobeats, @​davewelsh, @​MaedahBatool, @​adrianbienias, @​michaeloliverx, @​arthurdenner, @​sumiren, @​migueloller, @​hanneslund, @​wyattjoh, @​kwonoj, @​boredland, @​simongavelin, @​esbenam, @​theMosaad, @​jleclanche, @​leerob, @​AdilAmanat, @​souporserious, @​ykdojo, @​sanjaiyan-dev, @​yoannmoinet, @​thomasballinger, @​titusdmoore, @​jferrettiboke, @​Dueen, @​dunglas, @​KenAKAFrosty, @​wbinnssmith, @​schehata, @​remorses, @​visnup, @​Nutlope, @​yhay81, @​hiro0218, @​avigoldman, @​feugy, @​jeferson-sb, @​lobsterkatie, @​atcastle, @​bcheidemann, @​Will956, @​orionmiz, @​S0UPernova, @​cvbuelow, and @​leonzalion for helping!


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (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 these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner September 14, 2022 04:46
@vercel
Copy link

vercel bot commented Sep 14, 2022

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

Name Status Preview Updated
turbo-site ✅ Ready (Inspect) Visit Preview Sep 14, 2022 at 9:59AM (UTC)

@tknickman tknickman merged commit 0a086ce into main Sep 14, 2022
@tknickman tknickman deleted the renovate/nextjs-monorepo branch September 14, 2022 13:56
fuxingloh referenced this pull request in fuxingloh/contented Sep 19, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [turbo](https://turborepo.org)
([source](https://togithub.com/vercel/turborepo)) | [`^1.4.6` ->
`^1.4.7`](https://renovatebot.com/diffs/npm/turbo/1.4.6/1.4.7) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.4.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.4.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.4.7/compatibility-slim/1.4.6)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.4.7/confidence-slim/1.4.6)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turborepo</summary>

###
[`v1.4.7`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.7)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.6...v1.4.7)

#### What's Changed

- Add degit instructions for all examples by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1884](https://togithub.com/vercel/turborepo/pull/1884)
- chore(turbo-ignore): add console message of an unfriendly error by
[@&#8203;t-i-0414](https://togithub.com/t-i-0414) in
[https://github.com/vercel/turborepo/pull/1871](https://togithub.com/vercel/turborepo/pull/1871)
- Rewrote filtering workspaces docs by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1879](https://togithub.com/vercel/turborepo/pull/1879)
- fix(deps): update dependency swr to v1.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1876](https://togithub.com/vercel/turborepo/pull/1876)
- Rewrote pipelines, caching and remote caching docs by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1758](https://togithub.com/vercel/turborepo/pull/1758)
- Reorganised pipeline docs with clearer headings, groupings and content
by [@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1866](https://togithub.com/vercel/turborepo/pull/1866)
- feat(ignore): check for turbo force by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1886](https://togithub.com/vercel/turborepo/pull/1886)
- Fixed typo on remote caching page by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1889](https://togithub.com/vercel/turborepo/pull/1889)
- Fixed redirect by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1888](https://togithub.com/vercel/turborepo/pull/1888)
- Try out cram/prysk for CLI integration testing by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1829](https://togithub.com/vercel/turborepo/pull/1829)
- (Controversial) Removed glossary and mentions of topological from the
docs by [@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1868](https://togithub.com/vercel/turborepo/pull/1868)
- feat: Add pnpm support for turbo prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1819](https://togithub.com/vercel/turborepo/pull/1819)
- Always include package.json in hash by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1832](https://togithub.com/vercel/turborepo/pull/1832)
- chore(deps): update dependency
[@&#8203;babel/core](https://togithub.com/babel/core) to v7.19.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1905](https://togithub.com/vercel/turborepo/pull/1905)
- added code-shaper to code generation tools by
[@&#8203;nareshbhatia](https://togithub.com/nareshbhatia) in
[https://github.com/vercel/turborepo/pull/1909](https://togithub.com/vercel/turborepo/pull/1909)
- added code-shaper to the code generation intro line by
[@&#8203;nareshbhatia](https://togithub.com/nareshbhatia) in
[https://github.com/vercel/turborepo/pull/1915](https://togithub.com/vercel/turborepo/pull/1915)
- docs(examples/design-system): update readme by
[@&#8203;theurgi](https://togithub.com/theurgi) in
[https://github.com/vercel/turborepo/pull/1910](https://togithub.com/vercel/turborepo/pull/1910)
- Finish port to cobra by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1792](https://togithub.com/vercel/turborepo/pull/1792)
- chore(examples): clean with-next list by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1923](https://togithub.com/vercel/turborepo/pull/1923)
- chore(examples): add comment for maintainability by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1927](https://togithub.com/vercel/turborepo/pull/1927)
- Refactor reading turbo.json and add test cases by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1929](https://togithub.com/vercel/turborepo/pull/1929)
- Re-jigged the landing and getting started pages by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1901](https://togithub.com/vercel/turborepo/pull/1901)
- Upgrade Nextra by [@&#8203;shuding](https://togithub.com/shuding) in
[https://github.com/vercel/turborepo/pull/1942](https://togithub.com/vercel/turborepo/pull/1942)
- Enable inputs to be relative again. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1937](https://togithub.com/vercel/turborepo/pull/1937)
- chore(deps): update dependency typescript to v4.8.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1934](https://togithub.com/vercel/turborepo/pull/1934)
- fix(deps): update dependency eslint-plugin-react to v7.31.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1935](https://togithub.com/vercel/turborepo/pull/1935)
- Removed bg circles to improve Safari perf by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1944](https://togithub.com/vercel/turborepo/pull/1944)
- Made front-page title pink by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1945](https://togithub.com/vercel/turborepo/pull/1945)
- chore(example): upgrade kitchen sink example by
[@&#8203;ruisaraiva19](https://togithub.com/ruisaraiva19) in
[https://github.com/vercel/turborepo/pull/1076](https://togithub.com/vercel/turborepo/pull/1076)
- Import goreleaser cross by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1925](https://togithub.com/vercel/turborepo/pull/1925)
- Turbo has more help text now, update test by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1931](https://togithub.com/vercel/turborepo/pull/1931)
- fix(with-tailwind): dev script fails to build tailwindcss by
[@&#8203;yanmao-cc](https://togithub.com/yanmao-cc) in
[https://github.com/vercel/turborepo/pull/1898](https://togithub.com/vercel/turborepo/pull/1898)
- fix(docs): update nextra by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1948](https://togithub.com/vercel/turborepo/pull/1948)
- Use correct flag for graphviz version by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1954](https://togithub.com/vercel/turborepo/pull/1954)
- Add mutex around helper cleanups by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1947](https://togithub.com/vercel/turborepo/pull/1947)
- docs(running tasks): explicit instruction for workspace tasks by
[@&#8203;mauricekleine](https://togithub.com/mauricekleine) in
[https://github.com/vercel/turborepo/pull/1922](https://togithub.com/vercel/turborepo/pull/1922)
- Reconcile cram tests and help text by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1956](https://togithub.com/vercel/turborepo/pull/1956)
- chore(deps): update nextjs monorepo to v12.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1960](https://togithub.com/vercel/turborepo/pull/1960)
- switch over to use go-yarnlock for yarn.lock parsing by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1893](https://togithub.com/vercel/turborepo/pull/1893)
- Improve CI setup by [@&#8203;mehulkar](https://togithub.com/mehulkar)
in
[https://github.com/vercel/turborepo/pull/1904](https://togithub.com/vercel/turborepo/pull/1904)
- No shallow checkout for linting. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1972](https://togithub.com/vercel/turborepo/pull/1972)
- Add ability to declare a env key in each pipeline task by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1970](https://togithub.com/vercel/turborepo/pull/1970)
- Add ability to define a globalEnv key in turbo.json by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1950](https://togithub.com/vercel/turborepo/pull/1950)
- Show outputModeTable in CLI and config docs by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1949](https://togithub.com/vercel/turborepo/pull/1949)
- fix: Support pnpm patches in prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1967](https://togithub.com/vercel/turborepo/pull/1967)
- Update showcase images by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/1986](https://togithub.com/vercel/turborepo/pull/1986)
- Add vimeo to showcase by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/1987](https://togithub.com/vercel/turborepo/pull/1987)

#### New Contributors

- [@&#8203;t-i-0414](https://togithub.com/t-i-0414) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1871](https://togithub.com/vercel/turborepo/pull/1871)
- [@&#8203;nareshbhatia](https://togithub.com/nareshbhatia) made their
first contribution in
[https://github.com/vercel/turborepo/pull/1909](https://togithub.com/vercel/turborepo/pull/1909)
- [@&#8203;theurgi](https://togithub.com/theurgi) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1910](https://togithub.com/vercel/turborepo/pull/1910)
- [@&#8203;ruisaraiva19](https://togithub.com/ruisaraiva19) made their
first contribution in
[https://github.com/vercel/turborepo/pull/1076](https://togithub.com/vercel/turborepo/pull/1076)
- [@&#8203;yanmao-cc](https://togithub.com/yanmao-cc) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1898](https://togithub.com/vercel/turborepo/pull/1898)
- [@&#8203;mauricekleine](https://togithub.com/mauricekleine) made their
first contribution in
[https://github.com/vercel/turborepo/pull/1922](https://togithub.com/vercel/turborepo/pull/1922)

**Full Changelog**:
vercel/turborepo@v1.4.6...v1.4.7

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS41In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh referenced this pull request in DeFiCh/metachain Oct 12, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [turbo](https://turborepo.org)
([source](https://togithub.com/vercel/turborepo)) | [`^1.4.6` ->
`^1.5.6`](https://renovatebot.com/diffs/npm/turbo/1.4.6/1.5.6) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.5.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.5.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.5.6/compatibility-slim/1.4.6)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.5.6/confidence-slim/1.4.6)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turborepo</summary>

###
[`v1.5.6`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.6)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.5...v1.5.6)

Note that this release enables `CGO` for all targets

#### What's Changed

- seo: Add script to generate RSS feed.xml to docs site by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2132](https://togithub.com/vercel/turborepo/pull/2132)
- Turbo-specific changes to build containers by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1930](https://togithub.com/vercel/turborepo/pull/1930)
- docs: Tweak tracking in card headers by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2133](https://togithub.com/vercel/turborepo/pull/2133)
- Change some variable names by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2136](https://togithub.com/vercel/turborepo/pull/2136)
- chore(deps): update dependency
[@&#8203;babel/core](https://togithub.com/babel/core) to v7.19.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2127](https://togithub.com/vercel/turborepo/pull/2127)
- fix: Glob negation in outputs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turborepo/pull/2031](https://togithub.com/vercel/turborepo/pull/2031)
- Use unix:path to address unix socket by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2137](https://togithub.com/vercel/turborepo/pull/2137)
- Fix broken links on "Workspace" Doc by
[@&#8203;pakaponk](https://togithub.com/pakaponk) in
[https://github.com/vercel/turborepo/pull/2141](https://togithub.com/vercel/turborepo/pull/2141)
- Use Warn method for logWarning by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2135](https://togithub.com/vercel/turborepo/pull/2135)
- chore(deps): update dependency postcss to v8.4.17 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2144](https://togithub.com/vercel/turborepo/pull/2144)
- chore(deps): update dependency typescript to v4.8.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2128](https://togithub.com/vercel/turborepo/pull/2128)
- fix(deps): update dependency ts-json-schema-generator to v1.1.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2139](https://togithub.com/vercel/turborepo/pull/2139)
- fix(packages): add repo, directory, and bugs fields by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2161](https://togithub.com/vercel/turborepo/pull/2161)
- feat: prune support for lockfiles containing patches by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2151](https://togithub.com/vercel/turborepo/pull/2151)
- Remove prefixes from stored logs by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2126](https://togithub.com/vercel/turborepo/pull/2126)
- fix: filename for web depending on ui by
[@&#8203;evliu](https://togithub.com/evliu) in
[https://github.com/vercel/turborepo/pull/2164](https://togithub.com/vercel/turborepo/pull/2164)
- seo: Fix 404s from search console by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2166](https://togithub.com/vercel/turborepo/pull/2166)
- seo: set canonical urls by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2168](https://togithub.com/vercel/turborepo/pull/2168)
- Turn off golang dependency auto updates by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2156](https://togithub.com/vercel/turborepo/pull/2156)
- feat: Avoid panic from lockfile issues by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2163](https://togithub.com/vercel/turborepo/pull/2163)
- feat(docs): add sentry by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2169](https://togithub.com/vercel/turborepo/pull/2169)
- Caching, but to tar files. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1991](https://togithub.com/vercel/turborepo/pull/1991)
- fix handling of injected dependencies for pnpm prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2121](https://togithub.com/vercel/turborepo/pull/2121)
- Remove INFO prefix from log line by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2171](https://togithub.com/vercel/turborepo/pull/2171)
- Update examples to always quote the ESLint glob. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/2130](https://togithub.com/vercel/turborepo/pull/2130)
- chore(examples): migrate svelte to latest by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2173](https://togithub.com/vercel/turborepo/pull/2173)
- Fix usage of uninitialized Ui instance by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2172](https://togithub.com/vercel/turborepo/pull/2172)
- fix(examples): correct turbo caching for storybook by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2176](https://togithub.com/vercel/turborepo/pull/2176)
- Revert "Caching, but to tar files." by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2178](https://togithub.com/vercel/turborepo/pull/2178)
- support new paused status by
[@&#8203;blake-mealey](https://togithub.com/blake-mealey) in
[https://github.com/vercel/turborepo/pull/2179](https://togithub.com/vercel/turborepo/pull/2179)
- docs: Fix Pipeline API design link by
[@&#8203;brunojppb](https://togithub.com/brunojppb) in
[https://github.com/vercel/turborepo/pull/2153](https://togithub.com/vercel/turborepo/pull/2153)
- Use two stage release process, plus diamond workflow for
cross-compiling by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2051](https://togithub.com/vercel/turborepo/pull/2051)
- fix(examples): correct react-native ui output by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2181](https://togithub.com/vercel/turborepo/pull/2181)
- Add back bin/ directory by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2184](https://togithub.com/vercel/turborepo/pull/2184)
- feat(examples): add custom ignore script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2183](https://togithub.com/vercel/turborepo/pull/2183)
- Added explainer on environment variables by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2115](https://togithub.com/vercel/turborepo/pull/2115)

#### New Contributors

- [@&#8203;evliu](https://togithub.com/evliu) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2164](https://togithub.com/vercel/turborepo/pull/2164)
- [@&#8203;blake-mealey](https://togithub.com/blake-mealey) made their
first contribution in
[https://github.com/vercel/turborepo/pull/2179](https://togithub.com/vercel/turborepo/pull/2179)

**Full Changelog**:
vercel/turborepo@v1.5.5...v1.5.6

###
[`v1.5.5`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.5)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.4...v1.5.5)

#### What's Changed

- fix(fs): overwrite symlink in restore cache by
[@&#8203;AielloChan](https://togithub.com/AielloChan) in
[https://github.com/vercel/turborepo/pull/2016](https://togithub.com/vercel/turborepo/pull/2016)
- seo: Add rewrite to turbo sitemap crawler by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2106](https://togithub.com/vercel/turborepo/pull/2106)
- Change Berry's `cacheKey` to be a string by
[@&#8203;amitdahan](https://togithub.com/amitdahan) in
[https://github.com/vercel/turborepo/pull/2102](https://togithub.com/vercel/turborepo/pull/2102)
- Fix small typo by
[@&#8203;arturcarvalho](https://togithub.com/arturcarvalho) in
[https://github.com/vercel/turborepo/pull/2108](https://togithub.com/vercel/turborepo/pull/2108)
- Add React Flow to showcase by
[@&#8203;moklick](https://togithub.com/moklick) in
[https://github.com/vercel/turborepo/pull/2107](https://togithub.com/vercel/turborepo/pull/2107)
- Test that env vars dependencies are sorted consistently by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2111](https://togithub.com/vercel/turborepo/pull/2111)
- Extract the patch for `tar` by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/2116](https://togithub.com/vercel/turborepo/pull/2116)
- Re-add log message about remote caching by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2122](https://togithub.com/vercel/turborepo/pull/2122)
- Temporarily disable daemon on windows by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2124](https://togithub.com/vercel/turborepo/pull/2124)

#### New Contributors

- [@&#8203;AielloChan](https://togithub.com/AielloChan) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2016](https://togithub.com/vercel/turborepo/pull/2016)
- [@&#8203;amitdahan](https://togithub.com/amitdahan) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2102](https://togithub.com/vercel/turborepo/pull/2102)
- [@&#8203;arturcarvalho](https://togithub.com/arturcarvalho) made their
first contribution in
[https://github.com/vercel/turborepo/pull/2108](https://togithub.com/vercel/turborepo/pull/2108)
- [@&#8203;moklick](https://togithub.com/moklick) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2107](https://togithub.com/vercel/turborepo/pull/2107)

**Full Changelog**:
vercel/turborepo@v1.5.4...v1.5.5

###
[`v1.5.4`](https://togithub.com/vercel/turborepo/compare/v1.5.3...v1.5.4)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.3...v1.5.4)

###
[`v1.5.3`](https://togithub.com/vercel/turborepo/compare/v1.5.2...v1.5.3)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.2...v1.5.3)

###
[`v1.5.2`](https://togithub.com/vercel/turborepo/compare/v1.5.1...v1.5.2)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.1...v1.5.2)

###
[`v1.5.1`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.1)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.0...v1.5.1)

#### What's Changed

- Drop no-longer-supported platform references by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2033](https://togithub.com/vercel/turborepo/pull/2033)
- We can infer identifer, we don't need to specify it by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2032](https://togithub.com/vercel/turborepo/pull/2032)

**Full Changelog**:
vercel/turborepo@v1.5.0...v1.5.1

###
[`v1.5.0`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.0)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.7...v1.5.0)

#### What's Changed

- Document inclusion of package.json in workspace task cache keys by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1955](https://togithub.com/vercel/turborepo/pull/1955)
- Make run the default command by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1821](https://togithub.com/vercel/turborepo/pull/1821)
- chore(deps): update dependency
[@&#8203;types/react](https://togithub.com/types/react) to v17.0.50 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1980](https://togithub.com/vercel/turborepo/pull/1980)
- chore(deps): update dependency
[@&#8203;babel/core](https://togithub.com/babel/core) to v7.19.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1989](https://togithub.com/vercel/turborepo/pull/1989)
- chore(deps): update dependency csstype to v3.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1981](https://togithub.com/vercel/turborepo/pull/1981)
- fix(deps): update dependency react-hot-toast to v2.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1992](https://togithub.com/vercel/turborepo/pull/1992)
- Drop unsupported platforms by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1903](https://togithub.com/vercel/turborepo/pull/1903)
- fix(deps): update dependency classnames to v2.3.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1990](https://togithub.com/vercel/turborepo/pull/1990)
- Wire up prysk and fix help flag by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2000](https://togithub.com/vercel/turborepo/pull/2000)
- Enable turbod by default by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2001](https://togithub.com/vercel/turborepo/pull/2001)
- Built monorepo handbook by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1881](https://togithub.com/vercel/turborepo/pull/1881)
- Why turborepo images POC by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2012](https://togithub.com/vercel/turborepo/pull/2012)
- Added link to package installation by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2009](https://togithub.com/vercel/turborepo/pull/2009)
- Drop macos run of large benchmark on github actions. by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2003](https://togithub.com/vercel/turborepo/pull/2003)
- Typo fix by [@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2017](https://togithub.com/vercel/turborepo/pull/2017)
- feat(types): add turbo types package by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2024](https://togithub.com/vercel/turborepo/pull/2024)
- fix(deps): update dependency nextra to v2.0.0-beta.29 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2008](https://togithub.com/vercel/turborepo/pull/2008)
- chore(core): deprecation messages for legacy env keys by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1959](https://togithub.com/vercel/turborepo/pull/1959)
- feat(codemod): migrate turbo.json dependsOn by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2022](https://togithub.com/vercel/turborepo/pull/2022)
- feat: Add prune support for Yarn 3 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2019](https://togithub.com/vercel/turborepo/pull/2019)

**Full Changelog**:
vercel/turborepo@v1.4.7...v1.5.0

###
[`v1.4.7`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.7)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.6...v1.4.7)

#### What's Changed

- Add degit instructions for all examples by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1884](https://togithub.com/vercel/turborepo/pull/1884)
- chore(turbo-ignore): add console message of an unfriendly error by
[@&#8203;t-i-0414](https://togithub.com/t-i-0414) in
[https://github.com/vercel/turborepo/pull/1871](https://togithub.com/vercel/turborepo/pull/1871)
- Rewrote filtering workspaces docs by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1879](https://togithub.com/vercel/turborepo/pull/1879)
- fix(deps): update dependency swr to v1.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1876](https://togithub.com/vercel/turborepo/pull/1876)
- Rewrote pipelines, caching and remote caching docs by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1758](https://togithub.com/vercel/turborepo/pull/1758)
- Reorganised pipeline docs with clearer headings, groupings and content
by [@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1866](https://togithub.com/vercel/turborepo/pull/1866)
- feat(ignore): check for turbo force by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1886](https://togithub.com/vercel/turborepo/pull/1886)
- Fixed typo on remote caching page by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1889](https://togithub.com/vercel/turborepo/pull/1889)
- Fixed redirect by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1888](https://togithub.com/vercel/turborepo/pull/1888)
- Try out cram/prysk for CLI integration testing by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1829](https://togithub.com/vercel/turborepo/pull/1829)
- (Controversial) Removed glossary and mentions of topological from the
docs by [@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1868](https://togithub.com/vercel/turborepo/pull/1868)
- feat: Add pnpm support for turbo prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1819](https://togithub.com/vercel/turborepo/pull/1819)
- Always include package.json in hash by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1832](https://togithub.com/vercel/turborepo/pull/1832)
- chore(deps): update dependency
[@&#8203;babel/core](https://togithub.com/babel/core) to v7.19.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1905](https://togithub.com/vercel/turborepo/pull/1905)
- added code-shaper to code generation tools by
[@&#8203;nareshbhatia](https://togithub.com/nareshbhatia) in
[https://github.com/vercel/turborepo/pull/1909](https://togithub.com/vercel/turborepo/pull/1909)
- added code-shaper to the code generation intro line by
[@&#8203;nareshbhatia](https://togithub.com/nareshbhatia) in
[https://github.com/vercel/turborepo/pull/1915](https://togithub.com/vercel/turborepo/pull/1915)
- docs(examples/design-system): update readme by
[@&#8203;theurgi](https://togithub.com/theurgi) in
[https://github.com/vercel/turborepo/pull/1910](https://togithub.com/vercel/turborepo/pull/1910)
- Finish port to cobra by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1792](https://togithub.com/vercel/turborepo/pull/1792)
- chore(examples): clean with-next list by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1923](https://togithub.com/vercel/turborepo/pull/1923)
- chore(examples): add comment for maintainability by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1927](https://togithub.com/vercel/turborepo/pull/1927)
- Refactor reading turbo.json and add test cases by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1929](https://togithub.com/vercel/turborepo/pull/1929)
- Re-jigged the landing and getting started pages by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1901](https://togithub.com/vercel/turborepo/pull/1901)
- Upgrade Nextra by [@&#8203;shuding](https://togithub.com/shuding) in
[https://github.com/vercel/turborepo/pull/1942](https://togithub.com/vercel/turborepo/pull/1942)
- Enable inputs to be relative again. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1937](https://togithub.com/vercel/turborepo/pull/1937)
- chore(deps): update dependency typescript to v4.8.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1934](https://togithub.com/vercel/turborepo/pull/1934)
- fix(deps): update dependency eslint-plugin-react to v7.31.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1935](https://togithub.com/vercel/turborepo/pull/1935)
- Removed bg circles to improve Safari perf by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1944](https://togithub.com/vercel/turborepo/pull/1944)
- Made front-page title pink by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1945](https://togithub.com/vercel/turborepo/pull/1945)
- chore(example): upgrade kitchen sink example by
[@&#8203;ruisaraiva19](https://togithub.com/ruisaraiva19) in
[https://github.com/vercel/turborepo/pull/1076](https://togithub.com/vercel/turborepo/pull/1076)
- Import goreleaser cross by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1925](https://togithub.com/vercel/turborepo/pull/1925)
- Turbo has more help text now, update test by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1931](https://togithub.com/vercel/turborepo/pull/1931)
- fix(with-tailwind): dev script fails to build tailwindcss by
[@&#8203;yanmao-cc](https://togithub.com/yanmao-cc) in
[https://github.com/vercel/turborepo/pull/1898](https://togithub.com/vercel/turborepo/pull/1898)
- fix(docs): update nextra by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1948](https://togithub.com/vercel/turborepo/pull/1948)
- Use correct flag for graphviz version by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1954](https://togithub.com/vercel/turborepo/pull/1954)
- Add mutex around helper cleanups by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1947](https://togithub.com/vercel/turborepo/pull/1947)
- docs(running tasks): explicit instruction for workspace tasks by
[@&#8203;mauricekleine](https://togithub.com/mauricekleine) in
[https://github.com/vercel/turborepo/pull/1922](https://togithub.com/vercel/turborepo/pull/1922)
- Reconcile cram tests and help text by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1956](https://togithub.com/vercel/turborepo/pull/1956)
- chore(deps): update nextjs monorepo to v12.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1960](https://togithub.com/vercel/turborepo/pull/1960)
- switch over to use go-yarnlock for yarn.lock parsing by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1893](https://togithub.com/vercel/turborepo/pull/1893)
- Improve CI setup by [@&#8203;mehulkar](https://togithub.com/mehulkar)
in
[https://github.com/vercel/turborepo/pull/1904](https://togithub.com/vercel/turborepo/pull/1904)
- No shallow checkout for linting. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1972](https://togithub.com/vercel/turborepo/pull/1972)
- Add ability to declare a env key in each pipeline task by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1970](https://togithub.com/vercel/turborepo/pull/1970)
- Add ability to define a globalEnv key in turbo.json by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1950](https://togithub.com/vercel/turborepo/pull/1950)
- Show outputModeTable in CLI and config docs by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1949](https://togithub.com/vercel/turborepo/pull/1949)
- fix: Support pnpm patches in prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1967](https://togithub.com/vercel/turborepo/pull/1967)
- Update showcase images by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/1986](https://togithub.com/vercel/turborepo/pull/1986)
- Add vimeo to showcase by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/1987](https://togithub.com/vercel/turborepo/pull/1987)

#### New Contributors

- [@&#8203;t-i-0414](https://togithub.com/t-i-0414) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1871](https://togithub.com/vercel/turborepo/pull/1871)
- [@&#8203;nareshbhatia](https://togithub.com/nareshbhatia) made their
first contribution in
[https://github.com/vercel/turborepo/pull/1909](https://togithub.com/vercel/turborepo/pull/1909)
- [@&#8203;theurgi](https://togithub.com/theurgi) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1910](https://togithub.com/vercel/turborepo/pull/1910)
- [@&#8203;ruisaraiva19](https://togithub.com/ruisaraiva19) made their
first contribution in
[https://github.com/vercel/turborepo/pull/1076](https://togithub.com/vercel/turborepo/pull/1076)
- [@&#8203;yanmao-cc](https://togithub.com/yanmao-cc) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1898](https://togithub.com/vercel/turborepo/pull/1898)
- [@&#8203;mauricekleine](https://togithub.com/mauricekleine) made their
first contribution in
[https://github.com/vercel/turborepo/pull/1922](https://togithub.com/vercel/turborepo/pull/1922)

**Full Changelog**:
vercel/turborepo@v1.4.6...v1.4.7

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/DeFiCh/metachain).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzMi4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh referenced this pull request in levaintech/sticky Oct 18, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [turbo](https://turborepo.org)
([source](https://togithub.com/vercel/turborepo)) | [`1.4.3` ->
`1.5.6`](https://renovatebot.com/diffs/npm/turbo/1.4.3/1.5.6) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.5.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.5.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.5.6/compatibility-slim/1.4.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.5.6/confidence-slim/1.4.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turborepo</summary>

###
[`v1.5.6`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.6)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.5...v1.5.6)

Note that this release enables `CGO` for all targets

#### What's Changed

- seo: Add script to generate RSS feed.xml to docs site by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2132](https://togithub.com/vercel/turborepo/pull/2132)
- Turbo-specific changes to build containers by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1930](https://togithub.com/vercel/turborepo/pull/1930)
- docs: Tweak tracking in card headers by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2133](https://togithub.com/vercel/turborepo/pull/2133)
- Change some variable names by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2136](https://togithub.com/vercel/turborepo/pull/2136)
- chore(deps): update dependency
[@&#8203;babel/core](https://togithub.com/babel/core) to v7.19.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2127](https://togithub.com/vercel/turborepo/pull/2127)
- fix: Glob negation in outputs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turborepo/pull/2031](https://togithub.com/vercel/turborepo/pull/2031)
- Use unix:path to address unix socket by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2137](https://togithub.com/vercel/turborepo/pull/2137)
- Fix broken links on "Workspace" Doc by
[@&#8203;pakaponk](https://togithub.com/pakaponk) in
[https://github.com/vercel/turborepo/pull/2141](https://togithub.com/vercel/turborepo/pull/2141)
- Use Warn method for logWarning by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2135](https://togithub.com/vercel/turborepo/pull/2135)
- chore(deps): update dependency postcss to v8.4.17 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2144](https://togithub.com/vercel/turborepo/pull/2144)
- chore(deps): update dependency typescript to v4.8.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2128](https://togithub.com/vercel/turborepo/pull/2128)
- fix(deps): update dependency ts-json-schema-generator to v1.1.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2139](https://togithub.com/vercel/turborepo/pull/2139)
- fix(packages): add repo, directory, and bugs fields by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2161](https://togithub.com/vercel/turborepo/pull/2161)
- feat: prune support for lockfiles containing patches by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2151](https://togithub.com/vercel/turborepo/pull/2151)
- Remove prefixes from stored logs by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2126](https://togithub.com/vercel/turborepo/pull/2126)
- fix: filename for web depending on ui by
[@&#8203;evliu](https://togithub.com/evliu) in
[https://github.com/vercel/turborepo/pull/2164](https://togithub.com/vercel/turborepo/pull/2164)
- seo: Fix 404s from search console by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2166](https://togithub.com/vercel/turborepo/pull/2166)
- seo: set canonical urls by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2168](https://togithub.com/vercel/turborepo/pull/2168)
- Turn off golang dependency auto updates by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2156](https://togithub.com/vercel/turborepo/pull/2156)
- feat: Avoid panic from lockfile issues by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2163](https://togithub.com/vercel/turborepo/pull/2163)
- feat(docs): add sentry by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2169](https://togithub.com/vercel/turborepo/pull/2169)
- Caching, but to tar files. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1991](https://togithub.com/vercel/turborepo/pull/1991)
- fix handling of injected dependencies for pnpm prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2121](https://togithub.com/vercel/turborepo/pull/2121)
- Remove INFO prefix from log line by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2171](https://togithub.com/vercel/turborepo/pull/2171)
- Update examples to always quote the ESLint glob. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/2130](https://togithub.com/vercel/turborepo/pull/2130)
- chore(examples): migrate svelte to latest by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2173](https://togithub.com/vercel/turborepo/pull/2173)
- Fix usage of uninitialized Ui instance by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2172](https://togithub.com/vercel/turborepo/pull/2172)
- fix(examples): correct turbo caching for storybook by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2176](https://togithub.com/vercel/turborepo/pull/2176)
- Revert "Caching, but to tar files." by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2178](https://togithub.com/vercel/turborepo/pull/2178)
- support new paused status by
[@&#8203;blake-mealey](https://togithub.com/blake-mealey) in
[https://github.com/vercel/turborepo/pull/2179](https://togithub.com/vercel/turborepo/pull/2179)
- docs: Fix Pipeline API design link by
[@&#8203;brunojppb](https://togithub.com/brunojppb) in
[https://github.com/vercel/turborepo/pull/2153](https://togithub.com/vercel/turborepo/pull/2153)
- Use two stage release process, plus diamond workflow for
cross-compiling by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2051](https://togithub.com/vercel/turborepo/pull/2051)
- fix(examples): correct react-native ui output by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2181](https://togithub.com/vercel/turborepo/pull/2181)
- Add back bin/ directory by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2184](https://togithub.com/vercel/turborepo/pull/2184)
- feat(examples): add custom ignore script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2183](https://togithub.com/vercel/turborepo/pull/2183)
- Added explainer on environment variables by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2115](https://togithub.com/vercel/turborepo/pull/2115)

#### New Contributors

- [@&#8203;evliu](https://togithub.com/evliu) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2164](https://togithub.com/vercel/turborepo/pull/2164)
- [@&#8203;blake-mealey](https://togithub.com/blake-mealey) made their
first contribution in
[https://github.com/vercel/turborepo/pull/2179](https://togithub.com/vercel/turborepo/pull/2179)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.5.5...v1.5.6

###
[`v1.5.5`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.5)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.4...v1.5.5)

#### What's Changed

- fix(fs): overwrite symlink in restore cache by
[@&#8203;AielloChan](https://togithub.com/AielloChan) in
[https://github.com/vercel/turborepo/pull/2016](https://togithub.com/vercel/turborepo/pull/2016)
- seo: Add rewrite to turbo sitemap crawler by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2106](https://togithub.com/vercel/turborepo/pull/2106)
- Change Berry's `cacheKey` to be a string by
[@&#8203;amitdahan](https://togithub.com/amitdahan) in
[https://github.com/vercel/turborepo/pull/2102](https://togithub.com/vercel/turborepo/pull/2102)
- Fix small typo by
[@&#8203;arturcarvalho](https://togithub.com/arturcarvalho) in
[https://github.com/vercel/turborepo/pull/2108](https://togithub.com/vercel/turborepo/pull/2108)
- Add React Flow to showcase by
[@&#8203;moklick](https://togithub.com/moklick) in
[https://github.com/vercel/turborepo/pull/2107](https://togithub.com/vercel/turborepo/pull/2107)
- Test that env vars dependencies are sorted consistently by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2111](https://togithub.com/vercel/turborepo/pull/2111)
- Extract the patch for `tar` by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/2116](https://togithub.com/vercel/turborepo/pull/2116)
- Re-add log message about remote caching by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/2122](https://togithub.com/vercel/turborepo/pull/2122)
- Temporarily disable daemon on windows by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2124](https://togithub.com/vercel/turborepo/pull/2124)

#### New Contributors

- [@&#8203;AielloChan](https://togithub.com/AielloChan) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2016](https://togithub.com/vercel/turborepo/pull/2016)
- [@&#8203;amitdahan](https://togithub.com/amitdahan) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2102](https://togithub.com/vercel/turborepo/pull/2102)
- [@&#8203;arturcarvalho](https://togithub.com/arturcarvalho) made their
first contribution in
[https://github.com/vercel/turborepo/pull/2108](https://togithub.com/vercel/turborepo/pull/2108)
- [@&#8203;moklick](https://togithub.com/moklick) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2107](https://togithub.com/vercel/turborepo/pull/2107)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.5.4...v1.5.5

###
[`v1.5.4`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.4)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.3...v1.5.4)

#### What's Changed

- Drop log line breaking JSON dry-run output when remote caching is
enabled by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2067](https://togithub.com/vercel/turborepo/pull/2067)
- Use fmt.Sprintf where appropriate in logs by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2068](https://togithub.com/vercel/turborepo/pull/2068)
- Fix typo by [@&#8203;morinokami](https://togithub.com/morinokami) in
[https://github.com/vercel/turborepo/pull/2074](https://togithub.com/vercel/turborepo/pull/2074)
- Add path types for cache. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/2059](https://togithub.com/vercel/turborepo/pull/2059)
- fix(deps): update dependency ts-json-schema-generator to v1.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2071](https://togithub.com/vercel/turborepo/pull/2071)
- Fix: Docs Edit This Page Button not working by
[@&#8203;fmcalado](https://togithub.com/fmcalado) in
[https://github.com/vercel/turborepo/pull/2076](https://togithub.com/vercel/turborepo/pull/2076)
- chore(docs): sections for `globalDependencies` and `globalEnv` by
[@&#8203;QuiiBz](https://togithub.com/QuiiBz) in
[https://github.com/vercel/turborepo/pull/2080](https://togithub.com/vercel/turborepo/pull/2080)
- Add single-package mode and integration tests by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1979](https://togithub.com/vercel/turborepo/pull/1979)
- fix(prune) respect dir permissions during prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2066](https://togithub.com/vercel/turborepo/pull/2066)
- Fix typo in docs by
[@&#8203;davemaier](https://togithub.com/davemaier) in
[https://github.com/vercel/turborepo/pull/2086](https://togithub.com/vercel/turborepo/pull/2086)
- Path casts by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/2077](https://togithub.com/vercel/turborepo/pull/2077)
- fix(prune): place workspace configuration file in json directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2030](https://togithub.com/vercel/turborepo/pull/2030)
- chore(deps): update nextjs monorepo to v12.3.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2035](https://togithub.com/vercel/turborepo/pull/2035)
- Turn down logging for the daemon by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2085](https://togithub.com/vercel/turborepo/pull/2085)
- fix(docs): overflow on ` <Callout />` by
[@&#8203;QuiiBz](https://togithub.com/QuiiBz) in
[https://github.com/vercel/turborepo/pull/2082](https://togithub.com/vercel/turborepo/pull/2082)
- chore(deps): update dependency autoprefixer to v10.4.12 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2007](https://togithub.com/vercel/turborepo/pull/2007)
- Update command line reference for prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2087](https://togithub.com/vercel/turborepo/pull/2087)
- Handle pnpm resolving a dependency to multiple versions by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2090](https://togithub.com/vercel/turborepo/pull/2090)

#### New Contributors

- [@&#8203;morinokami](https://togithub.com/morinokami) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2074](https://togithub.com/vercel/turborepo/pull/2074)
- [@&#8203;fmcalado](https://togithub.com/fmcalado) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2076](https://togithub.com/vercel/turborepo/pull/2076)
- [@&#8203;QuiiBz](https://togithub.com/QuiiBz) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2080](https://togithub.com/vercel/turborepo/pull/2080)
- [@&#8203;davemaier](https://togithub.com/davemaier) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2086](https://togithub.com/vercel/turborepo/pull/2086)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.5.3...v1.5.4

###
[`v1.5.3`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.3)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.2...v1.5.3)

#### What's Changed

- Update turbo-1-5-0.mdx by
[@&#8203;cedric25](https://togithub.com/cedric25) in
[https://github.com/vercel/turborepo/pull/2061](https://togithub.com/vercel/turborepo/pull/2061)
- Add test to ensure relevant fields are sorted by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2064](https://togithub.com/vercel/turborepo/pull/2064)

#### New Contributors

- [@&#8203;cedric25](https://togithub.com/cedric25) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2061](https://togithub.com/vercel/turborepo/pull/2061)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.5.2...v1.5.3

###
[`v1.5.2`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.2)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.1...v1.5.2)

#### What's Changed

- Update docs on declaring env key dependencies by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1936](https://togithub.com/vercel/turborepo/pull/1936)
- Rewrote option syntax to be more flexible (thanks Cobra) by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2014](https://togithub.com/vercel/turborepo/pull/2014)
- Added link to Why Turborepo from the quickstart by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2015](https://togithub.com/vercel/turborepo/pull/2015)
- Added documentation of deploying to docker to the handbook by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2013](https://togithub.com/vercel/turborepo/pull/2013)
- feat(eslint-plugin): add new configuration style by
[@&#8203;iduuck](https://togithub.com/iduuck) in
[https://github.com/vercel/turborepo/pull/2041](https://togithub.com/vercel/turborepo/pull/2041)
- 1.5 blog by [@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1999](https://togithub.com/vercel/turborepo/pull/1999)
- Slowdown the marquee by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2046](https://togithub.com/vercel/turborepo/pull/2046)
- feature: enhance dry-run with cache status by
[@&#8203;sppatel](https://togithub.com/sppatel) in
[https://github.com/vercel/turborepo/pull/1988](https://togithub.com/vercel/turborepo/pull/1988)
- Fix up image directory and filenames by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/2047](https://togithub.com/vercel/turborepo/pull/2047)
- Disable windows variant by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2048](https://togithub.com/vercel/turborepo/pull/2048)
- fix: Add .turbo to .gitignore by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turborepo/pull/2002](https://togithub.com/vercel/turborepo/pull/2002)
- Combine AbsolutePath and AbsoluteSystemPath by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/2026](https://togithub.com/vercel/turborepo/pull/2026)
- chore(release): version updates by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2044](https://togithub.com/vercel/turborepo/pull/2044)
- Wire up api and team flags with viper by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2053](https://togithub.com/vercel/turborepo/pull/2053)
- Ensure environment variables are sorted by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2054](https://togithub.com/vercel/turborepo/pull/2054)

#### New Contributors

- [@&#8203;iduuck](https://togithub.com/iduuck) made their first
contribution in
[https://github.com/vercel/turborepo/pull/2041](https://togithub.com/vercel/turborepo/pull/2041)
- [@&#8203;sppatel](https://togithub.com/sppatel) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1988](https://togithub.com/vercel/turborepo/pull/1988)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.5.1...v1.5.2

###
[`v1.5.1`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.1)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.5.0...v1.5.1)

#### What's Changed

- Drop no-longer-supported platform references by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2033](https://togithub.com/vercel/turborepo/pull/2033)
- We can infer identifer, we don't need to specify it by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2032](https://togithub.com/vercel/turborepo/pull/2032)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.5.0...v1.5.1

###
[`v1.5.0`](https://togithub.com/vercel/turborepo/releases/tag/v1.5.0)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.7...v1.5.0)

#### What's Changed

- Document inclusion of package.json in workspace task cache keys by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1955](https://togithub.com/vercel/turborepo/pull/1955)
- Make run the default command by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1821](https://togithub.com/vercel/turborepo/pull/1821)
- chore(deps): update dependency
[@&#8203;types/react](https://togithub.com/types/react) to v17.0.50 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1980](https://togithub.com/vercel/turborepo/pull/1980)
- chore(deps): update dependency
[@&#8203;babel/core](https://togithub.com/babel/core) to v7.19.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1989](https://togithub.com/vercel/turborepo/pull/1989)
- chore(deps): update dependency csstype to v3.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1981](https://togithub.com/vercel/turborepo/pull/1981)
- fix(deps): update dependency react-hot-toast to v2.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1992](https://togithub.com/vercel/turborepo/pull/1992)
- Drop unsupported platforms by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1903](https://togithub.com/vercel/turborepo/pull/1903)
- fix(deps): update dependency classnames to v2.3.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1990](https://togithub.com/vercel/turborepo/pull/1990)
- Wire up prysk and fix help flag by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2000](https://togithub.com/vercel/turborepo/pull/2000)
- Enable turbod by default by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2001](https://togithub.com/vercel/turborepo/pull/2001)
- Built monorepo handbook by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1881](https://togithub.com/vercel/turborepo/pull/1881)
- Why turborepo images POC by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2012](https://togithub.com/vercel/turborepo/pull/2012)
- Added link to package installation by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2009](https://togithub.com/vercel/turborepo/pull/2009)
- Drop macos run of large benchmark on github actions. by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/2003](https://togithub.com/vercel/turborepo/pull/2003)
- Typo fix by [@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/2017](https://togithub.com/vercel/turborepo/pull/2017)
- feat(types): add turbo types package by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2024](https://togithub.com/vercel/turborepo/pull/2024)
- fix(deps): update dependency nextra to v2.0.0-beta.29 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/2008](https://togithub.com/vercel/turborepo/pull/2008)
- chore(core): deprecation messages for legacy env keys by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1959](https://togithub.com/vercel/turborepo/pull/1959)
- feat(codemod): migrate turbo.json dependsOn by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/2022](https://togithub.com/vercel/turborepo/pull/2022)
- feat: Add prune support for Yarn 3 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/2019](https://togithub.com/vercel/turborepo/pull/2019)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.4.7...v1.5.0

###
[`v1.4.7`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.7)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.6...v1.4.7)

#### What's Changed

- Add degit instructions for all examples by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1884](https://togithub.com/vercel/turborepo/pull/1884)
- chore(turbo-ignore): add console message of an unfriendly error by
[@&#8203;t-i-0414](https://togithub.com/t-i-0414) in
[https://github.com/vercel/turborepo/pull/1871](https://togithub.com/vercel/turborepo/pull/1871)
- Rewrote filtering workspaces docs by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1879](https://togithub.com/vercel/turborepo/pull/1879)
- fix(deps): update dependency swr to v1.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1876](https://togithub.com/vercel/turborepo/pull/1876)
- Rewrote pipelines, caching and remote caching docs by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1758](https://togithub.com/vercel/turborepo/pull/1758)
- Reorganised pipeline docs with clearer headings, groupings and content
by [@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1866](https://togithub.com/vercel/turborepo/pull/1866)
- feat(ignore): check for turbo force by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1886](https://togithub.com/vercel/turborepo/pull/1886)
- Fixed typo on remote caching page by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1889](https://togithub.com/vercel/turborepo/pull/1889)
- Fixed redirect by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1888](https://togithub.com/vercel/turborepo/pull/1888)
- Try out cram/prysk for CLI integration testing by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1829](https://togithub.com/vercel/turborepo/pull/1829)
- (Controversial) Removed glossary and mentions of topological from the
docs by [@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1868](https://togithub.com/vercel/turborepo/pull/1868)
- feat: Add pnpm support for turbo prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1819](https://togithub.com/vercel/turborepo/pull/1819)
- Always include package.json in hash by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1832](https://togithub.com/vercel/turborepo/pull/1832)
- chore(deps): update dependency
[@&#8203;babel/core](https://togithub.com/babel/core) to v7.19.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1905](https://togithub.com/vercel/turborepo/pull/1905)
- added code-shaper to code generation tools by
[@&#8203;nareshbhatia](https://togithub.com/nareshbhatia) in
[https://github.com/vercel/turborepo/pull/1909](https://togithub.com/vercel/turborepo/pull/1909)
- added code-shaper to the code generation intro line by
[@&#8203;nareshbhatia](https://togithub.com/nareshbhatia) in
[https://github.com/vercel/turborepo/pull/1915](https://togithub.com/vercel/turborepo/pull/1915)
- docs(examples/design-system): update readme by
[@&#8203;theurgi](https://togithub.com/theurgi) in
[https://github.com/vercel/turborepo/pull/1910](https://togithub.com/vercel/turborepo/pull/1910)
- Finish port to cobra by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1792](https://togithub.com/vercel/turborepo/pull/1792)
- chore(examples): clean with-next list by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1923](https://togithub.com/vercel/turborepo/pull/1923)
- chore(examples): add comment for maintainability by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1927](https://togithub.com/vercel/turborepo/pull/1927)
- Refactor reading turbo.json and add test cases by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1929](https://togithub.com/vercel/turborepo/pull/1929)
- Re-jigged the landing and getting started pages by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1901](https://togithub.com/vercel/turborepo/pull/1901)
- Upgrade Nextra by [@&#8203;shuding](https://togithub.com/shuding) in
[https://github.com/vercel/turborepo/pull/1942](https://togithub.com/vercel/turborepo/pull/1942)
- Enable inputs to be relative again. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1937](https://togithub.com/vercel/turborepo/pull/1937)
- chore(deps): update dependency typescript to v4.8.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1934](https://togithub.com/vercel/turborepo/pull/1934)
- fix(deps): update dependency eslint-plugin-react to v7.31.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1935](https://togithub.com/vercel/turborepo/pull/1935)
- Removed bg circles to improve Safari perf by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1944](https://togithub.com/vercel/turborepo/pull/1944)
- Made front-page title pink by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1945](https://togithub.com/vercel/turborepo/pull/1945)
- chore(example): upgrade kitchen sink example by
[@&#8203;ruisaraiva19](https://togithub.com/ruisaraiva19) in
[https://github.com/vercel/turborepo/pull/1076](https://togithub.com/vercel/turborepo/pull/1076)
- Import goreleaser cross by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1925](https://togithub.com/vercel/turborepo/pull/1925)
- Turbo has more help text now, update test by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1931](https://togithub.com/vercel/turborepo/pull/1931)
- fix(with-tailwind): dev script fails to build tailwindcss by
[@&#8203;yanmao-cc](https://togithub.com/yanmao-cc) in
[https://github.com/vercel/turborepo/pull/1898](https://togithub.com/vercel/turborepo/pull/1898)
- fix(docs): update nextra by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1948](https://togithub.com/vercel/turborepo/pull/1948)
- Use correct flag for graphviz version by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1954](https://togithub.com/vercel/turborepo/pull/1954)
- Add mutex around helper cleanups by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1947](https://togithub.com/vercel/turborepo/pull/1947)
- docs(running tasks): explicit instruction for workspace tasks by
[@&#8203;mauricekleine](https://togithub.com/mauricekleine) in
[https://github.com/vercel/turborepo/pull/1922](https://togithub.com/vercel/turborepo/pull/1922)
- Reconcile cram tests and help text by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1956](https://togithub.com/vercel/turborepo/pull/1956)
- chore(deps): update nextjs monorepo to v12.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1960](https://togithub.com/vercel/turborepo/pull/1960)
- switch over to use go-yarnlock for yarn.lock parsing by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1893](https://togithub.com/vercel/turborepo/pull/1893)
- Improve CI setup by [@&#8203;mehulkar](https://togithub.com/mehulkar)
in
[https://github.com/vercel/turborepo/pull/1904](https://togithub.com/vercel/turborepo/pull/1904)
- No shallow checkout for linting. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1972](https://togithub.com/vercel/turborepo/pull/1972)
- Add ability to declare a env key in each pipeline task by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1970](https://togithub.com/vercel/turborepo/pull/1970)
- Add ability to define a globalEnv key in turbo.json by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1950](https://togithub.com/vercel/turborepo/pull/1950)
- Show outputModeTable in CLI and config docs by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1949](https://togithub.com/vercel/turborepo/pull/1949)
- fix: Support pnpm patches in prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1967](https://togithub.com/vercel/turborepo/pull/1967)
- Update showcase images by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/1986](https://togithub.com/vercel/turborepo/pull/1986)
- Add vimeo to showcase by
[@&#8203;jaredpalmer](https://togithub.com/jaredpalmer) in
[https://github.com/vercel/turborepo/pull/1987](https://togithub.com/vercel/turborepo/pull/1987)

#### New Contributors

- [@&#8203;t-i-0414](https://togithub.com/t-i-0414) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1871](https://togithub.com/vercel/turborepo/pull/1871)
- [@&#8203;nareshbhatia](https://togithub.com/nareshbhatia) made their
first contribution in
[https://github.com/vercel/turborepo/pull/1909](https://togithub.com/vercel/turborepo/pull/1909)
- [@&#8203;theurgi](https://togithub.com/theurgi) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1910](https://togithub.com/vercel/turborepo/pull/1910)
- [@&#8203;ruisaraiva19](https://togithub.com/ruisaraiva19) made their
first contribution in
[https://github.com/vercel/turborepo/pull/1076](https://togithub.com/vercel/turborepo/pull/1076)
- [@&#8203;yanmao-cc](https://togithub.com/yanmao-cc) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1898](https://togithub.com/vercel/turborepo/pull/1898)
- [@&#8203;mauricekleine](https://togithub.com/mauricekleine) made their
first contribution in
[https://github.com/vercel/turborepo/pull/1922](https://togithub.com/vercel/turborepo/pull/1922)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.4.6...v1.4.7

###
[`v1.4.6`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.6)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.5...v1.4.6)

#### What's Changed

##### Internal

- fix(deps): update dependency ora to v4.1.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1854](https://togithub.com/vercel/turborepo/pull/1854)
- Don't special case version command by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1870](https://togithub.com/vercel/turborepo/pull/1870)
- fix(deps): update dependency react-hot-toast to v2.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1875](https://togithub.com/vercel/turborepo/pull/1875)
- chore(deps): update jamesives/github-pages-deploy-action action to
v4.4.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1851](https://togithub.com/vercel/turborepo/pull/1851)
- chore(deps): update dependency typescript to v4.8.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1849](https://togithub.com/vercel/turborepo/pull/1849)
- chore(deps): update dependency esbuild to ^0.15.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1848](https://togithub.com/vercel/turborepo/pull/1848)
- Enable pnpm@6 testing. by
[@&#8203;7flash](https://togithub.com/7flash) in
[https://github.com/vercel/turborepo/pull/1837](https://togithub.com/vercel/turborepo/pull/1837)
- fix(deps): update dependency eslint-plugin-react to v7.31.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1834](https://togithub.com/vercel/turborepo/pull/1834)
- chore(deps): update dependency
[@&#8203;types/react](https://togithub.com/types/react) to v17.0.49 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1833](https://togithub.com/vercel/turborepo/pull/1833)
- Replace some 2 letter variables for readability by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1845](https://togithub.com/vercel/turborepo/pull/1845)

##### Documentation

- Remove unused packages from docs site by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1828](https://togithub.com/vercel/turborepo/pull/1828)
- Consolidated 'workspace' and 'package' terminology by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1817](https://togithub.com/vercel/turborepo/pull/1817)
- Rewrote docs homepage by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1756](https://togithub.com/vercel/turborepo/pull/1756)
- Update existing-monorepo.mdx by
[@&#8203;shemayas](https://togithub.com/shemayas) in
[https://github.com/vercel/turborepo/pull/1858](https://togithub.com/vercel/turborepo/pull/1858)
- Update Docs by [@&#8203;PhentomPT](https://togithub.com/PhentomPT) in
[https://github.com/vercel/turborepo/pull/1794](https://togithub.com/vercel/turborepo/pull/1794)
- Fix broken links on "Add to existing Monorepo" by
[@&#8203;pakaponk](https://togithub.com/pakaponk) in
[https://github.com/vercel/turborepo/pull/1836](https://togithub.com/vercel/turborepo/pull/1836)

##### Examples

- Removed parallel flag from basic example by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1787](https://togithub.com/vercel/turborepo/pull/1787)
- Renamed storybook components by
[@&#8203;samuelhorn](https://togithub.com/samuelhorn) in
[https://github.com/vercel/turborepo/pull/1841](https://togithub.com/vercel/turborepo/pull/1841)

##### Packages

- fix(eslint): exclude variables in rule by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1865](https://togithub.com/vercel/turborepo/pull/1865)

#### New Contributors

- [@&#8203;shemayas](https://togithub.com/shemayas) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1858](https://togithub.com/vercel/turborepo/pull/1858)
- [@&#8203;7flash](https://togithub.com/7flash) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1837](https://togithub.com/vercel/turborepo/pull/1837)
- [@&#8203;PhentomPT](https://togithub.com/PhentomPT) made their first
contribution in
[https://github.com/vercel/turborepo/pull/1794](https://togithub.com/vercel/turborepo/pull/1794)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.4.5...v1.4.6

###
[`v1.4.5`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.5)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.4...v1.4.5)

#### What's Changed

##### Core

- Split notion of logged in into user and linked-team by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1844](https://togithub.com/vercel/turborepo/pull/1844)

##### Documentation

- Turborepo usage. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1827](https://togithub.com/vercel/turborepo/pull/1827)
- Remove unused
[@&#8203;react-aria/radio](https://togithub.com/react-aria/radio)
package by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1826](https://togithub.com/vercel/turborepo/pull/1826)
- Fix broken links at "Next Steps" on "Add to Existing Monorepo" by
[@&#8203;pakaponk](https://togithub.com/pakaponk) in
[https://github.com/vercel/turborepo/pull/1835](https://togithub.com/vercel/turborepo/pull/1835)
- Upgrade Nextra by [@&#8203;shuding](https://togithub.com/shuding) in
[https://github.com/vercel/turborepo/pull/1831](https://togithub.com/vercel/turborepo/pull/1831)

**Full Changelog**:
https://github.com/vercel/turborepo/compare/v1.4.4...v1.4.5

###
[`v1.4.4`](https://togithub.com/vercel/turborepo/releases/tag/v1.4.4)

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v1.4.3...v1.4.4)

#### What's Changed

- chore(deps): update dependency postcss to v8.4.16 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1669](https://togithub.com/vercel/turborepo/pull/1669)
- chore(deps): update nextjs monorepo to v12.2.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1670](https://togithub.com/vercel/turborepo/pull/1670)
- Make it easier to copy paste command from README by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1678](https://togithub.com/vercel/turborepo/pull/1678)
- fix: Remove corepack upgrade step from corepack build target by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1668](https://togithub.com/vercel/turborepo/pull/1668)
- update: create-turbo templates to use react v18 by
[@&#8203;joelhooks](https://togithub.com/joelhooks) in
[https://github.com/vercel/turborepo/pull/1685](https://togithub.com/vercel/turborepo/pull/1685)
- docs: Update with-nextjs readme to add prisma starter link by
[@&#8203;Misikir](https://togithub.com/Misikir) in
[https://github.com/vercel/turborepo/pull/1682](https://togithub.com/vercel/turborepo/pull/1682)
- Flip benchmark to manual, only run on ubuntu, add protoc setup by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1687](https://togithub.com/vercel/turborepo/pull/1687)
- fix: 🐛 typo by [@&#8203;futantan](https://togithub.com/futantan) in
[https://github.com/vercel/turborepo/pull/1688](https://togithub.com/vercel/turborepo/pull/1688)
- refactor: Prune prefactor by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1689](https://togithub.com/vercel/turborepo/pull/1689)
- Remove references to baseBranch by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1681](https://togithub.com/vercel/turborepo/pull/1681)
- fix(deps): update dependency
[@&#8203;react-aria/radio](https://togithub.com/react-aria/radio) to
v3.3.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1679](https://togithub.com/vercel/turborepo/pull/1679)
- output to terminal when we are just waiting for cache uploads by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1686](https://togithub.com/vercel/turborepo/pull/1686)
- create-turbo: improve test cases and make them pass by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1655](https://togithub.com/vercel/turborepo/pull/1655)
- chore(cli): fix comment by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1697](https://togithub.com/vercel/turborepo/pull/1697)
- [#&#8203;1283](https://togithub.com/vercel/turborepo/issues/1283) -
Fixed json5 support by
[@&#8203;bguedes-moz](https://togithub.com/bguedes-moz) in
[https://github.com/vercel/turborepo/pull/1472](https://togithub.com/vercel/turborepo/pull/1472)
- Use git hash-object instead of git ls-files for inputs hashing by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1699](https://togithub.com/vercel/turborepo/pull/1699)
- Move more fields out of Config by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1461](https://togithub.com/vercel/turborepo/pull/1461)
- create-turbo: Add tests to assert package installation works by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1698](https://togithub.com/vercel/turborepo/pull/1698)
- chore(ci): test all other packages in CI by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1709](https://togithub.com/vercel/turborepo/pull/1709)
- Increase timeout for tests involving npm install by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1714](https://togithub.com/vercel/turborepo/pull/1714)
- Wait for initial delay even with no TTY by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1713](https://togithub.com/vercel/turborepo/pull/1713)
- Add yarn/berry switch in create-turbo tests. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1712](https://togithub.com/vercel/turborepo/pull/1712)
- Add n8n to showcase by [@&#8203;ivov](https://togithub.com/ivov) in
[https://github.com/vercel/turborepo/pull/1661](https://togithub.com/vercel/turborepo/pull/1661)
- Run benchmarks, push data to tinybird and gh-pages by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1715](https://togithub.com/vercel/turborepo/pull/1715)
- add Xata to showcase list by
[@&#8203;atilafassina](https://togithub.com/atilafassina) in
[https://github.com/vercel/turborepo/pull/1675](https://togithub.com/vercel/turborepo/pull/1675)
- Remove MacOS from suggested setup by
[@&#8203;alexander-young](https://togithub.com/alexander-young) in
[https://github.com/vercel/turborepo/pull/1716](https://togithub.com/vercel/turborepo/pull/1716)
- MacOS times out on large monorepo by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1721](https://togithub.com/vercel/turborepo/pull/1721)
- Add back symlinks in fs cache by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1453](https://togithub.com/vercel/turborepo/pull/1453)
- Removed blocks from storybook import by
[@&#8203;samuelhorn](https://togithub.com/samuelhorn) in
[https://github.com/vercel/turborepo/pull/1725](https://togithub.com/vercel/turborepo/pull/1725)
- Document how to run unit tests by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1726](https://togithub.com/vercel/turborepo/pull/1726)
- Fix instructions for running a single Go unit test by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1728](https://togithub.com/vercel/turborepo/pull/1728)
- fix(docs): fix showcase layout shift by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1727](https://togithub.com/vercel/turborepo/pull/1727)
- run_state refactor by [@&#8203;gsoltis](https://togithub.com/gsoltis)
in
[https://github.com/vercel/turborepo/pull/1711](https://togithub.com/vercel/turborepo/pull/1711)
- Run go mod tidy by [@&#8203;mehulkar](https://togithub.com/mehulkar)
in
[https://github.com/vercel/turborepo/pull/1734](https://togithub.com/vercel/turborepo/pull/1734)
- Invert automerging behavior from Kodiak by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1735](https://togithub.com/vercel/turborepo/pull/1735)
- Minor editorial, grammatical, and spelling improvments to docs by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1701](https://togithub.com/vercel/turborepo/pull/1701)
- Improve docs on how to get started debugging by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1736](https://togithub.com/vercel/turborepo/pull/1736)
- Update CODEOWNERS with team by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1737](https://togithub.com/vercel/turborepo/pull/1737)
- \[create-turbo] Remove registry argument to install. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1742](https://togithub.com/vercel/turborepo/pull/1742)
- minor pipelines.mdx typo by
[@&#8203;laurentlucian](https://togithub.com/laurentlucian) in
[https://github.com/vercel/turborepo/pull/1743](https://togithub.com/vercel/turborepo/pull/1743)
- fix(cli): fallback to manual hashing for global by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1747](https://togithub.com/vercel/turborepo/pull/1747)
- Turbo Config refactor by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1739](https://togithub.com/vercel/turborepo/pull/1739)
- Document how to publish new releases by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1750](https://togithub.com/vercel/turborepo/pull/1750)
- Autofix fixable lint issues by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1748](https://togithub.com/vercel/turborepo/pull/1748)
- Remove confusing features from docs page by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1754](https://togithub.com/vercel/turborepo/pull/1754)
- Removed key emoji by
[@&#8203;mattpocock](https://togithub.com/mattpocock) in
[https://github.com/vercel/turborepo/pull/1757](https://togithub.com/vercel/turborepo/pull/1757)
- Script for releasing from CI. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1562](https://togithub.com/vercel/turborepo/pull/1562)
- chore(deps): update nextjs monorepo to v12.2.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1700](https://togithub.com/vercel/turborepo/pull/1700)
- fix(deps): update dependency
[@&#8203;react-aria/ssr](https://togithub.com/react-aria/ssr) to v3.3.0
by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1680](https://togithub.com/vercel/turborepo/pull/1680)
- docs: Callout that turbo.json is an input by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1762](https://togithub.com/vercel/turborepo/pull/1762)
- Improve documentation of accepted options for outputMode config by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1761](https://togithub.com/vercel/turborepo/pull/1761)
- Improve release docs by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1759](https://togithub.com/vercel/turborepo/pull/1759)
- fix(deps): update dependency
[@&#8203;react-aria/focus](https://togithub.com/react-aria/focus) to
v3.7.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1548](https://togithub.com/vercel/turborepo/pull/1548)
- fix(deps): update dependency eslint-plugin-react to v7.31.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1569](https://togithub.com/vercel/turborepo/pull/1569)
- Update docs for release to clarify questions. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1766](https://togithub.com/vercel/turborepo/pull/1766)
- Include the npm configuration for publishing. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1770](https://togithub.com/vercel/turborepo/pull/1770)
- Remove hard link code and SameFile function by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1454](https://togithub.com/vercel/turborepo/pull/1454)
- Remove command flag shorthands from docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1767](https://togithub.com/vercel/turborepo/pull/1767)
- Callout automatic env var inclusion in dependsOn config by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1772](https://togithub.com/vercel/turborepo/pull/1772)
- More docs by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turborepo/pull/1775](https://togithub.com/vercel/turborepo/pull/1775)
- Move user config and repo config to Viper by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1751](https://togithub.com/vercel/turborepo/pull/1751)
- Change fs.ReadPackageJSON to operate on AbsolutePath instances by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1773](https://togithub.com/vercel/turborepo/pull/1773)
- Run the benchmark after every release by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1776](https://togithub.com/vercel/turborepo/pull/1776)
- Add schema dialect to example turbo.json files by
[@&#8203;DoctorJohn](https://togithub.com/DoctorJohn) in
[https://github.com/vercel/turborepo/pull/1795](https://togithub.com/vercel/turborepo/pull/1795)
- fix: rule doc link by
[@&#8203;MarceloAlves](https://togithub.com/MarceloAlves) in
[https://github.com/vercel/turborepo/pull/1793](https://togithub.com/vercel/turborepo/pull/1793)
- Make create-turbo Berry-aware. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1717](https://togithub.com/vercel/turborepo/pull/1717)
- Fix typo in getting-started.mdx by
[@&#8203;afady](https://togithub.com/afady) in
[https://github.com/vercel/turborepo/pull/1785](https://togithub.com/vercel/turborepo/pull/1785)
- Provide a bit more context for trace files. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turborepo/pull/1768](https://togithub.com/vercel/turborepo/pull/1768)
- fix(docs): nextjs with-docker link by
[@&#8203;bobaaaaa](https://togithub.com/bobaaaaa) in
[https://github.com/vercel/turborepo/pull/1800](https://togithub.com/vercel/turborepo/pull/1800)
- Drop unused absolute unix path by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1791](https://togithub.com/vercel/turborepo/pull/1791)
- Generate .npmrc just-in-time by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1805](https://togithub.com/vercel/turborepo/pull/1805)
- fix: use docker cache best practices in examples by
[@&#8203;HosseinAgha](https://togithub.com/HosseinAgha) in
[https://github.com/vercel/turborepo/pull/1673](https://togithub.com/vercel/turborepo/pull/1673)
- chore(deps): update dependency
[@&#8203;babel/core](https://togithub.com/babel/core) to v7.18.13 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/vercel/turborepo/pull/1765](https://togithub.com/vercel/turborepo/pull/1765)
- chore(packages): typecheck and abstract ts config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1807](https://togithub.com/vercel/turborepo/pull/1807)
- chore(ci): use remote cache for JS tests by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turborepo/pull/1808](https://togithub.com/vercel/turborepo/pull/1808)
- Set cmd.Dir to an absolute path when we execute scripts by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1774](https://togithub.com/vercel/turborepo/pull/1774)
- Remove errant indentation by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1810](https://togithub.com/vercel/turborepo/pull/1810)
- Remove --no-gc flag, always run with garbage collection by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turborepo/pull/1803](https://togithub.com/vercel/turborepo/pull/1803)
- (refactor) add lockfile abstraction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turborepo/pull/1789](https://togithub.com/vercel/turborepo/pull/1789)
- Move `fs.AbsolutePath` to `turbopath.AbsolutePath` by
[@&#8203;nathanhammond](ht

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODYuMiIsInVwZGF0ZWRJblZlciI6IjMyLjIzOC40In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant