Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-5e82dd2e6a
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates in the / directory: @anthropic-ai/sdk, @bugsnag/js and chrono-node.

Updates @anthropic-ai/sdk from 0.110.0 to 0.112.3

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.112.3

0.112.3 (2026-07-17)

Full Changelog: sdk-v0.112.2...sdk-v0.112.3

Chores

sdk: v0.112.2

0.112.2 (2026-07-17)

Full Changelog: sdk-v0.112.1...sdk-v0.112.2

Chores

sdk: v0.112.1

0.112.1 (2026-07-16)

Full Changelog: sdk-v0.112.0...sdk-v0.112.1

sdk: v0.112.0

0.112.0 (2026-07-16)

Full Changelog: sdk-v0.111.0...sdk-v0.112.0

Features

  • api: add support for MCP Tunnels (597ac41)

sdk: v0.111.0

0.111.0 (2026-07-10)

Full Changelog: sdk-v0.110.0...sdk-v0.111.0

Features

  • api: add support for dreaming (77b28a6)
  • tools: gate session tool calls on evaluated_permission; bound idle by server stop_reason (68a6d7b)

Chores

  • docs: small updates to field descriptions (e25b885)
  • docs: update model example (a33f3f0)
  • docs: updates to descriptions and examples (eac4bac)
Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.112.3 (2026-07-17)

Full Changelog: sdk-v0.112.2...sdk-v0.112.3

Chores

0.112.2 (2026-07-17)

Full Changelog: sdk-v0.112.1...sdk-v0.112.2

Chores

0.112.1 (2026-07-16)

Full Changelog: sdk-v0.112.0...sdk-v0.112.1

0.112.0 (2026-07-16)

Full Changelog: sdk-v0.111.0...sdk-v0.112.0

Features

  • api: add support for MCP Tunnels (597ac41)

0.111.0 (2026-07-10)

Full Changelog: sdk-v0.110.0...sdk-v0.111.0

Features

  • api: add support for dreaming (77b28a6)
  • tools: gate session tool calls on evaluated_permission; bound idle by server stop_reason (68a6d7b)

Chores

  • docs: small updates to field descriptions (e25b885)
  • docs: update model example (a33f3f0)
  • docs: updates to descriptions and examples (eac4bac)
Commits

Updates @bugsnag/js from 8.9.0 to 8.10.0

Release notes

Sourced from @​bugsnag/js's releases.

v8.10.0

Fixed

  • (delivery-node) Replace deprecated url.parse() with URL constructor #2730
  • (plugin-hono) Fix issue where error handler middleware did not await next() #2735
  • (react-native) Fix issue related to uploading source map #2773

Added

  • (react-native-navigation) Add support for react-native-navigation v8 #2741
  • Requires React Native 0.78+ (New Architecture only)
  • Peer dependency range updated: react-native-navigation 2.0.0 - 8.x
Changelog

Sourced from @​bugsnag/js's changelog.

[8.10.0] - 2026-07-10

Fixed

  • (delivery-node) Replace deprecated url.parse() with URL constructor #2730
  • (plugin-hono) Fix issue where error handler middleware did not await next() #2735
  • (react-native) Fix issue related to uploading source map #2773

Added

  • (react-native-navigation) Add support for react-native-navigation v8 #2741
  • Requires React Native 0.78+ (New Architecture only)
  • Peer dependency range updated: react-native-navigation 2.0.0 - 8.x
Commits
  • ab1bbde v8.10.0
  • 728b808 Merge pull request #2797 from bugsnag/release/v8.10.0
  • 2088d5b update release date release v8.10.0
  • 9606e99 Merge pull request #2796 from bugsnag/release/v8.10.0
  • f7759fb update release date
  • 36c8ad4 Merge pull request #2795 from bugsnag/release/v8.10.0
  • 7412703 change hub for mezz runner fixes
  • 115997a release 8.10.0 update region to US hub
  • 372e2ad Merge pull request #2794 from bugsnag/pri/plat-change-hub
  • b4a010b change hub for mezz runner fixes
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sb-jigneshr, a new releaser for @​bugsnag/js since your current version.


Updates chrono-node from 2.9.1 to 2.10.0

Release notes

Sourced from chrono-node's releases.

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

Commits
  • 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
  • b6c28fa chore: exclude AGENTS.md from npm publish
  • 4b75a9e feat(en): support parsing of 'YYYY MMM' (Year MonthName) format
  • 3383fdf fix(fr): prevent false matching of single-letter time units in relative format
  • 875c4e2 Merge pull request #652 from greymoth-jp/fix-uk-within-unicode-flag
  • ed2f9fd New: Add Agent file
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) and [chrono-node](https://github.com/wanasit/chrono).


Updates `@anthropic-ai/sdk` from 0.110.0 to 0.112.3
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.110.0...sdk-v0.112.3)

Updates `@bugsnag/js` from 8.9.0 to 8.10.0
- [Release notes](https://github.com/bugsnag/bugsnag-js/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-js@v8.9.0...v8.10.0)

Updates `chrono-node` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/wanasit/chrono/releases)
- [Commits](wanasit/chrono@v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.112.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@bugsnag/js"
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: chrono-node
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 25, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-5e82dd2e6a branch July 25, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants