Skip to content

Comments

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#591
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2026

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.39.29.39.3 age confidence
@iconify/json (source) 2.2.4382.2.442 age confidence
@supabase/supabase-js (source) 2.95.32.97.0 age confidence
@typescript-eslint/parser (source) 8.55.08.56.0 age confidence
astro (source) 5.17.15.17.3 age confidence
astro-eslint-parser 1.2.21.3.0 age confidence
eslint (source) 9.39.29.39.3 age confidence
eslint-plugin-astro (source) 1.5.01.6.0 age confidence
pnpm (source) 10.29.210.30.1 age confidence
simple-git (source) 3.30.03.32.2 age confidence
supabase (source) 2.76.72.76.12 age confidence
typescript-eslint (source) 8.55.08.56.0 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

iconify/icon-sets (@​iconify/json)

v2.2.442

Compare Source

v2.2.441

Compare Source

v2.2.440

Compare Source

v2.2.439

Compare Source

supabase/supabase-js (@​supabase/supabase-js)

v2.97.0

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

v2.96.0

Compare Source

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

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

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.

withastro/astro (astro)

v5.17.3

Compare Source

Patch Changes

v5.17.2

Compare Source

Patch Changes
  • c13b536 Thanks @​matthewp! - Improves Host header handling for SSR deployments behind proxies
ota-meshi/astro-eslint-parser (astro-eslint-parser)

v1.3.0

Compare Source

Minor Changes
ota-meshi/eslint-plugin-astro (eslint-plugin-astro)

v1.6.0

Compare Source

Minor Changes
Patch Changes
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

v10.29.3

Compare Source

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.

v3.31.1

Compare Source

Patch Changes
  • a44184f: Resolve NPM publish steps
supabase/cli (supabase)

v2.76.12

Compare Source

Changelog

Bug fixes
Others

v2.76.11

Compare Source

Changelog

Bug fixes

v2.76.10

Compare Source

Changelog

Bug fixes
Others

v2.76.9

Compare Source

Changelog

Bug fixes
Others

v2.76.8

Compare Source

Changelog

Bug fixes
  • 49de83d: fix(docker): bump supabase/realtime from v2.76.0 to v2.76.1 in /pkg/config/templates in the docker-minor group (#​4844) (@​dependabot[bot])
Others
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@changeset-bot
Copy link

changeset-bot bot commented Feb 11, 2026

⚠️ No Changeset found

Latest commit: e9566a6

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.

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

@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (818a256) to head (06839d5).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #591   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            2         2           
=========================================
  Hits             2         2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 401187b to 27eb46c Compare February 18, 2026 15:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from e32354e to cee5fac Compare February 22, 2026 17:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cee5fac to e9566a6 Compare February 23, 2026 01:24
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