Skip to content

chore(deps): ⬆️ update non-major dev dependencies - #63

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/non-major-dev-dependencies
Open

chore(deps): ⬆️ update non-major dev dependencies#63
renovate[bot] wants to merge 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
@types/node (source) ^26.1.2^26.2.0 age confidence
eslint (source) ^10.8.0^10.8.1 age confidence
tsx (source) ^4.23.4^4.23.12 age confidence
ws ^8.21.1^8.21.3 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.

eslint/eslint (eslint)

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

privatenumber/tsx (tsx)

v4.23.12

Compare Source

Bug Fixes

This release is also available on:

v4.23.11

Compare Source

v4.23.10

Compare Source

Bug Fixes

This release is also available on:

v4.23.9

Compare Source

Bug Fixes
  • map Node test locations (2f55884)
  • support data URLs in tsImport (b94f46f)

This release is also available on:

v4.23.8

Compare Source

Bug Fixes
  • preserve package subpath resolution (be1315e)
  • preserve typeless ESM dependency exports (70dfc5e)

This release is also available on:

v4.23.7

Compare Source

Bug Fixes
  • prevent tsImport cache collisions (4e5a138)

This release is also available on:

v4.23.6

Compare Source

v4.23.5

Compare Source

websockets/ws (ws)

v8.21.3

Compare Source

Bug fixes

  • The server now correctly rejects permessage-deflate offers if the incoming
    client_max_window_bits parameter value is smaller than its configured
    clientMaxWindowBits (e97a20e).

v8.21.2

Compare Source

Bug fixes

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.

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


  • 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 force-pushed the renovate/non-major-dev-dependencies branch from fa622c7 to 1b330b8 Compare August 3, 2026 10:12
@renovate renovate Bot changed the title chore(deps): ⬆️ update dependency tsx to ^4.23.5 chore(deps): ⬆️ update non-major dev dependencies Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/non-major-dev-dependencies branch 9 times, most recently from db11909 to 2c4272b Compare August 7, 2026 21:10
@renovate
renovate Bot force-pushed the renovate/non-major-dev-dependencies branch from 2c4272b to bb232e4 Compare August 10, 2026 04:30
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