arcjet / arcjet-js

Arcjet JS SDKs. Rate limiting, bot protection, email verification & attack defense for Node.js, Next.js, Bun & SvelteKit.
https://arcjet.com
Apache License 2.0
234 stars 5 forks source link

deps(example): bump the dependencies group across 1 directory with 4 updates #1301

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 4 updates in the /examples/nextjs-14-openai directory: ai, openai, postcss and tailwindcss.

Updates ai from 3.3.0 to 3.3.4

Release notes

Sourced from ai's releases.

ai@3.3.4

Patch Changes

  • 029af4c: feat (ai/core): support schema name & description in generateObject & streamObject
  • 3806c0c: chore (ai/ui): increase stream data warning timeout to 15 seconds
  • db0118a: feat (ai/core): export Schema type
  • Updated dependencies [029af4c]
    • @​ai-sdk/provider@​0.0.17
    • @​ai-sdk/provider-utils@​1.0.9
    • @​ai-sdk/ui-utils@​0.0.28
    • @​ai-sdk/react@​0.0.40
    • @​ai-sdk/solid@​0.0.31
    • @​ai-sdk/svelte@​0.0.33
    • @​ai-sdk/vue@​0.0.32

ai@3.3.3

Patch Changes

  • d58517b: feat (ai/openai): structured outputs
  • Updated dependencies [d58517b]
    • @​ai-sdk/provider@​0.0.16
    • @​ai-sdk/provider-utils@​1.0.8
    • @​ai-sdk/ui-utils@​0.0.27
    • @​ai-sdk/react@​0.0.39
    • @​ai-sdk/solid@​0.0.30
    • @​ai-sdk/svelte@​0.0.32
    • @​ai-sdk/vue@​0.0.31

ai@3.3.2

Patch Changes

  • Updated dependencies [96aed25]
    • @​ai-sdk/provider@​0.0.15
    • @​ai-sdk/provider-utils@​1.0.7
    • @​ai-sdk/ui-utils@​0.0.26
    • @​ai-sdk/react@​0.0.38
    • @​ai-sdk/solid@​0.0.29
    • @​ai-sdk/svelte@​0.0.31
    • @​ai-sdk/vue@​0.0.30

ai@3.3.1

Patch Changes

  • 9614584: fix (ai/core): use Symbol.for
  • 0762a22: feat (ai/core): support zod transformers in generateObject & streamObject
  • Updated dependencies [9614584]
  • Updated dependencies [0762a22]
    • @​ai-sdk/provider-utils@​1.0.6
    • @​ai-sdk/react@​0.0.37
    • @​ai-sdk/solid@​0.0.28

... (truncated)

Commits
  • 6e7e377 Version Packages (#2597)
  • 3806c0c chore (ai/ui): increase stream data warning timeout to 15 seconds (#2602)
  • ff1c819 chore (docs): improve deprecation jsdoc for StreamTextResponse. (#2601)
  • 029af4c feat (ai/core): support schema name & description in generateObject & streamO...
  • 8393923 feat (docs): add example and limitations for OpenAI structured outputs (#2600)
  • 9ffe822 chore (ai/provider): clarify jsdoc for supportsStructuredOutputs (#2598)
  • db0118a feat (ai/core): export Schema type (#2596)
  • 1bc98e2 Version Packages (#2589)
  • 6a5e2eb fix (provider/cohere): send last message with request instead of first (#2588)
  • acbb33a Version Packages (#2585)
  • Additional commits viewable in compare view


Updates openai from 4.54.0 to 4.55.3

Release notes

Sourced from openai's releases.

v4.55.3

4.55.3 (2024-08-08)

Full Changelog: v4.55.2...v4.55.3

Chores

v4.55.2

4.55.2 (2024-08-08)

Full Changelog: v4.55.1...v4.55.2

Bug Fixes

  • helpers/zod: add extract-to-root ref strategy (ef3c73c)
  • helpers/zod: add nullableStrategy option (ad89892)
  • helpers/zod: correct logic for adding root schema to definitions (e4a247a)

Chores

  • internal: add README for vendored zod-to-json-schema (d8a80a9)
  • tests: add more API request tests (04c1590)

v4.55.1

4.55.1 (2024-08-07)

Full Changelog: v4.55.0...v4.55.1

Bug Fixes

  • helpers/zod: correct schema generation for recursive schemas (cb54d93)

Chores

  • api: remove old AssistantResponseFormat type (#967) (9fd94bf)
  • internal: update test snapshots (bceea60)
  • vendor/zodJsonSchema: add option to duplicate top-level ref (84b8a38)

Documentation

  • examples: add UI generation example script (c75c017)

v4.55.0

4.55.0 (2024-08-06)

... (truncated)

Changelog

Sourced from openai's changelog.

4.55.3 (2024-08-08)

Full Changelog: v4.55.2...v4.55.3

Chores

4.55.2 (2024-08-08)

Full Changelog: v4.55.1...v4.55.2

Bug Fixes

  • helpers/zod: add extract-to-root ref strategy (ef3c73c)
  • helpers/zod: add nullableStrategy option (ad89892)
  • helpers/zod: correct logic for adding root schema to definitions (e4a247a)

Chores

  • internal: add README for vendored zod-to-json-schema (d8a80a9)
  • tests: add more API request tests (04c1590)

4.55.1 (2024-08-07)

Full Changelog: v4.55.0...v4.55.1

Bug Fixes

  • helpers/zod: correct schema generation for recursive schemas (cb54d93)

Chores

  • api: remove old AssistantResponseFormat type (#967) (9fd94bf)
  • internal: update test snapshots (bceea60)
  • vendor/zodJsonSchema: add option to duplicate top-level ref (84b8a38)

Documentation

  • examples: add UI generation example script (c75c017)

4.55.0 (2024-08-06)

Full Changelog: v4.54.0...v4.55.0

Features

... (truncated)

Commits
  • cc13af9 release: 4.55.3
  • 985428b chore(internal): updates (#975)
  • f3b63cc release: 4.55.2
  • 89ace3d chore(tests): add more API request tests
  • fc22483 fix(helpers/zod): add nullableStrategy option
  • 8221706 chore(internal): add README for vendored zod-to-json-schema
  • d285d4f fix(helpers/zod): add extract-to-root ref strategy
  • 8e8a5c4 fix(helpers/zod): correct logic for adding root schema to definitions
  • 31e4afd release: 4.55.1
  • fe8328f docs(examples): add UI generation example script
  • Additional commits viewable in compare view


Updates postcss from 8.4.40 to 8.4.41

Release notes

Sourced from postcss's releases.

8.4.41

Changelog

Sourced from postcss's changelog.

8.4.41

Commits


Updates tailwindcss from 3.4.7 to 3.4.9

Release notes

Sourced from tailwindcss's releases.

v3.4.9

Fixed

  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Fixed

  • Fix minification when using nested CSS (#14105)
  • Warn when broad glob patterns are used in the content configuration (#14140)
Changelog

Sourced from tailwindcss's changelog.

[3.4.9] - 2024-08-08

Fixed

  • No longer warns when broad glob patterns are detecting vendor folders

[3.4.8] - 2024-08-07

Fixed

  • Fix minification when using nested CSS (#14105)
  • Warn when broad glob patterns are used in the content configuration (#14140)
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
trunk-io[bot] commented 1 month ago

Merging to main in this repository is managed by Trunk.

socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/ai@3.3.4 environment, network Transitive: eval, filesystem, unsafe +43 28.7 MB vercel-release-bot
npm/openai@4.55.3 environment, network +8 7 MB dschnurr-openai
npm/postcss@8.4.41 environment, filesystem 0 198 kB ai
npm/tailwindcss@3.4.9 None +2 6.27 MB adamwathan, malfaitrobin, reinink

🚮 Removed packages: npm/ai@3.3.0, npm/openai@4.54.0

View full report↗︎

dependabot[bot] commented 1 month ago

Superseded by #1318.