Skip to content

fix: update package dependencies#170

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/package-dependencies
Open

fix: update package dependencies#170
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/package-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^21.0.2^21.2.0 age adoption passing confidence
@commitlint/config-conventional (source) ^21.0.2^21.2.0 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^5.9.1^5.10.0 age adoption passing confidence
eslint (source) ^10.5.0^10.6.0 age adoption passing confidence
eslint-plugin-import-x ^4.16.2^4.17.1 age adoption passing confidence
eslint-plugin-jsdoc ^63.0.6^63.0.10 age adoption passing confidence
eslint-plugin-n ^18.1.0^18.2.1 age adoption passing confidence
globals ^17.6.0^17.7.0 age adoption passing confidence
prettier (source) ^3.8.4^3.9.4 age adoption passing confidence
tsx (source) 4.19.14.22.4 age adoption passing confidence
turbo (source) ^2.9.18^2.10.2 age adoption passing confidence
typescript-eslint (source) ^8.61.1^8.62.1 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v21.2.0

Compare Source

Features
  • resolve-extends: resolve pure-ESM presets (conventional-changelog v7/v9/v10) (#​4859) (fdb566f)

v21.1.0

Compare Source

Features

21.0.2 (2026-05-29)

Bug Fixes

21.0.1 (2026-05-12)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v21.2.0

Compare Source

Features
  • resolve-extends: resolve pure-ESM presets (conventional-changelog v7/v9/v10) (#​4859) (fdb566f)

v21.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

21.0.2 (2026-05-29)

Note: Version bump only for package @​commitlint/config-conventional

21.0.1 (2026-05-12)

Note: Version bump only for package @​commitlint/config-conventional

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v5.10.0

Compare Source

📝 Documentation
  • Added status emoji markers to recipe and rule documentation code examples (#​1882).
  • Fixed the v5.7.2 changelog entry for react-x/no-unused-state.
  • Updated the community projects list.
🏗️ Internal
  • Bumped eslint to ^10.6.0.
  • Bumped js-yaml workspace override to ^4.3.0.

Full Changelog: Rel1cx/eslint-react@v5.9.5...v5.10.0

v5.9.5

Compare Source

🐞 Fixes
  • Compare.isEqual now recognizes structurally identical CallExpression nodes. This fixes false positives in the following rules when the compared target (event target, controller, or observed element) is derived from a function call such as window.matchMedia('…') or getEl():
    • react-web-api/no-leaked-event-listener
    • react-web-api/no-leaked-fetch
    • react-web-api/no-leaked-resize-observer
    • react-web-api/no-leaked-intersection-observer

Full Changelog: Rel1cx/eslint-react@v5.9.4...v5.9.5

v5.9.4

Compare Source

🐞 Fixes
  • The following rules now detect member expression calls made with computed string property access (e.g. obj["foo"]()):
    • react-x/no-array-index-key
    • react-x/no-duplicate-key
    • react-x/no-unnecessary-use-prefix
    • react-x/set-state-in-effect
    • react-x/set-state-in-render
    • react-dom/no-find-dom-node
    • react-dom/no-flush-sync
    • react-dom/no-hydrate
    • react-dom/no-render
    • react-dom/no-render-return-value
    • react-dom/no-use-form-state
    • react-web-api/no-leaked-fetch
📝 Documentation
  • Updated the community page and project list.
🏗️ Internal
  • Unified member expression property name checks with Extract.getPropertyName (#​1881).
  • Updated dependencies and switched postinstall to prepare.

Full Changelog: Rel1cx/eslint-react@v5.9.3...v5.9.4

v5.9.3

Compare Source

🐞 Fixes
  • ast: Corrected the TSESTreeJSX union and handling of computed member expressions (#​1877).
  • jsx: Handled namespaced host elements and cleaned up the spread child API (#​1876).
📝 Documentation
  • Refined the rule feature system docs and renamed the term-based patterns document.
  • Renamed import-paths.md to path-aliases.md.
  • Updated JSX type aliases and unwrap documentation.
🏗️ Internal
  • Aligned RuleContext imports in the kit package.
  • Bumped typescript-eslint packages to ^8.62.0 and related dependencies.
  • Renamed scripts with numeric prefixes and renamed verify-* scripts to check-*.
  • Replaced pnpm run with node --run across scripts (#​1879).
  • Replaced the website brand component with an inline logo SVG.
  • Restructured the test directory and added integration tests (#​1880).
  • Updated nx to ^23.0.1 and pnpm to 11.9.0.

Full Changelog: Rel1cx/eslint-react@v5.9.2...v5.9.3

v5.9.2

Compare Source

📝 Documentation
  • Cleaned up the "Further Reading" links in the rule docs.
🏗️ Internal
  • Switched to pnpm/action-setup to install Node and pnpm in CI.
  • Updated dependencies and the lockfile.
  • Updated the baseline.json timestamp and quality signal.

Full Changelog: Rel1cx/eslint-react@v5.9.1...v5.9.2

eslint/eslint (eslint)

v10.6.0

Compare Source

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#​20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#​20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#​20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#​21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#​21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#​21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#​21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#​21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#​21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#​21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#​20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#​20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#​20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#​20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#​20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#​20983) (lumir)

Chores

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.17.1

Compare Source

Patch Changes
  • #​498 cf25a01 Thanks @​marcalexiei! - fix(extensions): don't require an extension for package subpaths that resolve to a .d.ts (e.g. vitest/config)

v4.17.0

Compare Source

Minor Changes
  • #​474 4b2c0c5 Thanks @​regseb! - Support RegExp in the import-x/ignore setting and the ignore option of the no-unresolved rule.
Patch Changes
  • #​494 1c84235 Thanks @​morgan-coded! - Fixed no-unresolved crashing when case-sensitive path checks encounter EACCES or EPERM on an ancestor directory.

  • #​481 3e13121 Thanks @​B4nan! - fix: memoize legacyNodeResolve resolver to avoid native memory leak

  • #​484 9a07009 Thanks @​sairus2k! - Make the extensions rule check Node.js subpath imports (specifiers starting with #, e.g. #utils/helper). Previously parsePath treated a leading # as a URL hash fragment, so the rule skipped extension validation for these imports.

    Note: single-segment subpath imports without a slash (e.g. #dep) are still skipped by the existing external-root-module classification; fixing that is deferred to avoid expanding scope.

  • #​468 240ed58 Thanks @​silverwind! - Make extensions handle .d.ts correctly

  • #​479 e3cc7e4 Thanks @​mrginglymus! - fix: strip querystrings and hash fragments when checking for file existence

  • #​476 fce29b1 Thanks @​nbouvrette! - fix(deps): replace @​package-json/types with an inline minimal type

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v63.0.10

Compare Source

Bug Fixes
  • escape-inline-tags: allow scoped packages in declaration references (#​1705) (70e0a11)

v63.0.9

Compare Source

Bug Fixes
  • check-template-names, require-template, valid-types: keep commas inside @template default values (0980b71)

v63.0.8

Compare Source

Bug Fixes
  • check-template-names: detect template usage in @augments/@extends/@implements types (208079f)

v63.0.7

Compare Source

Bug Fixes
  • no-undefined-types: predefine Iterable/Iterator types; fixes #​1712 (804a13d)
eslint-community/eslint-plugin-n (eslint-plugin-n)

v18.2.1

Compare Source

🩹 Fixes

v18.2.0

Compare Source

🌟 Features
sindresorhus/globals (globals)

v17.7.0

Compare Source

prettier/prettier (prettier)

v3.9.4

Compare Source

v3.9.3

Compare Source

v3.9.2

Compare Source

v3.9.1

Compare Source

v3.9.0

Compare Source

diff

🔗 Release Notes

v3.8.5

Compare Source

privatenumber/tsx (tsx)

v4.22.4

Compare Source

Bug Fixes
  • resolve CommonJS directory requires inside dependencies (#​803) (1ce8463)

This release is also available on:

v4.22.3

Compare Source

Bug Fixes
  • decode typed loader source (dce02fc)
  • preserve entrypoint with TypeScript preload hooks (68f72f3)

This release is also available on:

v4.22.2

Compare Source

Bug Fixes
  • preserve CJS JSON require in ESM hooks (35b700b)
  • preserve named exports from CommonJS TypeScript (11de737)
  • support module.exports require(esm) interop (cf8f199)

This release is also available on:

v4.22.1

Compare Source

Bug Fixes
  • resolve tsconfig path aliases containing a colon (#​780) (6979f28)

This release is also available on:

v4.22.0

Compare Source

Features

This release is also available on:

v4.21.1

Compare Source

Bug Fixes
  • support Node 20.11/21.2 import.meta paths (acf3d8f)
  • support Node.js 24.15.0 (c1d2d45)
  • support Node.js 26.1.0 and 25.9.0 (1d7e528)

This release is also available on:

v4.21.0

Compare Source

Features

This release is also available on:

v4.20.6

Compare Source

Bug Fixes
  • properly hide relaySignal from process.listeners() (#​741) (710a424)

This release is also available on:

v4.20.5

Compare Source

Bug Fixes
  • handle ambiguous packages (796053a)

This release is also available on:

v4.20.4

Compare Source

Bug Fixes

This release is also available on:

v4.20.3

Compare Source

Bug Fixes

This release is also available on:

v4.20.2

Compare Source

Bug Fixes

This release is also available on:

v4.20.1

Compare Source

Bug Fixes
  • json: handle keys with special characters (9bd2546)

This release is also available on:

v4.20.0

Compare Source

Bug Fixes
  • esm: only set json attribute if missing (714e00b)
Features
  • support latest Node versions (ec316d3)

This release is also available on:

v4.19.4

Compare Source

Bug Fixes

This release is also available on:

v4.19.3

Compare Source

Bug Fixes
  • upgrade esbuild to ~0.25.0 to address vuln report (#​698) (e04e6c6)

This release is also available on:

v4.19.2

Compare Source

Bug Fixes
  • generate sourcesContent when Node.js debugger is enabled (#​670) (7c47074)

This release is also available on:

vercel/turborepo (turbo)

v2.10.2: Turborepo v2.10.2

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.10.1...v2.10.2

v2.10.1: Turborepo v2.10.1

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.10.0...v2.10.1

v2.10.0: Turborepo v2.10.0

Compare Source

What's Changed

create-turbo
@​turbo/codemod
eslint
@​turbo/repository
@​turbo/telemetry
Examples
Changelog

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

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

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 Pull requests that update a dependency file label Jul 1, 2026
@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: db57baa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@adbayb/stack Minor
@adbayb/create Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions Bot force-pushed the renovate/package-dependencies branch from cf56166 to 4da85a8 Compare July 1, 2026 01:42
@renovate renovate Bot force-pushed the renovate/package-dependencies branch from 4da85a8 to 23f817c Compare July 1, 2026 22:55
@github-actions github-actions Bot force-pushed the renovate/package-dependencies branch from 23f817c to aa3b845 Compare July 1, 2026 22:55
@renovate renovate Bot force-pushed the renovate/package-dependencies branch from aa3b845 to 1eb216c Compare July 2, 2026 14:41
@github-actions github-actions Bot force-pushed the renovate/package-dependencies branch from 1eb216c to 6a3e2b3 Compare July 2, 2026 14:41
@renovate renovate Bot force-pushed the renovate/package-dependencies branch from 6a3e2b3 to fc5687a Compare July 2, 2026 18:29
@github-actions github-actions Bot force-pushed the renovate/package-dependencies branch from fc5687a to e8e5222 Compare July 2, 2026 18:29
@renovate renovate Bot force-pushed the renovate/package-dependencies branch from e8e5222 to 938c9d1 Compare July 2, 2026 23:03
@github-actions github-actions Bot force-pushed the renovate/package-dependencies branch from 938c9d1 to 5c2ff31 Compare July 2, 2026 23:03
@renovate renovate Bot force-pushed the renovate/package-dependencies branch from 5c2ff31 to c1d1773 Compare July 3, 2026 02:58
@github-actions github-actions Bot force-pushed the renovate/package-dependencies branch from c1d1773 to 1561674 Compare July 3, 2026 02:58
@renovate renovate Bot force-pushed the renovate/package-dependencies branch from 1561674 to bab87af Compare July 3, 2026 10:34
@github-actions github-actions Bot force-pushed the renovate/package-dependencies branch from bab87af to 0767710 Compare July 3, 2026 10:34
@renovate renovate Bot force-pushed the renovate/package-dependencies branch from 0767710 to f45d25d Compare July 3, 2026 17:47
@github-actions github-actions Bot force-pushed the renovate/package-dependencies branch from f45d25d to b367479 Compare July 3, 2026 17:47
@renovate renovate Bot force-pushed the renovate/package-dependencies branch from b367479 to e6b1c30 Compare July 4, 2026 21:58
| datasource | package                         | from   | to      |
| ---------- | ------------------------------- | ------ | ------- |
| npm        | @commitlint/cli                 | 21.0.2 | 21.2.0  |
| npm        | @commitlint/config-conventional | 21.0.2 | 21.2.0  |
| npm        | @eslint-react/eslint-plugin     | 5.9.1  | 5.10.0  |
| npm        | eslint                          | 10.5.0 | 10.6.0  |
| npm        | eslint-plugin-import-x          | 4.16.2 | 4.17.1  |
| npm        | eslint-plugin-jsdoc             | 63.0.6 | 63.0.10 |
| npm        | eslint-plugin-n                 | 18.1.0 | 18.2.1  |
| npm        | globals                         | 17.6.0 | 17.7.0  |
| npm        | prettier                        | 3.8.4  | 3.9.4   |
| npm        | tsx                             | 4.19.1 | 4.22.4  |
| npm        | turbo                           | 2.9.18 | 2.10.2  |
| npm        | typescript-eslint               | 8.61.1 | 8.62.1  |
@github-actions github-actions Bot force-pushed the renovate/package-dependencies branch from e6b1c30 to db57baa Compare July 4, 2026 21:58
@renovate

renovate Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@adbayb adbayb force-pushed the main branch 4 times, most recently from 2cef946 to 84d6a79 Compare July 4, 2026 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant