Releases: vercel/turborepo
Turborepo v1.3.0
Blog Post
Core
-
Prevent side effects when looking for config files. by @nathanhammond in #1328
-
fix(create-turbo): yarn berry & lint fix by @tknickman in #1341
-
Add missing command to package.json scripts by @zvictor in #1342
-
Remove afero. by @nathanhammond in #1339
-
fix(cli): add colors back for cache hit log line by @tknickman in #1346
-
Disable linking. by @nathanhammond in #1354
-
Add @tknickman to CODEOWNERS by @nathanhammond in #1358
-
Added "outputLogs" Configuration Option by @ObliviousHarmony in #1332
-
Expand the blocking labels for Kodiak. by @nathanhammond in #1364
-
Bump lint-staged from 12.5.0 to 13.0.0 by @dependabot in #1318
-
Code Housekeeping by @nathanhammond in #1367
-
Revert #1297 by @nathanhammond in #1375
-
Fix parsing concurrency as a number or percent by @gsoltis in #1371
-
Configure Dependabot by @nathanhammond in #1365
-
Run lint against Go 1.17 to constrain introduction of 1.18 features. by @nathanhammond in #1374
-
Handle running the tests by a logged-in user by @gsoltis in #1402
-
Upgrade to pnpm v7.2.1 by @jaredpalmer in #1403
-
More CI Cleanup by @nathanhammond in #1408
-
Bump github.com/deckarep/golang-set from 1.7.1 to 1.8.0 in /cli by @dependabot in #1376
-
Bump github.com/briandowns/spinner from 1.16.0 to 1.18.1 in /cli by @dependabot in #1377
-
Bump github.com/hashicorp/go-hclog from 1.1.0 to 1.2.1 in /cli by @dependabot in #1382
-
Bump tailwindcss from 3.0.15 to 3.1.3 in /docs by @dependabot in #1422
-
Bump typescript from 4.5.5 to 4.7.4 in /docs by @dependabot in #1420
-
Bump @react-aria/radio from 3.1.8 to 3.2.1 in /docs by @dependabot in #1421
-
Bump github.com/stretchr/testify from 1.7.0 to 1.7.2 in /cli by @dependabot in #1378
-
Bump github.com/AlecAivazis/survey/v2 from 2.2.12 to 2.3.5 in /cli by @dependabot in #1379
-
feat(cli): update the graph arg behavior by @tknickman in #1353
-
Remove cancellation workflow, fail-fast. by @nathanhammond in #1415
-
Add gitoutput package, rework all git hashing by @nathanhammond in #1239
Docs
- Fix link to dependsOn section in configuration from getting started in documentation by @rafaeltab in #1326
- Fix error loading Docs of StoryBook by @mcmontseny in #1344
- fix(docs): update circleci remote cache docs by @tknickman in #1345
- chore(remotecache): remove beta wording by @tknickman in #1350
- typo in pnpm-workspace.yaml filename by @bertspaan in #1356
- Friendly spellcheck in README.md by @Jastor11 in #1416
- Remove duplicate "have" by @enBonnet in #1430
New Contributors
- @zvictor made their first contribution in #1342
- @mcmontseny made their first contribution in #1344
- @bertspaan made their first contribution in #1356
- @ObliviousHarmony made their first contribution in #1332
- @O4epegb made their first contribution in #1428
- @enBonnet made their first contribution in #1430
Full Changelog: v1.2.16...v1.3.0
v1.2.17-canary.0
What's Changed
- Fix link to dependsOn section in configuration from getting started in documentation by @rafaeltab in #1326
- Prevent side effects when looking for config files. by @nathanhammond in #1328
- Follow up to porting run to cobra by @gsoltis in #1327
- fix(create-turbo): yarn berry & lint fix by @tknickman in #1341
- Add missing command to package.json scripts by @zvictor in #1342
- Fix error loading Docs of StoryBook by @mcmontseny in #1344
- Remove afero. by @nathanhammond in #1339
- fix(docs): update circleci remote cache docs by @tknickman in #1345
- chore(remotecache): remove beta wording by @tknickman in #1350
- fix(cli): add colors back for cache hit log line by @tknickman in #1346
- typo in pnpm-workspace.yaml filename by @bertspaan in #1356
- Disable linking. by @nathanhammond in #1354
- Log to temp files then rename by @gsoltis in #1351
- Revert "Log to temp files then rename" by @gsoltis in #1360
- Bump global cache key by @gsoltis in #1362
- Added "outputLogs" Configuration Option by @ObliviousHarmony in #1332
- Revert #1297 by @nathanhammond in #1375
- Fix parsing concurrency as a number or percent by @gsoltis in #1371
Internal
- Add @tknickman to CODEOWNERS by @nathanhammond in #1358
- Expand the blocking labels for Kodiak. by @nathanhammond in #1364
- Bump lint-staged from 12.5.0 to 13.0.0 by @dependabot in #1318
- Code Housekeeping by @nathanhammond in #1367
- Configure Dependabot by @nathanhammond in #1365
- Run lint against Go 1.17 to constrain introduction of 1.18 features. by @nathanhammond in #1374
- Handle running the tests by a logged-in user by @gsoltis in #1402
New Contributors
- @zvictor made their first contribution in #1342
- @mcmontseny made their first contribution in #1344
- @bertspaan made their first contribution in #1356
- @ObliviousHarmony made their first contribution in #1332
Full Changelog: v1.2.16...v1.2.17-canary.0
v1.2.16
create-turbo
- fix(create-turbo): fix ui lint in pnpm example by @tknickman in #1325
Full Changelog: v1.2.15...v1.2.16
v1.2.15
Core
- Options cleanup by @gsoltis in #1295
- fix(yarn): include prerelease versions in constraints by @tknickman in #1314
- Create noopCache to ensure that users always have a valid cache object. by @nathanhammond in #1317
- Port run to cobra by @gsoltis in #1298
- Port prune command to cobra by @gsoltis in #1300
- fix example eslint custom config by @jpsc in #1301
- feat(create-turbo): use basename as app name by @tknickman in #1321
- Fix eslint config pkg name by @helgee in #1302
- Add default env vars by @gsoltis in #1322
Docs
- Route around pnpm action by @gsoltis in #1297
- docs: Fix a class in FooterLink by @nguyenvukhang in #1303
- docs: Add Workspaces guide by @rafaeltab in #884
- docs: Improve getting started by @jaredpalmer in #1095
- docs: fix workspaces link by @david-castaneda in #1316
- docs: Add a little next steps section to /getting-started by @jaredpalmer in #1313
New Contributors
- @nguyenvukhang made their first contribution in #1303
- @rafaeltab made their first contribution in #884
- @david-castaneda made their first contribution in #1316
- @jpsc made their first contribution in #1301
- @helgee made their first contribution in #1302
Full Changelog: v1.2.14...v1.2.15
v1.2.14
Core
Full Changelog: v1.2.13...v1.2.14
v1.2.13
Core
Full Changelog: v1.2.12...v1.2.13
v1.2.12
Core
Examples
- Fix a typo in design-system example README.md by @saeed-mosavat in #1285
Docs
New Contributors
- @saeed-mosavat made their first contribution in #1285
Full Changelog: v1.2.11...v1.2.12
v1.2.10
Core
- Compile regexes once by @gsoltis in #1228
- fix: Remove unused arguments and code paths. by @nathanhammond in #1234
- feat(cobra): port unlink command to cobra by @xenfo in #1203
- Implement root tasks by @gsoltis in #1040
- Resolve symlinks when determining cwd by @gsoltis in #1246
- Add some tests for copy behavior by @gsoltis in #1242
- Remove unused --stream option by @gsoltis in #1251
- Fan out example checking in github actions by @jaredpalmer in #1259
- chore: Extract a couple packages by @gsoltis in #1252
- Wrap cache in abstraction layer for a run and for a package task by @gsoltis in #1256
Examples
- Add Storybook and Changsets to design system example. by @leerob in #1255
- fix: Add GitHub Actions to design system by @jaredpalmer in #1271
Docs
- docs: fix link to Scoped builds from Microsoft Lage by @bennycode in #1240
- docs: Set TURBO_REMOTE_ONLY to true in GH Actions recipe by @jaredpalmer in #1262
New Contributors
- @bennycode made their first contribution in #1240
Full Changelog: v1.2.9...v1.2.10
v1.2.10-canary.0
Core
- Compile regexes once by @gsoltis in #1228
- fix: Remove unused arguments and code paths. by @nathanhammond in #1234
- feat(cobra): port unlink command to cobra by @xenfo in #1203
- Implement root tasks by @gsoltis in #1040
- Resolve symlinks when determining cwd by @gsoltis in #1246
- Add some tests for copy behavior by @gsoltis in #1242
Docs
- docs: fix link to Scoped builds from Microsoft Lage by @bennycode in #1240
New Contributors
- @bennycode made their first contribution in #1240
Full Changelog: v1.2.9...v1.2.10-canary.0
v1.2.9
Core
- git integration cleanup by @gsoltis in #1194
- Add better diagnostic errors when we fail to hash files with git by @gsoltis in #1195
- feat(cobra): add bin command by @xenfo in #906
- Better logging for failing to upload an artifact by @maschwenk in #1201
- feat(cobra): port logout command to cobra by @xenfo in #1204
- Send proper paths to git cmd for file hashing by @gsoltis in #1216
- Add self-ref check when build task graph by @Kingwl in #1141
- Refactor PackageManager to return information about the workspace. by @nathanhammond in #1187
- Support wslview on linux runtime, don't error on failure to open browser by @gsoltis in #1215
- Skip cache fetch for tasks that are marked cache: false by @gsoltis in #1224
- Apply inputs filter to uncommitted changes by @gsoltis in #1223
- Don't filter non-existent tasks in dry run by @gsoltis in #1225
Docs
- docs: better gh-actions example by @Kikobeats in #1197
- Revert "docs: better gh-actions example" by @nathanhammond in #1219
New Contributors
- @maschwenk made their first contribution in #1201
Full Changelog: v1.2.8...v1.2.9