Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps the backend group with 16 updates in the /backend directory:

Package From To
@hono/zod-validator 0.4.3 0.7.2
@jest/globals 29.7.0 30.0.5
@scalar/hono-api-reference 0.5.184 0.9.15
@types/jest 29.5.14 30.0.0
dotenv 16.6.1 17.2.1
drizzle-orm 0.38.4 0.44.4
drizzle-zod 0.6.1 0.8.3
expo 52.0.47 53.0.20
expo-constants 17.0.8 17.1.7
expo-device 7.0.3 7.1.4
expo-notifications 0.29.14 0.31.4
expo-server-sdk 3.15.0 4.0.0
globals 15.15.0 16.3.0
jest 29.7.0 30.0.5
sharp 0.33.5 0.34.3
drizzle-kit 0.30.6 0.31.4

Updates @hono/zod-validator from 0.4.3 to 0.7.2

Release notes

Sourced from @​hono/zod-validator's releases.

@​hono/zod-validator@​0.7.2

Patch Changes

@​hono/zod-validator@​0.7.1

Patch Changes

@​hono/zod-validator@​0.7.0

Minor Changes

@​hono/zod-validator@​0.6.0

Minor Changes

@​hono/zod-validator@​0.5.0

Minor Changes

Changelog

Sourced from @​hono/zod-validator's changelog.

0.7.2

Patch Changes

0.7.1

Patch Changes

0.7.0

Minor Changes

0.6.0

Minor Changes

0.5.0

Minor Changes

Commits

Updates @jest/globals from 29.7.0 to 30.0.5

Release notes

Sourced from @​jest/globals's releases.

30.0.2

What's Changed

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30.0.1

What's Changed

