Skip to content

chore(deps): bump @langchain/community from 1.0.2 to 1.1.0#5569

Open
dependabot[bot] wants to merge 38 commits intomainfrom
dependabot/npm_and_yarn/develop/langchain/community-1.1.0
Open

chore(deps): bump @langchain/community from 1.0.2 to 1.1.0#5569
dependabot[bot] wants to merge 38 commits intomainfrom
dependabot/npm_and_yarn/develop/langchain/community-1.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps @langchain/community from 1.0.2 to 1.1.0.

Release notes

Sourced from @​langchain/community's releases.

@​langchain/community@​1.1.0

Minor Changes

Patch Changes

@​langchain/community@​1.0.7

Patch Changes

@​langchain/community@​1.0.6

Patch Changes

... (truncated)

Commits
  • 1a8162c chore: version packages (#9585)
  • 66c1822 choremcp): add missing onConnectionError changeset (#9649)
  • 86b651a fix(mistralai): add useFim option to toggle between FIM and chat APIs (#9646)
  • 454a93d fix(community): LlamaCppEmbeddings now returns embeddings instead of token ID...
  • 005c729 fix(community/core): various security fixes (#9641)
  • cc7051b feat(langchain-google-common): Add jsonSchema method support to withStructure...
  • 88bb788 fix(langchain): Prevent functions from being accidentally assignable to Agent...
  • aa8c4f8 fix(langchain): prevent summarization middleware from leaking streaming event...
  • 29a8480 fix(langchain): add missing changeset (#9648)
  • e111ff9 fix(langchain): allow to set strict tag manually in providerStrategy (#9578)
  • 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 @​langchain/community since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Stepan-Kirjakov and others added 30 commits November 17, 2025 18:47
Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>
Signed-off-by: prernaadev01 <prernaa.agarwal@envisionblockchain.com>
Signed-off-by: prernaadev01 <prernaa.agarwal@envisionblockchain.com>
Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>
Deleted package-lock.json and tsconfig.tsbuildinfo files from guardian-cli, mrv-sender, topic-viewer, and tree-viewer packages to clean up dependency and build artifacts.
---------
Signed-off-by: Alexander Pyatakov <alex.pyatakov@envisionblockchain.com>
Remove unused port ranges and 'init' from application-events in all docker-compose files, and fix indentation for exposed ports.
---------
Signed-off-by: Alexander Pyatakov <alex.pyatakov@envisionblockchain.com>
Bumps [step-security/publish-unit-test-result-action](https://github.com/step-security/publish-unit-test-result-action) from 2.20.5 to 2.21.0.
- [Release notes](https://github.com/step-security/publish-unit-test-result-action/releases)
- [Commits](step-security/publish-unit-test-result-action@c8537a2...32f89bf)

---
updated-dependencies:
- dependency-name: step-security/publish-unit-test-result-action
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add ability to select policies in grid.
Add ability to select tokens in grid.
Add API methods for multiple policies deletion.
Add API methods for multiple tokens deletion.
Update delete modal window for multiple deletion.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Rename delete modal window.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Update schema deletion preview logic.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Add logic for multiple schema deletion with child schemas.
Add multi selection items by page.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* Fix lint issues.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Fix lint issue.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Add condition to avoid empty schema defs.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Improve child schemas deletion UI.
Fix child schemas deletion logic.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Improve schema deletion preview styles.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* Fix issue with deletion single schema.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Remove unnecessary code.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* [skip ci] Add swagger.yaml

* Add clear selection button.
Change labels for deletion schemas modal.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Fix labels.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Fix lint issues.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

* Fix lint issues.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>

---------

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>
Co-authored-by: envision-ci-agent <envision-ci-agent@users.noreply.github.com>
Move VM0033 policy folder.

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>
* fixes tests for analytics and update terms version for MGS
* change GW
* feat: base tab for tree graph[4730]
* fix: building graph and css graph tab[4730]
* feat: right panel by node click[4730]
* feat: basic description of node[4730]
* feat: whole description every node of formula[4730]
* fix: colors for nodes by statuses[4730]
* fix: names vc documents for every nodes and refactor[4730]
* fix: fields inside sidebar for every node[4730]
* fix: size of canvas container and sidebar[4730]
* refactor code[4730]
* feat: json pipe for objects in value nodes[4730]
* fix: stop event bubbling formulas readonly, add node values, descriptions[4730]
* fix: schemas name (description) source[4730]
* refactor code[4730]
* fix: parents as a tool[4730]

---------

Co-authored-by: Ihar <igor.tsykala@envisionblockchain.com>
Signed-off-by: egorenvisionblockchain <egor.anikey@envisionblockchain.com>
* Add advanced tool search.
* Add tools comparison section in policy comparison.
* Add styles to search by tools dropdown.
* Add tool restore feature.
* Fix schema context.
* Fix schema context vocab.
* Fix lint issues.
* Remove logs and fix styles.
* Fix tool text search issue.
* Add tool comparison into multi-compare policy component.
* Fix search tools by tag.
* Fix create tag on imported tool in dry-run mode.
---------
Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>
Co-authored-by: envision-ci-agent <envision-ci-agent@users.noreply.github.com>
Bumped validator from version 13.15.15 to 13.15.23 in e2e-tests/package-lock.json.
---------
Signed-off-by: Alexander Pyatakov <alex.pyatakov@envisionblockchain.com>
Bumps [step-security/publish-unit-test-result-action](https://github.com/step-security/publish-unit-test-result-action) from 2.21.0 to 2.21.1.
- [Release notes](https://github.com/step-security/publish-unit-test-result-action/releases)
- [Commits](step-security/publish-unit-test-result-action@32f89bf...914f0f6)

---
updated-dependencies:
- dependency-name: step-security/publish-unit-test-result-action
  dependency-version: 2.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix tool import version delete.
---------

Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.12.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.12.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added tooltips for several blocks configuration
Added tooltip to the checkbox in the button configuration

Signed-off-by: kirill-tolochko <kirill.tolochko@envisionblockchain.com>
Signed-off-by: Celiant <nikita.nikishin@envisionblockchain.com>
Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>
Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.2 to 2.13.3.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@95d9a5d...df199fb)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@2028fbc...395ad32)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...8e8c483)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@formulajs/formulajs](https://github.com/formulajs/formulajs) from 4.5.1 to 4.5.4.
- [Release notes](https://github.com/formulajs/formulajs/releases)
- [Commits](formulajs/formulajs@4.5.1...4.5.4)

---
updated-dependencies:
- dependency-name: "@formulajs/formulajs"
  dependency-version: 4.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Changed the IPFS public gateway from dweb.link to w3s.link and increased INITIAL_BALANCE from 5 to 10 in both api-manual and api-schedule-all GitHub Actions workflows.
* increase balance for users
* Switch to Storacha packages for IPFS client
* Update README
* Update IPFS public gateway URLs in env configs
* Validate Web3Storage options and sanitize proof

- Replaced @web3-storage/w3up-client and @web3-storage/access with @storacha/client 1.8.21 in package.json and ipfs-client-class.ts to update dependencies and imports for compatibility with Storacha.
- Updated software requirements, clarified IPFS storage options (Storacha, Filebase, local node), and replaced references to Web3.Storage with Storacha. Improved instructions for IPFS setup, and corrected minor typos and formatting for clarity.
- Changed IPFS_PUBLIC_GATEWAY values to use 'https://${cid}.ipfs.w3s.link' in all relevant environment configuration files for consistency and improved compatibility with web3storage.
- Adds a check to ensure Web3Storage key and proof are set before proceeding. Also removes line breaks from the proof string before parsing to prevent errors.
---------
Signed-off-by: Alexander Pyatakov <alex.pyatakov@envisionblockchain.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2025
@dependabot dependabot bot requested review from a team as code owners December 15, 2025 08:10
@dependabot dependabot bot requested review from Neurone and andrewb1269 December 15, 2025 08:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2025
Pyatakov and others added 8 commits December 16, 2025 19:02
Replaces the existing compound index with three new indexes for improved query performance. Also adds indexes on 'taskId' and 'userId' properties.
---------
Signed-off-by: Alexander Pyatakov <alex.pyatakov@envisionblockchain.com>
* Fix grid design on tools page.
* Fix grid design on schemas page.
* Remove shadow from all grids.
* Fix schemas grid styles.
* Add clear selection button to policies, schemas, tokens grids.
---------
Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@330a01c...b7c566a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.3 to 2.14.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@df199fb...20cf305)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix custom mirror nodes issue.
* fix: review issues
* Fix custom mirror node url format.
* Add ensurePrefix and stripPrefix helper functions.
---------
Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com>
* fix: tags topic creation for tools in policy import
* fix: update steps, compare, recording
* fix: steps order
* fix: comparison
* fix policy roles
---------
Signed-off-by: egorenvisionblockchain <egor.anikey@envisionblockchain.com>
Signed-off-by: Alexander Pyatakov <alex.pyatakov@envisionblockchain.com>
Bumps [@langchain/community](https://github.com/langchain-ai/langchainjs) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/community==1.0.2...@langchain/community@1.1.0)

---
updated-dependencies:
- dependency-name: "@langchain/community"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/langchain/community-1.1.0 branch from 414f070 to 576072d Compare December 22, 2025 10:52
Base automatically changed from develop to main January 30, 2026 20:17
@anvabr anvabr requested review from a team as code owners January 30, 2026 20:17
@anvabr anvabr requested a review from leninmehedy January 30, 2026 20:17
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

A newer version of @​langchain/community exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

7 participants