Skip to content

fix(deps): update all minor dependencies#456

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-dependencies
Open

fix(deps): update all minor dependencies#456
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 8, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@dotenvx/dotenvx 1.61.61.65.0 age confidence devDependencies minor 1.67.0 (+4)
@supabase/supabase-js (source) 2.103.32.105.3 age confidence dependencies minor 2.106.1 (+2)
@tanstack/react-query (source) 5.99.25.100.9 age confidence dependencies minor 5.100.11 (+1)
es-toolkit (source) 1.45.11.46.1 age confidence dependencies minor
lucide-react (source) 1.7.01.14.0 age confidence dependencies minor 1.16.0 (+1)
msw (source) 2.13.62.14.5 age confidence devDependencies minor 2.14.6
supabase/gotrue v2.188.1v2.189.0 age confidence minor
zod (source) 4.3.64.4.3 age confidence dependencies minor
zod (source) 4.3.64.4.3 age confidence devDependencies minor

Release Notes

dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.65.0

Compare Source

Added
  • Add support for replaceing duplicate keys with different values (#​806)

v1.64.0

Compare Source

Added
  • Add optional dotenvx armor command.
    • armor up armor private key
    • armor down dearmor private key
    • armor push push armored key (from .env.keys)
    • armor pull pull armored key (into .env.keys)

Move private keys off device and under access control with Dotenvx Ops ⛨. Learn more

v1.63.0

Compare Source

Added
  • Add support for encrypted values passed to --env flag (#​804)
  • Add support for --format=colon in order to support cloudflare's wrangler --var flag format (#​804)

v1.62.0

Compare Source

Added
  • Add support for config({ envs }). unlocks simpler cloudflare worker integration (#​803)
$ dotenvx encrypt -f .env.txt
// src/index.js
import envSrc from '../.env.txt'
import dotenvx from '@​dotenvx/dotenvx'

const config = dotenvx.config({ envs: [{ type: 'env', value: envSrc, privateKeyName: 'DOTENV_PRIVATE_KEY' }] })
const envx = config.parsed

export default {
  async fetch(request, env, ctx) {
    return new Response(`Hello ${envx.HELLO}`)
  }
}
"scripts": {
  "deploy": "wrangler deploy",
  "dev": "wrangler dev --var $(dotenvx keypair -f .env.txt --format=colon)",
  "start": "wrangler dev --var $(dotenvx keypair -f .env.txt --format=colon)",
  "test": "vitest"
},
supabase/supabase-js (@​supabase/supabase-js)

v2.105.3

Compare Source

2.105.3 (2026-05-04)
🩹 Fixes
  • auth: narrow OAuth/CustomProvider types to fix downstream consumer typecheck (#​2326)

v2.105.2

Compare Source

2.105.2 (2026-05-04)
🩹 Fixes
  • auth: forward lockAcquireTimeout to SupabaseAuthClient (#​2309)
  • auth: add toJSON to WebAuthnError for correct JSON serialization (#​2317)
  • misc: widen enum-like unions with (string & {}) for forward compat (#​2303)
  • misc: reduce any usage across packages (#​2314)
  • postgrest: unify insert/upsert signatures (#​2315)
❤️ Thank You

v2.105.1

Compare Source

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

v2.105.0

Compare Source

🚀 Features
  • auth: add passkey support with WebAuthn registration, authentication, and management (#​2283)
  • realtime: Realtime deferred disconnect (#​2282)

v2.104.1

Compare Source

🩹 Fixes
  • supabase: propagate custom fetch to realtime client (#​2267)
❤️ Thank You

v2.104.0

Compare Source

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

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

v5.100.9

Compare Source

Patch Changes

v5.100.8

Compare Source

Patch Changes

v5.100.7

Compare Source

Patch Changes

v5.100.6

Compare Source

Patch Changes

v5.100.5

Compare Source

Patch Changes

v5.100.4

Compare Source

Patch Changes

v5.100.3

Compare Source

Patch Changes

v5.100.2

Patch Changes

v5.100.1

Patch Changes

v5.100.0

Compare Source

Patch Changes
toss/es-toolkit (es-toolkit)

v1.46.1

Compare Source

Released on April 29th, 2026.

  • Fixed AbortError and TimeoutError to fall back to Error when DOMException is undefined. ([#​1694])
  • Fixed missing forEach and countBy exports for map and set. ([#​1695])

We sincerely thank @​SrAnthony and @​umsungjun for their contributions. We appreciate your great efforts!

v1.46.0

Compare Source

Released on April 22th, 2026.

  • Changed AbortError and TimeoutError to extend DOMException. ([#​1660])
  • Added keyBy to the map entrypoint exports. ([#​1650])
  • Added Claude Code plugin marketplace and es-toolkit usage skills. ([#​1644])
  • Fixed isBuffer to add a browser export condition to avoid a 44KB Buffer polyfill. ([#​1671])
  • Fixed toCamelCaseKeys and toSnakeCaseKeys to be exported from compat for the browser bundle. ([#​1685])
  • Fixed partial by adding missing full-application overloads for 2/3/4 arguments. ([#​1684])
  • Added Agent Skills and Claude Code Plugin guide to the AI Integration page. ([#​1664])

We sincerely thank @​raon0211, @​jantimon, @​jaydeep-pipaliya, @​ethanresnick, @​zaewc, @​minsoo-web, @​wondonghwi, @​xxxxxxjun, @​jiji-hoon96, @​james-rae, @​Gamez0, and @​dayongkr for their contributions. We appreciate your great efforts!

lucide-icons/lucide (lucide-react)

v1.14.0: Version 1.14.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.13.0...1.14.0

v1.13.0: Version 1.13.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.12.0...1.13.0

v1.12.0: Version 1.12.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.10.0...1.12.0

v1.11.0: Version 1.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.11.0

v1.10.0: Version 1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.9.0...1.10.0

v1.9.0: Version 1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.8.0...1.9.0

v1.8.0: Version 1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.7.0...1.8.0

mswjs/msw (msw)

v2.14.5

Compare Source

v2.14.5 (2026-05-08)

Bug Fixes

v2.14.4

Compare Source

v2.14.4 (2026-05-07)

Bug Fixes

v2.14.3

Compare Source

v2.14.3 (2026-05-04)

Bug Fixes

v2.14.2

Compare Source

v2.14.2 (2026-04-29)

Bug Fixes

v2.14.1

Compare Source

v2.14.1 (2026-04-29)

Bug Fixes

v2.14.0

Compare Source

v2.14.0 (2026-04-29)

Features
Bug Fixes
colinhacks/zod (zod)

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Only on Friday (* * * * 5)
  • Automerge
    • Only on Sunday through Thursday and Saturday (* * * * 0-4,6)

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

@renovate renovate Bot added the renovate label May 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-dependencies branch 12 times, most recently from c637824 to 77cd1d8 Compare May 15, 2026 09:50
@renovate renovate Bot force-pushed the renovate/all-minor-dependencies branch 8 times, most recently from cf73065 to 586af17 Compare May 21, 2026 13:00
@renovate renovate Bot force-pushed the renovate/all-minor-dependencies branch from 586af17 to d492c3a Compare May 22, 2026 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants