Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm_and_yarn group across 5 directories with 16 updates #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps the npm_and_yarn group with 12 updates in the / directory:

Package From To
@backstage/plugin-scaffolder-node 0.6.0 0.6.1
@langchain/community 0.2.28 0.3.3
express 4.19.2 4.20.0
langchain 0.0.209 0.2.19
axios 1.6.7 1.7.4
dset 3.1.3 3.1.4
elliptic 6.5.4 6.6.1
fast-loops 1.1.3 1.1.4
http-proxy-middleware 2.0.6 2.0.7
jose 4.15.4 4.15.9
nanoid 3.3.7 3.3.8
webpack 5.90.3 5.97.1

Bumps the npm_and_yarn group with 1 update in the /packages/backend directory: @langchain/community.
Bumps the npm_and_yarn group with 2 updates in the /plugins/backend/rag-ai-backend-embeddings-aws directory: @langchain/community and langchain.
Bumps the npm_and_yarn group with 2 updates in the /plugins/backend/rag-ai-backend-embeddings-openai directory: @langchain/community and langchain.
Bumps the npm_and_yarn group with 1 update in the /plugins/backend/rag-ai-backend-retrieval-augmenter directory: langchain.

Updates @backstage/plugin-scaffolder-node from 0.6.0 to 0.6.1

Changelog

Sourced from @​backstage/plugin-scaffolder-node's changelog.

@​backstage/plugin-scaffolder-node

0.6.2-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/backend-plugin-api@​1.1.0-next.2
    • @​backstage/errors@​1.2.6-next.0
    • @​backstage/catalog-model@​1.7.2-next.0
    • @​backstage/integration@​1.16.0-next.1
    • @​backstage/types@​1.2.0
    • @​backstage/plugin-scaffolder-common@​1.5.8-next.1

0.6.2-next.1

Patch Changes

  • 1a23421: Make sure that isomorphic git push commands are not proxied.
  • Updated dependencies
    • @​backstage/backend-plugin-api@​1.1.0-next.1
    • @​backstage/catalog-model@​1.7.1
    • @​backstage/errors@​1.2.5
    • @​backstage/integration@​1.16.0-next.0
    • @​backstage/types@​1.2.0
    • @​backstage/plugin-scaffolder-common@​1.5.8-next.0

0.6.1-next.0

Patch Changes

  • c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
  • Updated dependencies
    • @​backstage/integration@​1.16.0-next.0
    • @​backstage/plugin-scaffolder-common@​1.5.8-next.0
    • @​backstage/backend-plugin-api@​1.0.3-next.0
    • @​backstage/catalog-model@​1.7.1
    • @​backstage/errors@​1.2.5
    • @​backstage/types@​1.2.0
Commits

Updates @langchain/community from 0.2.28 to 0.3.3

Release notes

Sourced from @​langchain/community's releases.

Release 0.3.3

What's Changed

... (truncated)

Commits

Updates express from 4.19.2 to 4.20.0

Release notes

Sourced from express's releases.

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

New Contributors

Full Changelog: expressjs/express@4.19.1...4.20.0

Changelog

Sourced from express's changelog.

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits

Updates langchain from 0.0.209 to 0.2.19

Release notes

Sourced from langchain's releases.

0.2.19

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.2.18...0.2.19

Release 0.2.18

What's Changed

... (truncated)

Commits

Updates axios from 1.6.7 to 1.7.4

Release notes

Sourced from axios's releases.

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.4 (2024-08-13)

Bug Fixes

Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

... (truncated)

Commits

Updates body-parser from 1.20.2 to 1.20.3

Release notes

Sourced from body-parser's releases.

1.20.3

What's Changed

Important

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity). Documentation

Other changes

New Contributors

Full Changelog: expressjs/body-parser@1.20.2...1.20.3

Changelog

Sourced from body-parser's changelog.

1.20.3 / 2024-09-10

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.


Updates dset from 3.1.3 to 3.1.4

Commits

Updates elliptic from 6.5.4 to 6.6.1

Commits

Updates fast-loops from 1.1.3 to 1.1.4

Commits

Updates follow-redirects from 1.15.5 to 1.15.6

Commits

Updates http-proxy-middleware from 2.0.6 to 2.0.7

Release notes

Sourced from http-proxy-middleware's releases.

v2.0.7

Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7

v2.0.7-beta.1

Full Changelog: chimurai/http-proxy-middleware@v2.0.7-beta.0...v2.0.7-beta.1

