Releases: vercel/turborepo
Releases · vercel/turborepo
v1.4.3
What's Changed
- Make the ESPN logo less chonky on /showcase by @jaredpalmer in #1613
- docs: add N26 to showcase list by @brunojppb in #1610
- chore(owners): add chris & mehul by @tknickman in #1616
- Make releasing more-defensive of errors. by @nathanhammond in #1618
- Update showcase by @jaredpalmer in #1621
- feat(cli): add TURBO_CI_VENDOR_ENV_KEY by @tknickman in #1622
- feat(packages): eslint-plugin-turbo by @tknickman in #1620
- chore(deps): update dependency autoprefixer to v10.4.8 by @renovate in #1625
- chore(deps): update dependency @types/react to v17.0.48 by @renovate in #1624
- feat(packages): eslint-config-turbo by @tknickman in #1628
- fix(examples): fix cra ui package by @tknickman in #1629
- Revert "hotfix: set height on marquee to avoid layout shift" by @mehulkar in #1631
- Correct the license identifiers. by @nathanhammond in #1638
- feat(examples): add vite by @tknickman in #1573
- chore(deps): update dependency @babel/core to v7.18.10 by @renovate in #1634
- feat(examples) update examples & starters to use eslint config by @tknickman in #1639
- chore(deps): update dependency tailwindcss to v3.1.8 by @renovate in #1635
- fix(deps): update dependency @react-types/radio to v3.2.2 by @renovate in #1643
- fix(deps): update dependency copy-to-clipboard to v3.3.2 by @renovate in #1644
- switch e2e tests to use corepack by @chris-olszewski in #1632
- fix: remove debug action from CI by @chris-olszewski in #1649
- docs: fix turbo prune with docker blog example by @erj826 in #1596
- fix(berry arg parsing) by @chris-olszewski in #1612
- Make the defensive behavior correct. by @nathanhammond in #1651
- Weird makefile differences by @nathanhammond in #1653
- Attempt at an alternative corepack implementation. by @nathanhammond in #1656
- Update 1-4 blog post by @jaredpalmer in #1658
- Fix tab/spaces for 1.4 post. by @leerob in #1659
- Additional details on invisible environment variables. by @nathanhammond in #1665
New Contributors
- @brunojppb made their first contribution in #1610
- @chris-olszewski made their first contribution in #1632
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- 1.4 blog post. by @nathanhammond in #1593
- fix: modern yarn lockfile parsing error by @erj826 in #1597
- Inferencing for environment variables. by @nathanhammond in #1599
- docs: Add dark/light mode aware ThemedImage and ThemedImageFigure by @jaredpalmer in #1604
- docs: update deprecated notice for serial option by @naffydharni006 in #1602
- chore(deps): update nextjs monorepo to v12.2.3 by @renovate in #1544
- Await publish before attempting lockfile update. by @nathanhammond in #1611
New Contributors
- @naffydharni006 made their first contribution in #1602
Full Changelog: v1.4.0...v1.4.2
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