Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2025

Bumps the patch-updates group with 5 updates:

Package From To
@langchain/community 0.3.54 0.3.55
@langchain/core 0.3.73 0.3.75
langchain 0.3.32 0.3.33
mongoose 8.18.0 8.18.1
sass 1.92.0 1.92.1

Updates @langchain/community from 0.3.54 to 0.3.55

Release notes

Sourced from @​langchain/community's releases.

@​langchain/community==0.3.55

What's Changed

Full Changelog: https://github.com/langchain-ai/langchainjs/compare/@​langchain/community==0.3.54...@​langchain/community==0.3.55

Commits
  • d418b7f release(core): 0.3.75 (#8862)
  • 545bab8 fix(community): URL encode paths in GitHub document loader (#8860)
  • 390f920 fix(community): bump firebase-admin devDependencies (#8861)
  • d6d841f fix(core): Fix deep nesting of runnables within traceables (#8853)
  • 81e9b10 fix(community): reset instead of clearing mocks (#8859)
  • 6b59878 docs(langchain-azure-cosmosdb): add storage configuration details for Azure C...
  • 49c242c fix(anthropic): opus-4.1 thinking (#8856)
  • 44f8eaa chore(deps): bump next from 14.2.30 to 14.2.32 in /environment_tests/test-exp...
  • b4286af release(core): 0.3.74 (#8850)
  • 4e53005 fix(core): Always inherit parent run id onto callback manager from context (#...
  • Additional commits viewable in compare view

Updates @langchain/core from 0.3.73 to 0.3.75

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core==0.3.75

What's Changed

Full Changelog: https://github.com/langchain-ai/langchainjs/compare/@​langchain/core==0.3.74...@​langchain/core==0.3.75

@​langchain/core==0.3.74

What's Changed

Full Changelog: https://github.com/langchain-ai/langchainjs/compare/@​langchain/core==0.3.73...@​langchain/core==0.3.74

Commits
  • d418b7f release(core): 0.3.75 (#8862)
  • 545bab8 fix(community): URL encode paths in GitHub document loader (#8860)
  • 390f920 fix(community): bump firebase-admin devDependencies (#8861)
  • d6d841f fix(core): Fix deep nesting of runnables within traceables (#8853)
  • 81e9b10 fix(community): reset instead of clearing mocks (#8859)
  • 6b59878 docs(langchain-azure-cosmosdb): add storage configuration details for Azure C...
  • 49c242c fix(anthropic): opus-4.1 thinking (#8856)
  • 44f8eaa chore(deps): bump next from 14.2.30 to 14.2.32 in /environment_tests/test-exp...
  • b4286af release(core): 0.3.74 (#8850)
  • 4e53005 fix(core): Always inherit parent run id onto callback manager from context (#...
  • Additional commits viewable in compare view

Updates langchain from 0.3.32 to 0.3.33

Release notes

Sourced from langchain's releases.

langchain==0.3.33

What's Changed

Full Changelog: langchain-ai/langchainjs@langchain==0.3.32...langchain==0.3.33

Commits

Updates mongoose from 8.18.0 to 8.18.1

Release notes

Sourced from mongoose's releases.

8.18.1 / 2025-09-08

  • types: correct type inference for maps of maps #15602
  • types(model): copy base model statics onto discriminator model #15623 #15600
  • types: fix types for a string of enums #15605 ruiaraujo
  • types(SchemaOptions): disallow versionKey: true, which fails at runtime #15606
  • docs(typescript): add example explaining how to use query helper overrides for handling lean() #15622 #15601
  • docs(transactions): add note about nested transactions #15624
Changelog

Sourced from mongoose's changelog.

8.18.1 / 2025-09-08

  • types: correct type inference for maps of maps #15602
  • types(model): copy base model statics onto discriminator model #15623 #15600
  • types: fix types for a string of enums #15605 ruiaraujo
  • types(SchemaOptions): disallow versionKey: true, which fails at runtime #15606
  • docs(typescript): add example explaining how to use query helper overrides for handling lean() #15622 #15601
  • docs(transactions): add note about nested transactions #15624
Commits
  • e86c102 chore: release 8.18.1
  • b78d37c Merge pull request #15624 from Automattic/vkarpov15/gh-15079
  • 8071004 docs(transactions): add note about nested transactions
  • 148393f Merge pull request #15622 from Automattic/vkarpov15/gh-15601
  • ead127b docs: correct toMap() example union handling
  • 24f8fb9 Merge pull request #15623 from Automattic/vkarpov15/gh-15600
  • 62bea80 docs: add working implementation of toMap() helper
  • 40a8904 Update docs/typescript/query-helpers.md
  • 9cd2c97 Update docs/typescript/query-helpers.md
  • 785909b types(model): copy base model statics onto discriminator model
  • Additional commits viewable in compare view

Updates sass from 1.92.0 to 1.92.1

Release notes

Sourced from sass's releases.

Dart Sass 1.92.1

To install Sass 1.92.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.92.1

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.
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 patch-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@langchain/community](https://github.com/langchain-ai/langchainjs) | `0.3.54` | `0.3.55` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `0.3.73` | `0.3.75` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.3.32` | `0.3.33` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.18.0` | `8.18.1` |
| [sass](https://github.com/sass/dart-sass) | `1.92.0` | `1.92.1` |


Updates `@langchain/community` from 0.3.54 to 0.3.55
- [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.54...@langchain/community==0.3.55)

Updates `@langchain/core` from 0.3.73 to 0.3.75
- [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/core==0.3.73...@langchain/core==0.3.75)

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

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

Updates `sass` from 1.92.0 to 1.92.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.92.0...1.92.1)

---
updated-dependencies:
- dependency-name: "@langchain/community"
  dependency-version: 0.3.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@langchain/core"
  dependency-version: 0.3.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: langchain
  dependency-version: 0.3.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: mongoose
  dependency-version: 8.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: sass
  dependency-version: 1.92.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 Sep 11, 2025
@github-actions github-actions bot merged commit d4babfa into master Sep 11, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/patch-updates-c862fe3025 branch September 11, 2025 11:06
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