Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

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

Updates neo4j-driver from 6.0.1 to 6.1.0

Release notes

Sourced from neo4j-driver's releases.

v6.1.0

Introduces the full, stabilized version of Object Mapping, as well as very simple retries that should make Session.run() handle rate-limiting on Aura more gracefully. Alongside a number of minor fixes.

⭐ New Features


  • Stabilized Record Object Mapping and introduced Parameter Object Mapping. #1362 #1407 NOTE: A usage guide can be found in the PR description on #1407
  • Add single-shot retry for Idempotent errors on Session.run(), these will currently only trigger on errors caused by Aura rate-limiting. #1404

🔧 Fixes


  • Correct TypeScript exports for Record Object Mapping. #1359
  • Improve error message for starting work on a busy session. #1363
  • Fix error handling for unexpected errors in Authentication Provider. #1366
  • Fix issue causing SNI deprecation warnings when correcting to an IP. #1369
  • Eagerly send discard on close if connection is waiting to pull more, solves issue related to corner-case missuse that could make the driver release an unclean connection to the pool. #1403
  • Do not mark Result as consumed when Result.keys() is awaited. #1402

🧹 Housekeeping


  • Improve Session.run() docs with warnings on the auto-commit nature of the function. #1389 #1390
  • Update docs reference to dbms.setTXMetaData which is renamed to tx.setMetaData.#1408
Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @supabase/postgrest-js from 2.105.1 to 2.108.1

Release notes

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

v2.108.1

2.108.1 (2026-06-09)

🩹 Fixes

  • ci: forward DOGFOOD_APP_CLIENT_ID to dogfood workflow (#2434)
  • postgrest: then typing (#2349)

❤️ Thank You

v2.108.1-canary.2

2.108.1-canary.2 (2026-06-09)

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

v2.108.1-canary.1

2.108.1-canary.1 (2026-06-08)

🩹 Fixes

  • postgrest: then typing (#2349)

❤️ Thank You

v2.108.1-canary.0

2.108.1-canary.0 (2026-06-08)

🩹 Fixes

  • ci: forward DOGFOOD_APP_CLIENT_ID to dogfood workflow (#2434)

❤️ Thank You

v2.108.0

2.108.0 (2026-06-08)

🚀 Features

  • auth: auth.resend() consistent confirmation flow (#2144)

🩹 Fixes

  • auth: do not console.error AuthApiError already returned through contract (#2428)

... (truncated)

Changelog

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

2.108.0 (2026-06-08)

🩹 Fixes

  • postgrest: pass request headers as plain object for RN/custom-fetch compatibility (#2414)

❤️ Thank You

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
  • c8a6649 docs(misc): clarifications, grouping of modifier methods (#2435)
  • 21e9d4b fix(postgrest): then typing (#2349)
  • 65fafe5 chore(release): version 2.108.0 changelogs (#2433)
  • 2edb581 fix(postgrest): pass request headers as plain object for RN/custom-fetch comp...
  • b7a8247 docs(postgrest): rename count to rows for better comprehension (#2427)
  • 57014e1 chore(release): version 2.107.0 changelogs (#2421)
  • 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)
  • 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.1

Release notes

Sourced from better-sqlite3's releases.

v12.10.1

What's Changed

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

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 Jun 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-4d3e85a822 branch from 63003f8 to 8e331ed Compare June 8, 2026 08:37
…y with 4 updates

Bumps the production-dependencies group with 4 updates in the / directory: [neo4j-driver](https://github.com/neo4j/neo4j-javascript-driver), [@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 `neo4j-driver` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/neo4j/neo4j-javascript-driver/releases)
- [Commits](neo4j/neo4j-javascript-driver@6.0.1...6.1.0)

Updates `@supabase/postgrest-js` from 2.105.1 to 2.108.1
- [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.108.1/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/main/CHANGELOG.md)
- [Commits](openai/openai-node@v6.35.0...v6.42.0)

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

---
updated-dependencies:
- dependency-name: "@supabase/postgrest-js"
  dependency-version: 2.107.0
  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: neo4j-driver
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-version: 6.42.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-4d3e85a822 branch from 8e331ed to aa8d6f7 Compare June 15, 2026 00:25
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