v2.0.7-beta.0

Full Changelog: chimurai/http-proxy-middleware@v2.0.6...v2.0.7-beta.0

Changelog

Sourced from http-proxy-middleware's changelog.

v2.0.7

  • ci(github actions): add publish.yml
  • fix(filter): handle errors
Commits

Updates jose from 4.15.4 to 4.15.9

Release notes

Sourced from jose's releases.

v4.15.9

Fixes

  • add sideEffects:false to nested ESM package.json files (17eef5f)

v4.15.7

Fixes

  • add a workerd package.json target (e36d69e)

v4.15.5

Fixes

Changelog

Sourced from jose's changelog.

Bumps the npm_and_yarn group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@backstage/plugin-scaffolder-node](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-node) | `0.6.0` | `0.6.1` |
| [@langchain/community](https://github.com/langchain-ai/langchainjs) | `0.2.28` | `0.3.3` |
| [express](https://github.com/expressjs/express) | `4.19.2` | `4.20.0` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `0.0.209` | `0.2.19` |
| [axios](https://github.com/axios/axios) | `1.6.7` | `1.7.4` |
| [dset](https://github.com/lukeed/dset) | `3.1.3` | `3.1.4` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.4` | `6.6.1` |
| [fast-loops](https://github.com/robinweser/fast-loops) | `1.1.3` | `1.1.4` |
| [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | `2.0.6` | `2.0.7` |
| [jose](https://github.com/panva/jose) | `4.15.4` | `4.15.9` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.8` |
| [webpack](https://github.com/webpack/webpack) | `5.90.3` | `5.97.1` |

Bumps the npm_and_yarn group with 1 update in the /packages/backend directory: [@langchain/community](https://github.com/langchain-ai/langchainjs).
Bumps the npm_and_yarn group with 2 updates in the /plugins/backend/rag-ai-backend-embeddings-aws directory: [@langchain/community](https://github.com/langchain-ai/langchainjs) and [langchain](https://github.com/langchain-ai/langchainjs).
Bumps the npm_and_yarn group with 2 updates in the /plugins/backend/rag-ai-backend-embeddings-openai directory: [@langchain/community](https://github.com/langchain-ai/langchainjs) and [langchain](https://github.com/langchain-ai/langchainjs).
Bumps the npm_and_yarn group with 1 update in the /plugins/backend/rag-ai-backend-retrieval-augmenter directory: [langchain](https://github.com/langchain-ai/langchainjs).


Updates `@backstage/plugin-scaffolder-node` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/scaffolder-node)

Updates `@langchain/community` from 0.2.28 to 0.3.3
- [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/0.3.3)

Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.2...4.20.0)

Updates `langchain` from 0.0.209 to 0.2.19
- [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@0.0.209...0.2.19)

Updates `axios` from 1.6.7 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.7...v1.7.4)

Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.2...1.20.3)

Updates `dset` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/lukeed/dset/releases)
- [Commits](lukeed/dset@v3.1.3...v3.1.4)

Updates `elliptic` from 6.5.4 to 6.6.1
- [Commits](indutny/elliptic@v6.5.4...v6.6.1)

Updates `fast-loops` from 1.1.3 to 1.1.4
- [Commits](https://github.com/robinweser/fast-loops/commits)

Updates `follow-redirects` from 1.15.5 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6)

Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7)

Updates `jose` from 4.15.4 to 4.15.9
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/v4.15.9/CHANGELOG.md)
- [Commits](panva/jose@v4.15.4...v4.15.9)

Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.10)

Updates `serve-static` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...1.16.0)

Updates `webpack` from 5.90.3 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.90.3...v5.97.1)

Updates `@langchain/community` from 0.2.33 to 0.3.18
- [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/0.3.3)

Updates `@langchain/community` from 0.2.33 to 0.3.18
- [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/0.3.3)

Updates `langchain` from 0.1.37 to 0.3.7
- [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@0.0.209...0.2.19)

Updates `@langchain/community` from 0.2.33 to 0.3.18
- [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/0.3.3)

Updates `langchain` from 0.0.209 to 0.3.7
- [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@0.0.209...0.2.19)

Updates `langchain` from 0.1.37 to 0.3.7
- [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@0.0.209...0.2.19)

---
updated-dependencies:
- dependency-name: "@backstage/plugin-scaffolder-node"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@langchain/community"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: body-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: dset
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-loops
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-proxy-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jose
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serve-static
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@langchain/community"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@langchain/community"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@langchain/community"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2024
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