Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ update turbo to ^1.10.14 (#185)
Browse files Browse the repository at this point in the history
[![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://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`^1.10.13` -> `^1.10.14`](https://renovatebot.com/diffs/npm/turbo/1.10.13/1.10.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.13/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.13/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/turbo (turbo)</summary>

### [`v1.10.14`](https://togithub.com/vercel/turbo/releases/tag/v1.10.14): Turborepo v1.10.14

[Compare Source](https://togithub.com/vercel/turbo/compare/v1.10.13...v1.10.14)



#### What's Changed

##### Changelog

-   Add support to integration tests for experimental rust codepath by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/5748](https://togithub.com/vercel/turbo/pull/5748)
-   chore: require lockfile implementations to be threadsafe by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5781](https://togithub.com/vercel/turbo/pull/5781)
-   release(turborepo): 1.10.13 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5788](https://togithub.com/vercel/turbo/pull/5788)
-   feat(turbo-ignore): add better error message by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5790](https://togithub.com/vercel/turbo/pull/5790)
-   test: verify we can walk DAGs with multiple roots by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5770](https://togithub.com/vercel/turbo/pull/5770)
-   add filewatching tests to document behaviour regarding file add/delete by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5580](https://togithub.com/vercel/turbo/pull/5580)
-   add evaluatables to chunk list ident by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5785](https://togithub.com/vercel/turbo/pull/5785)
-   Tracing improvements by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5783](https://togithub.com/vercel/turbo/pull/5783)
-   Generic types over Vcs by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/5738](https://togithub.com/vercel/turbo/pull/5738)
-   fix: snapshot test path canonicalization by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [https://github.com/vercel/turbo/pull/5795](https://togithub.com/vercel/turbo/pull/5795)
-   fix "any" context condition implementation by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5794](https://togithub.com/vercel/turbo/pull/5794)
-   feat(examples): update cra lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5799](https://togithub.com/vercel/turbo/pull/5799)
-   feat: port github action detection by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5792](https://togithub.com/vercel/turbo/pull/5792)
-   add middleware entry type by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5800](https://togithub.com/vercel/turbo/pull/5800)
-   fix: unify go rust error formatting by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5798](https://togithub.com/vercel/turbo/pull/5798)
-   fix: remove panic from task graph validation by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5789](https://togithub.com/vercel/turbo/pull/5789)
-   feat: port task graph execution by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5791](https://togithub.com/vercel/turbo/pull/5791)
-   fix(turborepo): Better unlink Output by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/5764](https://togithub.com/vercel/turbo/pull/5764)
-   perform invalidation directly on writes by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5786](https://togithub.com/vercel/turbo/pull/5786)
-   Automatically derive ValueDefault for primitive value types by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [https://github.com/vercel/turbo/pull/5793](https://togithub.com/vercel/turbo/pull/5793)
-   fix(lint): add node env by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5805](https://togithub.com/vercel/turbo/pull/5805)
-   fix: persistent task concurrency check by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5806](https://togithub.com/vercel/turbo/pull/5806)
-   feat: show all persistent task validation errors by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5807](https://togithub.com/vercel/turbo/pull/5807)
-   docs: update webpack docs to reflect latest next.js api by [@&#8203;willwill96](https://togithub.com/willwill96) in [https://github.com/vercel/turbo/pull/5680](https://togithub.com/vercel/turbo/pull/5680)
-   feat(turborepo): Use new URL scheme. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/5803](https://togithub.com/vercel/turbo/pull/5803)
-   fix(turborepo): API naming and dep graph by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/5819](https://togithub.com/vercel/turbo/pull/5819)
-   make swc comments immutable by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5784](https://togithub.com/vercel/turbo/pull/5784)
-   avoid unnessecary indirection in async modules by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5627](https://togithub.com/vercel/turbo/pull/5627)
-   fix(lint): set vscode config for pnpm examples by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5826](https://togithub.com/vercel/turbo/pull/5826)
-   feat(docs): update lint in handbook by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5812](https://togithub.com/vercel/turbo/pull/5812)
-   Update HMR for next-api by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/5814](https://togithub.com/vercel/turbo/pull/5814)
-   avoid cloning a large list of task ids by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5821](https://togithub.com/vercel/turbo/pull/5821)
-   chore(docs): update lint callout by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5831](https://togithub.com/vercel/turbo/pull/5831)
-   chore(lint): update [@&#8203;vercel/style-guide](https://togithub.com/vercel/style-guide) to latest by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5832](https://togithub.com/vercel/turbo/pull/5832)
-   feat(examples): upgrade [@&#8203;vercel/style-guide](https://togithub.com/vercel/style-guide) to 5 by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5834](https://togithub.com/vercel/turbo/pull/5834)
-   Update `swc_core` to `v0.82.4` by [@&#8203;kdy1](https://togithub.com/kdy1) in [https://github.com/vercel/turbo/pull/5820](https://togithub.com/vercel/turbo/pull/5820)
-   chore: minor task cache changes by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5838](https://togithub.com/vercel/turbo/pull/5838)
-   chore: remove fake root topological task nodes by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5828](https://togithub.com/vercel/turbo/pull/5828)
-   feat: port task execution summary by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5825](https://togithub.com/vercel/turbo/pull/5825)
-   Update `swc_core` to `v0.82.10` by [@&#8203;kdy1](https://togithub.com/kdy1) in [https://github.com/vercel/turbo/pull/5853](https://togithub.com/vercel/turbo/pull/5853)
-   Stub out module.hot.check for next-api by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/5855](https://togithub.com/vercel/turbo/pull/5855)
-   feat(Turborepo): Create a filewatching crate by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5772](https://togithub.com/vercel/turbo/pull/5772)
-   chore: make color selector usable with prefix ui by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5863](https://togithub.com/vercel/turbo/pull/5863)
-   feat(example): update tailwind starter template by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5856](https://togithub.com/vercel/turbo/pull/5856)
-   chore: add full auth into http client by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5857](https://togithub.com/vercel/turbo/pull/5857)
-   feature(turbo): Global Hash by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5568](https://togithub.com/vercel/turbo/pull/5568)
-   fix(lint): remove unused import by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5883](https://togithub.com/vercel/turbo/pull/5883)
-   feat(example): update basic starter template by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5880](https://togithub.com/vercel/turbo/pull/5880)
-   feat(docs): update bundle format recommendation by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5870](https://togithub.com/vercel/turbo/pull/5870)
-   fix: avoid panic during task cache construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5882](https://togithub.com/vercel/turbo/pull/5882)
-   Add `Send` bound to `T` in `Vc<T>` to make type error less cryptic by [@&#8203;kdy1](https://togithub.com/kdy1) in [https://github.com/vercel/turbo/pull/5871](https://togithub.com/vercel/turbo/pull/5871)
-   feat(Turborepo): add filesystem cookies on top of filewatching by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5858](https://togithub.com/vercel/turbo/pull/5858)
-   Turbopack: Remove `turbo_tasks::unit()` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/5860](https://togithub.com/vercel/turbo/pull/5860)
-   Turbopack Experimental: Fix source maps in HMR by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/5852](https://togithub.com/vercel/turbo/pull/5852)
-   feat(examples): update design-system by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5884](https://togithub.com/vercel/turbo/pull/5884)
-   fix: use existing ui instead of constructing a new one by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5886](https://togithub.com/vercel/turbo/pull/5886)
-   feat: support analysing ternary expressions by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [https://github.com/vercel/turbo/pull/5881](https://togithub.com/vercel/turbo/pull/5881)
-   Fix clippy warnings / errors in filewatching code by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5891](https://togithub.com/vercel/turbo/pull/5891)
-   feat: connect task cache with visitor by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5889](https://togithub.com/vercel/turbo/pull/5889)
-   Update pnpm to 8.7.1 by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/5861](https://togithub.com/vercel/turbo/pull/5861)
-   fix: missing autoprefixer package in with-tailwind example by [@&#8203;boompikachu](https://togithub.com/boompikachu) in [https://github.com/vercel/turbo/pull/5893](https://togithub.com/vercel/turbo/pull/5893)
-   release(turborepo): 1.10.14-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5903](https://togithub.com/vercel/turbo/pull/5903)
-   fix: deny clippy errors in filewatching crate by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5895](https://togithub.com/vercel/turbo/pull/5895)
-   fix(Turborepo): Filter ancestor events before manual recursive watch by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5896](https://togithub.com/vercel/turbo/pull/5896)
-   feat(create-turbo): better error when GH is down by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5900](https://togithub.com/vercel/turbo/pull/5900)
-   feat: port output control by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5906](https://togithub.com/vercel/turbo/pull/5906)
-   feat(examples): update kitchen-sink by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5892](https://togithub.com/vercel/turbo/pull/5892)
-   Revert swc versions to one that doesn't use lightningcss by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/5911](https://togithub.com/vercel/turbo/pull/5911)
-   feature(turbo): Task Hash by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5716](https://togithub.com/vercel/turbo/pull/5716)
-   fix(with-tailwind): support .mjs import extension by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5912](https://togithub.com/vercel/turbo/pull/5912)
-   fix(create-turbo): add before commiting by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5914](https://togithub.com/vercel/turbo/pull/5914)
-   fix(tests): kitchen-sink updates by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5924](https://togithub.com/vercel/turbo/pull/5924)
-   feat(turbo-ignore): fix args and update fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5910](https://togithub.com/vercel/turbo/pull/5910)
-   feat(examples): update gatsby by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5925](https://togithub.com/vercel/turbo/pull/5925)
-   feat(Turborepo): Implement glob watching by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5862](https://togithub.com/vercel/turbo/pull/5862)
-   release(turborepo): 1.10.14-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5929](https://togithub.com/vercel/turbo/pull/5929)
-   chore: add error to prefixed UI by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5915](https://togithub.com/vercel/turbo/pull/5915)
-   chore: purge unused Go code by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5917](https://togithub.com/vercel/turbo/pull/5917)
-   fix: add DOM lib to react-library tsconfig by [@&#8203;ekafyi](https://togithub.com/ekafyi) in [https://github.com/vercel/turbo/pull/5111](https://togithub.com/vercel/turbo/pull/5111)
-   fix(examples-tests): correct gatsby prysk test by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5935](https://togithub.com/vercel/turbo/pull/5935)
-   feat: use prefixed ui in task graph visitor by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5930](https://togithub.com/vercel/turbo/pull/5930)
-   Add "scroll to top" option in theme.config.tsx by [@&#8203;mitesh-gupta](https://togithub.com/mitesh-gupta) in [https://github.com/vercel/turbo/pull/5907](https://togithub.com/vercel/turbo/pull/5907)
-   changed LandingPage component clipping title by [@&#8203;Firgrep](https://togithub.com/Firgrep) in [https://github.com/vercel/turbo/pull/5937](https://togithub.com/vercel/turbo/pull/5937)
-   Child process manager by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/5849](https://togithub.com/vercel/turbo/pull/5849)
-   Revert "Child process manager" by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5939](https://togithub.com/vercel/turbo/pull/5939)
-   Update http mock and clap by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [https://github.com/vercel/turbo/pull/5936](https://togithub.com/vercel/turbo/pull/5936)
-   Update logos. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/5941](https://togithub.com/vercel/turbo/pull/5941)
-   Rearranging style-guide imports by [@&#8203;imCorfitz](https://togithub.com/imCorfitz) in [https://github.com/vercel/turbo/pull/5942](https://togithub.com/vercel/turbo/pull/5942)
-   CSS HMR fixes by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5948](https://togithub.com/vercel/turbo/pull/5948)
-   Reduce the number of tasks for better performance by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5950](https://togithub.com/vercel/turbo/pull/5950)
-   improve error handling of developer workflow tool by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5952](https://togithub.com/vercel/turbo/pull/5952)
-   fix(Turborepo): Update integration test for bad flag by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5946](https://togithub.com/vercel/turbo/pull/5946)
-   Update ContextCondition::InPath to match exact path by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/5938](https://togithub.com/vercel/turbo/pull/5938)
-   fix(workspaces): glob fix and refactor correction by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5951](https://togithub.com/vercel/turbo/pull/5951)
-   Wire filewatching to daemon server by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5916](https://togithub.com/vercel/turbo/pull/5916)
-   Revert "Reduce the number of tasks for better performance" by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5953](https://togithub.com/vercel/turbo/pull/5953)
-   feat(turborepo): support Bun by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/5934](https://togithub.com/vercel/turbo/pull/5934)
-   feat(create-turbo): support bun (beta) by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5943](https://togithub.com/vercel/turbo/pull/5943)
-   Use `is_inside_or_equal_ref` in `ContextCondition::InPath` by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [https://github.com/vercel/turbo/pull/5954](https://togithub.com/vercel/turbo/pull/5954)
-   release(turborepo): 1.10.14-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5956](https://togithub.com/vercel/turbo/pull/5956)
-   feat(turborepo): add basic child process manager package by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5940](https://togithub.com/vercel/turbo/pull/5940)
-   Update `swc_core` to `v0.83.12` by [@&#8203;kdy1](https://togithub.com/kdy1) in [https://github.com/vercel/turbo/pull/5923](https://togithub.com/vercel/turbo/pull/5923)
-   reduce number of task in async_module by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5959](https://togithub.com/vercel/turbo/pull/5959)
-   reduce unneccessary fs tasks by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5960](https://togithub.com/vercel/turbo/pull/5960)
-   bumping minor or major should reset patch/minor by [@&#8203;sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5955](https://togithub.com/vercel/turbo/pull/5955)
-   fix: pin thiserror to <1.0.45 which requires updating the toolchain by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/5962](https://togithub.com/vercel/turbo/pull/5962)

#### New Contributors

-   [@&#8203;willwill96](https://togithub.com/willwill96) made their first contribution in [https://github.com/vercel/turbo/pull/5680](https://togithub.com/vercel/turbo/pull/5680)
-   [@&#8203;boompikachu](https://togithub.com/boompikachu) made their first contribution in [https://github.com/vercel/turbo/pull/5893](https://togithub.com/vercel/turbo/pull/5893)
-   [@&#8203;mitesh-gupta](https://togithub.com/mitesh-gupta) made their first contribution in [https://github.com/vercel/turbo/pull/5907](https://togithub.com/vercel/turbo/pull/5907)
-   [@&#8203;Firgrep](https://togithub.com/Firgrep) made their first contribution in [https://github.com/vercel/turbo/pull/5937](https://togithub.com/vercel/turbo/pull/5937)
-   [@&#8203;imCorfitz](https://togithub.com/imCorfitz) made their first contribution in [https://github.com/vercel/turbo/pull/5942](https://togithub.com/vercel/turbo/pull/5942)

**Full Changelog**: vercel/turborepo@v1.10.13...v1.10.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 12am and before 5am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/js-bottomsheet).
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 370a49e commit 8a56dda
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^34.0.0",
"turbo": "^1.10.13"
"turbo": "^1.10.14"
},
"browserslist": {
"production": [
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 8a56dda

@vercel
Copy link

@vercel vercel bot commented on 8a56dda Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

js-bottomsheet-website – ./apps/website

js-bottomsheet-website-timelessco.vercel.app
js-bottomsheet-website-git-main-timelessco.vercel.app
js-bottomsheet-website.vercel.app

Please sign in to comment.