Skip to content

Comments

fix(deps): bump the minor-patch-updates group with 19 updates#286

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

fix(deps): bump the minor-patch-updates group with 19 updates#286
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-patch-updates-d8e3b81d0f

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor-patch-updates group with 19 updates:

Package From To
@cognigy/rest-api-client 2025.16.0 2025.17.0
@langchain/community 0.3.51 0.3.53
playwright 1.54.2 1.55.0
@langchain/core 0.3.71 0.3.72
@langchain/openai 0.6.7 0.6.9
@playwright/test 1.54.2 1.55.0
@xmldom/xmldom 0.8.10 0.8.11
browserslist 4.25.2 4.25.3
caniuse-lite 1.0.30001735 1.0.30001737
electron-to-chromium 1.5.203 1.5.208
istanbul-reports 3.1.7 3.2.0
langchain 0.3.30 0.3.31
langsmith 0.3.61 0.3.63
mongoose 8.17.1 8.18.0
playwright-core 1.54.2 1.55.0
undici 7.13.0 7.15.0
weaviate-client 3.8.0 3.8.1
yoctocolors 2.1.1 2.1.2
yoctocolors-cjs 2.1.2 2.1.3

Updates @cognigy/rest-api-client from 2025.16.0 to 2025.17.0

Updates @langchain/community from 0.3.51 to 0.3.53