Features

  • [jest-resolver] Implement the defaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • [*] Remove and deprecate jest-repl package (#15673)
  • [jest-resolver] Replace custom isBuiltinModule with node's isBuiltin (#15685)

New Contributors

Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30

Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.

If you want to skip all the news and just get going, run npm install jest@^30.0.0 and follow the migration guide: Upgrading from Jest 29 to 30.

Read the full blog post

Features

  • [*] Renamed globalsCleanupMode to globalsCleanup and --waitNextEventLoopTurnForUnhandledRejectionEvents to --waitForUnhandledRejections
  • [expect] Add ArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add option excludeJestPreset to allow opting out of babel-preset-jest (#15164)
  • [expect] Revert #15038 to fix expect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] Add waitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)
  • [jest-circus] Add a waitBeforeRetry option to jest.retryTimes (#14738)
  • [jest-circus] Add a retryImmediately option to jest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] Allow setupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] Add startedAt timestamp in TestCaseResultObject within onTestCaseResult (#15145)

... (truncated)

Changelog

Sourced from @​jest/globals's changelog.

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)

30.0.4

Features

  • [expect] The Inverse type is now exported (#15714)
  • [expect] feat: support async functions in toBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)

30.0.3

Fixes

  • [jest-config] Fix ESM TS config loading in a CJS project (#15694)
  • [jest-core] jest --onlyFailures --listTests now correctly lists only failed tests(#15700)

Features

  • [jest-diff] Show non-printable control characters to diffs (#15696)

30.0.2

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

30.0.1

Features

  • [jest-resolver] Implement the defaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by cpojer, a new releaser for @​jest/globals since your current version.


Updates @scalar/hono-api-reference from 0.5.184 to 0.9.15

Changelog

Sourced from @​scalar/hono-api-reference's changelog.

0.9.15

Patch Changes

  • 5f022b5: feat: use registry.scalar.com URLs as example
  • Updated dependencies [5f022b5]
    • @​scalar/core@​0.3.13

0.9.14

Patch Changes

  • Updated dependencies [7dfbe9e]
    • @​scalar/core@​0.3.12

0.9.13

Patch Changes

  • 7031d9c: fix(api-reference): reference theme and style fixes
    • @​scalar/core@​0.3.11

0.9.12

Patch Changes

  • @​scalar/core@​0.3.10

0.9.11

Patch Changes

  • @​scalar/core@​0.3.9

0.9.10

Patch Changes

  • @​scalar/core@​0.3.8

0.9.9

Patch Changes

  • Updated dependencies [66347d4]
    • @​scalar/core@​0.3.7

0.9.8

Patch Changes

... (truncated)

Commits

Updates @types/jest from 29.5.14 to 30.0.0

Commits

Updates dotenv from 16.6.1 to 17.2.1

Changelog

Sourced from dotenv's changelog.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
  '🛠️  run anywhere with `dotenvx run -- yourcommand`',
  '⚙️  specify custom .env file path with { path: \'/custom/path/.env\' }',
  '⚙️  enable debug logging with { debug: true }',
  '⚙️  override existing env vars with { override: true }',
  '⚙️  suppress all logs with { quiet: true }',
  '⚙️  write to custom object with { processEnv: myObject }',
</tr></table> 

... (truncated)

Commits

Updates drizzle-orm from 0.38.4 to 0.44.4

Release notes

Sourced from drizzle-orm's releases.

0.44.4

0.44.3

  • Fixed types of $client for clients created by drizzle function
await db.$client.[...]
  • Added the updated_at column to the neon_auth.users_sync table definition.

0.44.2

  • [BUG]: Fixed type issues with joins with certain variations of tsconfig: #4535, #4457

0.44.1

0.44.0

Error handling

Starting from this version, we’ve introduced a new DrizzleQueryError that wraps all errors from database drivers and provides a set of useful information:

  1. A proper stack trace to identify which exact Drizzle query failed
  2. The generated SQL string and its parameters
  3. The original stack trace from the driver that caused the DrizzleQueryError

Drizzle cache module

Drizzle sends every query straight to your database by default. There are no hidden actions, no automatic caching or invalidation - you’ll always see exactly what runs. If you want caching, you must opt in.

By default, Drizzle uses a explicit caching strategy (i.e. global: false), so nothing is ever cached unless you ask. This prevents surprises or hidden performance traps in your application. Alternatively, you can flip on all caching (global: true) so that every select will look in cache first.

Out first native integration was built together with Upstash team and let you natively use upstash as a cache for your drizzle queries

import { upstashCache } from "drizzle-orm/cache/upstash";
import { drizzle } from "drizzle-orm/...";
const db = drizzle(process.env.DB_URL!, {
cache: upstashCache({
// 👇 Redis credentials (optional — can also be pulled from env vars)
url: '<UPSTASH_URL>',
token: '<UPSTASH_TOKEN>',
// 👇 Enable caching for all queries by default (optional)
global: true,
// 👇 Default cache behavior (optional)
config: { ex: 60 }
})
});
</tr></table>

... (truncated)

Commits

Updates drizzle-zod from 0.6.1 to 0.8.3

Commits

Updates expo from 52.0.47 to 53.0.20

Changelog

Sourced from expo's changelog.

53.0.20 - 2025-07-17

🐛 Bug fixes

  • URL.canParse(..) no longer always returns false. (#38122 by @​char)

53.0.19 - 2025-07-08

🐛 Bug fixes

  • Fixed ReactActivityDelegateWrapper lifecycle atomic issue. (#37895 by @​kudo)

53.0.18 - 2025-07-07

🐛 Bug fixes

  • Fixed NPE of onWindowFocusChanged on Android 10. (#37847 by @​kudo)

53.0.17 - 2025-07-03

This version does not introduce any user-facing changes.

53.0.16 - 2025-07-02

This version does not introduce any user-facing changes.

53.0.15 - 2025-07-01

This version does not introduce any user-facing changes.

53.0.14 - 2025-07-01

🐛 Bug fixes

  • Fixed expo/fetch requests cancellation error message on Android. (#37509 by @​kudo)
  • [Android] Fixed delay load app handler on new architecture mode. (#37706 by @​kudo)

💡 Others

  • [Android] Aligned expo/fetch cancelation error message as iOS. (#37517 by @​kudo)

53.0.13 - 2025-06-26

This version does not introduce any user-facing changes.

53.0.12 - 2025-06-18

This version does not introduce any user-facing changes.

53.0.11 - 2025-06-08

... (truncated)

Commits

Updates expo-constants from 17.0.8 to 17.1.7

Changelog

Sourced from expo-constants's changelog.

17.1.7 - 2025-07-03

This version does not introduce any user-facing changes.

17.1.6 — 2025-05-06

This version does not introduce any user-facing changes.

17.1.5 — 2025-05-01

This version does not introduce any user-facing changes.

17.1.4 — 2025-04-30

This version does not introduce any user-facing changes.

17.1.3 — 2025-04-25

This version does not introduce any user-facing changes.

17.1.2 — 2025-04-14

This version does not introduce any user-facing changes.

17.1.1 — 2025-04-09

This version does not introduce any user-facing changes.

17.1.0 — 2025-04-04

🛠 Breaking changes

🐛 Bug fixes

💡 Others

  • [android][ios] Updated Gradle build and Podspec files to ensure app.json/app.config.js values are correctly updated during each native build. (#34228 by @​chrfalch)
  • [Android] Started using expo modules gradle plugin. (#34176 by @​lukmccall)
Commits

Updates expo-device from 7.0.3 to 7.1.4

Changelog

Sourced from expo-device's changelog.

7.1.4 — 2025-04-30

This version does not introduce any user-facing changes.

7.1.3 — 2025-04-25

This version does not introduce any user-facing changes.

7.1.2 — 2025-04-14

This version does not introduce any user-facing changes.

7.1.1 — 2025-04-09

This version does not introduce any user-facing changes.

7.1.0 — 2025-04-04

💡 Others

Commits

Updates expo-notifications from 0.29.14 to 0.31.4

Changelog

Sourced from expo-notifications's changelog.

0.31.4 - 2025-07-05

This version does not introduce any user-facing changes.

0.31.3 - 2025-06-04

🐛 Bug fixes

  • [ios] ensure getLastNotificationResponseAsync does not return null when no response listener added (#36930 by @​jmysliv)

💡 Others

0.31.2 — 2025-05-08

This version does not introduce any user-facing changes.

0.31.1 — 2025-04-30

This version does not introduce any user-facing changes.

0.31.0 — 2025-04-25

🛠 Breaking changes

  • support more UNNotificationPresentationOptions, deprecate shouldShowAlert (#36361 by @​vonovak)

💡 Others

  • deprecate removePushTokenSubscription and removeNotificationSubscription (#36371 by @​vonovak)

0.30.7 — 2025-04-23

This version does not introduce any user-facing changes.

0.30.6 — 2025-04-22

🛠 Breaking changes

  • [Android] support action buttons when not in foreground. This is breaking because notification background tasks on Android run not only in response to an incoming notification but also in response to an action button press. (#35295 by @​vonovak)

🐛 Bug fixes

  • correctly include NotificationContent.data in NotificationHandler (#36195 by @​vonovak)

0.30.5 — 2025-04-21

This version does not introduce any user-facing changes.

... (truncated)

Commits

Updates expo-server-sdk from 3.15.0 to 4.0.0

Release notes

Sourced from expo-server-sdk's releases.

v4.0.0

4.0.0 (2025-08-18)

⚠ BREAKING CHANGES

  • Drop support for Node v18.x (#197)

Bug Fixes

Miscellaneous Chores

Changelog

Sourced from expo-server-sdk's changelog.

4.0.0 (2025-08-18)

⚠ BREAKING CHANGES

  • Drop support for Node v18.x (#197)

Bug Fixes

Miscellaneous Chores

Commits
  • ab3cedf chore(main): release 4.0.0 (#203)
  • e59c095 chore(deps): update dependency @​types/node to v22 (#211)
  • 630ed5f chore(deps): update actions/checkout action to v5 (#210)
  • 19e27ed chore(deps): update dependency ts-jest to v29.4.1 (#189)
  • d1ba7a8 chore(deps): update dependency prettier to v3.6.2 (#194)
  • dce1d58 chore(deps): update dependency @​types/node to v20.19.11 (#208)
  • 949ca42 chore(deps): update dependency typescript to v5.9.2 (#209)
  • 8878028 chore(deps): update actions/checkout digest to 08eba0b (#205)
  • d5b0cb5 chore(deps): update codecov/codecov-action digest to 18283e0 (#175)
  • 1d0559e chore(deps): update actions/setup-node digest to 49933ea (#169)
  • Additional commits viewable in compare view

Updates globals from 15.15.0 to 16.3.0

Release notes

Sourced from globals's releases.

v16.3.0

  • Update globals (#304) 8c029d9

sindresorhus/globals@v16.2.0...v16.3.0

v16.2.0

  • Add new greasemonkey globals (#299) e4f6e8c

sindresorhus/globals@v16.1.0...v16.2.0

v16.1.0

  • Update globals (#293) 5c58875

sindresorhus/globals@v16.0.0...v16.1.0

v16.0.0

Breaking

  • The serviceworker globals are now generated from browsers (#281) 039ed51
    • It's a breaking change as a few globals have been removed.

sindresorhus/globals@v15.15.0...v16.0.0

Commits

Updates jest from 29.7.0 to 30.0.5

Release notes

Sourced from jest's releases.

30.0.2

What's Changed

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30.0.1

What's Changed

Features

  • [jest-resolver] Implement the defaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • [*] Remove and deprecate jest-repl package (#15673)
  • [jest-resolver] Replace custom isBuiltinModule with node's isBuiltin (#15685)

New Contributors

Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30

Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.

If you want to skip all the news and just get going, run npm install jest@^30.0.0 and follow the migration guide: Upgrading from Jest 29 to 30.

Read the full blog post

Features

  • [*] Renamed globalsCleanupMode to globalsCleanup and --waitNextEventLoopTurnForUnhandledRejectionEvents to --waitForUnhandledRejections
  • [expect] Add ArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add option excludeJestPreset to allow opting out of babel-preset-jest (#15164)
  • [expect] Revert #15038 to fix expect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] Add waitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)
  • [jest-circus] Add a waitBeforeRetry option to jest.retryTimes (#14738)
  • [jest-circus] Add a retryImmediately option to jest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] Allow setupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] Add startedAt timestamp in TestCaseResultObject within onTestCaseResult (#15145)

... (truncated)

Changelog

Sourced from jest's changelog.

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)

30.0.4

Features

  • [expect] The Inverse type is now exported (#15714)
  • [expect] feat: support async functions in toBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)

30.0.3

Fixes

  • [jest-config] Fix ESM TS config loading in a CJS project (#15694)
  • [jest-core] jest --onlyFailures --listTests now correctly lists only failed tests(#15700)

Features

  • [jest-diff] Show non-printable control characters to diffs (#15696)

30.0.2

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

30.0.1

Features

  • [jest-resolver] Implement the defaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)

... (truncated)

Commits

Updates sharp from 0.33.5 to 0.34.3

Commits
  • 276ac2d Release v0.34.3
  • 2dedcf3 Prerelease v0.34.3-rc.1
  • 92f2145 Upgrade to sharp-libvips v1.2.0
  • 2cd2f84 Upgrade to libvips v8.17.1
  • 8ee8d27 Provide XMP as a string, as well as a Buffer, where possible
  • 4e3f379 Add keepXmp and withXmp for control over output XMP metadata #4416
  • df5454e Add support for RAW digicam input, requires custom libvips+libraw
  • 32cf6be Docs: update benchmark results ahead of v0.34.3
  • 96dfd40 Tests: update benchmark environment
  • 1422798 Upgrade to sharp-libvips v1.2.0-rc.3
  • Additional commits viewable in compare view

Updates drizzle-kit from 0.30.6 to 0.31.4

Release notes

Sourced from drizzle-kit's releases.

[email protected]

  • Fixed halfvec, bit and sparsevec type generation bug in drizzle-kit

[email protected]

  • Internal changes to Studio context. Added databaseName and packageName properties for Studio

[email protected]

Bug fixes

  • Fixed relations extraction to not interfere with Drizzle Studio.

[email protected]

Fixed drizzle-kit pull bugs when using Gel extensions.

Because Gel extensions create schema names containing :: (for example, ext::auth), Drizzle previously handled these names incorrectly. Starting with this release, you can use Gel extensions without any problems. Here’s what you should do:

  1. Enable extensions schemas in drizzle.config.ts
import  { defineConfig } from "drizzle-kit";
export default defineConfig({
dialect: 'gel',
schemaFilter: ['ext::auth', 'public']
});

  1. Run drizzle-kit pull

  2. Done!

[email protected]

Features and improvements

Enum DDL improvements

For situations where you drop an enum value or reorder values in an enum, there is no native way to do this in PostgreSQL. To handle these cases, drizzle-kit used to:

  • Change the column data types from the enum to text
  • Drop the old enum
  • Add the new enum
  • Change the column data types back to the new enum

However, there were a few scenarios that weren’t covered: PostgreSQL wasn’t updating default expressions for columns when their data types changed

Therefore, for cases where you either change a column’s data type from an enum to some other type, drop an enum value, or reorder enum values, we now do the following:

  • Change the column data types from the enum to text
  • Set the default using the ::text expression
  • Drop the old enum

... (truncated)

Commits
  • ac1dcd9 Fix hakfvec (#4689)
  • 5c6b3af Add databaseName and packageName properties for studio (#4683)
  • 9895842 Studio transactions (#4664)
  • 50a8b16 Fixed type issues with joins with certain variations of tsconfig (fixes #45...
  • 9865e63 Fix better-sqlite version
  • a950db5 Patch fix DO bugs with a new cache feature
  • fa9aa1e Cache (#4447)
  • 3f4a6aa fix(drizzle-zod): add generated column type to zod ts schema type ...

    Description has been truncated

Bumps the backend group with 16 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [@hono/zod-validator](https://github.com/honojs/middleware/tree/HEAD/packages/zod-validator) | `0.4.3` | `0.7.2` |
| [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) | `29.7.0` | `30.0.5` |
| [@scalar/hono-api-reference](https://github.com/scalar/scalar/tree/HEAD/integrations/hono) | `0.5.184` | `0.9.15` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.2.1` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.38.4` | `0.44.4` |
| [drizzle-zod](https://github.com/drizzle-team/drizzle-orm) | `0.6.1` | `0.8.3` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `52.0.47` | `53.0.20` |
| [expo-constants](https://github.com/expo/expo/tree/HEAD/packages/expo-constants) | `17.0.8` | `17.1.7` |
| [expo-device](https://github.com/expo/expo/tree/HEAD/packages/expo-device) | `7.0.3` | `7.1.4` |
| [expo-notifications](https://github.com/expo/expo/tree/HEAD/packages/expo-notifications) | `0.29.14` | `0.31.4` |
| [expo-server-sdk](https://github.com/expo/expo-server-sdk-node) | `3.15.0` | `4.0.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.3.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.0.5` |
| [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.3` |
| [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `0.30.6` | `0.31.4` |



Updates `@hono/zod-validator` from 0.4.3 to 0.7.2
- [Release notes](https://github.com/honojs/middleware/releases)
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/zod-validator/CHANGELOG.md)
- [Commits](https://github.com/honojs/middleware/commits/@hono/[email protected]/packages/zod-validator)

Updates `@jest/globals` from 29.7.0 to 30.0.5
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest-globals)

Updates `@scalar/hono-api-reference` from 0.5.184 to 0.9.15
- [Changelog](https://github.com/scalar/scalar/blob/main/integrations/hono/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/integrations/hono)

Updates `@types/jest` from 29.5.14 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `dotenv` from 16.6.1 to 17.2.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.6.1...v17.2.1)

Updates `drizzle-orm` from 0.38.4 to 0.44.4
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.38.4...0.44.4)

Updates `drizzle-zod` from 0.6.1 to 0.8.3
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits)

Updates `expo` from 52.0.47 to 53.0.20
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-constants` from 17.0.8 to 17.1.7
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-constants/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-constants)

Updates `expo-device` from 7.0.3 to 7.1.4
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-device/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-device)

Updates `expo-notifications` from 0.29.14 to 0.31.4
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-notifications/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-notifications)

Updates `expo-server-sdk` from 3.15.0 to 4.0.0
- [Release notes](https://github.com/expo/expo-server-sdk-node/releases)
- [Changelog](https://github.com/expo/expo-server-sdk-node/blob/main/CHANGELOG.md)
- [Commits](expo/expo-server-sdk-node@v3.15.0...v4.0.0)

Updates `globals` from 15.15.0 to 16.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.15.0...v16.3.0)

Updates `jest` from 29.7.0 to 30.0.5
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest)

Updates `sharp` from 0.33.5 to 0.34.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.33.5...v0.34.3)

Updates `drizzle-kit` from 0.30.6 to 0.31.4
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/[email protected]@0.31.4)

---
updated-dependencies:
- dependency-name: "@hono/zod-validator"
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: "@jest/globals"
  dependency-version: 30.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: "@scalar/hono-api-reference"
  dependency-version: 0.9.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: dotenv
  dependency-version: 17.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: drizzle-orm
  dependency-version: 0.44.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: drizzle-zod
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: expo
  dependency-version: 53.0.20
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: expo-constants
  dependency-version: 17.1.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: expo-device
  dependency-version: 7.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: expo-notifications
  dependency-version: 0.31.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: expo-server-sdk
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: globals
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: jest
  dependency-version: 30.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: sharp
  dependency-version: 0.34.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: drizzle-kit
  dependency-version: 0.31.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2025
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