Skip to content

feat(deps): update dependency eslint-plugin-array-func to v5

HTML-validate requested to merge renovate/eslint-plugin-array-func-5.x into master

This MR contains the following updates:

Package Type Update Change
eslint-plugin-array-func dependencies major 4.0.0 -> 5.0.1

Release Notes

freaktechnik/eslint-plugin-array-func (eslint-plugin-array-func)

v5.0.1

Compare Source

  • Added meta section, so eslint features like --cache can identify the plugin in flat configs.

Full Changelog: https://github.com/freaktechnik/eslint-plugin-array-func/compare/v5.0.0...v5.0.1

v5.0.0

Compare Source

What's Changed

  • The exported configs are now eslint flat configs. They no longer set the ECMA version. The README has been updated to show how to use them in flat configs.
  • Now requires eslint 8.51.0 or later
  • The package is now es modules only, so make sure your node version is good with that. This also means you have to consume this plugin through a flat config. If you still need to use the old config system, don't update to v5 and beyond.

Known issue: the plugin is missing self-describing info for flat config, will publish a version with that shortly.

Full Changelog: https://github.com/freaktechnik/eslint-plugin-array-func/compare/v4.0.0...v5.0.0


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 is behind base branch, 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