Skip to content

fix(deps): update weekly-non-major-updates (development)#701

Closed
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/development-weekly-non-major-updates
Closed

fix(deps): update weekly-non-major-updates (development)#701
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/development-weekly-non-major-updates

Conversation

@renovate

@renovate renovate Bot commented Feb 16, 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 Confidence Type Update Pending
@playwright/test (source) ^1.58.1^1.58.2 age confidence devDependencies patch
@tanstack/react-query (source) ^5.90.20^5.90.21 age confidence dependencies patch
@types/node (source) ^25.2.1^25.2.3 age confidence devDependencies patch
@types/react (source) ^19.2.13^19.2.14 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^8.54.0^8.55.0 age confidence devDependencies minor
@typescript-eslint/parser (source) ^8.54.0^8.55.0 age confidence devDependencies minor
@vitejs/plugin-react (source) ^5.1.3^5.1.4 age confidence devDependencies patch
aquasecurity/trivy-action 0.33.10.34.0 age confidence action minor
aquasecurity/trivy-action 22438a4c1824fd action digest
axios (source) ^1.13.4^1.13.5 age confidence dependencies patch
docker/build-push-action (changelog) 263435310e90e3 action digest
docker/build-push-action v6.18.0v6.19.2 age confidence action minor
dotenv ^17.2.4^17.3.1 age confidence devDependencies minor
github/codeql-action (changelog) 45cbd0c9e907b5 action digest
github/codeql-action b13d724ef618fe action digest
go (source) 1.25.71.26.0 age confidence golang minor
golang 1.25.6-trixie1.26.0-trixie age confidence stage minor
golang 1.25-trixie1.26-trixie age confidence stage minor
golang.org/x/crypto v0.47.0v0.48.0 age confidence require minor
golang.org/x/net v0.49.0v0.50.0 age confidence require minor
golang.org/x/text v0.33.0v0.34.0 age confidence require minor
golang.org/x/tools 0.41.00.42.0 age confidence minor
i18next (source) ^25.8.4^25.8.6 age confidence dependencies patch 25.8.9 (+2)
i18next-browser-languagedetector ^8.2.0^8.2.1 age confidence dependencies patch
knip (source) ^5.83.0^5.83.1 age confidence devDependencies patch
node 24.13.0-slim24.13.1-slim age confidence stage patch
renovatebot/github-action v46.0.1v46.1.0 age confidence action minor v46.1.1
tldts ^7.0.22^7.0.23 age confidence dependencies patch
typescript-eslint (source) ^8.54.0^8.55.0 age confidence devDependencies minor

Release Notes

microsoft/playwright (@​playwright/test)

v1.58.2

Compare Source

TanStack/query (@​tanstack/react-query)

v5.90.21

Patch Changes
  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#​10082)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.55.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

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.

aquasecurity/trivy-action (aquasecurity/trivy-action)

v0.34.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.33.1...0.34.0

axios/axios (axios)

v1.13.5

Compare Source

Release 1.13.5

Highlights
  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #​7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #​7368)
Changes
Security
  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #​7369)
Fixes
  • Fix/5657. (PR #​7313)
  • Ensure status is present in AxiosError on and after v1.13.3. (PR #​7368)
Features / Improvements
  • Add input validation to isAbsoluteURL. (PR #​7326)
  • Refactor: bump minor package versions. (PR #​7356)
Documentation
  • Clarify object-check comment. (PR #​7323)
  • Fix deprecated Buffer constructor usage and README formatting. (PR #​7371)
CI / Maintenance
  • Chore: fix issues with YAML. (PR #​7355)
  • CI: update workflow YAMLs. (PR #​7372)
  • CI: fix run condition. (PR #​7373)
  • Dev deps: bump karma-sourcemap-loader from 0.3.8 to 0.4.0. (PR #​7360)
  • Chore(release): prepare release 1.13.5. (PR #​7379)
New Contributors

Full Changelog: axios/axios@v1.13.4...v1.13.5

docker/build-push-action (docker/build-push-action)

v6.19.2

Compare Source

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Compare Source

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Compare Source

  • Scope default git auth token to github.com by @​crazy-max in #​1451
  • Bump brace-expansion from 1.1.11 to 1.1.12 in #​1396
  • Bump form-data from 2.5.1 to 2.5.5 in #​1391
  • Bump js-yaml from 3.14.1 to 3.14.2 in #​1429
  • Bump lodash from 4.17.21 to 4.17.23 in #​1446
  • Bump tmp from 0.2.3 to 0.2.4 in #​1398
  • Bump undici from 5.28.4 to 5.29.0 in #​1397

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

motdotla/dotenv (dotenv)

v17.3.1

Compare Source

Changed
  • Fix as2 example command in README and update spanish README

v17.3.0

Compare Source

Added
  • Add a new README section on dotenv’s approach to the agentic future.
Changed
  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.
golang/go (go)

v1.26.0

i18next/i18next (i18next)

v25.8.6

Compare Source

  • ts: address incomplete type definition for getFixedT() return value 2318

v25.8.5

Compare Source

  • fix: compatibility with moduleResolution bundler (issue 2380) 2381
i18next/i18next-browser-languageDetector (i18next-browser-languagedetector)

v8.2.1

Compare Source

  • Add missing typescript definition for hash options 33154
webpro-nl/knip (knip)

v5.83.1: Release 5.83.1

Compare Source

nodejs/node (node)

v24.13.1: 2026-02-10, Version 24.13.1 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "before 8am on monday" in timezone America/New_York, 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.

@github-actions

Copy link
Copy Markdown
Contributor

❌ E2E Test Results: FAILED (Split Browser Jobs)

Some browser tests failed. Each browser runs independently.

Browser Results (Phase 1 Hotfix Active)

Browser Status Shards Execution
Chromium ⚠️ skipped 4 Independent
Firefox ⚠️ skipped 4 Independent
WebKit ⚠️ skipped 4 Independent

Phase 1 Hotfix Active: Each browser runs in a separate job. One browser failure does not block others.

📊 View workflow run & download reports


🤖 Phase 1 Emergency Hotfix - See docs/plans/browser_alignment_triage.md

@Wikid82 Wikid82 closed this Feb 16, 2026
@Wikid82 Wikid82 deleted the renovate/development-weekly-non-major-updates branch February 16, 2026 07:28
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.

1 participant