Skip to content

chore(deps): ⬆️ update dependency @haskou/eslint-config to ^0.2.2 - #28

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/non-major-dev-dependencies
Aug 3, 2026
Merged

chore(deps): ⬆️ update dependency @haskou/eslint-config to ^0.2.2#28
renovate[bot] merged 1 commit into
mainfrom
renovate/non-major-dev-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@haskou/eslint-config ^0.2.1^0.2.2 age confidence

Release Notes

haskou/eslint-config (@​haskou/eslint-config)

v0.2.2

Compare Source

Changes

  • fix(eslint): 🐛 Correct class field member ordering

Release details

Pull request notes

Summary

  • order static fields before instance fields across all accessibility levels
  • preserve #private/privateprotectedpublic ordering
  • cover fields and methods with regression tests
  • run the regression suite in CI

Root cause

The member ordering configuration started with the generic field selector. Protected and #private instance fields fell back to that first group, while explicitly matched static fields were assigned to later groups. Replacing those selectors with overly broad scope-only groups fixed the dependency order but removed accessibility ordering. The final configuration explicitly models both dimensions.

Impact

Classes can declare static values before protected or #private instance fields that initialize from them while retaining the expected private-to-public member order.

Validation

  • npm test
  • npm run lint
  • npm run pack:dry
  • GitHub Actions CI

Supersedes #​33 to use the repository's fix/* release branch convention.


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Aug 3, 2026
@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate
renovate Bot merged commit 5e90645 into main Aug 3, 2026
3 checks passed
@renovate
renovate Bot deleted the renovate/non-major-dev-dependencies branch August 3, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants