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 production-dependencies group across 1 directory with 9 updates #48

Conversation

dependabot[bot]
Copy link

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

Bumps the production-dependencies group with 9 updates in the / directory:

Package From To
@anthropic-ai/sdk 0.10.2 0.32.1
@google-labs/breadboard 0.7.1 0.30.0
@google-labs/core-kit 0.1.2 0.17.0
@google-labs/llm-starter 0.3.1 0.3.15
@xenova/transformers 2.10.1 2.17.2
axios 1.6.2 1.7.9
cheerio 1.0.0-rc.12 1.0.0
dotenv 16.3.1 16.4.7
js-tiktoken 1.0.8 1.0.15

Updates @anthropic-ai/sdk from 0.10.2 to 0.32.1

Release notes

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

sdk: v0.32.1

0.32.1 (2024-11-05)

Full Changelog: sdk-v0.32.0...sdk-v0.32.1

Bug Fixes

  • bedrock: don't mutate request body inputs (f83b535)
  • vertex: don't mutate request body inputs (e9a82e5)

sdk: v0.32.0

0.32.0 (2024-11-04)

Full Changelog: sdk-v0.31.0...sdk-v0.32.0

Features

Bug Fixes

  • don't require deno to run build-deno (#586) (0e431d6)
  • types: add missing token-counting-2024-11-01 (#583) (13d629c)

Chores

sdk: v0.31.0

0.31.0 (2024-11-01)

Full Changelog: sdk-v0.30.1...sdk-v0.31.0

Features

  • api: add message token counting & PDFs support (#582) (b593837)

Bug Fixes

  • countTokens: correctly set beta header (1680757)
  • internal: support pnpm git installs (#579) (86bb102)
  • types: add missing token-counting-2024-11-01 (aff1546)

Reverts

  • disable isolatedModules and change imports (#575) (2c3b176)

... (truncated)

Changelog

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

0.32.1 (2024-11-05)

Full Changelog: sdk-v0.32.0...sdk-v0.32.1

Bug Fixes

  • bedrock: don't mutate request body inputs (f83b535)
  • vertex: don't mutate request body inputs (e9a82e5)

0.32.0 (2024-11-04)

Full Changelog: sdk-v0.31.0...sdk-v0.32.0

Features

Bug Fixes

  • don't require deno to run build-deno (#586) (0e431d6)
  • types: add missing token-counting-2024-11-01 (#583) (13d629c)

Chores

0.31.0 (2024-11-01)

Full Changelog: sdk-v0.30.1...sdk-v0.31.0

Features

  • api: add message token counting & PDFs support (#582) (b593837)

Bug Fixes

  • countTokens: correctly set beta header (1680757)
  • internal: support pnpm git installs (#579) (86bb102)
  • types: add missing token-counting-2024-11-01 (aff1546)

Reverts

  • disable isolatedModules and change imports (#575) (2c3b176)

Chores

... (truncated)

Commits
  • 52bed05 chore: release main
  • 2709c1f fix(vertex): don't mutate request body inputs
  • 4523ca9 fix(bedrock): don't mutate request body inputs
  • c128ce7 chore: release main
  • f7913f7 feat(api): add new haiku model (#587)
  • 21fa500 fix: don't require deno to run build-deno (#586)
  • 461e300 chore: remove unused build-deno condition (#585)
  • 86c5ade fix(types): add missing token-counting-2024-11-01 (#583)
  • 1043b48 chore: release main
  • f99a700 fix(types): add missing token-counting-2024-11-01
  • Additional commits viewable in compare view

Updates @google-labs/breadboard from 0.7.1 to 0.30.0

Changelog

Sourced from @​google-labs/breadboard's changelog.

0.30.0

Minor Changes

  • a13caa0: Swap nav for open dialog
  • ca466cd: Plumb probe events (node/graph start/end) for runModule.
  • 18dace0: Allow subgraphs to access modules
  • 32b50af: Expose side wires in InspectableGraph.
  • 8d44489: Implement support for module-based describers
  • ce3a00c: Introduce sidewire transforms.
  • c75e26f: Introduce Imperative Graphs.
  • cc19e8c: Teach Visual Editor how to edit modules
  • 9d5f11b: Convert existing declarative kits to BGL.
  • 66041a7: Migrate to use InspectableGraph.edit for subgraph add/remove/replace.
  • 2c7587a: Rename "Specialist" to "Model".
  • 9e5390d: Introduce Edit Transforms and start using them.
  • 1fb9857: Teach RunObserver about resuming runs.

Patch Changes

  • e37a9bf: Add image and formatting support to Context to Slides
  • 605af98: Start caching describer results.
  • 19fc2d0: Teach EditSpec to add & remove modules
  • 62d627f: Feed compiled JS from TS compiler.
  • b541052: Raft of fixes for Module Editor
  • 31ddc9a: Various polish and fixes.
  • a934fe2: Make describer cache async.
  • Updated dependencies [9250262]
  • Updated dependencies [1131130]
  • Updated dependencies [97b85d4]
  • Updated dependencies [ca466cd]
  • Updated dependencies [669694a]
  • Updated dependencies [19fc2d0]
  • Updated dependencies [74aa9b7]
  • Updated dependencies [c75e26f]
  • Updated dependencies [856e249]
  • Updated dependencies [1f1f7bc]
  • Updated dependencies [db52fbc]
  • Updated dependencies [d42ab17]
  • Updated dependencies [9d5f11b]
    • @​breadboard-ai/jsandbox@​0.2.0
    • @​google-labs/breadboard-schema@​1.10.0
    • @​breadboard-ai/types@​0.3.0

0.29.0

Minor Changes

  • 4dc21f4: Implement basic Google Drive Board Server
  • 71d42aa: Teach Visual Editor to run step by step.

... (truncated)

Commits
  • 93ab328 RELEASING: Releasing 31 package(s)
  • ce3a00c [breadboard] Introduce sidewire transforms.
  • 9e5390d [breadboard] Introduce Edit Transforms and start using them.
  • 66041a7 graph operations (#3795)
  • a28f956 build(deps): bump rollup from 4.25.0 to 4.27.1 (#3793)
  • 32b50af side wires (#3789)
  • 18dace0 Allow subgraphs to access modules
  • a13caa0 [shared-ui] Swap nav for open dialog (#3782)
  • f8f9d43 [breadboard] Enable invoke to choose its starting and stopping points.
  • 9d5f11b Convert existing declarative kits to BGL.
  • Additional commits viewable in compare view

Updates @google-labs/core-kit from 0.1.2 to 0.17.0

Changelog

Sourced from @​google-labs/core-kit's changelog.

0.17.0

Minor Changes

  • 18dace0: Allow subgraphs to access modules
  • 32b50af: Expose side wires in InspectableGraph.
  • 8d44489: Implement support for module-based describers
  • 856e249: Add some infrastructure for types to JSandbox.

Patch Changes

  • ca466cd: Plumb probe events (node/graph start/end) for runModule.
  • d42ab17: Teach Board Server about sandboxed runModule.
  • Updated dependencies [e37a9bf]
  • Updated dependencies [a13caa0]
  • Updated dependencies [ca466cd]
  • Updated dependencies [18dace0]
  • Updated dependencies [605af98]
  • Updated dependencies [32b50af]
  • Updated dependencies [19fc2d0]
  • Updated dependencies [62d627f]
  • Updated dependencies [8d44489]
  • Updated dependencies [ce3a00c]
  • Updated dependencies [b541052]
  • Updated dependencies [c75e26f]
  • Updated dependencies [cc19e8c]
  • Updated dependencies [9d5f11b]
  • Updated dependencies [31ddc9a]
  • Updated dependencies [66041a7]
  • Updated dependencies [a934fe2]
  • Updated dependencies [2c7587a]
  • Updated dependencies [9e5390d]
  • Updated dependencies [1fb9857]
    • @​google-labs/breadboard@​0.30.0
    • @​breadboard-ai/build@​0.11.0

0.16.0

Minor Changes

  • a00058b: Introduce runModule component (experimental).
  • ee2844b: Teach Visual Editor about different edge states.
  • 9bd4439: Implement a JS sandbox and start using it in runModule.

Patch Changes

  • 9d5d6d9: Fixes to jsandbox run
  • 39d1913: Add webpackIgnore to server-only code
  • 5332cbc: Add module behavior
  • Updated dependencies [4dc21f4]

... (truncated)

Commits
  • 93ab328 RELEASING: Releasing 31 package(s)
  • 32b50af side wires (#3789)
  • 18dace0 Allow subgraphs to access modules
  • f8f9d43 [breadboard] Enable invoke to choose its starting and stopping points.
  • 856e249 [jsandbox] Add some infrastructure for types.
  • 8d44489 [breadboard] Implement support for module-based describers.
  • ca466cd [breadboard, jsandbox] Plumb probe events (node/graph start/end) for runModule.
  • d42ab17 [board-server] Teach Board Server about sandboxed runModule.
  • 6ef5a03 RELEASING: Releasing 33 package(s) (#3690)
  • 9d5d6d9 [jsandbox] Fixes to bugs uncovered while playing with runModule.
  • Additional commits viewable in compare view

Updates @google-labs/llm-starter from 0.3.1 to 0.3.15

Changelog

Sourced from @​google-labs/llm-starter's changelog.

Commits
  • 52ac400 RELEASING: Releasing 26 package(s)
  • 6bb730a build(deps-dev): bump @​typescript-eslint/parser from 7.8.0 to 7.9.0 (#1820)
  • 80a8a1b build(deps): bump @​types/node from 20.12.10 to 20.12.11 (#1725)
  • 74c66af build(deps-dev): bump typedoc-plugin-markdown from 3.17.1 to 4.0.1 (#1694)
  • d0c9bf7 build(deps): bump @​types/node from 20.12.9 to 20.12.10 (#1695)
  • 59a9a0d build(deps): bump @​types/node from 20.12.7 to 20.12.9 (#1683)
  • f6e180e build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 (#...
  • c5ea046 Enable eslint-expect-type for all projects (#1616)
  • 1508b0d RELEASING: Releasing 25 package(s) (#1594)
  • 9a5181e release (#1591)
  • Additional commits viewable in compare view

Updates @xenova/transformers from 2.10.1 to 2.17.2

Release notes

Sourced from @​xenova/transformers's releases.

2.17.2

🚀 What's new?

  • Add support for MobileViTv2 in xenova/transformers.js#721

    import { pipeline } from '@xenova/transformers';
    // Create an image classification pipeline
    const classifier = await pipeline('image-classification', 'Xenova/mobilevitv2-1.0-imagenet1k-256', {
    quantized: false,
    });
    // Classify an image
    const url = 'https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/tiger.jpg';
    const output = await classifier(url);
    // [{ label: 'tiger, Panthera tigris', score: 0.6491137742996216 }]

    See here for the full list of supported models.

  • Add support for FastViT in xenova/transformers.js#749

    import { pipeline } from '@xenova/transformers';
    // Create an image classification pipeline
    const classifier = await pipeline('image-classification', 'Xenova/fastvit_t12.apple_in1k', {
    quantized: false
    });
    // Classify an image
    const url = 'https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/tiger.jpg';
    const output = await classifier(url, { topk: 5 });
    // [
    //   { label: 'tiger, Panthera tigris', score: 0.6649345755577087 },
    //   { label: 'tiger cat', score: 0.12454754114151001 },
    //   { label: 'lynx, catamount', score: 0.0010689536575227976 },
    //   { label: 'dhole, Cuon alpinus', score: 0.0010422508930787444 },
    //   { label: 'silky terrier, Sydney silky', score: 0.0009548701345920563 }
    // ]

    See here for the full list of supported models.

  • Optimize FFT in xenova/transformers.js#766

  • Auto rotate image by @​KTibow in xenova/transformers.js#737

  • Support reading data from blob URI by @​hans00 in xenova/transformers.js#645

  • Add sequence post processor in xenova/transformers.js#771

  • Add model file name by @​NawarA in xenova/transformers.js#594

  • Update pipelines.js to allow for token_embeddings as well by @​NikhilVerma in xenova/transformers.js#770

  • Remove old import from stream/web for ReadableStream in xenova/transformers.js#752

  • Update tokenizer playground by @​xenova in xenova/transformers.js#717

  • Use ungated version of mistral tokenizer by @​xenova in xenova/transformers.js#718

... (truncated)

Commits

Updates axios from 1.6.2 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Release v1.7.7

Release notes:

Bug Fixes

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

1.7.7 (2024-08-31)

... (truncated)

Commits

Updates cheerio from 1.0.0-rc.12 to 1.0.0

Release notes

Sourced from cheerio's releases.

v1.0.0

Cheerio 1.0 is here! 🎉

Announcement Blog Post

Breaking Changes

  • The minimum NodeJS version is now 18.17 or higher cheeriojs/cheerio#3959

  • Import paths were simplified. For example, use cheerio/slim instead of cheerio/lib/slim. cheeriojs/cheerio#3970

  • The deprecated default Cheerio instance and static methods were removed. cheeriojs/cheerio#3974

    Before, it was possible to write code like this:

    import cheerio, { html } from 'cheerio';
    html(cheerio('<test></test>')); // ~ '<test></test>' -- NO LONGER WORKS

    Make sure to always load documents first:

    import * as cheerio from 'cheerio';
    cheerio.load('<test></test>').html();

  • Node types previously re-exported by Cheerio must now be imported directly from (domhandler)(https://github.com/fb55/domhandler). cheeriojs/cheerio#3969

  • htmlparser2 options now reside exclusively under the xml key (cheeriojs/cheerio#2916):

    const $ = cheerio.load('<html>', {
      xml: {
        withStartIndices: true,
      },
    });

New Features

Fixes

... (truncated)

Commits
  • 50b5d5c 1.0.0
  • eea2fec fix(eslint): Disable misfiring lint rule
  • e60f659 chore(package): Update published files
  • 4fe3e7b chore(docs): Add 1.0 Announcement Post (#3984)
  • 944553b build(deps): bump docusaurus-plugin-typedoc in /website (#3983)
  • e34967e build(deps-dev): bump tsx from 4.16.5 to 4.17.0 (#3982)
  • eb7122b chore(traversing): Add test case for lowerCaseTags (#3981)
  • b824ba8 fix(website): Fix ReactLiveScope examples (#3980)
  • 08ebee5 build(deps-dev): bump eslint-plugin-jsdoc from 49.0.0 to 50.0.0 (#3979)
  • bf5f44c build(deps-dev): bump eslint-plugin-jsdoc from 48.11.0 to 49.0.0 (#3976)
  • Additional commits viewable in compare view

Updates dotenv from 16.3.1 to 16.4.7

Changelog

Sourced from dotenv's changelog.

16.4.7 (2024-12-03)

Changed

  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #848

16.4.6 (2024-12-02)

Changed

  • Clean up stale dev dependencies #847
  • Various README updates clarifying usage and alternative solutions using dotenvx

16.4.5 (2024-02-19)

Changed

  • 🐞 Fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #814

16.4.4 (2024-02-13)

Changed

  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #812

16.4.3 (2024-02-12)

Changed

  • Fixed processing of multiple files in options.path #805

16.4.2 (2024-02-10)

Changed

16.4.1 (2024-01-24)

  • Patch support for array as path option #797

16.4.0 (2024-01-23)

  • Add error.code to error messages around .env.vault decryption handling #795
  • Add ability to find .env.vault file when filename(s) passed as an array #784

16.3.2 (2024-01-18)

Added

... (truncated)

Commits

Updates js-tiktoken from 1.0.8 to 1.0.15

Release notes

Sourced from js-tiktoken's releases.

[email protected]

Patch Changes

  • 53bd14a: Add o1 class of models

[email protected]

Patch Changes

  • 74e7870: Add missing rank files for js-tiktoken

[email protected]

Patch Changes

  • 4796f27: Add support for gpt-4o, gpt-4o-mini, text-embedding-3-small and text-embedding-3-large

[email protected]

Patch Changes

  • 791cf62: Add gpt-4o support

[email protected]

Patch Changes

  • f386b28: Add new GPT-4-turbo models

[email protected]

Patch Changes

  • d54f04c: Fix invalid model when requesting an instruct model

[email protected]

Patch Changes

  • 43e99b4: Add support for new models, instruct models
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 production-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.10.2` | `0.32.1` |
| [@google-labs/breadboard](https://github.com/breadboard-ai/breadboard/tree/HEAD/packages/breadboard) | `0.7.1` | `0.30.0` |
| [@google-labs/core-kit](https://github.com/breadboard-ai/breadboard/tree/HEAD/packages/core-kit) | `0.1.2` | `0.17.0` |
| [@google-labs/llm-starter](https://github.com/breadboard-ai/breadboard/tree/HEAD/packages/llm-starter) | `0.3.1` | `0.3.15` |
| [@xenova/transformers](https://github.com/xenova/transformers.js) | `2.10.1` | `2.17.2` |
| [axios](https://github.com/axios/axios) | `1.6.2` | `1.7.9` |
| [cheerio](https://github.com/cheeriojs/cheerio) | `1.0.0-rc.12` | `1.0.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.4.7` |
| [js-tiktoken](https://github.com/dqbd/tiktoken) | `1.0.8` | `1.0.15` |



Updates `@anthropic-ai/sdk` from 0.10.2 to 0.32.1
- [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@v0.10.2...sdk-v0.32.1)

Updates `@google-labs/breadboard` from 0.7.1 to 0.30.0
- [Changelog](https://github.com/breadboard-ai/breadboard/blob/main/packages/breadboard/CHANGELOG.md)
- [Commits](https://github.com/breadboard-ai/breadboard/commits/@google-labs/[email protected]/packages/breadboard)

Updates `@google-labs/core-kit` from 0.1.2 to 0.17.0
- [Changelog](https://github.com/breadboard-ai/breadboard/blob/main/packages/core-kit/CHANGELOG.md)
- [Commits](https://github.com/breadboard-ai/breadboard/commits/@google-labs/[email protected]/packages/core-kit)

Updates `@google-labs/llm-starter` from 0.3.1 to 0.3.15
- [Changelog](https://github.com/breadboard-ai/breadboard/blob/@google-labs/[email protected]/packages/llm-starter/CHANGELOG.md)
- [Commits](https://github.com/breadboard-ai/breadboard/commits/@google-labs/[email protected]/packages/llm-starter)

Updates `@xenova/transformers` from 2.10.1 to 2.17.2
- [Release notes](https://github.com/xenova/transformers.js/releases)
- [Commits](huggingface/transformers.js@2.10.1...2.17.2)

Updates `axios` from 1.6.2 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.7.9)

Updates `cheerio` from 1.0.0-rc.12 to 1.0.0
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Commits](cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0)

Updates `dotenv` from 16.3.1 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v16.4.7)

Updates `js-tiktoken` from 1.0.8 to 1.0.15
- [Release notes](https://github.com/dqbd/tiktoken/releases)
- [Changelog](https://github.com/dqbd/tiktoken/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dqbd/tiktoken/compare/[email protected]@1.0.15)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@google-labs/breadboard"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@google-labs/core-kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@google-labs/llm-starter"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@xenova/transformers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: cheerio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: js-tiktoken
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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 Dec 9, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 23, 2024

Superseded by #51.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-04460e5fc1 branch December 23, 2024 11:41
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