Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^25.5.1^25.5.2 age confidence
eslint (source) ^10.1.0^10.2.0 age confidence
typescript (source) 5.6.35.9.3 age confidence

Release Notes

eslint/eslint (eslint)

v10.2.0

Compare Source

Features

Bug Fixes

Documentation

  • a2af743 docs: add language to configuration objects (#​20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#​20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#​20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#​20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#​20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#​20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#​20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#​20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#​20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#​20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#​20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#​20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#​20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#​20645) (kuldeep kumar)
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.8.3: TypeScript 5.8.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
supabase Error Error Apr 6, 2026 10:38pm
supabase-demo Ready Ready Preview Apr 6, 2026 10:38pm

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 2, 2026

npm i https://pkg.pr.new/@nuxtjs/supabase@584

commit: cf864cd

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7b8802 to 034b460 Compare March 2, 2026 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 034b460 to 30bb2f8 Compare March 6, 2026 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30bb2f8 to f4895b6 Compare March 6, 2026 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f4895b6 to 6b07212 Compare March 8, 2026 06:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b07212 to 45e1c29 Compare March 9, 2026 16:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45e1c29 to 6945290 Compare March 9, 2026 19:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6945290 to e078ae8 Compare March 9, 2026 23:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e078ae8 to 19085df Compare March 11, 2026 06:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19085df to 2924a8f Compare March 11, 2026 11:13
@felixgabler
Copy link
Copy Markdown
Contributor

@larbish sorry to tag you directly, but this Renovate PR includes two bug fixes that are worth merging sooner rather than later:

  1. @supabase/ssr 0.8.1+ adds skipAutoInitialize: true to createServerClient, which prevents the SSR token-refresh race condition where cookies.set() throws after the response has already been committed (fix: use skipAutoInitialize to prevent SSR token refresh race condition supabase/ssr#131).

  2. @supabase/supabase-js 2.98.0+ fixes auth calls hanging indefinitely when a Web Lock gets orphaned (e.g. tab backgrounded in Chrome, or React Strict Mode double-mount). It now uses a steal-based fallback so getUser() / signInWithPassword() recover instead of deadlocking (@supabase/ssr browser client auth methods hang indefinitely due to orphaned Web Locks supabase/supabase-js#2111).

Both of these are issues people hit in production. Build CI passes, the Vercel docs deployment failure looks pre-existing and unrelated.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4300733 to 4893b67 Compare March 16, 2026 15:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4893b67 to 1d23f1b Compare March 17, 2026 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d23f1b to 32213d5 Compare March 19, 2026 14:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32213d5 to 38dc8b6 Compare March 20, 2026 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38dc8b6 to 51d3eac Compare March 23, 2026 15:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51d3eac to 979e034 Compare March 23, 2026 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 979e034 to 1c7aa9e Compare March 24, 2026 19:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c7aa9e to 408c464 Compare March 26, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant