Skip to content

v18.3.0

Choose a tag to compare

@github-actions github-actions released this 26 May 18:14
· 179 commits to master since this release
7f6734c

18.3.0 (2021-05-26)

Bug Fixes

  • bump minimal version of lodash to address CVE-2021-23337 (#1931) (55194c1)
  • deps: peer dependecy error with marked-terminal (#1829) (07f12b9)
  • deps: update dependency cosmiconfig to v7 (#1742) (cc74a4c)
  • deps: update dependency execa to v5 (#1745) (8262832)
  • deps: update dependency get-stream to v6 (#1748) (969e460)
  • deps: update dependency hosted-git-info to v4 (#1838) (44b3344)
  • add logging for when ssh falls back to http (#1639) (b4c5d0a)
  • don't parse port as part of the path in repository URLs (#1671) (77a75f0)
  • escape uri encoded symbols (#1697) (f8f8fbc)
  • mask secrets when characters get uri encoded (ca90b34)
  • pin initial branch to master (#1740) (32a2c91)
  • update link to GitLab CI introduction (#1794) (a9be97b)
  • deps: Require find-versions ^4.0.0 (#1722) (52238cb)
  • deps: update dependency marked to v2 (a2eaed0)
  • deps: update to yargs 16.2.0 (#1739) (d2ec893)
  • add logging for top-level errors (#1736) (9f57b84)
  • normalize ci: false into noCi: true after configs get merged (#1732) thanks @dominykas (21c151f)
  • use valid git credentials when multiple are provided (#1669) (2bf3771)

Features

  • config: Use cosmiconfig defaults to support .cjs config files (#1815) (3ecc196), closes #1814
  • docs: note that publish token is required (#1700) (885d87a)