Skip to content

Releases: jaydenseric/eslint-config-env

Version 14.0.0

12 May 13:10
Compare
Choose a tag to compare

Major

Patch

  • Updated the eslint peer dependency to 6 - 7.
  • Updated the eslint-plugin-jsdoc peer dependency to 15.11 - 25.
  • Updated dependencies.
  • Removed disabling the require-atomic-updates rule, as it is no longer part of the eslint:recommended rule set.
  • Fixed a comment typo.
  • Fixed a v13.0.6 changelog entry typo.

Version 13.0.6

03 May 03:06
Compare
Choose a tag to compare

Patch

  • Updated the eslint-plugin-jsdoc peer dependency to 15.11 - 23.
  • Updated dependencies.
  • Also run GitHub Actions with Node.js v14.

Version 13.0.5

19 Apr 02:32
Compare
Choose a tag to compare

Patch

  • Updated the eslint-plugin-jsdoc peer dependency to 15.11 - 23.
  • Updated dependencies.
  • Updated the prettier dev dependency, config and package test:prettier script.
  • Ensure GitHub Actions run on pull request.

Version 13.0.4

03 Mar 06:43
Compare
Choose a tag to compare

Patch

  • Updated the eslint-plugin-jsdoc peer dependency to 15.11 - 22, fixing #1.
  • Updated dependencies and dev dependencies.

Version 13.0.3

26 Jan 08:22
Compare
Choose a tag to compare

Patch

Version 13.0.2

03 Jan 01:32
Compare
Choose a tag to compare

Patch

  • Updated the eslint-plugin-jsdoc peer dependency to 15.11 - 20, and updated it’s dev dependency.

Version 13.0.1

31 Dec 07:25
Compare
Choose a tag to compare

Patch

Version 13.0.0.

28 Dec 02:03
Compare
Choose a tag to compare

Major

  • Updated Node.js support from v8.10+ to v10+.
  • Updated dependencies, some of which require Node.js >= v10.

Version 12.0.1

16 Dec 11:54
Compare
Choose a tag to compare

Patch

  • Removed the require-await rule as there are valid use cases for async functions that don’t contain await, particularly around errors and rejection.

Version 12.0.0

09 Dec 13:24
Compare
Choose a tag to compare

Major

Minor

  • Setup GitHub Sponsors funding:
    • Added .github/funding.yml to display a sponsor button in GitHub.
    • Added a package.json funding field to enable npm CLI funding features.

Patch

  • Updated dependencies.
  • Fixed a package.json type field value of commonjs setting parserOptions.sourceType to commonjs, instead of script.
  • Remove package-lock.json from ignore files, as it is disabled via .npmrc anyway.
  • Test Node.js v13 in CI GitHub Actions.