Commits
  • a4b7226 release(community): 0.3.53
  • 85d42df feat(core): Allow runnables to define custom stream chunk concat behavior (#8...
  • c72ff6d fix(js): Make hub prompts pulled with a model support structured outputs (#8725)
  • 18a7a4f feat(chroma): Default to Null Embedding Function for Chroma Collection (#8723)
  • 4f94d96 chore(release): aug 18 2025 (#8721)
  • 6b13f11 release(community): 0.3.52
  • b4613e7 Create Chroma collections with no EF
  • 5f3998a release(openai): 0.6.8
  • 3092e84 release(aws): 0.1.14
  • a5cfc4f Fix: Pass user-supplied metadata as requestMetadata to Bedrock API (#8612)
  • Additional commits viewable in compare view

Updates playwright from 1.54.2 to 1.55.0

Release notes

Sourced from playwright's releases.

v1.55.0

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139
Commits

Updates @langchain/core from 0.3.71 to 0.3.72

Commits

Updates @langchain/openai from 0.6.7 to 0.6.9

Commits

Updates @playwright/test from 1.54.2 to 1.55.0

Release notes

Sourced from @​playwright/test's releases.

v1.55.0

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139
Commits

Updates @xmldom/xmldom from 0.8.10 to 0.8.11

Release notes

Sourced from @​xmldom/xmldom's releases.

0.8.11

0.8.11

Fixed

Thank you, @​shunkica, for your contributions

Changelog

Sourced from @​xmldom/xmldom's changelog.

0.8.11

Fixed

  • update ownerDocument when moving nodes between documents

Thank you, @​shunkica, for your contributions

Commits
  • c0f1401 0.8.11
  • 5aadcdd chore: bump np to version 9.2.0
  • 4bb9a5f Revert "chore: pin npm version using node 22"
  • 386989e chore: pin npm version using node 22
  • 3562083 docs: prepare changelog for 0.8.11
  • cd97add fix: [0.8.x] update ownerDocument when moving nodes between documents (#933)
  • c4dedf1 ci: execute checks on 0.8.x release branch (#934)
  • See full diff in compare view

Updates browserslist from 4.25.2 to 4.25.3

Release notes

Sourced from browserslist's releases.

4.25.3

Changelog

Sourced from browserslist's changelog.

4.25.3

Commits

Updates caniuse-lite from 1.0.30001735 to 1.0.30001737

Commits

Updates electron-to-chromium from 1.5.203 to 1.5.208

Commits

Updates istanbul-reports from 3.1.7 to 3.2.0

Release notes

Sourced from istanbul-reports's releases.

istanbul-reports: v3.2.0

3.2.0 (2025-08-18)

Features

  • update HTML report filter to take a RegEx (#796) (a739999)

Bug Fixes

Changelog

Sourced from istanbul-reports's changelog.

3.2.0 (2025-08-18)

Features

  • update HTML report filter to take a RegEx (#796) (a739999)

Bug Fixes

Commits

Updates langchain from 0.3.30 to 0.3.31

Commits

Updates langsmith from 0.3.61 to 0.3.63

Commits

Updates mongoose from 8.17.1 to 8.18.0

Release notes

Sourced from mongoose's releases.

8.18.0 / 2025-08-22

  • feat(schema): support for union types #15574 #10894
  • fix: trim long strings in minLength and maxLength error messages and display the string length #15571 #15550
  • types(connection+collection): make BaseCollection and BaseConnection usable as values #15575 #15548
  • types: remove logic that omits timestamps when virtuals, methods, etc. options set #15577 #12807

8.17.2 / 2025-08-18

  • fix: avoid Model.validate() hanging when all paths fail casting #15580 #15579 piotracalski
  • types(document): better support for flattenObjectIds and versionKey options for toObject() and toJSON() #15582 #15578
  • docs: fix docs jsdoc tags and add UUID to be listed #15585
  • docs(document): fix code sample that errors with "Cannot set properties of undefined" #15589
Changelog

Sourced from mongoose's changelog.

8.18.0 / 2025-08-22

  • feat(schema): support for union types #15574 #10894
  • fix: trim long strings in minLength and maxLength error messages and display the string length #15571 #15550
  • types(connection+collection): make BaseCollection and BaseConnection usable as values #15575 #15548
  • types: remove logic that omits timestamps when virtuals, methods, etc. options set #15577 #12807

8.17.2 / 2025-08-18

  • fix: avoid Model.validate() hanging when all paths fail casting #15580 #15579 piotracalski
  • types(document): better support for flattenObjectIds and versionKey options for toObject() and toJSON() #15582 #15578
  • docs: fix docs jsdoc tags and add UUID to be listed #15585
  • docs(document): fix code sample that errors with "Cannot set properties of undefined" #15589
Commits

Updates playwright-core from 1.54.2 to 1.55.0

Release notes

Sourced from playwright-core's releases.

v1.55.0

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139
Commits

Updates undici from 7.13.0 to 7.15.0

Release notes

Sourced from undici's releases.

v7.15.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.14.0...v7.15.0

v7.14.0

What's Changed

New Contributors

... (truncated)

Commits

Updates weaviate-client from 3.8.0 to 3.8.1

Commits
  • 5ca5337 3.8.1
  • 11a1dd4 Fix typo in license field (#334)
  • 9521180 3.8.1
  • 7842181 Using uuid.stringify to parse bytes from grpc message correctly (#333)
  • ef34c76 Allow updating quantizer to RQ, add bits to RQConfigUpdate (#326)
  • 6ae0e25 Fix missing X-Weaviate-Cluster-Url header in gRPC aggregations (#331)
  • d15dc68 Make improvements to the modules system (#327)
  • c360306 Add .activate, .deactivate, .offload helpers to collection.tenants (#...
  • See full diff in compare view

Updates yoctocolors from 2.1.1 to 2.1.2

Release notes

Sourced from yoctocolors's releases.

v2.1.2

  • Fix handling of nested dim and bold modifier (#26) 3fa605e

sindresorhus/yoctocolors@v2.1.1...v2.1.2

Commits

Updates yoctocolors-cjs from 2.1.2 to 2.1.3

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-patch-updates group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| @cognigy/rest-api-client | `2025.16.0` | `2025.17.0` |
| [@langchain/community](https://github.com/langchain-ai/langchainjs) | `0.3.51` | `0.3.53` |
| [playwright](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.3.71` | `0.3.72` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `0.6.7` | `0.6.9` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [@xmldom/xmldom](https://github.com/xmldom/xmldom) | `0.8.10` | `0.8.11` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.25.2` | `4.25.3` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001735` | `1.0.30001737` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.203` | `1.5.208` |
| [istanbul-reports](https://github.com/istanbuljs/istanbuljs/tree/HEAD/packages/istanbul-reports) | `3.1.7` | `3.2.0` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.3.30` | `0.3.31` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.3.61` | `0.3.63` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.17.1` | `8.18.0` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.54.2` | `1.55.0` |
| [undici](https://github.com/nodejs/undici) | `7.13.0` | `7.15.0` |
| [weaviate-client](https://github.com/weaviate/typescript-client) | `3.8.0` | `3.8.1` |
| [yoctocolors](https://github.com/sindresorhus/yoctocolors) | `2.1.1` | `2.1.2` |
| [yoctocolors-cjs](https://github.com/sindresorhus/yoctocolors) | `2.1.2` | `2.1.3` |


Updates `@cognigy/rest-api-client` from 2025.16.0 to 2025.17.0

Updates `@langchain/community` from 0.3.51 to 0.3.53
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/community==0.3.51...@langchain/community==0.3.53)

Updates `playwright` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `@langchain/core` from 0.3.71 to 0.3.72
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@langchain/openai` from 0.6.7 to 0.6.9
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@playwright/test` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `@xmldom/xmldom` from 0.8.10 to 0.8.11
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/0.8.11/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.8.10...0.8.11)

Updates `browserslist` from 4.25.2 to 4.25.3
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.25.2...4.25.3)

Updates `caniuse-lite` from 1.0.30001735 to 1.0.30001737
- [Commits](browserslist/caniuse-lite@1.0.30001735...1.0.30001737)

Updates `electron-to-chromium` from 1.5.203 to 1.5.208
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/commits)

Updates `istanbul-reports` from 3.1.7 to 3.2.0
- [Release notes](https://github.com/istanbuljs/istanbuljs/releases)
- [Changelog](https://github.com/istanbuljs/istanbuljs/blob/main/packages/istanbul-reports/CHANGELOG.md)
- [Commits](https://github.com/istanbuljs/istanbuljs/commits/istanbul-reports-v3.2.0/packages/istanbul-reports)

Updates `langchain` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `langsmith` from 0.3.61 to 0.3.63
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits)

Updates `mongoose` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.17.1...8.18.0)

Updates `playwright-core` from 1.54.2 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.2...v1.55.0)

Updates `undici` from 7.13.0 to 7.15.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.13.0...v7.15.0)

Updates `weaviate-client` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/weaviate/typescript-client/releases)
- [Commits](weaviate/typescript-client@v3.8.0...v3.8.1)

Updates `yoctocolors` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/sindresorhus/yoctocolors/releases)
- [Commits](sindresorhus/yoctocolors@v2.1.1...v2.1.2)

Updates `yoctocolors-cjs` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/sindresorhus/yoctocolors/releases)
- [Commits](sindresorhus/yoctocolors@v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: "@cognigy/rest-api-client"
  dependency-version: 2025.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@langchain/community"
  dependency-version: 0.3.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: playwright
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@langchain/core"
  dependency-version: 0.3.72
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@langchain/openai"
  dependency-version: 0.6.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@playwright/test"
  dependency-version: 1.55.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.8.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: browserslist
  dependency-version: 4.25.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001737
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: electron-to-chromium
  dependency-version: 1.5.208
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: istanbul-reports
  dependency-version: 3.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: langchain
  dependency-version: 0.3.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: langsmith
  dependency-version: 0.3.63
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: mongoose
  dependency-version: 8.18.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: playwright-core
  dependency-version: 1.55.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: undici
  dependency-version: 7.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: weaviate-client
  dependency-version: 3.8.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: yoctocolors
  dependency-version: 2.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: yoctocolors-cjs
  dependency-version: 2.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm labels Aug 24, 2025
@graymalkin77
Copy link

graymalkin77 commented Aug 24, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2025

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

@dependabot dependabot bot closed this Aug 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-patch-updates-d8e3b81d0f branch August 31, 2025 09:30
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 npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants