defenseunicorns / leapfrogai

Production-ready Generative AI for local, cloud native, airgap, and edge deployments.
https://leapfrog.ai
Apache License 2.0
244 stars 25 forks source link

chore(deps): bump the non-major-dev-updates group across 1 directory with 20 updates #613

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the non-major-dev-updates group with 20 updates in the /src/leapfrogai_ui directory:

Package From To
@ai-sdk/openai 0.0.13 0.0.27
@sveltejs/vite-plugin-svelte 3.1.0 3.1.1
ai 3.1.16 3.1.33
msw 2.3.0 2.3.1
openai 4.47.2 4.50.0
sveltekit-superforms 2.14.0 2.15.1
@testing-library/jest-dom 6.4.5 6.4.6
@types/lodash 4.17.4 4.17.5
@typescript-eslint/eslint-plugin 7.11.0 7.13.0
@typescript-eslint/parser 7.11.0 7.13.0
carbon-icons-svelte 12.8.0 12.9.0
eslint-plugin-svelte 2.39.0 2.39.3
otpauth 9.2.4 9.3.1
prettier 3.2.5 3.3.2
prettier-plugin-svelte 3.2.3 3.2.4
sass 1.77.2 1.77.5
svelte 4.2.17 4.2.18
svelte-check 3.7.1 3.8.0
tslib 2.6.2 2.6.3
vite 5.2.12 5.2.13

Updates @ai-sdk/openai from 0.0.13 to 0.0.27

Release notes

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

@​ai-sdk/openai@​0.0.27

Patch Changes

  • fc9552ec: fix (@​ai-sdk/azure): allow for nullish delta

@​ai-sdk/openai@​0.0.26

Patch Changes

  • 7530f861: fix (@​ai-sdk/openai): add internal dist to bundle

@​ai-sdk/openai@​0.0.24

Patch Changes

  • 0e78960c: fix (@​ai-sdk/openai): make function name and arguments nullish

@​ai-sdk/openai@​0.0.23

Patch Changes

  • a68fe74a: fix (@​ai-sdk/openai): allow null tool_calls value.

@​ai-sdk/openai@​0.0.22

Patch Changes

  • Updated dependencies [102ca22f]
    • @​ai-sdk/provider@​0.0.10
    • @​ai-sdk/provider-utils@​0.0.13

@​ai-sdk/openai@​0.0.21

Patch Changes

  • fca7d026: feat (provider/openai): support streaming tool calls that are sent in one chunk
  • Updated dependencies [09295e2e]
  • Updated dependencies [09295e2e]
  • Updated dependencies [043a5de2]
    • @​ai-sdk/provider@​0.0.9
    • @​ai-sdk/provider-utils@​0.0.12

@​ai-sdk/openai@​0.0.20

Patch Changes

  • a1d08f3e: fix (provider/openai): handle error chunks when streaming

@​ai-sdk/openai@​0.0.19

Patch Changes

  • beb8b739: fix (provider/openai): return unknown finish reasons as unknown

@​ai-sdk/openai@​0.0.18

Patch Changes

... (truncated)

Commits


Updates @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.1

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​3.1.1

Patch Changes

  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#917)

  • fix: disable hmr when vite config server.hmr is false (#917)

Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

3.1.1

Patch Changes

  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#917)

  • fix: disable hmr when vite config server.hmr is false (#917)

Commits


Updates ai from 3.1.16 to 3.1.33

Release notes

Sourced from ai's releases.

ai@3.1.33

Patch Changes

  • 6fb14b5d: chore (streams): deprecate nanoid export.
  • 05536768: feat (core): add experimental model registry

ai@3.1.32

Patch Changes

  • 3cabf078: fix(ai/rsc): Refactor streamable UI internal implementation

ai@3.1.31

Patch Changes

  • 85f209a4: chore: extracted ui library support into separate modules
  • 85f209a4: removed (streams): experimental_StreamingReactResponse was removed. Please use AI SDK RSC instead.
  • Updated dependencies [85f209a4]
    • @​ai-sdk/ui-utils@​0.0.1
    • @​ai-sdk/svelte@​0.0.1
    • @​ai-sdk/react@​0.0.1
    • @​ai-sdk/solid@​0.0.1
    • @​ai-sdk/vue@​0.0.1

ai@3.1.30

Patch Changes

  • fcf4323b: fix (core): filter out empty assistant text messages

ai@3.1.29

Patch Changes

  • 28427d3e: feat (core): add streamObject onFinish callback

ai@3.1.28

Patch Changes

  • 102ca22f: feat (core): add object promise to streamObject result
  • Updated dependencies [102ca22f]
    • @​ai-sdk/provider@​0.0.10
    • @​ai-sdk/provider-utils@​0.0.13

ai@3.1.27

Patch Changes

  • c9198d4d: feat (ui): send annotation and data fields in useChat when sendExtraMessageFields is true
  • Updated dependencies [09295e2e]
  • Updated dependencies [09295e2e]
  • Updated dependencies [043a5de2]
    • @​ai-sdk/provider@​0.0.9
    • @​ai-sdk/provider-utils@​0.0.12

... (truncated)

Commits


Updates msw from 2.3.0 to 2.3.1

Release notes

Sourced from msw's releases.

v2.3.1 (2024-06-01)

Bug Fixes

Commits


Updates openai from 4.47.2 to 4.50.0

Release notes

Sourced from openai's releases.

v4.50.0

4.50.0 (2024-06-10)

Full Changelog: v4.49.1...v4.50.0

Features

  • support application/octet-stream request bodies (#892) (51661c8)

v4.49.1

4.49.1 (2024-06-07)

Full Changelog: v4.49.0...v4.49.1

Bug Fixes

  • remove erroneous thread create argument (#889) (a9f898e)

v4.49.0

4.49.0 (2024-06-06)

Full Changelog: v4.48.3...v4.49.0

Features

v4.48.3

4.48.3 (2024-06-06)

Full Changelog: v4.48.2...v4.48.3

Chores

v4.48.2

4.48.2 (2024-06-05)

Full Changelog: v4.48.1...v4.48.2

Chores

v4.48.1

4.48.1 (2024-06-04)

Full Changelog: v4.48.0...v4.48.1

... (truncated)

Changelog

Sourced from openai's changelog.

4.50.0 (2024-06-10)

Full Changelog: v4.49.1...v4.50.0

Features

  • support application/octet-stream request bodies (#892) (51661c8)

4.49.1 (2024-06-07)

Full Changelog: v4.49.0...v4.49.1

Bug Fixes

  • remove erroneous thread create argument (#889) (a9f898e)

4.49.0 (2024-06-06)

Full Changelog: v4.48.3...v4.49.0

Features

4.48.3 (2024-06-06)

Full Changelog: v4.48.2...v4.48.3

Chores

4.48.2 (2024-06-05)

Full Changelog: v4.48.1...v4.48.2

Chores

4.48.1 (2024-06-04)

Full Changelog: v4.48.0...v4.48.1

Bug Fixes

  • resolve typescript issue (1129707)

4.48.0 (2024-06-03)

... (truncated)

Commits


Updates sveltekit-superforms from 2.14.0 to 2.15.1

Release notes

Sourced from sveltekit-superforms's releases.

v2.15.1

Changed

  • Valibot updated to v0.31, which ends support for any version below that. Please follow the migration guide to update your Valibot schemas.

Fixed

  • Inlined the SuperDebug css, to prevent it from being automatically bundled due to it being a default import.
  • The customValidity option now handles object errors, and can refer to any part of the schema.
  • Arktype code wasn't excluded from bundle due to not being dynamically loaded.
Changelog

Sourced from sveltekit-superforms's changelog.

Changelog

Headlines: Added, Changed, Deprecated, Removed, Fixed, Security

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.15.0] - 2024-06-10

Changed

  • Valibot updated to 0.31.0, which ends support for any version below that. Please follow the migration guide to update your Valibot schemas.

Fixed

  • Inlined the SuperDebug css, to prevent it from being automatically bundled due to it being a default import.
  • The customValidity option now handles object errors, and can refer to any part of the schema.
Commits


Updates @testing-library/jest-dom from 6.4.5 to 6.4.6

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.6

6.4.6 (2024-06-10)

Bug Fixes

Commits


Updates @types/lodash from 4.17.4 to 4.17.5

Commits


Updates @typescript-eslint/eslint-plugin from 7.11.0 to 7.13.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-unnecessary-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.13.0 (2024-06-10)

🚀 Features

  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

... (truncated)

Commits
  • 8a178ed chore(release): publish 7.13.0
  • 63e53e2 chore(deps): update dependency prettier to v3.3.1 (#9308)
  • fb52f78 feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...
  • ab2916c chore: enable eslint-plugin/no-property-in-node internally (#9261)
  • 629035f docs: mention rule scripts under Local Development (#9258)
  • bf5394d fix(eslint-plugin): [no-magic-numbers] fix implementation of the ignore opt...
  • 60fb643 chore(deps): update dependency prettier to v3.3.0 (#9266)
  • c6e9719 docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)
  • 293fb24 fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...
  • cb1720d fix(eslint-plugin): [no-base-to-string] make error message more nuanced (#9281)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.11.0 to 7.13.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-unnecessary-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.13.0 (2024-06-10)

🚀 Features

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.12.0 (2024-06-03)

🩹 Fixes

  • types: correct typing ParserOptions

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • 7e93b28 chore(release): publish 7.12.0
  • 2bbf656 fix(types): correct typing ParserOptions (#9202)
  • See full diff in compare view


Updates carbon-icons-svelte from 12.8.0 to 12.9.0

Release notes

Sourced from carbon-icons-svelte's releases.

v12.9.0

Features

  • upgrade @carbon/icons to v11.43.0 (net +2 icons)
Changelog

Sourced from carbon-icons-svelte's changelog.

12.9.0 - 2024-06-09

Features

  • upgrade @carbon/icons to v11.43.0 (net +2 icons)
Commits


Updates eslint-plugin-svelte from 2.39.0 to 2.39.3

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.39.3

Patch Changes

eslint-plugin-svelte@2.39.2

Patch Changes

eslint-plugin-svelte@2.39.1

Patch Changes

  • #772 0ecab95 Thanks @​ota-meshi! - fix: false positive for kebab-case with svelte v5 in svelte/no-unused-svelte-ignore
Commits
  • f0d796a chore: release eslint-plugin-svelte (#779)
  • 3e2a732 fix: update svelte-eslint-parser (#778)
  • e5b2e19 chore(deps): update dependency nyc to v17
  • adaf19a chore: move CHANGELOG.md
  • d3b36f2 chore: release eslint-plugin-svelte (#776)
  • 0e85eba fix: README is not publish (#775)
  • 2a92602 chore: release eslint-plugin-svelte (#774)
  • 8e568c4 chore: fix packages/eslint-plugin-svelte/tools/lib/changesets-util.ts
  • c9f361e chore: fix version script
  • 0ecab95 fix: false positive for kebab-case with svelte v5 in `svelte/no-unused-svelte...
  • Additional commits viewable in compare view


Updates otpauth from 9.2.4 to 9.3.1

Release notes

Sourced from otpauth's releases.

v9.3.1

What's Changed

Full Changelog: https://github.com/hectorm/otpauth/compare/v9.3.0...v9.3.1

v9.3.0

What's Changed

Full Changelog: https://github.com/hectorm/otpauth/compare/v9.2.4...v9.3.0

Commits


Updates prettier from 3.2.5 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>

{{! Prettier 3.3.1 }} <div>{{@​x}}</div>

{{! Prettier 3.3.2 }} <div>{{@​x.y.z}}</div>

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1
  • bar2

  • bar3


Markdown

<!-- Prettier 3.3.0 -->


foo:

  • bar1
  • bar2
  • bar3

Markdown

<!-- Prettier 3.3.1 --> </tr></table>

... (truncated)

Commits


Updates prettier-plugin-svelte from 3.2.3 to 3.2.4

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.4

  • (fix) speed up regex
Commits
  • f57f888 chore: release 3.2.4
  • 268c26d fix: adjust regex
  • 5516102 chore: check types in ci (#437)
  • See full diff in ... _Description has been truncated_
netlify[bot] commented 2 weeks ago

Deploy Preview for leapfrogai-docs canceled.

Name Link
Latest commit e3cd233219de95af554e908338d2ecf85b97b830
Latest deploy log https://app.netlify.com/sites/leapfrogai-docs/deploys/6669daf91871d1000885bded
dependabot[bot] commented 2 weeks ago

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