Skip to content

chore(deps): bump the minor-and-patch group with 6 updates#296

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-c723c3bdc3
Closed

chore(deps): bump the minor-and-patch group with 6 updates#296
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-c723c3bdc3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps the minor-and-patch group with 6 updates:

Package From To
@opentelemetry/exporter-trace-otlp-http 0.203.0 0.214.0
@traceloop/node-server-sdk 0.14.6 0.25.0
@anthropic-ai/sdk 0.65.0 0.89.0
eslint-plugin-tsdoc 0.2.17 0.5.2
together-ai 0.22.0 0.39.0
typedoc 0.25.13 0.28.19

Updates @opentelemetry/exporter-trace-otlp-http from 0.203.0 to 0.214.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-http's releases.

experimental/v0.214.0

0.214.0

💥 Breaking Changes

  • feat(configuration)!: rename OTEL_EXPERIMENTAL_CONFIG_FILE to OTEL_CONFIG_FILE #6486 @​maryliag
  • refactor!(otlp-grpc-exporter-base): remove headers from gRPC exporter config type, passing headers now results in a compile-time error instead of being silently ignored #6487

🚀 Features

🐛 Bug Fixes

  • fix(opentelemetry-instrumentation): access require via globalThis to avoid webpack analysis #6481 @​overbalance
  • fix(sdk-logs): fix inflated droppedAttributesCount when updating existing attribute keys #6479 @​overbalance
  • fix(instrumentation-fetch): do not modify the returned type of fetch #6521 @​dyladan
  • fix(opentelemetry-sdk-node): add missing @opentelemetry/otlp-exporter-base dependency #6520 @​gotgenes

🏠 Internal

experimental/v0.213.0

0.213.0

💥 Breaking Changes

  • fix(api-logs)!: drop lingering includeTraceContext from LoggerOptions type #6451 @​trentm

🚀 Features

  • feat(instrumentation-http): provide http.request.header.<key> at server span creation time #6396 @​vitorvasc

🐛 Bug Fixes

  • fix(instrumentation-http): guard against double-instrumentation if loaded with require('http') and import 'http' #6428 @​trentm
  • fix(otlp-exporter-base): handle response error #6412 @​pichlermarc
    • Fixes a bug where when the response header was received, but the connection was reset by the server, an unhandled error would be thrown.
  • fix(otlp-exporter-base): remove sendBeacon in favor of fetch with keepalive #6391 @​overbalance
    • (user-facing) createOtlpSendBeaconExportDelegate will be removed in a future version
  • fix(otlp-transformer): downgrade protobufjs to version ^7.0.0 #6418 @​vitorvasc
  • fix(instrumentation-fetch): handle HeadersInit tuple arrays in _addHeaders #6341 @​overbalance @​imadha

... (truncated)

Commits
  • 7e74509 chore: prepare next release (#6510)
  • c846919 fix(instrumentation-fetch): do not modify the returned type of fetch (#6521)
  • 99fb3fb fix(api): re-introduce fallback chain for global utils (#6523)
  • b842717 test(bundlers): add node webpack tests, expand edge coverage, assert known pr...
  • b5a6b12 fix(opentelemetry-sdk-node): add missing @​opentelemetry/otlp-exporter-base de...
  • dc93ed4 perf(sdk-trace-base): optimize Span.{addEvent,addLink} performance (#6516)
  • e9831e7 perf(sdk-trace-base): avoid Object.entries in Span.setAttributes (#6514)
  • d56af69 chore(deps): lock file maintenance (#6517)
  • f3a10ab chore(deps): update github/codeql-action digest to 3869755 (#6513)
  • 2f73776 chore(deps): update github/codeql-action digest to c6f9311 (#6511)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/exporter-trace-otlp-http since your current version.


Updates @traceloop/node-server-sdk from 0.14.6 to 0.25.0

Release notes

Sourced from @​traceloop/node-server-sdk's releases.

0.25.0

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.25.0 (2026-04-13)

Features

  • ai-sdk: migrate ai-sdk to opentelemtry 1.40 semantic conventions (#924) (4e3ffd5)
  • instrumentation-llamaindex: migrate to OTel 1.40 GenAI semantic conventions (#925) (4c8becd)

0.24.1 (2026-04-12)

Bug Fixes

0.24.0 (2026-04-06)

Bug Fixes

  • instrumentation-utils: Add missing modality field to block mappers document cases (#921) (ed41ff2)

Features

  • instrumentation-bedrock: align GenAI semconv with OTel 1.40 and migrate Bedrock instrumentation (#917) (4b5d28f)
  • instrumentation-langchain: Migrate langchain semantic conventions to 1.40 (#920) (999bd70)

0.23.0 (2026-03-30)

Features

  • ai-semantic-conventions, instrumentation-anthropic: align GenAI semconv with OTel 1.40 and migrate Anthropic instrumentation (#896) (643425a)
  • evaluators: add standalone evaluator create/list/get/update/run SDK methods (#908) (dd89e8d)
  • instrumentation-openai: Migrate OpenAI instrumentation to OTel 1.40 semantic conventions (#909) (26a0d01)
  • sdk: add synonym field mapping for experiment evaluator inputs (#895) (50a591c)

0.22.8 (2026-03-04)

Bug Fixes

0.22.7 (2026-02-08)

Bug Fixes

  • traceloop-sdk: Add conversation decorator (#883) (75cf2fe)

... (truncated)

Changelog

Sourced from @​traceloop/node-server-sdk's changelog.

0.25.0 (2026-04-13)

Features

  • ai-sdk: migrate ai-sdk to opentelemtry 1.40 semantic conventions (#924) (4e3ffd5)
  • instrumentation-llamaindex: migrate to OTel 1.40 GenAI semantic conventions (#925) (4c8becd)

0.24.1 (2026-04-12)

Bug Fixes

0.24.0 (2026-04-06)

Bug Fixes

  • instrumentation-utils: Add missing modality field to block mappers document cases (#921) (ed41ff2)

Features

  • instrumentation-bedrock: align GenAI semconv with OTel 1.40 and migrate Bedrock instrumentation (#917) (4b5d28f)
  • instrumentation-langchain: Migrate langchain semantic conventions to 1.40 (#920) (999bd70)

0.23.0 (2026-03-30)

Features

  • ai-semantic-conventions, instrumentation-anthropic: align GenAI semconv with OTel 1.40 and migrate Anthropic instrumentation (#896) (643425a)
  • evaluators: add standalone evaluator create/list/get/update/run SDK methods (#908) (dd89e8d)
  • instrumentation-openai: Migrate OpenAI instrumentation to OTel 1.40 semantic conventions (#909) (26a0d01)
  • sdk: add synonym field mapping for experiment evaluator inputs (#895) (50a591c)

0.22.8 (2026-03-04)

Bug Fixes

0.22.7 (2026-02-08)

Bug Fixes

  • traceloop-sdk: Add conversation decorator (#883) (75cf2fe)
  • tracing: Add association property (#852) (7a42933)

0.22.6 (2026-01-18)

Bug Fixes

... (truncated)

Commits
  • 49a1544 v0.25.0
  • 4e3ffd5 feat(ai-sdk): migrate ai-sdk to opentelemtry 1.40 semantic conventions (#924)
  • 4c8becd feat(instrumentation-llamaindex): migrate to OTel 1.40 GenAI semantic convent...
  • 25ae25f v0.24.1
  • 116e033 fix(evaluator): Update routes url (#928)
  • a869545 v0.24.0
  • ed41ff2 fix(instrumentation-utils): Add missing modality field to block mappers docum...
  • 4b5d28f feat(instrumentation-bedrock): align GenAI semconv with OTel 1.40 and migrate...
  • 999bd70 feat(instrumentation-langchain): Migrate langchain semantic conventions to 1....
  • 0b94cce v0.23.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by galklm, a new releaser for @​traceloop/node-server-sdk since your current version.


Updates @anthropic-ai/sdk from 0.65.0 to 0.89.0

Release notes

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

sdk: v0.89.0

0.89.0 (2026-04-14)

Full Changelog: sdk-v0.88.0...sdk-v0.89.0

Features

  • api: manual updates (57c2a11)
  • api: mark Sonnet and Opus 4 as deprecated (eff41b7)

Bug Fixes

  • streaming: add missing events (4c52919)

sdk: v0.88.0

0.88.0 (2026-04-10)

Full Changelog: sdk-v0.87.0...sdk-v0.88.0

Features

Documentation

sdk: v0.87.0

0.87.0 (2026-04-09)

Full Changelog: sdk-v0.86.1...sdk-v0.87.0

Features

  • api: Add beta advisor tool (1e99a8d)

sdk: v0.86.1

0.86.1 (2026-04-08)

Full Changelog: sdk-v0.86.0...sdk-v0.86.1

Chores

  • update @​anthropic-ai/sdk dependency version (#870) (036342b)

sdk: v0.86.0

0.86.0 (2026-04-08)

... (truncated)

Changelog

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

0.89.0 (2026-04-14)

Full Changelog: sdk-v0.88.0...sdk-v0.89.0

Features

  • api: manual updates (57c2a11)
  • api: mark Sonnet and Opus 4 as deprecated (eff41b7)

Bug Fixes

  • streaming: add missing events (4c52919)

0.88.0 (2026-04-10)

Full Changelog: sdk-v0.87.0...sdk-v0.88.0

Features

Documentation

0.87.0 (2026-04-09)

Full Changelog: sdk-v0.86.1...sdk-v0.87.0

Features

  • api: Add beta advisor tool (1e99a8d)

0.86.1 (2026-04-08)

Full Changelog: sdk-v0.86.0...sdk-v0.86.1

Chores

  • update @​anthropic-ai/sdk dependency version (#870) (036342b)

0.86.0 (2026-04-08)

Full Changelog: sdk-v0.85.0...sdk-v0.86.0

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by packy-anthropic, a new releaser for @​anthropic-ai/sdk since your current version.


Updates eslint-plugin-tsdoc from 0.2.17 to 0.5.2

Changelog

Sourced from eslint-plugin-tsdoc's changelog.

0.5.2

Wed, 25 Feb 2026 21:34:35 GMT

Patches

  • Replace deprecated context.getSourceCode() and context.getCwd() with context.sourceCode and context.cwd for ESLint 10 compatibility, with fallback for older versions.

0.5.1

Wed, 25 Feb 2026 02:06:43 GMT

Patches

  • Update the @typescript-eslint/utils dependency to ~8.56.0 to address CVE-2026-26996.

0.5.0

Tue, 11 Nov 2025 00:51:42 GMT

Minor changes

  • Normalize builtin imports.
  • Use a more robust method to find the project root.

0.4.0

Sat, 23 Nov 2024 00:23:35 GMT

Minor changes

  • Leverage parserOptions.tsConfigRootDir to reduce file system probing. This field is commonly used when eslint is configured with @typescript-eslint/parser.

Patches

  • Include CHANGELOG.md in published releases again

0.3.0

Tue, 28 May 2024 21:34:19 GMT

Minor changes

  • Minor package cleanup.

Patches

  • Upgrade dev toolchain (Heft, Webpack, TypeScript, ESLint)
Commits

Updates together-ai from 0.22.0 to 0.39.0

Release notes

Sourced from together-ai's releases.

v0.39.0

0.39.0 (2026-04-03)

Full Changelog: v0.38.0...v0.39.0

Features

  • Add support for video model media params (b0ebf44)
  • api: add bit_rate parameter to speech create method (e4203ae)
  • api: add packing parameter to fine-tuning create method (94e6c1c)
  • api: add random_seed parameter and response field to fine-tuning (2f40023)
  • api: manual updates (f0ff289)
  • rl: update openapi spec to reflect new changes (b372b11)

Bug Fixes

  • types: remove a100-80gb from gpu_type enum in jig update/deploy params (1097c64)

Chores

  • ci: skip lint on metadata-only changes (9e031ae)
  • internal: regenerate SDK with no functional changes (4d58317)
  • internal: update gitignore (fdb619f)
  • internal: update multipart form array serialization (1a26197)
  • tests: bump steady to v0.19.4 (2ce12b0)
  • tests: bump steady to v0.19.5 (cec082d)
  • tests: bump steady to v0.19.6 (48b6d4f)
  • tests: bump steady to v0.19.7 (0baddc9)
  • tests: bump steady to v0.20.1 (467edb6)
  • tests: bump steady to v0.20.2 (780f6b3)

Refactors

  • tests: switch from prism to steady (d9c83f4)

v0.38.0

0.38.0 (2026-03-18)

Full Changelog: v0.37.0...v0.38.0

Features

  • Add FT models supported and limits (eb83352)
  • Add typing for completion responses related to logprobs (7be3686)
  • Add wandb_entity argument to OpenAPI definition (71e55a9)
  • Another try (d59291f)
  • api: manual updates (9fe1286)

... (truncated)

Changelog

Sourced from together-ai's changelog.

0.39.0 (2026-04-03)

Full Changelog: v0.38.0...v0.39.0

Features

  • Add support for video model media params (b0ebf44)
  • api: add bit_rate parameter to speech create method (e4203ae)
  • api: add packing parameter to fine-tuning create method (94e6c1c)
  • api: add random_seed parameter and response field to fine-tuning (2f40023)
  • api: manual updates (f0ff289)
  • rl: update openapi spec to reflect new changes (b372b11)

Bug Fixes

  • types: remove a100-80gb from gpu_type enum in jig update/deploy params (1097c64)

Chores

  • ci: skip lint on metadata-only changes (9e031ae)
  • internal: regenerate SDK with no functional changes (4d58317)
  • internal: update gitignore (fdb619f)
  • internal: update multipart form array serialization (1a26197)
  • tests: bump steady to v0.19.4 (2ce12b0)
  • tests: bump steady to v0.19.5 (cec082d)
  • tests: bump steady to v0.19.6 (48b6d4f)
  • tests: bump steady to v0.19.7 (0baddc9)
  • tests: bump steady to v0.20.1 (467edb6)
  • tests: bump steady to v0.20.2 (780f6b3)

Refactors

  • tests: switch from prism to steady (d9c83f4)

0.38.0 (2026-03-18)

Full Changelog: v0.37.0...v0.38.0

Features

  • Add FT models supported and limits (eb83352)
  • Add typing for completion responses related to logprobs (7be3686)
  • Add wandb_entity argument to OpenAPI definition (71e55a9)
  • Another try (d59291f)
  • api: manual updates (9fe1286)
  • api: manual updates (eb817bf)
  • api: manual updates (206ba6d)

... (truncated)

Commits
  • 18214e5 release: 0.39.0 (#214)
  • 047a427 release: 0.38.0 (#212)
  • d2dea90 release: 0.37.0
  • ba2b60d codegen metadata
  • 92aede3 chore: cleanup
  • 5ee4f51 chore(client): restructure abort controller binding
  • e2a7f3b feat: ENG-82904 - chore: update ReplicaEvent schema
  • 0438572 codegen metadata
  • fba848a chore(client): do not parse responses with empty content-length
  • 33d66de fix(client): avoid memory leak with abort signals
  • Additional commits viewable in compare view

Updates typedoc from 0.25.13 to 0.28.19

Release notes

Sourced from typedoc's releases.

v0.28.19

Features

  • Added French translations for the TypeDoc interface and help descriptions.
  • Added support for triple-slash comment style, which requires exactly three slashes in the comment, #3089.

Bug Fixes

  • Corrected handling of icon caching for custom themes which use SVGs with a larger view box than TypeDoc's default theme.
  • Fixed short summary comment handling on module pages when the project source files use Windows line endings, #3093.

Thanks!

v0.28.18

Features

  • Support TypeScript 6.0, #3084.

v0.28.17

Bug Fixes

  • Improved handling of comments for type aliases which have been declaration merged with functions, #3064.
  • Fixed anchor link generation to members named $, #3065.
  • Corrected typing of the plugin option to permit functions, #3066.
  • Warnings about unused @param tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, #3070.
  • Fixed conversion of types referencing type parameters on functions, #3071.

Thanks!

v0.28.16

Bug Fixes

  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #3057.
  • Improved vertical positioning of text icons, #3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #3055.

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.28.19 (2026-04-12)

Features

  • Added French translations for the TypeDoc interface and help descriptions.
  • Added support for triple-slash comment style, which requires exactly three slashes in the comment, #3089.

Bug Fixes

  • Corrected handling of icon caching for custom themes which use SVGs with a larger view box than TypeDoc's default theme.
  • Fixed short summary comment handling on module pages when the project source files use Windows line endings, #3093.

Thanks!

v0.28.18 (2026-03-23)

Features

  • Support TypeScript 6.0, #3084.

v0.28.17 (2026-02-13)

Bug Fixes

  • Improved handling of comments for type aliases which have been declaration merged with functions, #3064.
  • Fixed anchor link generation to members named $, #3065.
  • Corrected typing of the plugin option to permit functions, #3066.
  • Warnings about unused @param tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, #3070.
  • Fixed conversion of types referencing type parameters on functions, #3071.

Thanks!

v0.28.16 (2026-01-12)

Bug Fixes

  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #3057.
  • Improved vertical positioning of text icons, #3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #3055.

... (truncated)

Commits
  • 0135da0 Update changelog for release
  • 68fa965 Bump version to 0.28.19
  • cb13565 Update changelog, documentation
  • acba2ae Fix Comment.getShortSummary with windows line endings
  • a108643 feat(router): move anchor creation to seperate function (#3092)
  • d743a1c Merge pull request #3091 from hyosua/feat/locales-fr
  • 70a9b41 Update CHANGELOG and format French locales
  • 4db90bc Add French translations for locales
  • c8fb88f Attempt updating actions versions
  • a58e6a9 Update deps
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typedoc since your current version.


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

Bumps the minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.203.0` | `0.214.0` |
| [@traceloop/node-server-sdk](https://github.com/traceloop/openllmetry-js) | `0.14.6` | `0.25.0` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.65.0` | `0.89.0` |
| [eslint-plugin-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) | `0.2.17` | `0.5.2` |
| [together-ai](https://github.com/togethercomputer/together-typescript) | `0.22.0` | `0.39.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.13` | `0.28.19` |


Updates `@opentelemetry/exporter-trace-otlp-http` from 0.203.0 to 0.214.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.203.0...experimental/v0.214.0)

Updates `@traceloop/node-server-sdk` from 0.14.6 to 0.25.0
- [Release notes](https://github.com/traceloop/openllmetry-js/releases)
- [Changelog](https://github.com/traceloop/openllmetry-js/blob/main/CHANGELOG.md)
- [Commits](traceloop/openllmetry-js@0.14.6...0.25.0)

Updates `@anthropic-ai/sdk` from 0.65.0 to 0.89.0
- [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.65.0...sdk-v0.89.0)

Updates `eslint-plugin-tsdoc` from 0.2.17 to 0.5.2
- [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.5.2/eslint-plugin)

Updates `together-ai` from 0.22.0 to 0.39.0
- [Release notes](https://github.com/togethercomputer/together-typescript/releases)
- [Changelog](https://github.com/togethercomputer/together-typescript/blob/main/CHANGELOG.md)
- [Commits](togethercomputer/together-typescript@v0.22.0...v0.39.0)

Updates `typedoc` from 0.25.13 to 0.28.19
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.13...v0.28.19)

---
updated-dependencies:
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-version: 0.214.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@traceloop/node-server-sdk"
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.89.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-tsdoc
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: together-ai
  dependency-version: 0.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typedoc
  dependency-version: 0.28.19
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 15, 2026
@dependabot dependabot Bot requested review from a team as code owners April 15, 2026 09:21
@nevermined-release-bot nevermined-release-bot Bot enabled auto-merge (squash) April 15, 2026 09:21
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

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

@dependabot dependabot Bot closed this Apr 20, 2026
auto-merge was automatically disabled April 20, 2026 06:15

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-c723c3bdc3 branch April 20, 2026 06:15
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants