Skip to content

Update dependency @aarongoldenthal/eslint-config-standard to v23

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@aarongoldenthal/eslint-config-standard ^22.1.0 -> ^23.0.0 age adoption passing confidence

Release Notes

gitlab-ci-utils/eslint-config-standard (@​aarongoldenthal/eslint-config-standard)

v23.0.0

Compare Source

Changed
  • BREAKING: Added new rules to playwright-config as errors: expect-expect, no-nested-step, no-networkidle, no-nth-methods, no-useless-await, prefer-to-contain, and prefer-web-first-assertions.
  • BREAKING: Changed jsdoc-config rule no-defaults to error for any contexts. (#​103)
  • BREAKING: Added new rule imports-as-dependencies to jsdoc-config. (#​102)
  • BREAKING: Moved all eslint plugins and configurations to peerDependencies since all active Node versions now include npm versions that install then by default. This is only BREAKING if they are not installed (e.g. using yarn or npm install --legacy-peer-deps), and in that case they must all be added to the project. (#​82)
    • Updated yarn tests to automatically install peerDependencies.
  • BREAKING: Updated to eslint-plugin-unicorn@48.0.0, which removed rule no-unsafe-regex and chaged the behavior of several rules (see the release notes). (!501 (merged))
Fixed
  • Updated to latest plugins, including eslint-plugin-jest@27.2.3, eslint-plugin-jsdoc@46.4.4, eslint-plugin-n@16.0.1, eslint-plugin-playwright@0.15.3, and eslint-plugin-unicorn@48.0.0.
Miscellaneous
  • Updated to latest default config for Renovate v36.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports