Skip to content

v2.0.0

Choose a tag to compare

@qooban qooban released this 19 Oct 12:10
· 180 commits to master since this release

Added

  • Added eslint-common-node ESLint configuration (CY-2720) (#38)
  • Added prettier-common Prettier configuration for all UI projects (CY-2720) (#38)
  • Added env setup to common ESLint configs (CY-2720) (#38)
  • Enabled npm audit in Circle CI build (CY-1720) (#32)

Changed

  • (BREAKING) Changed ESLint configuration directory to configs (was eslint) (CY-2720) (#38)
  • Turned off security/detect-non-literal-require rule as it is duplicated by import/no-dynamic-require (CY-2720) (#38)
  • Aligned lint script in package.json files with other projects (CY-2720) (#38)
  • Added new Jenkins pipeline (#34, #35) (CY-3013)

Fixed

  • Removed CircleCI from documentation and scripts
  • Updated package description (package.json) and license file (LICENSE) (#36) (CY-1827 & CY-1828)

Security

  • Fixed security issues by updating dependencies (#38)
  • Bumped websocket-extensions from 0.1.3 to 0.1.4 (#33)
  • Bumped lodash from 4.17.13 to 4.17.19 (#37)