Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#35

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-704aabdee9
Open

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-704aabdee9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the production-dependencies group with 3 updates in the / directory: @supabase/postgrest-js, openai and better-sqlite3.

Updates @supabase/postgrest-js from 2.105.1 to 2.107.0

Release notes

Sourced from @​supabase/postgrest-js's releases.

v2.107.0

2.107.0 (2026-06-02)

🚀 Features

  • auth: remove navigator.locks-based mutex; introduce commit guard + dispose() (#2392)
  • realtime: allow httpSend to send binary payload (#2400)
  • supabase: update X-Client-Info to structured metadata format (#2359)

🩹 Fixes

  • auth: return AuthInvalidJwtError from getClaims for expired JWT (#2395)
  • auth: recognize ?error= redirects in implicit grant gate (#2407)
  • auth): revert fix(auth: encode client-id in oauth requests (#2383, #2417)
  • postgrest: return a structured error for non-JSON body on successful responses (#2398)
  • release: pin workspace:* sibling deps before JSR publish (#2418)
  • release: publish gotrue-js legacy mirror via pnpm (#2419)

❤️ Thank You

v2.107.0-canary.6

2.107.0-canary.6 (2026-06-02)

This was a version bump only, there were no code changes.

v2.107.0-canary.5

2.107.0-canary.5 (2026-06-02)

🩹 Fixes

  • release: publish gotrue-js legacy mirror via pnpm (#2419)

❤️ Thank You

v2.107.0-canary.4

2.107.0-canary.4 (2026-06-02)

🩹 Fixes

... (truncated)

Changelog

Sourced from @​supabase/postgrest-js's changelog.

2.107.0 (2026-06-02)

🩹 Fixes

  • postgrest: return a structured error for non-JSON body on successful responses (#2398)

❤️ Thank You

2.106.2 (2026-05-25)

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

2.106.1 (2026-05-20)

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

2.106.0 (2026-05-18)

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

2.105.4 (2026-05-08)

🩹 Fixes

  • postgrest: restore non-Error abort detection in fetch catch (#2335)

2.105.2 (2026-05-04)

🩹 Fixes

  • postgrest: unify insert/upsert signatures (#2315)
  • misc: reduce any usage across packages (#2314)
  • misc: widen enum-like unions with (string & {}) for forward compat (#2303)
Commits
  • d5e3e5b test(postgrest): verify hints get passed down (#2173)
  • 1ced04b docs(repo): document error.hint as the most useful field on errors (#2415)
  • b5390d2 fix(postgrest): return a structured error for non-JSON body on successful res...
  • 42f12dd docs(repo): ship per-package AGENTS.md and migrations via npm (#2397)
  • b200b74 chore(release): version 2.106.2 changelogs (#2396)
  • a5f09cf chore(repo): adopt pnpm catalog and clean up devDeps (#2389)
  • f4c149c chore(release): version 2.106.1 changelogs (#2384)
  • 1761a62 chore(release): version 2.106.0 changelogs (#2379)
  • 9dfba1c chore(repo): migrate to pnpm (#2368)
  • 7845bb6 docs(postgrest): warn neq does not match null (#2351)
  • Additional commits viewable in compare view

Updates openai from 6.35.0 to 6.42.0

Release notes

Sourced from openai's releases.

v6.42.0

6.42.0 (2026-06-03)

Full Changelog: v6.41.0...v6.42.0

Features

  • api: responses.moderation and chat_completions.moderation (6d8f592)

v6.41.0

6.41.0 (2026-06-01)

Full Changelog: v6.40.0...v6.41.0

Features

  • api: Add Amazon Bedrock Responses support (#1899) (535b045)

v6.40.0

6.40.0 (2026-06-01)

Full Changelog: v6.39.1...v6.40.0

Features

  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (aee09f3)

Chores

v6.39.1

6.39.1 (2026-05-27)

Full Changelog: v6.39.0...v6.39.1

Bug Fixes

  • Improve undici dispatcher mismatch guidance (#1898) (b6e5fd6)
  • treat text/plan with format: binary as raw upload (f9a632a)
  • treat text/plan with format: binary as raw upload (323cb78)

Chores

  • internal: codegen related update (d32deef)

v6.39.0

6.39.0 (2026-05-21)

... (truncated)

Changelog

Sourced from openai's changelog.

6.42.0 (2026-06-03)

Full Changelog: v6.41.0...v6.42.0

Features

  • api: responses.moderation and chat_completions.moderation (6d8f592)

6.41.0 (2026-06-01)

Full Changelog: v6.40.0...v6.41.0

Features

  • api: Add Amazon Bedrock Responses support (#1899) (535b045)

6.40.0 (2026-06-01)

Full Changelog: v6.39.1...v6.40.0

Features

  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (aee09f3)

Chores

6.39.1 (2026-05-27)

Full Changelog: v6.39.0...v6.39.1

Bug Fixes

  • Improve undici dispatcher mismatch guidance (#1898) (b6e5fd6)
  • treat text/plan with format: binary as raw upload (f9a632a)
  • treat text/plan with format: binary as raw upload (323cb78)

Chores

  • internal: codegen related update (d32deef)

6.39.0 (2026-05-21)

Full Changelog: v6.38.0...v6.39.0

Features

... (truncated)

Commits
  • 6f849f4 release: 6.42.0
  • 579edb2 feat(api): responses.moderation and chat_completions.moderation
  • 7fa93eb release: 6.41.0
  • 3b7fe31 feat(api): Add Amazon Bedrock Responses support (#1899)
  • caf499a codegen metadata
  • 77bec5b release: 6.40.0
  • 0fb7602 feat(api): workload identity in audit logs, additional_tools item in response...
  • 4a860b8 chore: remove migrate CLI
  • 6c11a74 release: 6.39.1
  • a91a7aa fix: Improve undici dispatcher mismatch guidance (#1898)
  • Additional commits viewable in compare view

Updates better-sqlite3 from 12.9.0 to 12.10.0

Release notes

Sourced from better-sqlite3's releases.

v12.10.0

What's Changed

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

v12.9.1

⚠️CAUTION: NOT A VIABLE RELEASE

Electron v39+ prebuilds are not building successfully at the moment. Stick to v12.9.0 for now.

What's Changed

New Contributors

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

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-704aabdee9 branch 4 times, most recently from 6c13d82 to f1c64a2 Compare June 1, 2026 01:08
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-704aabdee9 branch from f1c64a2 to a3b2aca Compare June 3, 2026 23:36
…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [@supabase/postgrest-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/postgrest-js), [openai](https://github.com/openai/openai-node) and [better-sqlite3](https://github.com/WiseLibs/better-sqlite3).


Updates `@supabase/postgrest-js` from 2.105.1 to 2.107.0
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/postgrest-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.107.0/packages/core/postgrest-js)

Updates `openai` from 6.35.0 to 6.42.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.35.0...v6.42.0)

Updates `better-sqlite3` from 12.9.0 to 12.10.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v12.9.0...v12.10.0)

---
updated-dependencies:
- dependency-name: "@supabase/postgrest-js"
  dependency-version: 2.106.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: better-sqlite3
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-version: 6.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-704aabdee9 branch from a3b2aca to 1813926 Compare June 4, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants