new

improved

fixed

0.13.0-beta

image
🎁 New
  • New command:
    trunk install
    will download all needed dependencies ahead of time to enable trunk to work offline.
✨ Improvements
  • trunk init
    now uses the latest versions of tools.
  • trunk check upgrade
    now upgrades more linters.
  • The trunk downloads configuration section now supports amazon S3 URLs and will use default authentication if it is available.
  • Trunk now has default ignores for many kinds of package manager lock files.
  • The default go runtime has been upgraded. See the documentation to customize your runtime versions.
  • The buildifier linter now surfaces lint warnings.
  • Linters which have different run modes (for example formatting and linting) are now represented with a single linter name. The following linters have been deprecated and merged with their counterpart without
    -fmt
    :
    stylelint-fmt
    ,
    rubocop-fmt
    , and
    taplo-fmt
    .
🔧 Bug Fixes
  • Trunk will now assume a 120-character terminal width when one can not be detected.
  • Better error messages when tar or unzip commands are not found.