Releases: vercel/turborepo
Releases · vercel/turborepo
Turborepo v1.4.0
Blog Post
What's Changed
- fix(deps): update dependency @react-stately/radio to v3.4.1 by @renovate in #1552
- fix(turbo-ignore): build on error by @tknickman in #1565
- fix(deps): update dependency axios to v0.27.2 by @renovate in #1566
- chore(deps): update dependency @babel/core to v7.18.9 by @renovate in #1560
- fix(deps): update dependency @react-aria/ssr to v3.2.0 by @renovate in #1551
- fix(deps): update dependency execa to v5.1.1 by @renovate in #1570
- feat(turbo-ignore): update to support vercel CI by @tknickman in #1578
- Add /showcase by @jaredpalmer in #1584
- Use GoReleaser for Builds by @nathanhammond in #1455
- Use new future next image component and priority prop by @jaredpalmer in #1588
.css
should be never included in content field by @B2o5T in #1589- Update lockfile after version bump by @nathanhammond in #1591
- feat(cli): auto hash framework env vars by @tknickman in #1580
New Contributors
Full Changelog: v1.3.4...v1.4.0
v1.3.4
What's Changed
- fix(deps): update dependency @react-types/radio to v3.2.1 by @renovate in #1553
- Move fixtures to correct directory. by @nathanhammond in #1561
- fix(cli): don’t exit when no tasks are found by @tknickman in #1564
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- fix(create-turbo): pnpm peer deps error by @tknickman in #1559
Full Changelog: v1.3.2...v1.3.3
v1.3.2
Core
- Update schema generation script invocation. by @nathanhammond in #1436
- fix(cli): cache with correct file perms by @tknickman in #1429
- Watch task outputs to avoid cache restorations by @gsoltis in #1269
- Vendor chrometracing, add Close method by @gsoltis in #1443
- Fix symlink mode check. by @nathanhammond in #1447
- Fix hashing uncommitted changes by @gsoltis in #1448
- Cross-compile amd64. by @nathanhammond in #1452
- fix(cli): prefer IsDir() over explicit type check by @tknickman in #1445
- Add test to confirm that file copying works as expected. by @nathanhammond in #1450
- fix: remove suggestion of using fetch-depth by @harshcut in #1438
- Chip away at path migration by @gsoltis in #1459
- Implement allowing both sides of git comparison by @gsoltis in #1442
- Move some fields out of Config by @gsoltis in #1460
- chore: remove redundant
.turbo
by @shayc in #1475 - Depending on root tasks should work by @gsoltis in #1485
- Implement filesystem cookies for filewatch ordering by @gsoltis in #1410
- Label root package in dependency graph by @gsoltis in #1491
- Implement fsevents by @gsoltis in #1419
- Bug: Fix logic that wipes out part of the config by @StevenMatchett in #1527
- Add schema.json to create-turbo templates by @jaredpalmer in #1537
- Filter in package by @nathanhammond in #1538
Internal
- Ensure we fail if no examples are run by @gsoltis in #1441
- Bump e2e pnpm to 7 by @gsoltis in #1444
- Add missing dependencies to OSX setup by @trevorr in #1487
- Add golang to OSX setup by @neolivz in #1492
- Configure Renovate by @renovate in #1499
- chore(deps): update dependency @types/react to v17.0.47 by @renovate in #1514
- chore(deps): update dependency ts-json-schema-generator to v0.98.0 by @renovate in #1516
- chore(renovate): support go mod tidy by @tknickman in #1515
- fix(deps): update dependency @heroicons/react to v1.0.6 by @renovate in #1520
- chore(deps): update dependency @babel/core to v7.18.6 by @renovate in #1523
- chore(deps): update dependency tailwindcss to v3.1.6 by @renovate in #1529
- chore(deps): update dependency autoprefixer to v10.4.7 by @renovate in #1530
- chore(deps): update dependency eslint-config-prettier to v8.5.0 by @renovate in #1531
- chore(deps): update pnpm/action-setup action to v2.2.2 by @renovate in #1546
- chore(deps): update dependency postcss to v8.4.14 by @renovate in #1542
- Makefile works for turbobot by @nathanhammond in #1550
Examples
- feat(examples): add svelte by @tknickman in #1458
- Fix
yarn start
not working by @elis in #1468 - feat(examples): add tailwind by @tknickman in #1464
- fix: added vite.config and fixes for svelte-next.358 by @oneezy in #1496
- chore(examples): update tsconfig declaration val by @tknickman in #1483
- feat(examples): add react-native-web by @tknickman in #1486
- Fix tailwind example by @kocisov in #1500
- feat(examples): add nextjs by @tknickman in #1506
Documentation
- docs(cli): update contributing.md with new deps by @tknickman in #1449
- Update caching.mdx by @chitchu in #1482
- fix(docs): update prune compatibility by @tknickman in #1505
- Typo: verifcation --> verification by @samouri in #1517
- Add
with-prisma
example by @NuroDev in #979 - feat(examples): add cra by @tknickman in #1504
- Examples fast follows by @tknickman in #1526
- feat(examples): add docker by @tknickman in #1522
- chore(examples): clean the kitchen (sink) by @tknickman in #1534
- [example/kitchensink] allow accessing vite on any ip/hostname by @zsoldosp in #1532
- chore(docs): improvements by @tknickman in #1540
New Contributors
- @harshcut made their first contribution in #1438
- @shayc made their first contribution in #1475
- @elis made their first contribution in #1468
- @chitchu made their first contribution in #1482
- @trevorr made their first contribution in #1487
- @oneezy made their first contribution in #1496
- @neolivz made their first contribution in #1492
- @kocisov made their first contribution in #1500
- @renovate made their first contribution in #1499
- @samouri made their first contribution in #1517
- @NuroDev made their first contribution in #979
- @zsoldosp made their first contribution in #1532
- @StevenMatchett made their first contribution in #1527
Full Changelog: v1.3.1...v1.3.2
v1.3.2-canary.4
What's Changed
- Makefile works for turbobot by @nathanhammond in #1550
Full Changelog: v1.3.2-canary.3...v1.3.2-canary.4
v1.3.2-canary.3
What's Changed
- Filter in package by @nathanhammond in #1538
- chore(deps): update pnpm/action-setup action to v2.2.2 by @renovate in #1546
- chore(deps): update dependency postcss to v8.4.14 by @renovate in #1542
- chore(docs): improvements by @tknickman in #1540
Full Changelog: v1.3.2-canary.2...v1.3.2-canary.3
v1.3.2-canary.2
What's Changed
- fix: added vite.config and fixes for svelte-next.358 by @oneezy in #1496
- Add golang to OSX setup by @neolivz in #1492
- Fix tailwind example by @kocisov in #1500
- Configure Renovate by @renovate in #1499
- feat(examples): add nextjs by @tknickman in #1506
- fix(docs): update prune compatibility by @tknickman in #1505
- chore(deps): update dependency @types/react to v17.0.47 by @renovate in #1514
- chore(deps): update dependency ts-json-schema-generator to v0.98.0 by @renovate in #1516
- Typo: verifcation --> verification by @samouri in #1517
- chore(renovate): support go mod tidy by @tknickman in #1515
- fix(deps): update dependency @heroicons/react to v1.0.6 by @renovate in #1520
- chore(deps): update dependency @babel/core to v7.18.6 by @renovate in #1523
- Add
with-prisma
example by @NuroDev in #979 - feat(examples): add cra by @tknickman in #1504
- Examples fast follows by @tknickman in #1526
- chore(deps): update dependency tailwindcss to v3.1.6 by @renovate in #1529
- chore(deps): update dependency autoprefixer to v10.4.7 by @renovate in #1530
- chore(deps): update dependency eslint-config-prettier to v8.5.0 by @renovate in #1531
- Implement fsevents by @gsoltis in #1419
- feat(examples): add docker by @tknickman in #1522
- chore(examples): clean the kitchen (sink) by @tknickman in #1534
- [example/kitchensink] allow accessing vite on any ip/hostname by @zsoldosp in #1532
- Bug: Fix logic that wipes out part of the config by @StevenMatchett in #1527
- Add schema.json to create-turbo templates by @jaredpalmer in #1537
New Contributors
- @oneezy made their first contribution in #1496
- @neolivz made their first contribution in #1492
- @kocisov made their first contribution in #1500
- @samouri made their first contribution in #1517
- @NuroDev made their first contribution in #979
- @zsoldosp made their first contribution in #1532
- @StevenMatchett made their first contribution in #1527
Full Changelog: v1.3.2-canary.1...v1.3.2-canary.2
v1.3.2-canary.1
What's Changed
- feat(examples): add svelte by @tknickman in #1458
- docs(cli): update contributing.md with new deps by @tknickman in #1449
- fix: remove suggestion of using fetch-depth by @harshcut in #1438
- Chip away at path migration by @gsoltis in #1459
- Implement allowing both sides of git comparison by @gsoltis in #1442
- Move some fields out of Config by @gsoltis in #1460
- chore: remove redundant
.turbo
by @shayc in #1475 - Fix
yarn start
not working by @elis in #1468 - Update caching.mdx by @chitchu in #1482
- Depending on root tasks should work by @gsoltis in #1485
- chore(examples): update tsconfig declaration val by @tknickman in #1483
- Label root package in dependency graph by @gsoltis in #1491
- Implement filesystem cookies for filewatch ordering by @gsoltis in #1410
- feat(examples): add react-native-web by @tknickman in #1486
- Add missing dependencies to OSX setup by @trevorr in #1487
- feat(examples): add tailwind by @tknickman in #1464
New Contributors
- @harshcut made their first contribution in #1438
- @shayc made their first contribution in #1475
- @elis made their first contribution in #1468
- @chitchu made their first contribution in #1482
- @trevorr made their first contribution in #1487
Full Changelog: v1.3.2-canary.0...v1.3.2-canary.1
v1.3.2-canary.0
Core
- Update schema generation script invocation. by @nathanhammond in #1436
- fix(cli): cache with correct file perms by @tknickman in #1429
- Watch task outputs to avoid cache restorations by @gsoltis in #1269
- Ensure we fail if no examples are run by @gsoltis in #1441
- Bump e2e pnpm to 7 by @gsoltis in #1444
- Vendor chrometracing, add Close method by @gsoltis in #1443
- fix(cli): prefer IsDir() over explicit type check by @tknickman in #1445
- Fix symlink mode check. by @nathanhammond in #1447
- Fix hashing uncommitted changes by @gsoltis in #1448
- Cross-compile amd64. by @nathanhammond in #1452
- Add test to confirm that file copying works as expected. by @nathanhammond in #1450
Full Changelog: v1.3.1...v1.3.2-canary.0
v1.3.1
Core
- Ensure maps are accessed with a lock by @gsoltis in #1434
- Drop -- in pnpm invocation for pnpm 7+ by @gsoltis in #1432
Docs
- Add blog post for v1.3 by @jaredpalmer in #1431
Chore
- Remove Dependabot by @nathanhammond in #1423
Full Changelog: v1.3.0...v1.3.1