Skip to content

Releases: coldfrontlabs/eslint-plugin-drupal-contrib

2.1.0-beta.0

02 Apr 15:11
Compare
Choose a tag to compare
2.1.0-beta.0 Pre-release
Pre-release

2.1.0-beta.0 (2024-04-02)

Features

  • config: add support for flat config (d0c4216)

Build System

  • bump @commitlint/cli from 17.8.1 to 19.0.3 (3ef264a)
  • bump @commitlint/config-conventional from 17.8.1 to 19.0.3 (a39a450)
  • bump husky from 8.0.3 to 9.0.11 (d67cbf2)
  • bump lint-staged from 14.0.1 to 15.2.2 (f3a937e)
  • bump rollup from 3.29.4 to 4.9.2 (50c7853)

2.0.3

26 Sep 01:00
Compare
Choose a tag to compare

2.0.3 (2023-09-26)

Build System

  • actions: add build and lint tests (eaeaa13)
  • actions: update checkout to v4 (964ff6f)
  • codeql: use latest codeql action for all jobs (c32d5e8)

Documentation

  • readme: add tests and codeql status (9f877fa)

2.0.2

26 Sep 01:00
Compare
Choose a tag to compare

2.0.2 (2023-09-22)

Bug Fixes

  • dist: do not lint dist directory (679c20c)
  • package: correct module path (a24a176)

Build System

  • ensure mjs files are linted (a1096e1)
  • rollup: update rollup to es module (cf37a01)

2.0.1

21 Sep 19:38
Compare
Choose a tag to compare

2.0.1 (2023-09-21)

Documentation

  • github: update to reflect new version (1cce44f)

2.0.0

21 Sep 19:37
Compare
Choose a tag to compare

2.0.0 (2023-09-21)

Documentation

  • update docs to add other official configs from core (5f65e09)

2.0.0-beta.1

21 Sep 19:33
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2023-09-21)

Features

  • support cjs and es imports (ec84d88)

2.0.0-beta.0

21 Sep 19:24
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release

2.0.0-beta.0 (2023-09-21)

⚠ BREAKING CHANGES

  • config: Projects using the 9.x plugin will need to change to the recommended plugin
  • Projects using the 8.x plugin will no longer work.

Features

  • config: add other official drupal configs for 9.x (100d9af)
  • config: update 9.x config and rename to recommended (e286aae)
  • remove drupal 8 support (8d01c4d)

Build System

  • npm: update all dependencies to latest (511b6d5)

1.2.1

21 Sep 19:23
Compare
Choose a tag to compare

1.2.1 (2023-09-21)

Documentation

  • github: update to reflect change to 1.x branch (d375f07)

Build System

  • bump eslint-plugin-yml from 0.15.0 to 1.0.0 (060d616)
  • bump lint-staged from 12.5.0 to 13.0.1 (c28396e)
  • bump prettier from 2.8.8 to 3.0.0 (6b0fc0c)
  • codeql: update to check against *.x branches (9230835)

1.2.0

18 May 13:05
Compare
Choose a tag to compare

1.2.0 (2022-05-18)

Features

  • config: update 9.x config to match drupal core (43a4283)
  • config: update 9.x config to match drupal core (cf0f6f8)

Documentation

Build System

  • bump @commitlint/cli from 16.3.0 to 17.0.0 (38bf44d)
  • bump @commitlint/config-conventional from 16.2.4 to 17.0.0 (0584b7b)
  • bump eslint-plugin-yml from 0.13.0 to 0.14.0 (a3a91e2)
  • bump eslint-plugin-yml from 0.14.0 to 0.15.0 (96a114e)
  • bump husky from 7.0.4 to 8.0.1 (4f01f21)
  • github: add CodeQL workflow (9631304)
  • github: add dependabot (2514a84)
  • npm: add eslint-plugin-jquery to match drupal core (b581713)

1.1.2

16 Feb 19:19
Compare
Choose a tag to compare

1.1.2 (2022-02-16)

Build System