Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@stylistic/eslint-plugin (source) ^5.7.1^5.8.0 age confidence pnpm.catalog.default minor
@types/react (source) ^19.2.13^19.2.14 age confidence pnpm.catalog.default patch
@vitejs/plugin-react (source) ^5.1.3^5.1.4 age confidence pnpm.catalog.default patch
changesets/action v1.6.0v1.7.0 age confidence action minor
eslint-plugin-n ^17.23.2^17.24.0 age confidence pnpm.catalog.default minor
jsdom ^28.0.0^28.1.0 age confidence pnpm.catalog.default minor
nx (source) 22.5.022.5.1 age confidence pnpm.catalog.default patch
simple-git (source) ^3.30.0^3.31.1 age confidence pnpm.catalog.default minor
vue (source) ^3.5.27^3.5.28 age confidence pnpm.catalog.default patch
vue-eslint-parser ^10.2.0^10.4.0 age confidence pnpm.catalog.default minor

Release Notes

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

v5.8.0

Compare Source

Features
Bug Fixes
  • list-style: correctly get ( for optional call expressions (#​1114) (2090a72)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.4

Compare Source

Fix canSkipBabel not accounting for babel.overrides (#​1098)

When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.

changesets/action (changesets/action)

v1.7.0

Compare Source

Minor Changes
  • #​564 935fe87 Thanks @​Andarist! - Automatically use the GitHub-provided token to allow most users to avoid explicit GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration.
Patch Changes
  • #​545 54220dd Thanks @​ryanbas21! - The .npmrc generation now intelligently handles both traditional NPM token authentication and trusted publishing scenarios by only appending the auth token when NPM_TOKEN is defined. This prevents 'undefined' from being written to the registry configuration when using OIDC tokens from GitHub Actions trusted publishing.

  • #​563 6af4a7e Thanks @​Andarist! - Don't error on already committed symlinks and executables that stay untouched

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.24.0

Compare Source

🌟 Features
🧹 Chores
  • add v17.x to release-please (9c5e437)
jsdom/jsdom (jsdom)

v28.1.0

Compare Source

  • Added blob.text(), blob.arrayBuffer(), and blob.bytes() methods.
  • Improved getComputedStyle() to account for CSS specificity when multiple rules apply. (asamuzaK)
  • Improved synchronous XMLHttpRequest performance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.
  • Improved performance of node.getRootNode(), node.isConnected, and event.dispatchEvent() by caching the root node of document-connected trees.
  • Fixed getComputedStyle() to correctly handle !important priority. (asamuzaK)
  • Fixed document.getElementById() to return the first element in tree order when multiple elements share the same ID.
  • Fixed <svg> elements to no longer incorrectly proxy event handlers to the Window.
  • Fixed FileReader event timing and fileReader.result state to more closely follow the spec.
  • Fixed a potential hang when synchronous XMLHttpRequest encountered dispatch errors.
  • Fixed compatibility with environments where Node.js's built-in fetch() has been used before importing jsdom, by working around undici v6/v7 incompatibilities.
nrwl/nx (nx)

v22.5.1

Compare Source

22.5.1 (2026-02-13)

🚀 Features
  • core: update formatting of agent rules documentation (#​33356)
  • core: add nxVersion to meta in shortUrl for cnw (#​34401)
  • core: handle agentic sandboxing (#​34402)
  • core: extract sandbox detection into reusable utility (#​34408)
  • core: add negation pattern support for plugin include/exclude (#​34160)
  • misc: update PLUGIN.md files to help agents verification (#​34379)
  • misc: lock in CNW variant 2 with deferred connection (#​34416)
  • testing: add cacheDir option to playwright executor (#​34413, #​34397)
🩹 Fixes
  • core: make sure that mcp args aren't overridden when running configure-ai-agents (#​34381)
  • core: use a consistent batch id between scheduler and task runner (#​34392)
  • core: clean up stale socket files before listening (#​34236, #​34233)
  • core: avoid dropping unrelated continuous deps in makeAcyclic (#​34389)
  • core: make runtime cache key deterministic (#​34390)
  • core: handle dangling symlinks during cache restore (#​34396, #​34013)
  • core: hitting [1] or [2] should remove pinned panes if they match the current task (#​34433, #​34175)
  • core: remove shellapi from winapi featureset to minimize AV false positives (#​34208)
  • maven: use module-level variable for cache transfer between createNodes and createDependencies (#​34386)
  • maven: correctly map between maven locators and nx project names (#​34366)
  • nx-dev: improve plugin registry visibility (#​34395)
  • nx-dev: add missing nx-cloud intro in sidebar (#​34403)
  • nx-dev: clarify project linking for workspaces (#​34405)
  • repo: use sudo for global npm install in publish workflow (#​34409)
  • repo: replace addnab/docker-run-action with direct docker run (#​34448)
  • repo: revert sudo for global npm install in publish workflow (#​34451, #​34409)
❤️ Thank You
steveukx/git-js (simple-git)

v3.31.1

Compare Source

Patch Changes
  • a44184f: Resolve NPM publish steps
vuejs/core (vue)

v3.5.28

Compare Source

Bug Fixes
vuejs/vue-eslint-parser (vue-eslint-parser)

v10.4.0

Compare Source

⚙️ Changes

  • feat: updated scope analyzer to mark variables as used to prevent false positives with no-useless-assignment by @​ota-meshi in #​288

Full Changelog: vuejs/vue-eslint-parser@v10.3.0...v10.4.0

v10.3.0

Compare Source

✨ Enhancements

⚙️ Infrastructure Updates

Full Changelog: vuejs/vue-eslint-parser@v10.2.0...v10.3.0


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 16, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 16, 2026

⚠️ No Changeset found

Latest commit: ab8ff16

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 16, 2026

View your CI Pipeline Execution ↗ for commit ab8ff16

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

☁️ Nx Cloud last updated this comment at 2026-02-16 00:47:50 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 16, 2026

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

commit: ab8ff16

@renovate renovate bot merged commit b8d2c93 into main Feb 16, 2026
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 16, 2026 06: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

Comments