npm turbo 1.1.3
v1.1.3

2 years ago

What's New?

  • turbo bin now prints the location of binary

  • VSCode now recognizes turbo.json with a custom file icon

  • Added JSON Schema schema.json to have a better IDE intellisense in turbo.json. You can add this line to turbo.json to get it working:

       {
         "$schema": "https://turborepo.org/schema.json",	    
       }

    This will give you descriptions over each key in VSCode and other IDEs...

Bug fixes

  • Logging is now thread-safe (no more awkward line collisions)
  • Exit codes are now properly propagated
  • Fixed crash and added error message if packageManager field in package.json is invalid
  • Stopped targeting all packages with --since if no there are no git/scm changes
  • Fixed --scope exclusion. As a reminder, a ! is the proper way to ignore something from execution scope (e.g. --scope="!something-*"). Recall that --ignoreis only used for--since`.
  • Fixed passthrough CLI args so that they are now only applied to primary tasks

Commits

New Contributors

Full Changelog: v1.1.2...v1.1.3

Don't miss a new turbo release

NewReleases is sending notifications on new releases.