Skip to content

deps: bump the dependencies group across 1 directory with 17 updates - #57

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/dependencies-af21a89509
Open

deps: bump the dependencies group across 1 directory with 17 updates#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/dependencies-af21a89509

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 17 updates in the / directory:

Package From To
@effect/platform 0.95.0 0.97.1
@google-cloud/storage 7.19.0 8.0.1
@openrouter/sdk 1.2.14 1.2.54
chrono-node 2.9.0 2.10.1
csv-parse 5.6.0 7.0.2
effect 3.20.0 3.22.1
hyparquet 1.26.1 1.29.1
hyparquet-writer 0.16.1 0.16.6
modal 0.8.0 0.9.0
smol-toml 1.6.1 1.8.0
yaml 2.8.3 2.9.0
@effect/tsgo 0.31.0 0.36.5
@types/bun 1.3.14 1.4.0
@types/node 24.10.0 26.2.0
oxfmt 0.62.0 0.64.0
oxlint 1.77.0 1.79.0
ultracite 7.10.1 7.10.6

Updates @effect/platform from 0.95.0 to 0.97.1

Changelog

Sourced from @​effect/platform's changelog.

0.97.1

Patch Changes

0.97.0

Patch Changes

  • Updated dependencies [fffdee0]:
    • effect@3.22.0

0.96.3

Patch Changes

  • #6244 99d5575 Thanks @​spokodev! - Fix HttpLayerRouter.addHttpApi so two registered APIs no longer share error encoders. Previously each call's middleware was added to a shared context map and applied to every route, so a 500 response from one API was sometimes encoded against the other API's error schema. The fix scopes each API's middleware to its own endpoints (matched by method + path) and wraps each route handler directly.

  • Updated dependencies [307d54a, d95868a, 95c7d2e, d24511f]:

    • effect@3.21.5

0.96.2

Patch Changes

0.96.1

Patch Changes

  • #6147 518d0e3 Thanks @​syhstanley! - Fix HttpLayerRouter.addHttpApi silently skipping API-level middleware.

  • #6191 c016642 Thanks @​IGassmann! - Update msgpackr to 1.11.10 to fix silent decode failures in environments that block new Function() at runtime (e.g. Cloudflare Workers). The new version wraps the JIT new Function() call in a try/catch, falling back to the interpreted path when dynamic code evaluation is blocked.

... (truncated)

Commits

Updates @google-cloud/storage from 7.19.0 to 8.0.1

Release notes

Sourced from @​google-cloud/storage's releases.

common: v8.0.1

8.0.1 (2026-08-10)

