What's Changed
- chore(deps): update dependency postcss to v8.4.16 by @renovate in #1669
- chore(deps): update nextjs monorepo to v12.2.4 by @renovate in #1670
- Make it easier to copy paste command from README by @mehulkar in #1678
- fix: Remove corepack upgrade step from corepack build target by @chris-olszewski in #1668
- update: create-turbo templates to use react v18 by @joelhooks in #1685
- docs: Update with-nextjs readme to add prisma starter link by @Misikir in #1682
- Flip benchmark to manual, only run on ubuntu, add protoc setup by @gsoltis in #1687
- fix: 🐛 typo by @futantan in #1688
- refactor: Prune prefactor by @chris-olszewski in #1689
- Remove references to baseBranch by @mehulkar in #1681
- fix(deps): update dependency @react-aria/radio to v3.3.0 by @renovate in #1679
- output to terminal when we are just waiting for cache uploads by @gsoltis in #1686
- create-turbo: improve test cases and make them pass by @mehulkar in #1655
- chore(cli): fix comment by @tknickman in #1697
- #1283 - Fixed json5 support by @bguedes-moz in #1472
- Use git hash-object instead of git ls-files for inputs hashing by @gsoltis in #1699
- Move more fields out of Config by @gsoltis in #1461
- create-turbo: Add tests to assert package installation works by @mehulkar in #1698
- chore(ci): test all other packages in CI by @tknickman in #1709
- Increase timeout for tests involving npm install by @mehulkar in #1714
- Wait for initial delay even with no TTY by @gsoltis in #1713
- Add yarn/berry switch in create-turbo tests. by @nathanhammond in #1712
- Add n8n to showcase by @ivov in #1661
- Run benchmarks, push data to tinybird and gh-pages by @gsoltis in #1715
- add Xata to showcase list by @atilafassina in #1675
- Remove MacOS from suggested setup by @alexander-young in #1716
- MacOS times out on large monorepo by @gsoltis in #1721
- Add back symlinks in fs cache by @gsoltis in #1453
- Removed blocks from storybook import by @samuelhorn in #1725
- Document how to run unit tests by @mehulkar in #1726
- Fix instructions for running a single Go unit test by @mehulkar in #1728
- fix(docs): fix showcase layout shift by @tknickman in #1727
- run_state refactor by @gsoltis in #1711
- Run go mod tidy by @mehulkar in #1734
- Invert automerging behavior from Kodiak by @mehulkar in #1735
- Minor editorial, grammatical, and spelling improvments to docs by @mehulkar in #1701
- Improve docs on how to get started debugging by @mehulkar in #1736
- Update CODEOWNERS with team by @mehulkar in #1737
- [create-turbo] Remove registry argument to install. by @nathanhammond in #1742
- minor pipelines.mdx typo by @laurentlucian in #1743
- fix(cli): fallback to manual hashing for global by @tknickman in #1747
- Turbo Config refactor by @mehulkar in #1739
- Document how to publish new releases by @mehulkar in #1750
- Autofix fixable lint issues by @mehulkar in #1748
- Remove confusing features from docs page by @mattpocock in #1754
- Removed key emoji by @mattpocock in #1757
- Script for releasing from CI. by @nathanhammond in #1562
- chore(deps): update nextjs monorepo to v12.2.5 by @renovate in #1700
- fix(deps): update dependency @react-aria/ssr to v3.3.0 by @renovate in #1680
- docs: Callout that turbo.json is an input by @mehulkar in #1762
- Improve documentation of accepted options for outputMode config by @mehulkar in #1761
- Improve release docs by @mehulkar in #1759
- fix(deps): update dependency @react-aria/focus to v3.7.0 by @renovate in #1548
- fix(deps): update dependency eslint-plugin-react to v7.31.0 by @renovate in #1569
- Update docs for release to clarify questions. by @nathanhammond in #1766
- Include the npm configuration for publishing. by @nathanhammond in #1770
- Remove hard link code and SameFile function by @gsoltis in #1454
- Remove command flag shorthands from docs. by @nathanhammond in #1767
- Callout automatic env var inclusion in dependsOn config by @mehulkar in #1772
- More docs by @mehulkar in #1775
- Move user config and repo config to Viper by @gsoltis in #1751
- Change fs.ReadPackageJSON to operate on AbsolutePath instances by @gsoltis in #1773
- Run the benchmark after every release by @gsoltis in #1776
- Add schema dialect to example turbo.json files by @DoctorJohn in #1795
- fix: rule doc link by @MarceloAlves in #1793
- Make create-turbo Berry-aware. by @nathanhammond in #1717
- Fix typo in getting-started.mdx by @afady in #1785
- Provide a bit more context for trace files. by @nathanhammond in #1768
- fix(docs): nextjs with-docker link by @bobaaaaa in #1800
- Drop unused absolute unix path by @gsoltis in #1791
- Generate .npmrc just-in-time by @gsoltis in #1805
- fix: use docker cache best practices in examples by @HosseinAgha in #1673
- chore(deps): update dependency @babel/core to v7.18.13 by @renovate in #1765
- chore(packages): typecheck and abstract ts config by @tknickman in #1807
- chore(ci): use remote cache for JS tests by @tknickman in #1808
- Set cmd.Dir to an absolute path when we execute scripts by @gsoltis in #1774
- Remove errant indentation by @gsoltis in #1810
- Remove --no-gc flag, always run with garbage collection by @gsoltis in #1803
- (refactor) add lockfile abstraction by @chris-olszewski in #1789
- Move
fs.AbsolutePath
toturbopath.AbsolutePath
by @nathanhammond in #1779 - Update to insert newlines. by @nathanhammond in #1813
- chore(configs): update tsconfigs & packages by @tknickman in #1815
- [refactor] - made Features components more reusable by @mattpocock in #1782
- Update open instances of incorrect references to Turborepo. by @nathanhammond in #1812
- Removed dependsOn and dist/** from build in basic example by @mattpocock in #1814
- Fix link to outputs API by @mehulkar in #1777
- Reworked quickstart area into two different files with an index page by @mattpocock in #1784
- Added long-form tutorial for 'create new' section by @mattpocock in #1786
New Contributors
- @joelhooks made their first contribution in #1685
- @Misikir made their first contribution in #1682
- @futantan made their first contribution in #1688
- @bguedes-moz made their first contribution in #1472
- @ivov made their first contribution in #1661
- @atilafassina made their first contribution in #1675
- @alexander-young made their first contribution in #1716
- @laurentlucian made their first contribution in #1743
- @DoctorJohn made their first contribution in #1795
- @MarceloAlves made their first contribution in #1793
- @afady made their first contribution in #1785
- @bobaaaaa made their first contribution in #1800
- @HosseinAgha made their first contribution in #1673
Full Changelog: v1.4.3...v1.4.4