Releases: vercel/turborepo
Releases · vercel/turborepo
v1.0.24-canary.0
What's Changed
- Enable pnpm starter by @jaredpalmer in #423
- examples: bump next package version by @charkour in #424
- chore: Update devcontainer by @jaredpalmer in #431
- Add bash scripts to test all examples by @jaredpalmer in #432
- Fix yarn lockfile parsing on Windows by @jaredpalmer in #434
- chore: sync the versions of
eslint
to the same 7.32.0 version by @weyert in #435 - drain body to prevent potential connection thrashing by @cometkim in #433
- Merge
stderr
beforestdout
by @jaredpalmer in #296 - Prefer
--include-dependencies
in docs by @ericclemmons in #450 - docs: fix typo in migrate-from-lerna.mdx by @kyletsang in #457
New Contributors
- @cometkim made their first contribution in #433
- @ericclemmons made their first contribution in #450
- @kyletsang made their first contribution in #457
Full Changelog: v1.0.23...v1.0.24-canary.0
v1.0.23
What's Changed
- Refactor internal implementation of
--scope
and adde more more e2e tests by @jaredpalmer in #421
Full Changelog: v1.0.22...v1.0.23
v1.0.22
What's Changed
- Add support for Android arm64 architecture by @beastOP in #391
- Add support for Windows ARM 64, OpenBSD, NetBSD, and more by @jaredpalmer in #412
- examples: Inject react runtime for ui package by @tknickman in #371
- Use "node" module resolution by default for all tsconfigs by @kylemh in #416
- Turn off no-html-link-for-pages eslint rule causing false warning by @jaredpalmer in #419
- Fix regression in internal dep hashing by @jaredpalmer in #420
New Contributors
Full Changelog: v1.0.21...v1.0.22
v1.0.21
What's changed?
- Fix postinstall script to work with NPM. Sorry about that! postinstall scripts are very hard to test. Going to deprecate 1.0.20 on npm since it is botched.
Commits
- Export downloadedBinPath in turbo postinstall by @jaredpalmer in #409
- Set preferUnplugged in all optionalDependencies by @jaredpalmer in #410
Full Changelog: v1.0.20...v1.0.21
v1.0.20
What's new?
- Fixed internal / external dependency hashing #358
- Refactored postinstall script to use
optionalDependencies
#405 - Fixed pass through arguments
--
parsing so that they are not mistaken for build targets
Docs
- Add acknowledgements and callouts to docs (see https://turborepo.org/docs/acknowledgments)
Commits
- Fix flaky getTargetsFromArgs tests by @jaredpalmer in #356
- Papercuts in context.go by @jaredpalmer in #354
- Fix internal dep hashing by @jaredpalmer in #358
- docs(guides): give appropriate attribution to Microsoft Lage by @jeffbcross in #370
- Add acknowledgements and callouts to docs by @jaredpalmer in #373
- docs: fix turborepo name by @weyert in #382
- docs: Update npmClient with pnpm option in documentation by @guillaumewuip in #393
- fix: preserve file permission by @rubiagatra in #362
- Update
postinstall
script to useoptionalDependencies
by @jaredpalmer in #405
New Contributors
- @jeffbcross made their first contribution in #370
- @guillaumewuip made their first contribution in #393
- @rubiagatra made their first contribution in #362
Full Changelog: v1.0.19...v1.0.20
v1.0.20-canary.2
What's Changed
- Fix flaky getTargetsFromArgs tests by @jaredpalmer in #356
- Papercuts in context.go by @jaredpalmer in #354
- Fix internal dep hashing by @jaredpalmer in #358
- docs(guides): give appropriate attribution to Microsoft Lage by @jeffbcross in #370
- Add acknowledgements and callouts to docs by @jaredpalmer in #373
- docs: fix turborepo name by @weyert in #382
- docs: Update npmClient with pnpm option in documentation by @guillaumewuip in #393
- fix: preserve file permission by @rubiagatra in #362
- Update
postinstall
script to useoptionalDependencies
by @jaredpalmer in #405
New Contributors
- @jeffbcross made their first contribution in #370
- @guillaumewuip made their first contribution in #393
- @rubiagatra made their first contribution in #362
Full Changelog: v1.0.19...v1.0.20-canary.2
v1.0.20-canary.1
What's Changed
- Fix flaky getTargetsFromArgs tests by @jaredpalmer in #356
- Papercuts in context.go by @jaredpalmer in #354
- Fix internal dep hashing by @jaredpalmer in #358
- docs(guides): give appropriate attribution to Microsoft Lage by @jeffbcross in #370
- Add acknowledgements and callouts to docs by @jaredpalmer in #373
- docs: fix turborepo name by @weyert in #382
- docs: Update npmClient with pnpm option in documentation by @guillaumewuip in #393
- fix: preserve file permission by @rubiagatra in #362
New Contributors
- @jeffbcross made their first contribution in #370
- @guillaumewuip made their first contribution in #393
- @rubiagatra made their first contribution in #362
Full Changelog: v1.0.19...v1.0.20-canary.1
v1.0.20-canary.0
What's Changed
- Fix flaky getTargetsFromArgs tests by @jaredpalmer in #356
- Papercuts in context.go by @jaredpalmer in #354
- Fix internal dep hashing by @jaredpalmer in #358
Full Changelog: v1.0.19...v1.0.20-canary.0
v1.0.19
What's Changed
- Fix pass thru arguments from becoming targets by @jaredpalmer in #351 cc @padmaia
Full Changelog: v1.0.18...v1.0.19
v1.0.18
What's Changed
- Fix empty outputs behavior by @jaredpalmer in #347
- Add support for
--graph=file.html
by @styfle in #329 - Docs: removes "simply" to be more inclusive by @bmuenzenmeyer in #342
New Contributors
- @bmuenzenmeyer made their first contribution in #342
Full Changelog: v1.0.17...v1.0.18