Skip to content

Comments

chore(deps): update all non-major dependencies#344

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Feb 23, 2026
Merged

chore(deps): update all non-major dependencies#344
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) ^5.8.0^5.9.0 age confidence
eslint (source) ^10.0.0^10.0.1 age confidence
nx (source) 22.5.122.5.2 age confidence
pnpm (source) 10.29.310.30.1 age confidence
simple-git (source) ^3.31.1^3.32.2 age confidence
typescript-eslint (source) ^8.55.0^8.56.0 age confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.9.0

Compare Source

Features
Bug Fixes
  • comma-dangle: check tsx file correctly (#​1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#​1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#​1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#​1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#​1129) (5aaaec6)
Chores
eslint/eslint (eslint)

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

nrwl/nx (nx)

v22.5.2

Compare Source

22.5.2 (2026-02-20)
🚀 Features
🩹 Fixes
  • core: handle Ctrl+C gracefully in configure-ai-agents (9128fcb66f)
  • core: prevent staggered and duplicate lines in dynamic output (#​34462)
  • core: only pull configure-ai-agents from latest if local version is not latest (#​34484)
  • core: gate tui-logger init behind NX_TUI env var (#​34426)
  • core: avoid blocking event loop during TUI PTY resize (#​34385)
  • core: use workspace root for path resolution when baseUrl is not set (#​34453)
  • core: replace buggy ignore-files trie with correct path-component gitignore matching (#​34447)
  • core: skip stale recomputations and prevent lost file changes in daemon (#​34424)
  • core: reduce terminal output duplication and allocations in task runner (#​34427)
  • core: commands shouldn't hang when passing --help (#​34506)
  • maven: write output after each task in batch mode to ensure correct files are cached (#​34400)
  • misc: rewrite Framer URLs to nx.dev in HTML responses (#​34445)
  • misc: prevent nxCloudId from being generated for new workspaces (#​34532)
  • nextjs: reset daemon client after project graph creation in withNx (#​34518, #​32880)
  • nx-dev: use shared preview url for netlify deploy (#​34467)
  • nx-dev: widen search dialog (#​34504)
  • nx-dev: update breadcrumb links to match sidebar (#​34500)
  • release: remove unnecessary number from release return type (#​34481)
  • repo: fix e2e CI failures from Node 22.12 incompatibility (#​34501)
❤️ Thank You
pnpm/pnpm (pnpm)

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx
steveukx/git-js (simple-git)

v3.32.2

Compare Source

Patch Changes
  • 8d02097: Enhanced clone unsafe switch detection.

v3.32.1

Compare Source

Patch Changes
  • 23b070f: Fix regex for detecting unsafe clone options

    Thanks to @​stevenwdv for reporting this issue.

v3.32.0

Compare Source

Minor Changes
  • 1effd8e: Enhances the unsafe plugin to block additional cases where the -u switch may be disguised
    along with other single character options.

    Thanks to @​JuHwiSang for identifying this as vulnerability.

Patch Changes
  • d5fd4fe: Use task runner for logging use of deprecated (already no-op) functions.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.56.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 Pull requests that update a dependency file label Feb 23, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 23, 2026

⚠️ No Changeset found

Latest commit: 7ae8cb2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@nx-cloud
Copy link

nx-cloud bot commented Feb 23, 2026

View your CI Pipeline Execution ↗ for commit 7ae8cb2

Command Status Duration Result
nx affected --targets=test:sherif,test:docs,tes... ✅ Succeeded 24s View ↗
nx run-many --target=build ✅ Succeeded 8s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-23 01:15:12 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 23, 2026

npm i https://pkg.pr.new/@tanstack/eslint-config@344
npm i https://pkg.pr.new/@tanstack/publish-config@344
npm i https://pkg.pr.new/@tanstack/typedoc-config@344
npm i https://pkg.pr.new/@tanstack/vite-config@344

commit: 7ae8cb2

@renovate renovate bot merged commit 2df0044 into main Feb 23, 2026
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 23, 2026 05:29
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.

0 participants