proto-graphql-js
proto-graphql-js copied to clipboard
chore(deps): update dependency turbo to v1.13.3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| turbo (source) | 1.10.15 -> 1.13.3 |
Release Notes
vercel/turbo (turbo)
v1.13.3
v1.13.2
v1.13.1
v1.13.0
v1.12.5
v1.12.4: Turborepo v1.12.4
What's Changed
Docs
- feat(cache): bump default timeout and add docs by @tknickman in https://github.com/vercel/turbo/pull/7304
create-turbo
- release(turborepo): 1.12.3 by @github-actions in https://github.com/vercel/turbo/pull/7296
- chore(create-turbo): update chalk to v4 by @mehulkar in https://github.com/vercel/turbo/pull/7300
- release(turborepo): 1.12.4-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/7338
- release(turborepo): 1.12.4-canary.1 by @github-actions in https://github.com/vercel/turbo/pull/7369
@turbo/repository - ⚠️ Alpha - Expect Breaking Changes
- fix(@turbo/repository): fix breaking API changes from turbo core by @mehulkar in https://github.com/vercel/turbo/pull/7373
- chore(turbo): rename workspace -> package in PackageGraph module by @mehulkar in https://github.com/vercel/turbo/pull/7372
Changelog
- chore(Turborepo): Delete or feature-gate imports by @gsoltis in https://github.com/vercel/turbo/pull/7295
- fix(Turborepo): Route through existing wait_for_filewatching call by @gsoltis in https://github.com/vercel/turbo/pull/7237
- feat(async_cache): support cloning by @tknickman in https://github.com/vercel/turbo/pull/7293
- refactor: Error on absolute paths in turbo.json by @NicholasLYang in https://github.com/vercel/turbo/pull/7292
- implement vercel auth token for SSO by @Zertsov in https://github.com/vercel/turbo/pull/7192
- feat(@turbo/repository): add method to return package dependents by @mehulkar in https://github.com/vercel/turbo/pull/7242
- chore(@turbo/repository): bump version to 0.0.1-canary.5 by @mehulkar in https://github.com/vercel/turbo/pull/7312
- fix(Turborepo): Don't block forever if we have already gotten a parse error by @gsoltis in https://github.com/vercel/turbo/pull/7203
- chore(Turborepo): Remove ExecutionState, we don't need it anymore by @gsoltis in https://github.com/vercel/turbo/pull/7281
- feat(turbo): task access trace & cached configs by @tknickman in https://github.com/vercel/turbo/pull/7074
- chore: fix clippy lints in @turbo/repository by @chris-olszewski in https://github.com/vercel/turbo/pull/7310
- chore: Clean up log files, add
daemon logsubcommand by @NicholasLYang in https://github.com/vercel/turbo/pull/7305 - chore: add shutdown method for async cache by @chris-olszewski in https://github.com/vercel/turbo/pull/7309
- feat: vendor CI log groups by @cymruu in https://github.com/vercel/turbo/pull/6314
- feat(turborepo): daemon UX improvements by @NicholasLYang in https://github.com/vercel/turbo/pull/7307
- chore(turborepo): Ensure fresh builds by @NicholasLYang in https://github.com/vercel/turbo/pull/7321
- chore: don't print debug info on successful login by @Zertsov in https://github.com/vercel/turbo/pull/7323
- fix: check vercel token is still valid by @Zertsov in https://github.com/vercel/turbo/pull/7325
- fix(Turborepo): Start moving cookie watching to downstream services by @gsoltis in https://github.com/vercel/turbo/pull/7283
- chore(@turbo/repository): add inline jsdocs for findPackagesAndDependents method by @mehulkar in https://github.com/vercel/turbo/pull/7331
- chore: modularize vercel api crate by @Zertsov in https://github.com/vercel/turbo/pull/7329
- fix(Turborepo): Pass validated globs to daemon for watching by @gsoltis in https://github.com/vercel/turbo/pull/7327
- feat(Turborepo): Add spaces_id to layered config by @gsoltis in https://github.com/vercel/turbo/pull/7330
- feat(gitignore): break out gitignore util by @tknickman in https://github.com/vercel/turbo/pull/7319
- feat(turbo): update changemapper to return name and path of packages by @mehulkar in https://github.com/vercel/turbo/pull/7336
- chore(turbo): rename WorkspaceNode to PackageNode by @mehulkar in https://github.com/vercel/turbo/pull/7351
- chore(turbo): rename WorkspaceInfo struct to PackageInfo by @mehulkar in https://github.com/vercel/turbo/pull/7353
- chore(Turborepo): Move daemon paths off of CommandBase by @gsoltis in https://github.com/vercel/turbo/pull/7339
- fix: use system certs for tls by @chris-olszewski in https://github.com/vercel/turbo/pull/7357
- chore(Turborepo): Remote CommandBase from Run by @gsoltis in https://github.com/vercel/turbo/pull/7360
- feat(@turbo/repository): add affectedPackages API by @mehulkar in https://github.com/vercel/turbo/pull/7326
- feat(@turbo/repository): bump for release by @mehulkar in https://github.com/vercel/turbo/pull/7361
- chore(turbo): rename WorkspaceName to PackageName by @mehulkar in https://github.com/vercel/turbo/pull/7355
- chore(turbo): delete unused fixture in cli directory by @mehulkar in https://github.com/vercel/turbo/pull/7376
- fix: avoid grouping logs from tasks which ended in error by @chris-olszewski in https://github.com/vercel/turbo/pull/7335
New Contributors
- @cymruu made their first contribution in https://github.com/vercel/turbo/pull/6314
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.3...v1.12.4
v1.12.3: Turborepo v1.12.3
What's Changed
Docs
- Add "System environment variables" page. by @anthonyshew in https://github.com/vercel/turbo/pull/7223
- Remote Cache API doc. by @anthonyshew in https://github.com/vercel/turbo/pull/7236
- Inputs clarity. by @anthonyshew in https://github.com/vercel/turbo/pull/7246
- docs(turborepo): fix typo in task dependencies by @flextremedev in https://github.com/vercel/turbo/pull/7271
- feat(docs): document building turbo from source by @mehulkar in https://github.com/vercel/turbo/pull/7276
- Fix a typo in docs page for github actions by @noahsark769 in https://github.com/vercel/turbo/pull/7249
create-turbo
- release(turborepo): 1.12.2 by @github-actions in https://github.com/vercel/turbo/pull/7200
- release(turborepo): 1.12.3-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/7215
Examples
- Bumping examples to 1.12 by @anthonyshew in https://github.com/vercel/turbo/pull/7053
- Fix trailing comma in exapmle react-library.json by @Fl0h0 in https://github.com/vercel/turbo/pull/7273
- fix: avoid expensive globwalk in examples by @chris-olszewski in https://github.com/vercel/turbo/pull/7238
Changelog
- backport wax 0.6 fixes to turborepo-wax by @arlyon in https://github.com/vercel/turbo/pull/7089
- chore: allow unused for variables that don't get used on windows by @chris-olszewski in https://github.com/vercel/turbo/pull/7212
- rust is no longer experimental by @arlyon in https://github.com/vercel/turbo/pull/7214
- fix: declare version.txt as input by @chris-olszewski in https://github.com/vercel/turbo/pull/7221
- refactor: Clean up error printing by @NicholasLYang in https://github.com/vercel/turbo/pull/7169
- fix: correctly parse pnpm lockfile settings by @chris-olszewski in https://github.com/vercel/turbo/pull/7198
- refactor(turborepo): Change Detector by @NicholasLYang in https://github.com/vercel/turbo/pull/7222
- chore: move scripts to build and benchmark demos to new package by @mehulkar in https://github.com/vercel/turbo/pull/7217
- feat(turbo-repository): return additional workspace data by @mrmckeb in https://github.com/vercel/turbo/pull/7187
- Fix/filter unnamed packages by @arlyon in https://github.com/vercel/turbo/pull/7280
- fix: Daemon Restarting by @NicholasLYang in https://github.com/vercel/turbo/pull/7288
- chore(turborepo-lib): use compile error for feature validation by @ForsakenHarmony in https://github.com/vercel/turbo/pull/4235
- fix(@turbo/repository): update types to latest signature by @mehulkar in https://github.com/vercel/turbo/pull/7289
- fix(Turborepo): Flag off daemon for package discovery by @gsoltis in https://github.com/vercel/turbo/pull/7290
New Contributors
- @flextremedev made their first contribution in https://github.com/vercel/turbo/pull/7271
- @Fl0h0 made their first contribution in https://github.com/vercel/turbo/pull/7273
- @noahsark769 made their first contribution in https://github.com/vercel/turbo/pull/7249
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.2...v1.12.3
v1.12.2: Turborepo v1.12.2
What's Changed
create-turbo
- release(turborepo): 1.12.1 by @github-actions in https://github.com/vercel/turbo/pull/7193
Changelog
- feat(lockfile): traverse lockfile in parallel by @chris-olszewski in https://github.com/vercel/turbo/pull/7178
- perf: remove duplicate git construction by @chris-olszewski in https://github.com/vercel/turbo/pull/7194
- Make clippy happy by @Zertsov in https://github.com/vercel/turbo/pull/7195
- fix: keep stdin open for persistent tasks by @chris-olszewski in https://github.com/vercel/turbo/pull/7196
- add vc config dir by @Zertsov in https://github.com/vercel/turbo/pull/7173
- fix(Turborepo): Handle spaces in path names in git status by @gsoltis in https://github.com/vercel/turbo/pull/7197
- feat: enable vt processing on windows by @chris-olszewski in https://github.com/vercel/turbo/pull/7158
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.1...v1.12.2
v1.12.1: Turborepo v1.12.1
What's Changed
Docs
- docs: fix link in telemetry by @A7med3bdulBaset in https://github.com/vercel/turbo/pull/7190
create-turbo
- release(turborepo): 1.12.0 by @github-actions in https://github.com/vercel/turbo/pull/7177
Changelog
- Print telemetry warning on stderr by @laat in https://github.com/vercel/turbo/pull/7189
- chore(integration): remove _helpers & fallback by @tknickman in https://github.com/vercel/turbo/pull/7172
New Contributors
- @A7med3bdulBaset made their first contribution in https://github.com/vercel/turbo/pull/7190
- @laat made their first contribution in https://github.com/vercel/turbo/pull/7189
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.0...v1.12.1
v1.12.0: Turborepo v1.12.0
What's Changed
Docs
- General CI steps on doc. by @anthonyshew in https://github.com/vercel/turbo/pull/6894
- [Docs] create-new.mdx - npm double slash typo fix by @Firfi in https://github.com/vercel/turbo/pull/6933
- fix(docs): correct option heading by @tknickman in https://github.com/vercel/turbo/pull/6973
- Clean up inputs doc. by @anthonyshew in https://github.com/vercel/turbo/pull/6980
- fix(docs): typo in
what-to-cache.mdxby @pjlangley in https://github.com/vercel/turbo/pull/6960 - fix(docs): update vercel.mdx by @tknickman in https://github.com/vercel/turbo/pull/6987
- Doc for running setup tasks prior to development tasks. by @anthonyshew in https://github.com/vercel/turbo/pull/6999
- Add Glossary to sidebar. by @anthonyshew in https://github.com/vercel/turbo/pull/7011
- fix(docs): remote cache go -> rust by @tknickman in https://github.com/vercel/turbo/pull/7082
- Use
exportsin Internal Packages doc. by @anthonyshew in https://github.com/vercel/turbo/pull/7079 - fix: typo in github-actions.mdx by @mattiadevivo in https://github.com/vercel/turbo/pull/7069
- Document glob spec. by @anthonyshew in https://github.com/vercel/turbo/pull/7076
- Document handling of Node.js versions, OS, and arch. by @anthonyshew in https://github.com/vercel/turbo/pull/7072
- Add generalized deployment advice for Prisma doc. by @anthonyshew in https://github.com/vercel/turbo/pull/7130
- [DO NOT MERGE] feat(telemetry): cli reference by @tknickman in https://github.com/vercel/turbo/pull/6826
- [DO NOT MERGE] feat(telemetry): feature docs by @tknickman in https://github.com/vercel/turbo/pull/6827
- [DO NOT MERGE] feat(docs): $TURBO_DEFAULT$ by @tknickman in https://github.com/vercel/turbo/pull/7155
create-turbo
- release(turborepo): 1.11.3 by @github-actions in https://github.com/vercel/turbo/pull/6891
- release(turborepo): 1.11.4-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/6975
- release(turborepo): 1.11.4-canary.1 by @github-actions in https://github.com/vercel/turbo/pull/6997
- release(turborepo): 1.11.4-canary.3 by @github-actions in https://github.com/vercel/turbo/pull/7157
- release(turborepo): 1.11.4-canary.4 by @github-actions in https://github.com/vercel/turbo/pull/7170
Examples
- chore(deps-dev): bump the example-dependencies group in /examples/with-shell-commands with 1 update by @dependabot in https://github.com/vercel/turbo/pull/6901
- Update dependencies in examples. by @anthonyshew in https://github.com/vercel/turbo/pull/6920
- Fix with-svelte-example by @dummdidumm in https://github.com/vercel/turbo/pull/6986
- fix(examples): fontSize type is number not string by @devjiwonchoi in https://github.com/vercel/turbo/pull/7005
- Fix Svelte package export map by @dummdidumm in https://github.com/vercel/turbo/pull/7007
- fix(examples): basic generator by @tknickman in https://github.com/vercel/turbo/pull/7022
- fix(examples): ui turbo.json no longer needed by @tknickman in https://github.com/vercel/turbo/pull/7087
- chore(docs): remove unnecessary spaces by @GyoHeon in https://github.com/vercel/turbo/pull/7118
- chore: install jest in examples/kitchen-sink by @llllvvuu in https://github.com/vercel/turbo/pull/7132
Changelog
- fix: Make execution state use auth crate by @Zertsov in https://github.com/vercel/turbo/pull/6880
- fix(telemetry): obfuscate rc endpoint by @tknickman in https://github.com/vercel/turbo/pull/6925
- fix: treat empty environement variables as unset by @chris-olszewski in https://github.com/vercel/turbo/pull/6929
- Error out if dependent flags are provided without their parent by @arlyon in https://github.com/vercel/turbo/pull/6780
- fix: make sure that our concurrency check ignore packages without task by @arlyon in https://github.com/vercel/turbo/pull/6790
- chore: avoid panic on invalid directory filters by @chris-olszewski in https://github.com/vercel/turbo/pull/6955
- feat(Turborepo): Use a wrapper around the raw strings we pass to globwalk by @gsoltis in https://github.com/vercel/turbo/pull/6847
- fix: ignore permission errors during globbing by @chris-olszewski in https://github.com/vercel/turbo/pull/6957
- fix: avoid retry panic by @chris-olszewski in https://github.com/vercel/turbo/pull/6926
- add better messaging when running with api flag by @Zertsov in https://github.com/vercel/turbo/pull/6927
- fix some clippy lints by @arlyon in https://github.com/vercel/turbo/pull/6959
- Fix/unrevert daemon discovery by @arlyon in https://github.com/vercel/turbo/pull/6712
- feat(telemetry): track prune args by @tknickman in https://github.com/vercel/turbo/pull/6970
- feat(lockfiles): support Yarn 4 patches by @chris-olszewski in https://github.com/vercel/turbo/pull/6974
- feat(telemetry): track global args by @tknickman in https://github.com/vercel/turbo/pull/6972
- fix: update Cargo.lock with correct workspace dependencies by @chris-olszewski in https://github.com/vercel/turbo/pull/6990
- fix: rewrite prefix after carriage return by @chris-olszewski in https://github.com/vercel/turbo/pull/6989
- feat(telemetry): track run arguments by @tknickman in https://github.com/vercel/turbo/pull/6985
- chore: remove usage of command groups by @chris-olszewski in https://github.com/vercel/turbo/pull/6992
- chore: add reason for service being unavailable by @chris-olszewski in https://github.com/vercel/turbo/pull/6993
- fix(turbo): validate graph extension by @tknickman in https://github.com/vercel/turbo/pull/6995
- chore: Adjusted error message for APIClient errors in cache by @NicholasLYang in https://github.com/vercel/turbo/pull/6996
- fix(integration): update help integration test by @tknickman in https://github.com/vercel/turbo/pull/7017
- fix(cache): truncate metadata file when writing by @chris-olszewski in https://github.com/vercel/turbo/pull/7016
- fix(prune): correctly create symlinks to directories by @chris-olszewski in https://github.com/vercel/turbo/pull/6983
- fix: forward fixes for LSP by @chris-olszewski in https://github.com/vercel/turbo/pull/7023
- fix(daemon): make sure cookie dir exists before writing cookie by @chris-olszewski in https://github.com/vercel/turbo/pull/7015
- feat(telemetry): track more daemon errors by @tknickman in https://github.com/vercel/turbo/pull/7031
- chore: revert auth json by @chris-olszewski in https://github.com/vercel/turbo/pull/7026
- chore: prefactor process manager by @chris-olszewski in https://github.com/vercel/turbo/pull/7034
- chore(Turborepo): Scope down opts needed by the visitor, remove run lifetime by @gsoltis in https://github.com/vercel/turbo/pull/7032
- fix: Examples turbo.json outputs key by @NicholasLYang in https://github.com/vercel/turbo/pull/7071
- fix: filter package.json files that are subfolders of other packages by @arlyon in https://github.com/vercel/turbo/pull/7025
- feat: update
@turbo/repositoryto use new terminology by @mrmckeb in https://github.com/vercel/turbo/pull/7078 - fix(turbo): sort dependents and dependencies during normalization by @mehulkar in https://github.com/vercel/turbo/pull/7018
- release:
@turbo/[email protected]by @mrmckeb in https://github.com/vercel/turbo/pull/7090 - chore(daemon): swap fallback logs to debug by @tknickman in https://github.com/vercel/turbo/pull/7102
- feat: add ability to spawn child process with pty by @chris-olszewski in https://github.com/vercel/turbo/pull/7077
- chore(Turborepo): Move more CLI stuff out of run code by @gsoltis in https://github.com/vercel/turbo/pull/7085
- fix(hashing): include gitignored files in fallback by @tknickman in https://github.com/vercel/turbo/pull/7105
- fix(clippy): remove unused import by @tknickman in https://github.com/vercel/turbo/pull/7120
- fix(hashing): include default files in fallback by @tknickman in https://github.com/vercel/turbo/pull/7106
- chore: add tracing to pty usage by @chris-olszewski in https://github.com/vercel/turbo/pull/7127
- fix disable echoctl by @chris-olszewski in https://github.com/vercel/turbo/pull/7109
- feat(telemetry): enable feature by @tknickman in https://github.com/vercel/turbo/pull/7122
- feat: enable pty usage by @chris-olszewski in https://github.com/vercel/turbo/pull/7128
- feat(hashing): support $TURBO_DEFAULT$ in inputs by @tknickman in https://github.com/vercel/turbo/pull/7113
- fix: process manager tests tty by @chris-olszewski in https://github.com/vercel/turbo/pull/7156
- fix(tests): mock telemetry config by @tknickman in https://github.com/vercel/turbo/pull/7168
- chore: clean pnpm lockfile by @mehulkar in https://github.com/vercel/turbo/pull/7171
- fix: tasks with no newline by @chris-olszewski in https://github.com/vercel/turbo/pull/7175
New Contributors
- @Firfi made their first contribution in https://github.com/vercel/turbo/pull/6933
- @pjlangley made their first contribution in https://github.com/vercel/turbo/pull/6960
- @dummdidumm made their first contribution in https://github.com/vercel/turbo/pull/6986
- @devjiwonchoi made their first contribution in https://github.com/vercel/turbo/pull/7005
- @nirban07 made their first contribution in https://github.com/vercel/turbo/pull/7008
- @mrmckeb made their first contribution in https://github.com/vercel/turbo/pull/7078
- @mattiadevivo made their first contribution in https://github.com/vercel/turbo/pull/7069
- @GyoHeon made their first contribution in https://github.com/vercel/turbo/pull/7118
- @llllvvuu made their first contribution in https://github.com/vercel/turbo/pull/7132
Full Changelog: https://github.com/vercel/turbo/compare/v1.11.3...v1.12.0
v1.11.3: Turborepo v1.11.3
What's Changed
Docs
- Updated outdated Docs "Getting Started" > "Create a New Monorepo" by @Gogoro in https://github.com/vercel/turbo/pull/6786
- docs: fix typo under getting started by @denniscampos in https://github.com/vercel/turbo/pull/6817
create-turbo
- release(turborepo): 1.11.2 by @github-actions in https://github.com/vercel/turbo/pull/6776
- release(turborepo): 1.11.3-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/6791
- release(turborepo): 1.11.3-canary.1 by @github-actions in https://github.com/vercel/turbo/pull/6835
- release(turborepo): 1.11.3-canary.2 by @github-actions in https://github.com/vercel/turbo/pull/6890
Examples
- Bump turbo in examples. by @anthonyshew in https://github.com/vercel/turbo/pull/6766
- fix button prop appName from docs app by @Yunfei1982 in https://github.com/vercel/turbo/pull/6794
- Ignore dist in shell commands example. by @anthonyshew in https://github.com/vercel/turbo/pull/6851
- fix(examples): Typo correction on design-system package.json by @GGalupo in https://github.com/vercel/turbo/pull/6859
Changelog
- chore: remove verbosity filter from chrome profile by @chris-olszewski in https://github.com/vercel/turbo/pull/6779
- feat: add anon-profile flag by @chris-olszewski in https://github.com/vercel/turbo/pull/6781
- chore: remove verbosity flag when running benchmark by @mehulkar in https://github.com/vercel/turbo/pull/6782
- feat(gen): pass the command cwd through by @tknickman in https://github.com/vercel/turbo/pull/6795
- perf(yarn3): eagerly construct map from workspace paths to locators by @chris-olszewski in https://github.com/vercel/turbo/pull/6797
- fix: add missing dependency to cargo lockfile by @mehulkar in https://github.com/vercel/turbo/pull/6807
- refactor: Remove bookkeeping abstraction from turbo config by @NicholasLYang in https://github.com/vercel/turbo/pull/6809
- chore: include response body if not valid JSON by @chris-olszewski in https://github.com/vercel/turbo/pull/6796
- chore: add tracing to primary lockfile functions by @chris-olszewski in https://github.com/vercel/turbo/pull/6800
- feat(turbo): telemetry client by @tknickman in https://github.com/vercel/turbo/pull/6743
- fix(telemetry): don’t track hash by @tknickman in https://github.com/vercel/turbo/pull/6828
- feat(telemetry): add README disabled note by @tknickman in https://github.com/vercel/turbo/pull/6829
- feat(telemetry): generic parent to child event by @tknickman in https://github.com/vercel/turbo/pull/6830
- Create wrapper for
dirs_next::config_dir()by @Zertsov in https://github.com/vercel/turbo/pull/6837 - fix: Allow for long symlinks by using append_link by @NicholasLYang in https://github.com/vercel/turbo/pull/6838
- Use the sso team instead of the string 'sso' by @Zertsov in https://github.com/vercel/turbo/pull/6867
- feat(telemetry): track client system info by @tknickman in https://github.com/vercel/turbo/pull/6868
- fix(yarn4): avoid overwriting non-npm protocols by @chris-olszewski in https://github.com/vercel/turbo/pull/6723
- fix: avoid deleting cached package discovery data by @chris-olszewski in https://github.com/vercel/turbo/pull/6872
- Make link command use auth crate instead of config token by @Zertsov in https://github.com/vercel/turbo/pull/6870
- fix support bracket filepaths by @chris-olszewski in https://github.com/vercel/turbo/pull/6877
- fix clippy 'errors' by @Zertsov in https://github.com/vercel/turbo/pull/6881
- feat(telemetry): add run and repo events by @tknickman in https://github.com/vercel/turbo/pull/6876
- add base url getter to APIClient by @Zertsov in https://github.com/vercel/turbo/pull/6888
- chore: tracing overhaul by @chris-olszewski in https://github.com/vercel/turbo/pull/6869
New Contributors
- @Yunfei1982 made their first contribution in https://github.com/vercel/turbo/pull/6794
- @Gogoro made their first contribution in https://github.com/vercel/turbo/pull/6786
- @denniscampos made their first contribution in https://github.com/vercel/turbo/pull/6817
- @jupapios made their first contribution in https://github.com/vercel/turbo/pull/6849
- @GGalupo made their first contribution in https://github.com/vercel/turbo/pull/6859
- @bb8dd made their first contribution in https://github.com/vercel/turbo/pull/6862
Full Changelog: https://github.com/vercel/turbo/compare/v1.11.2...v1.11.3
v1.11.2: Turborepo v1.11.2
What's Changed
Docs
- Update yarn support policy. by @anthonyshew in https://github.com/vercel/turbo/pull/6757
create-turbo
- release(turborepo): 1.11.1 by @github-actions in https://github.com/vercel/turbo/pull/6742
- release(turborepo): 1.11.2-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/6771
Examples
- Add transpilePackages to
with-tailwindexample. by @anthonyshew in https://github.com/vercel/turbo/pull/6746 - Update README for with-tailwind. by @anthonyshew in https://github.com/vercel/turbo/pull/6755
- Remove source key from with-docker example. by @anthonyshew in https://github.com/vercel/turbo/pull/6759
- Use
"strict": truefor TypeScript in examples. by @anthonyshew in https://github.com/vercel/turbo/pull/6762
Changelog
- chore: avoid panics in berry lockfile by @chris-olszewski in https://github.com/vercel/turbo/pull/6725
- fix: remove placeholder duration from cache metadata by @chris-olszewski in https://github.com/vercel/turbo/pull/6756
- chore: Remove hash comparison code by @NicholasLYang in https://github.com/vercel/turbo/pull/6758
- fix: ignore exit codes when child killed by manager by @chris-olszewski in https://github.com/vercel/turbo/pull/6767
- fix: make assertion assert something by @chris-olszewski in https://github.com/vercel/turbo/pull/6768
- Allow forcing use of daemon by @arlyon in https://github.com/vercel/turbo/pull/6764
- fix: avoid double slash if glob ends with slash by @chris-olszewski in https://github.com/vercel/turbo/pull/6772
Full Changelog: https://github.com/vercel/turbo/compare/v1.11.1...v1.11.2
v1.11.1: Turborepo v1.11.1
What's Changed
create-turbo
- release(turborepo): 1.11.0 by @github-actions in https://github.com/vercel/turbo/pull/6706
- release(turborepo): 1.11.1-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/6741
Examples
- Example with only shell commands. by @anthonyshew in https://github.com/vercel/turbo/pull/6688
- Update with-tailwind example. by @anthonyshew in https://github.com/vercel/turbo/pull/6575
- Mix of server and client components in basic example. by @anthonyshew in https://github.com/vercel/turbo/pull/6682
Changelog
- chore(tests): cleanup setup scripts by @mehulkar in https://github.com/vercel/turbo/pull/6700
- fix: limit the amount of logs we send to spaces by @chris-olszewski in https://github.com/vercel/turbo/pull/6691
- chore(Turborepo): Bump npm rust package version by @gsoltis in https://github.com/vercel/turbo/pull/6721
- fix: properly catch sigterm sent from global by @chris-olszewski in https://github.com/vercel/turbo/pull/6724
- chore(ignore): exclude rustc-ice files by @tknickman in https://github.com/vercel/turbo/pull/6733
- Fix behaviour when discovering files for global hashing by @arlyon in https://github.com/vercel/turbo/pull/6738
Full Changelog: https://github.com/vercel/turbo/compare/v1.11.0...v1.11.1
v1.11.0: Turborepo v1.11.0
What's Changed
Docs
- feat(docs): document support policy by @mehulkar in https://github.com/vercel/turbo/pull/6277
- fix(docs): correct support typo by @tknickman in https://github.com/vercel/turbo/pull/6313
- fix(docs): Add full stop punctuation and add inifinitive marker to verb by @mdmathewdc in https://github.com/vercel/turbo/pull/6335
- docs: Added nested workspaces under troubleshooting by @NicholasLYang in https://github.com/vercel/turbo/pull/6342
- docs: document --profile flag by @mehulkar in https://github.com/vercel/turbo/pull/6371
- fix(docs): clarify output mode for Dockerfile by @tknickman in https://github.com/vercel/turbo/pull/6385
- docs: add github actions/cache example to github ci docs by @austinwoon in https://github.com/vercel/turbo/pull/2761
- docs: Fix typo 'specifing -> specifying' by @mia-riezebos in https://github.com/vercel/turbo/pull/6426
- Improved TSConfigs in examples by @mattpocock in https://github.com/vercel/turbo/pull/6396
- docs: update formatting on --graph option by @mehulkar in https://github.com/vercel/turbo/pull/6487
- Capitalization. by @anthonyshew in https://github.com/vercel/turbo/pull/6561
- chore(docs): remove backticks from title/desc meta tags on CLI reference pages by @mehulkar in https://github.com/vercel/turbo/pull/6580
- feat(docs): add node version compatibility for examples by @mehulkar in https://github.com/vercel/turbo/pull/6581
- fix(docs): update inconsistent CLI headings by @tknickman in https://github.com/vercel/turbo/pull/6591
- feat(docs): add FAQ entry for non-JS workspaces in the codebase by @mehulkar in https://github.com/vercel/turbo/pull/6612
- chore(docs): tweak getting started docs by @mehulkar in https://github.com/vercel/turbo/pull/6597
- docs: Added root internal dependencies explanation by @NicholasLYang in https://github.com/vercel/turbo/pull/6622
- Capitalize the Tools category in sidebar. by @anthonyshew in https://github.com/vercel/turbo/pull/6697
- Add yarn v2+ caveat for installing Internal Packages. by @anthonyshew in https://github.com/vercel/turbo/pull/6696
- Update command-line-reference.mdx for --log-prefix CLI option by @marcneubauer in https://github.com/vercel/turbo/pull/6657
create-turbo
- release(turborepo): 1.10.16 by @github-actions in https://github.com/vercel/turbo/pull/6221
- release(turborepo): 1.10.17-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/6329
- chore(turbo-utils): Remove tsup build by @mehulkar in https://github.com/vercel/turbo/pull/6301
- release(turborepo): 1.10.17-canary.1 by @github-actions in https://github.com/vercel/turbo/pull/6448
- release(turborepo): 1.10.17-canary.2 by @github-actions in https://github.com/vercel/turbo/pull/6454
- release(turborepo): 1.10.17-canary.3 by @github-actions in https://github.com/vercel/turbo/pull/6502
- Re-up create-turbo. by @anthonyshew in https://github.com/vercel/turbo/pull/6439
- release(turborepo): 1.10.17-canary.4 by @github-actions in https://github.com/vercel/turbo/pull/6521
- release(turborepo): 1.10.17-canary.5 by [@github-actions](http
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠️ No Changeset found
Latest commit: 211e2188e85b26602618d9ca1ca40e159c62752c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Pull Request Test Coverage Report for Build 8826031036
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 98.524%
| Totals | |
|---|---|
| Change from base Build 8826020978: | 0.0% |
| Covered Lines: | 173 |
| Relevant Lines: | 176 |