Skip to content

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

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Closed

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

Conversation

@renovate

@renovate renovate Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
better-sqlite3 ^12.8.0^12.10.0 age confidence
docus ^5.9.0^5.11.0 age confidence
pnpm (source) 11.1.011.1.1 age confidence
pnpm (source) 10.33.010.33.4 age confidence
typescript (source) 5.6.35.9.3 age confidence

Release Notes

WiseLibs/better-sqlite3 (better-sqlite3)

v12.10.0

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0

v12.9.0

Compare Source

What's Changed

  • Update SQLite to version 3.53.0 in #​1464

Full Changelog: WiseLibs/better-sqlite3@v12.8.0...v12.9.0

nuxt-content/docus (docus)

v5.11.0

Compare Source

Features
Bug Fixes

v5.10.1

Compare Source

Bug Fixes

v5.10.0

Compare Source

Features
Bug Fixes
pnpm/pnpm (pnpm)

v11.1.1

Compare Source

Patch Changes
  • Skip installability validation when scanning workspace projects in checkDepsStatus (run by verifyDepsBeforeRun). Previously the status check called findWorkspaceProjects, which validates each project's engines and os/cpu/libc and warns about useless fields in non-root manifests — work that the install pipeline already performs. With no nodeVersion threaded through, the engine check also fell back to the system Node from PATH and emitted spurious "Unsupported engine" warnings before scripts ran. Status-only callers now use findWorkspaceProjectsNoCheck; install paths continue to validate.
  • Fixed pnpm add <alias>:@&#8203;scope/pkg for named registries. The local resolver was claiming any specifier containing / as a local directory, so pnpm add bit:@&#8203;teambit/bit (with bit configured under namedRegistries) installed a bogus link to bit:@&#8203;teambit/bit/ instead of resolving from the configured registry. The local resolver now runs after the named-registry resolver in the resolution chain.
  • Updated @zkochan/cmd-shim to 9.0.3. The sh shim it writes for .cmd / .bat targets now escapes the /C switch as //C, so it survives the path translation Git Bash applies when launching cmd.exe. Without this, a bare /C was rewritten to C:\ before reaching cmd.exe — the switch was dropped, cmd started interactively, and the calling script saw the cmd banner instead of the wrapped command's output. Affects any cmd-shim-wrapped batch script invoked from Git Bash / MSYS / Cygwin on Windows. See pnpm/cmd-shim#55.
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: (UTC)

  • Branch creation
    • "on Monday"
  • 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

vercel Bot commented Mar 2, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
supabase Ready Ready Preview May 12, 2026 1:09pm
supabase-demo Ready Ready Preview May 12, 2026 1:09pm

@pkg-pr-new

pkg-pr-new Bot commented Mar 2, 2026

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

commit: 85b6482

@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.

2 participants