What's Changed
Changelog
- release(turborepo): 1.10.14 by @github-actions in #5963
- Quiet a (mostly unaddressable) Sentry error by @anthonyshew in #5974
- feat(turbopack): emit raw image bytes for unsupported codec by @kwonoj in #5967
- sync deps by @sokra in #5975
- feat(create-turbo): support package manager opt by @tknickman in #5979
- fix:(create-turbo) Review changes for package manager flag. by @nathanhammond in #5980
- fix(Turborepo): Add typescript peer dep as dev dep by @gsoltis in #5985
- fix(turborepo): Run outline fixes by @NicholasLYang in #5966
- fix(turborepo): Make shim do complete package manager detection. by @nathanhammond in #5986
- Link to Next.js issue link for Turbopack issues by @padmaia in #5991
- add progress and top self time to convert trace tool by @sokra in #5993
- fix: make
OutputWriter
referencesSend
by @chris-olszewski in #5931 - Add "toggleButton" to sidebar by @mitesh-gupta in #5968
- fix(turbopack-ecmascript): make free var replacements (compile time defines) work for member expressions and allow JSON values by @ForsakenHarmony in #6000
- Allow task log prefixing in Github Actions by @Zertsov in #5994
- libwebp-sys: 0.9.2 -> 0.9.3 by @LeSuisse in #5965
- fix: add a hack to prevent flaky test from blocking others by @arlyon in #6006
- Signal when signal handler is registered by @gsoltis in #6010
- release(turborepo): 1.10.15-canary.0 by @github-actions in #6007
- Output logs docs update by @tknickman in #6005
- chore: remove silent flag by @chris-olszewski in #6008
- fix: allow multiple threads to share hash tracker by @chris-olszewski in #6012
- fix(docs): add nextjs 11 link by @ragingwind in #5978
- chore: remove anyhow from task cache by @chris-olszewski in #6013
- Fix typo in showcase.mdx by @LukaszKokot in #6014
- feature(turborepo): Port Run Summary by @NicholasLYang in #5833
- fix(Turborepo): Pidlock owner now returns Result by @gsoltis in #6025
- chore: quiet warnings on turborepo build by @chris-olszewski in #6033
- feat(prune): add ability to specify scopes via argument instead of flag by @chris-olszewski in #6022
- feat: add method for piping child output to writer by @chris-olszewski in #6031
- fix: prefixed writer no longer includes prefix length in bytes written by @chris-olszewski in #6032
- feat(turborepo-auth): create new crate to handle authentication to backend by @mehulkar in #6027
- feat(Turborepo): Enable rust daemon by @gsoltis in #5964
- feat(turborepo-auth): move sso_login implementation to new crate by @mehulkar in #6037
- release(turborepo): 1.10.15-canary.1 by @github-actions in #6042
- fix: Run outline bugs by @NicholasLYang in #6041
- Turbopack: add support for an asset prefix (and basePath in Next.js) by @wbinnssmith in #6036
- Revert "Turbopack: add support for an asset prefix (and basePath in N… by @sokra in #6044
- refactor TaskScopes to use an aggregation tree by @sokra in #5992
- feat(turbo-ignore) add a --max-buffer option for dry runs that have large outputs by @mehulkar in #6052
- Tracing improvements by @sokra in #6050
- fix: add new test so we have test coverage by @chris-olszewski in #6056
- Revert "Revert "Turbopack: add support for an asset prefix (and basePath in N… (#6044)" by @wbinnssmith in #6049
- release(turborepo): 1.10.15-canary.2 by @github-actions in #6059
- Performance Improvements (1) by @sokra in #6051
- Performance Improvements (2) by @sokra in #6053
- Performance Improvements (4) by @sokra in #6055
- Update
swc_core
tov0.83.28
by @kdy1 in #6003 - add hash() to FileContent by @sokra in #6062
- Handle errors from file hashing by @gsoltis in #6060
- feat(turborepo-auth): move logout function to crate by @mehulkar in #6057
- fix(lockfiles) no longer error when parsing out of date pnpm lockfiles by @chris-olszewski in #6048
- refactor(Turborepo): Extract LocalTurboState from RepoState by @gsoltis in #6070
- Performance Improvements (1+2) review follow-up by @sokra in #6061
- Performance improvements (3) by @sokra in #6045
- feat: hook up process manager by @chris-olszewski in #6043
- Add crate, move package json by @gsoltis in #6077
- fix: Link test race condition by @NicholasLYang in #6081
- fix: convert the lockfile path to a repo-root-relative path before use by @arlyon in #5958
- fix(turborepo): Unhide flags by @nathanhammond in #6021
- feat: add task cache save by @chris-olszewski in #6071
- fix(Turborepo): copy yarn berry config files when running
turbo prune
by @artberri in #6073 - chore: Added logging for filter code by @NicholasLYang in #6087
- fix(turborepo): Don't recursively invoke self. by @nathanhammond in #6091
- fix(turborepo): Process single-package independently. by @nathanhammond in #6086
- fix(turbo-ignore): Quote the filter argument. by @nathanhammond in #6096
- release(turborepo): 1.10.15-canary.3 by @github-actions in #6097
- feature(turborepo): Go Hashing by @NicholasLYang in #5851
- Revert "feature(turborepo): Go Hashing (#5851)" by @NicholasLYang in #6101
- Set --single-package everywhere we can. by @nathanhammond in #6102
New Contributors
- @Zertsov made their first contribution in #5994
- @ragingwind made their first contribution in #5978
- @LukaszKokot made their first contribution in #6014
- @artberri made their first contribution in #6073
Full Changelog: v1.10.14...v1.10.15