Releases: vercel/turborepo
Releases · vercel/turborepo
Turbopack Nightly Release turbopack-230223.1
See the commit diff at turbopack-230222.3...turbopack-230223.1
Turbopack Nightly Release turbopack-230222.2
See the commit diff at turbopack-230222.1...turbopack-230222.2
Turbopack Nightly Release turbopack-230222.1
See the commit diff at turbopack-230221.3...turbopack-230222.1
Turborepo v1.8.2-canary.0
What's Changed
Changelog
- release(turborepo): 1.8.1 by @github-actions in #3869
- refactor: remove
react/jsx-key
ESLint rule by @albertothedev in #3880 - Add missing comma to dependsOn code example by @jan-paulus in #3884
- Add --log-prefix=none option by @mehulkar in #3851
New Contributors
- @albertothedev made their first contribution in #3880
- @jan-paulus made their first contribution in #3884
Full Changelog: v1.8.1...v1.8.2-canary.0
Turbopack Nightly Release turbopack-230221.2
add possible unknown mutation to objects and arrays (#3882) Before the static evaluation didn't consider the fact that objects and arrays can be mutated. So we can't just assume for sure that they have certain properties/items. Instead we add an unknown mutation alternative to handle that. This avoids `if(obj.prop)` to be replaced with `if(true)` when prop is initialized with true. It might be modified in future.
Turbopack Nightly Release turbopack-230221.1
Add missing comma to dependsOn code example (#3884)
Turbopack Nightly Release turbopack-230220.1
release(turborepo): 1.8.1 (#3869) Co-authored-by: Turbobot <turbobot@vercel.com>
Turbopack Nightly Release turbopack-230219.1
release(turborepo): 1.8.1 (#3869) Co-authored-by: Turbobot <turbobot@vercel.com>
Turbopack Nightly Release turbopack-230218.1
release(turborepo): 1.8.1 (#3869) Co-authored-by: Turbobot <turbobot@vercel.com>
Turborepo v1.8.1
What's Changed
Changelog
- release(turborepo): 1.8.0 by @github-actions in #3863
- Bump versions for eslint plugin packages by @gsoltis in #3868
- Documentation for Workspace Configs by @mehulkar in #3788
- Fix issue with merging dependsOn from Workspace Configs by @mehulkar in #3866
Full Changelog: v1.8.0...v1.8.1