Bug Fixes

  • Upgrade all node core library dependencies to their latest node 22 version (#9084) (af8074c)

cloud-profiler: v8.0.1

8.0.1 (2026-08-12)

Bug Fixes

  • Ensure node 22 dependencies are up to date so they get the latest patches for core and handwritten libraries (#9116) (fad57ff)

language: v8.0.1

8.0.1 (2026-08-12)

Bug Fixes

  • Upgrade generated package dependencies to Node 22 version for all core, handwritten and generated dependencies (#9129) (5f01912)

speech: v8.0.1

8.0.1 (2026-08-12)

Bug Fixes

  • Upgrade generated package dependencies to Node 22 version for all core, handwritten and generated dependencies (#9129) (5f01912)

storage: v8.0.1

8.0.1 (2026-08-18)

Bug Fixes

  • Upgrade storage dependencies to corresponding Node 22 versions for core, handwritten and generated libraries (#9135) (a3d9092)

storage: v8.0.0

8.0.0 (2026-08-13)

⚠ BREAKING CHANGES

  • Update storage to minimum Node version of 22. (#9079)

Features

... (truncated)

Changelog

Sourced from @​google-cloud/storage's changelog.

8.0.1 (2026-08-18)

Bug Fixes

  • Upgrade storage dependencies to corresponding Node 22 versions for core, handwritten and generated libraries (#9135) (a3d9092)

8.0.0 (2026-08-13)

⚠ BREAKING CHANGES

  • Update storage to minimum Node version of 22. (#9079)

Features

7.22.0 (2026-08-11)

Features

  • storage: Add deleteSourceObjects option to combine/compose method (#8444) (43abc45)

Bug Fixes

  • storage: Destroy local read stream on upload write failure to prevent resource leaks (#8752) (77dab53), refs #7325
  • storage: Pass signingEndpoint to URLSigner in file.getSignedUrl (#8982) (b001807)
  • storage: Resolve Node compatibility crashes, security vulnerability, and stream hangs (#8622) (512ba79)
  • storage: Set application/json Content-Type for impersonated ADC requests (#8419) (292c688)

7.21.0 (2026-06-03)

Features

  • storage: Enable CRC32C validation by default in transfer manager (#8350) (86086a6)

Bug Fixes

7.20.0 (2026-05-11)

Features

... (truncated)

Commits
  • 4ed2c5f refactor(storage): improve retry error handling on resumable upload limit exc...
  • 77dab53 fix(storage): destroy local read stream on upload write failure to prevent re...
  • 81612c7 docs(storage): add comprehensive JSDoc documentation to GetSignedUrlConfig in...
  • b001807 fix(storage): pass signingEndpoint to URLSigner in file.getSignedUrl (#8982)
  • fdd299c build(handwritten/storage): remove owlbot configs from storage (#8917)
  • 5b9a26e test: fix the storage google cloud build tests (#8880)
  • b0d0413 Remove the scripts and the configs (#8809)
  • 8475aa4 chore: standardize node engines semver range to >=18 across all package manif...
  • 7d84478 test: run the storage system tests in google cloud build (#8708)
  • 292c688 fix(storage): set application/json Content-Type for impersonated ADC requests...
  • Additional commits viewable in compare view

Updates @openrouter/sdk from 1.2.14 to 1.2.54

Release notes

Sourced from @​openrouter/sdk's releases.

typescript - v1.2.54 - 2026-08-22 06:31:10

Generated by Speakeasy CLI

@​openrouter/sdk 1.2.54

Typescript SDK Changes:

  • openrouter.presets.createPresetsResponses():
    • request.responsesRequest Changed (Breaking ⚠️)
  • openrouter.responses.send():
    • request.responsesRequest Changed (Breaking ⚠️)
    • response Changed
  • openrouter.beta.responses.send():
    • request.responsesRequest Changed (Breaking ⚠️)
    • response Changed
  • openrouter.presets.createPresetsMessages():
    • request.messagesRequest.tools[].union(ToolSearchServerTool) Added

Generated with Speakeasy CLI 1.787.0

Publishing Completed

typescript - v1.2.53 - 2026-08-21 23:47:17

Generated by Speakeasy CLI

@​openrouter/sdk 1.2.53

Typescript SDK Changes:

  • openrouter.embeddings.generate(): error Changed

Generated with Speakeasy CLI 1.787.0

Publishing Completed

typescript - v1.2.52 - 2026-08-21 20:09:10

Generated by Speakeasy CLI

@​openrouter/sdk 1.2.52

Typescript SDK Changes:

  • openrouter.tts.createSpeech():
    • request.speechRequest.provider.options.makora Added
  • openrouter.stt.createTranscription():
    • request.sttRequest.provider.options.makora Added
  • openrouter.byok.list():
    • request.provider Changed
    • response.data[].provider.enum(makora) Added
  • openrouter.byok.create():
    • request.createByokKeyRequest.provider.enum(makora) Added
    • response.data.provider.enum(makora) Added
  • openrouter.byok.get(): response.data.provider.enum(makora) Added
  • openrouter.byok.update(): response.data.provider.enum(makora) Added
  • openrouter.chat.send():
    • request.chatRequest.provider.ignore[].union(ProviderName).enum(makora) Added
  • openrouter.embeddings.generate():

... (truncated)

Changelog

Sourced from @​openrouter/sdk's changelog.

2025-08-22 16:09:25

Changes

Based on:

Generated

  • [typescript v0.1.2] .

2025-09-23 21:23:27

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.2] .

Releases

2025-10-01 17:53:43

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.17] .

Releases

2025-10-18 05:44:43

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.41] .

Releases

2025-10-18 19:30:25

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.42] .

Releases

... (truncated)

Commits
  • cb9393a chore: 🐝 Update SDK - Generate (spec change merged) 1.2.54 (#858)
  • 90c4937 chore: update OpenAPI spec from monorepo (#857)
  • ed3e826 chore: 🐝 Update SDK - Generate (spec change merged) 1.2.53 (#856)
  • 6d9eee6 chore: update OpenAPI spec from monorepo (#855)
  • 99b04c6 chore: 🐝 Update SDK - Generate (spec change merged) 1.2.52 (#854)
  • 3706459 chore: update OpenAPI spec from monorepo (#853)
  • 45e5189 chore: 🐝 Update SDK - Generate (spec change merged) 1.2.51 (#851)
  • 7344986 chore: update OpenAPI spec from monorepo (#850)
  • c0442bb chore: 🐝 Update SDK - Generate (spec change merged) 1.2.50 (#849)
  • a186f4e chore: update OpenAPI spec from monorepo (#848)
  • Additional commits viewable in compare view

Updates chrono-node from 2.9.0 to 2.10.1

Release notes

Sourced from chrono-node's releases.

v2.10.1

  • New: support Italian (it) relative times, timezone offsets, and improve Italian language parsing a0ac654
  • fix(en): support all 2-digit years in month name little endian parser (fixes #163) f15d1a8
  • fix(fr): support standard month name abbreviations and accented variants (issue #293) 41ee4e8

wanasit/chrono@v2.10.0...v2.10.1

v2.10.0

Minor version changes:

  • New/Fix: DST resolution (to base off UTC instead of system time) by @​elinathan (#650, 5b13e0a)
  • New/Fix: NPM package now only include dist and src (668509f) reported by @​JounQin on #647

wanasit/chrono@v2.9.2...v2.10.0

v2.9.2

  • fix: keep casual-time meridiem in de/fr/it/fi when merged with an explicit time by @​greymoth-jp in wanasit/chrono#651
  • fix(uk): compile forwardDate "within" pattern with the unicode flag by @​greymoth-jp in wanasit/chrono#652
  • fix(en): fix supporting for 'YYYY MMM' (Year MonthName) format
  • feat(zh): support past-tense relative time expressions (e.g. "1小时前")

Full Changelog: wanasit/chrono@v2.9.1...v2.9.2

v2.9.1

  • New: Vietnamese (vi) support (by @​nhannht)
  • New: Finnish (fi) support (by @​kallepahajoki)
  • Fix: Meridiem assignment for casual time parsing (by @​VergilYotov)
  • Fix: (en) Recognize "of" between weekday and suffix (by @​jbreissinger)
  • Fix (it): Improve Italian time parsing regex and add tests 0c71ed0
  • Fix (zh): Fix Chinese time parsing including CJK boundary and AM/PM implication 67f4c11
  • Fix historical timezone precision loss (LMT support) 5062a94
  • Fix year parsing for 3000+ (Issue #636) c830360
  • Fix meridiem merge for casual times and add -5d midnight regression 1cbfd1b

wanasit/chrono@v2.9.0...v2.9.1

Commits
  • 82c0e5b 2.10.1
  • f15d1a8 fix(en): support all 2-digit years in month name little endian parser (fixes ...
  • eeef954 docs(it): list Italian as fully supported in README
  • a0ac654 feat(it): support relative times, timezone offsets, and improve Italian langu...
  • 41ee4e8 fix(fr): support standard month name abbreviations and accented variants (iss...
  • c4c2685 2.10.0
  • 5b13e0a Merge pull request #650 from elinathan/fix/dst-system-timezone-dependence
  • dc63e17 build(npm): remove redundant .npmignore
  • 668509f build(npm): whitelist dist and src directories for publishing
  • 1ec7e23 2.9.2
  • Additional commits viewable in compare view

Updates csv-parse from 5.6.0 to 7.0.2

Changelog

Sourced from csv-parse's changelog.

7.0.2 (2026-08-02)

Bug Fixes

  • csv-parse: prototype replacement reachable via columns (#497)

Performance Improvements

  • csv-parse: avoid unnecessary allocation in ResizeableBuffer.toString (#495)

7.0.1 (2026-07-02)

Bug Fixes

  • csv-parse: ship stream cjs export (#490)

7.0.0 (2026-06-14)

⚠ WARNING

This version was published by mistake, there is no breaking changes. Also, for some reason, the associated version's changelog included many commit messages from version 6.0.0.

Features

  • csv-parse: delimiter discover (fix #400)
  • csv-parse: delimiter_auto sample
  • csv-parse: desactivate delimiter splitting when empty array
  • csv-parse: dont modify prototype in sync (see #479)
  • csv-parse: export CsvError and normalize_options
  • csv-parse: remove comment about sync parse old usage

Bug Fixes

  • csv-parse: align trim with ECMAScript whitespace (fix #482) (#483)

6.2.1 (2026-03-20)

Bug Fixes

  • csv-parse: prototype pollution with objname option (fix #479)

6.2.0 (2026-03-17)

Features

  • csv-parse: alig info interfaces with js api
  • csv-parse: info bytes_records (fix #446)
  • csv-parse: remove non-existing ts function declaration
  • csv-parse: remove ts usage of all in error type
  • csv-parse: returned type generic for on_record (fix #461 #464 #466) (#468)

... (truncated)

Commits
  • 288c9c6 chore(release): publish
  • 2ad6c07 refactor(csv-parse): rename group_columns_by_name tests
  • eb4d148 fix(csv-parse): prototype replacement reachable via columns (#497)
  • 1d4ed3b perf(csv-parse): avoid unnecessary allocation in ResizeableBuffer.toString (#...
  • 6e0d5a3 chore(release): publish
  • abfe4de build: latest dependencies
  • a5ef896 docs(csv-parse): fix changelog message from previous version
  • 230af8e fix(csv-parse): ship stream cjs export (#490)
  • 3d71f0b chore(release): publish
  • 2ba4897 build: use ts nodenext
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for csv-parse since your current version.


Updates effect from 3.20.0 to 3.22.1

Changelog

Sourced from effect's changelog.

3.22.1

Patch Changes

3.22.0

Minor Changes

  • #6286 fffdee0 Thanks @​effect-bot! - Add Graph.successors and Graph.predecessors, deprecate Graph.neighborsDirected, and fix graph algorithm edge cases around reversal, undirected edge queries, shortest-path weight validation, topological sort initials, and strongly connected components.

3.21.5

Patch Changes

  • #6302 307d54a Thanks @​fubhy! - Allow cron fields like 5/15 to expand from the starting value through the field maximum.

  • #6303 d95868a Thanks @​fubhy! - Fix Schedule.cron when the test clock is adjusted to infinity.

  • #6285 95c7d2e Thanks @​chatman-media! - Fix Cron.next skipping earlier matching days when the upcoming day-of-month does not exist in the current month. For an expression like 0 0 1,16,31 * *, advancing from a date past the 16th selected day 31; in a month without 31 days this overflowed into the following month and landed on a later matching day (e.g. the 16th), silently skipping the 1st. Cron.next now wraps to the first matching day of the next month in that case, matching the behaviour of Cron.prev and other cron implementations.

  • #6305 d24511f Thanks @​fubhy! - Fix cron parsing and scheduling edge cases for whitespace, Sunday 7, strict numeric tokens, explicit full day ranges, and month-constrained day-of-month / weekday matching.

3.21.4

Patch Changes

  • #6267 8222963 Thanks @​fubhy! - Fix Graph traversal and shortest-path algorithms to traverse undirected edges independently of their stored source/target orientation.

3.21.3

Patch Changes

3.21.2

... (truncated)

Commits

Updates hyparquet from 1.26.1 to 1.29.1

Changelog

Sourced from hyparquet's changelog.

[1.29.1]

  • Defer parquetScan column planning until a column is read

[1.29.0]

  • Add parquetScan for lazy physical column scans (#172)

[1.28.2]

  • Never match null values against range filters

[1.28.1]

  • Fix $nin filters when comparing Date values

[1.28.0]

  • Support $in filters on array values (#171)

[1.27.1]

  • Coalesce page index fetches into fewer byte range requests

[1.27.0]

  • Add usePageIndex option for page-level filter pushdown (#169)
  • Fix filtering on null and NaN row-group matches
  • Fix nested child column alignment by absolute row offsets
  • Compare date statistics by timestamp
  • Fix metadata decode of unsigned and decimal bounds
  • Fix node file slices (should be end-exclusive)

[1.26.2]

  • Custom jsonFromBytes parser option
Commits

Updates hyparquet-writer from 0.16.1 to 0.16.6

Changelog

Sourced from hyparquet-writer's changelog.

[0.16.6]

  • Keep large dictionaries when dictionary encoding wins, decoupled from pageSize
  • Write bounding box statistics as explicitly typed doubles

[0.16.5]

  • Faster delta encoding

[0.16.4]

  • Support byte arrays in column statistics

[0.16.3]

  • Fix type resolution under typescript 7

[0.16.2]

  • Faster delta encoding for INT32 columns
Commits

Updates modal from 0.8.0 to 0.9.0

Changelog

Sourced from modal's changelog.

js/v0.9.0, go/v0.9.0

  • (Go, JS) Functions.FromName / Cls.FromName (Go) and client.functions.fromName / client.cls.fromName (JS) now accept an optional Version (Go) / version (JS) parameter to look up a version-pinned Function or Cls.
  • (Go, JS) Secrets.FromMap (Go) / client.secrets.fromObject (JS) is now lazy, so the returned Secret has an empty SecretID (Go) / secretId (JS) until it is first used. Latency for Sandbox.ExperimentalCreate / Sandbox.experimentalCreate and Sandbox.Exec / Sandbox.exec is improved by sending the secrets directly to the Sandbox and avoiding the secret creation limits.
  • (Go, JS) Function.WithOptions / Cls.WithOptions (Go) and Function_.withOptions / Cls.withOptions (JS) now accept a RoutingRegion / routingRegion option to override the region the Function's or Cls's inputs and outputs are routed through.
  • (Go, JS) Added Sandbox.Filesystem.Watch (Go) / Sandbox.filesystem.watch (JS) to watch a path in the Sandbox for filesystem changes. It yields FileWatchEvent objects and supports Recursive / recursive, an event-type Filter / filter, and a Timeout / timeoutMs bound.
  • Breaking: (Go, JS) Sandbox.ReloadVolumes (Go) / Sandbox.reloadVolumes (JS) now blocks until the Volumes have been reloaded, bounded by a new timeout (55 seconds by default) that is configurable via SandboxReloadVolumesParams.Timeout (Go) / SandboxReloadVolumesParams.timeoutMs (JS). If the reload does not complete within that window, a TimeoutError is raised.
  • Breaking: (Go, JS) Renamed the VolumeMountOptions type to VolumeMountOptionsParams. In Go, update WithMountOptions(&VolumeMountOptions{...}) / withMountOptions type annotations accordingly.
  • Breaking: (Go) Changed OutboundCIDRAllowlist and OutboundDomainAllowlist in SandboxCreateParams from []string to *Allowlist. A non-nil *Allowlist enables allowlist mode (even with empty Entries, which blocks all traffic of that type); nil means open access. Migrate OutboundCIDRAllowlist: []string{"10.0.0.0/8"} to OutboundCIDRAllowlist: &Allowlist{Entries: []string{"10.0.0.0/8"}}.

js/v0.8.2, go/v0.8.2

  • Added Sandbox.updateNetworkPolicy (JS) and Sandbox.UpdateNetworkPolicy (Go) to update the outbound network policy of a running Sandbox. Both outboundCidrAllowlist and outboundDomainAllowlist must be provided.

js/v0.8.1, go/v0.8.1

  • (Go, JS) Sandbox.CreateConnectToken (Go) / Sandbox.createConnectToken (JS) now accept an optional Port / port parameter on their params struct, controlling which container port requests are routed to when using the token. Defaults to 8080.
Commits
  • 77d609d Prepare Go/JS release 0.9.0 (#47971)
  • 08386a1 Stream sandbox filesystem writes over TaskExecStdinWriteStream (#47234)
  • 66a31e0 [sdk] proto for billing.summary() (#47659)
  • d227469 Rename VolumeMountOptions to VolumeMountOptionsParams (#47885)
  • 9928de6 Support tag filters in V2 sandbox list (Python, Go, JS clients) (#47871)
  • 36958ac [Volume Experimental Options] Add experimental_options to Python client Volum...
  • c3265a2 Sandboxes [new FS API]: add watch to JS SDK (#43323)
  • 8d7368a Fix modal curl help (#47836)
  • 5f2f561 Implement SandboxTagsGetV2 and SandboxTagsSetV2 in the sandbox controller (#4...
  • 0686911 [Volume Experimental Options] Add VolumeCreateOptions message to VolumeGetOrC...
  • Additional commits viewable in compare view

Updates smol-toml from 1.6.1 to 1.8.0

Release notes

Sourced from smol-toml's releases.

v1.8.0

What's Changed

Full Changelog: squirrelchat/smol-toml@v1.7.2...v1.8.0

v1.7.2

What's Changed

Full Changelog: squirrelchat/smol-toml@v1.7.1...v1.7.2

v1.7.1

This release includes flagging internal functions as @internal to strip them from the emitted type declarations.

⚠️ Includes a fix for GHSA-7w5x-hrqm-74c2

Full Changelog: squirrelchat/smol-toml@v1.7.0...v1.7.1

v1.7.0

This version slightly changes the behaviour of stringify: integers beyond the safe range are always emitted as float numbers.

String decode logic has been rewritten, it is a bit faster now and uses a single-pass approach instead of a dual-pass approach as it did previously. The code should be a bit smaller too, though I didn't actu...

Description has been truncated

@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from a team as a code owner August 25, 2026 23:22
Bumps the dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@effect/platform](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform) | `0.95.0` | `0.97.1` |
| [@google-cloud/storage](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/storage) | `7.19.0` | `8.0.1` |
| [@openrouter/sdk](https://github.com/OpenRouterTeam/typescript-sdk) | `1.2.14` | `1.2.54` |
| [chrono-node](https://github.com/wanasit/chrono) | `2.9.0` | `2.10.1` |
| [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) | `5.6.0` | `7.0.2` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `3.20.0` | `3.22.1` |
| [hyparquet](https://github.com/hyparam/hyparquet) | `1.26.1` | `1.29.1` |
| [hyparquet-writer](https://github.com/hyparam/hyparquet-writer) | `0.16.1` | `0.16.6` |
| [modal](https://github.com/modal-labs/modal-client) | `0.8.0` | `0.9.0` |
| [smol-toml](https://github.com/squirrelchat/smol-toml) | `1.6.1` | `1.8.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.3` | `2.9.0` |
| [@effect/tsgo](https://github.com/Effect-TS/tsgo/tree/HEAD/_packages/tsgo) | `0.31.0` | `0.36.5` |
| [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.3.14` | `1.4.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `26.2.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.62.0` | `0.64.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.77.0` | `1.79.0` |
| [ultracite](https://github.com/haydenbleasel/ultracite) | `7.10.1` | `7.10.6` |



Updates `@effect/platform` from 0.95.0 to 0.97.1
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/@effect/platform@0.97.1/packages/platform/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform@0.97.1/packages/platform)

Updates `@google-cloud/storage` from 7.19.0 to 8.0.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/storage/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/common-v8.0.1/handwritten/storage)

Updates `@openrouter/sdk` from 1.2.14 to 1.2.54
- [Release notes](https://github.com/OpenRouterTeam/typescript-sdk/releases)
- [Changelog](https://github.com/OpenRouterTeam/typescript-sdk/blob/main/RELEASES.md)
- [Commits](OpenRouterTeam/typescript-sdk@v1.2.14...v1.2.54)

Updates `chrono-node` from 2.9.0 to 2.10.1
- [Release notes](https://github.com/wanasit/chrono/releases)
- [Commits](wanasit/chrono@v2.9.0...v2.10.1)

Updates `csv-parse` from 5.6.0 to 7.0.2
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@7.0.2/packages/csv-parse)

Updates `effect` from 3.20.0 to 3.22.1
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/effect@3.22.1/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@3.22.1/packages/effect)

Updates `hyparquet` from 1.26.1 to 1.29.1
- [Changelog](https://github.com/hyparam/hyparquet/blob/master/CHANGELOG.md)
- [Commits](hyparam/hyparquet@v1.26.1...v1.29.1)

Updates `hyparquet-writer` from 0.16.1 to 0.16.6
- [Changelog](https://github.com/hyparam/hyparquet-writer/blob/master/CHANGELOG.md)
- [Commits](hyparam/hyparquet-writer@v0.16.1...v0.16.6)

Updates `modal` from 0.8.0 to 0.9.0
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG_GO_JS.md)
- [Commits](modal-labs/modal-client@go/v0.8.0...go/v0.9.0)

Updates `smol-toml` from 1.6.1 to 1.8.0
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](squirrelchat/smol-toml@v1.6.1...v1.8.0)

Updates `yaml` from 2.8.3 to 2.9.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.3...v2.9.0)

Updates `@effect/tsgo` from 0.31.0 to 0.36.5
- [Release notes](https://github.com/Effect-TS/tsgo/releases)
- [Changelog](https://github.com/Effect-TS/tsgo/blob/main/_packages/tsgo/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/tsgo/commits/@effect/tsgo@0.36.5/_packages/tsgo)

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

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

Updates `oxfmt` from 0.62.0 to 0.64.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.64.0/npm/oxfmt)

Updates `oxlint` from 1.77.0 to 1.79.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.79.0/npm/oxlint)

Updates `ultracite` from 7.10.1 to 7.10.6
- [Release notes](https://github.com/haydenbleasel/ultracite/releases)
- [Commits](https://github.com/haydenbleasel/ultracite/compare/ultracite@7.10.1...ultracite@7.10.6)

---
updated-dependencies:
- dependency-name: "@effect/platform"
  dependency-version: 0.97.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@effect/tsgo"
  dependency-version: 0.36.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@google-cloud/storage"
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@openrouter/sdk"
  dependency-version: 1.2.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/bun"
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: chrono-node
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: csv-parse
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: effect
  dependency-version: 3.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hyparquet
  dependency-version: 1.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hyparquet-writer
  dependency-version: 0.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: modal
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxfmt
  dependency-version: 0.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 1.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: smol-toml
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ultracite
  dependency-version: 7.10.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bun/dependencies-af21a89509 branch from 91c201e to e1320bd Compare August 26, 2026 20:00
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.

0 participants