Skip to content

Update devDependencies (non-major)

GoldenBot requested to merge renovate/devdependencies-(non-major) into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@aarongoldenthal/eslint-config-standard ^22.0.0 -> ^22.1.0 age adoption passing confidence
eslint (source) ^8.41.0 -> ^8.42.0 age adoption passing confidence
stylelint (source) ^15.6.2 -> ^15.6.3 age adoption passing confidence

Release Notes

gitlab-ci-utils/eslint-config-standard

v22.1.0

Compare Source

Changed
  • Updated max-params threshold from 3 to 4 in default config. Note this could be breaking if this rule was previously disabled, but can be --fixed. (#​99)
  • Disabled no-undefined rule in default config. Note this could be breaking if this rule was previously disabled, but can be --fixed. (#​100)
  • Updated no-warning-comments rule in default config to disallow the terms 'TODO', 'FIXME', 'HACK', 'XXX', 'BUG'. This is all values checked by the CodeClimate FIXME engine. This is not considered breaking because these are already checked in the GitLab Code Quality job. (#​101)
Fixed
  • Updated to latest dependencies, including eslint-plugin-jsdoc@44.2.5 and eslint-plugin-n@16.0.0.
eslint/eslint

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores

stylelint/stylelint

v15.6.3

Compare Source


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.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by GoldenBot

Merge request reports