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

deps(example): Bump the dependencies group in /examples/nextjs-14-openai with 4 updates #501

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2024

Bumps the dependencies group in /examples/nextjs-14-openai with 4 updates: ai, openai, @types/react and @types/react-dom.

Updates ai from 3.0.15 to 3.0.17

Release notes

Sourced from ai's releases.

ai@3.0.17

Patch Changes

  • 2b991c4: Add Google Generative AI provider for ai/core functions.

ai@3.0.16

Patch Changes

  • a54ea77: feat(ai/rsc): add useStreamableValue
Commits

Updates openai from 4.30.0 to 4.32.1

Release notes

Sourced from openai's releases.

v4.32.1

4.32.1 (2024-04-02)

Full Changelog: v4.32.0...v4.32.1

Chores

v4.32.0

4.32.0 (2024-04-01)

Full Changelog: v4.31.0...v4.32.0

Features

  • api: add support for filtering messages by run_id (#747) (9a397ac)
  • api: run polling helpers (#749) (02920ae)

Chores

  • deps: remove unused dependency digest-fetch (#748) (5376837)

Documentation

  • readme: change undocumented params wording (#744) (8796691)

Refactors

  • rename createAndStream to stream (02920ae)

v4.31.0

4.31.0 (2024-03-30)

Full Changelog: v4.30.0...v4.31.0

Features

Bug Fixes

  • streaming: trigger all event handlers with fromReadableStream (#741) (7b1e593)
Changelog

Sourced from openai's changelog.

4.32.1 (2024-04-02)

Full Changelog: v4.32.0...v4.32.1

Chores

4.32.0 (2024-04-01)

Full Changelog: v4.31.0...v4.32.0

Features

  • api: add support for filtering messages by run_id (#747) (9a397ac)
  • api: run polling helpers (#749) (02920ae)

Chores

  • deps: remove unused dependency digest-fetch (#748) (5376837)

Documentation

  • readme: change undocumented params wording (#744) (8796691)

Refactors

  • rename createAndStream to stream (02920ae)

4.31.0 (2024-03-30)

Full Changelog: v4.30.0...v4.31.0

Features

Bug Fixes

  • streaming: trigger all event handlers with fromReadableStream (#741) (7b1e593)
Commits
  • d6dde1b Merge pull request #752 from openai/release-please--branches--master--changes...
  • b3269eb release: 4.32.1
  • 5b41d10 chore(deps): bump yarn to v1.22.22 (#751)
  • 445b795 release: 4.32.0
  • 8031df3 feat(api): run polling helpers (#749)
  • bc202fc chore(deps): remove unused dependency digest-fetch (#748)
  • 767bec0 feat(api): add support for filtering messages by run_id (#747)
  • 60bc77f docs(readme): change undocumented params wording (#744)
  • abb0be7 release: 4.31.0
  • 149d60e feat(api): adding temperature parameter (#742)
  • Additional commits viewable in compare view

Updates @types/react from 18.2.73 to 18.2.74

Commits

Updates @types/react-dom from 18.2.23 to 18.2.24

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 dependencies group in /examples/nextjs-14-openai with 4 updates: [ai](https://github.com/vercel/ai), [openai](https://github.com/openai/openai-node), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom).


Updates `ai` from 3.0.15 to 3.0.17
- [Release notes](https://github.com/vercel/ai/releases)
- [Commits](https://github.com/vercel/ai/compare/ai@3.0.15...ai@3.0.17)

Updates `openai` from 4.30.0 to 4.32.1
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.30.0...v4.32.1)

Updates `@types/react` from 18.2.73 to 18.2.74
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.23 to 18.2.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: ai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 4, 2024 06:54
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 4, 2024
@dependabot dependabot bot requested a review from blaine-arcjet April 4, 2024 06:54
Copy link

trunk-io bot commented Apr 4, 2024

😎 Merged successfully - details.

Copy link

socket-security bot commented Apr 4, 2024

No dependency changes detected. Learn more about Socket for GitHub ↗︎

👍 No dependency changes detected in pull request

@blaine-arcjet
Copy link
Contributor

@SocketSecurity ignore npm/agentkeepalive@4.5.0
@SocketSecurity ignore npm/ai@3.0.17

@trunk-io trunk-io bot merged commit cde203b into main Apr 4, 2024
16 of 17 checks passed
@trunk-io trunk-io bot deleted the dependabot/npm_and_yarn/examples/nextjs-14-openai/dependencies-9cdc726e0c branch April 4, 2024 18:17
trunk-io bot pushed a commit that referenced this pull request Apr 8, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>@arcjet/decorate: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/decorate-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/logger bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/protocol bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>@arcjet/duration: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/duration-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>@arcjet/next: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/next-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/ip bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * arcjet bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>@arcjet/node: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/node-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/ip bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * arcjet bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>@arcjet/analyze: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/analyze-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* **dev:** Bump @bytecodealliance/jco from 1.0.3 to 1.1.1 ([#473](#473)) ([4584fe4](4584fe4))
* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/logger bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>@arcjet/eslint-config: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/eslint-config-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* Bump eslint-config-next from 14.1.3 to 14.1.4 ([#403](#403)) ([119245b](119245b))
* Bump eslint-config-turbo from 1.12.5 to 1.13.2 ([#488](#488)) ([b6ab105](b6ab105))
* Bump eslint-plugin-react from 7.34.0 to 7.34.1 ([#388](#388)) ([5ff4950](5ff4950))
</details>

<details><summary>@arcjet/ip: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/ip-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>@arcjet/logger: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/logger-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>@arcjet/protocol: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/protocol-v1.0.0-alpha.11) (2024-04-08)


### 🚀 New Features

* Add ArcjetIpDetails to an ArcjetDecision ([#510](#510)) ([0642c51](0642c51)), closes [#474](#474)


### 📦 Dependencies

* Bump @bufbuild/protobuf from 1.7.2 to 1.8.0 ([#377](#377)) ([5253740](5253740))
* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>@arcjet/rollup-config: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/rollup-config-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>@arcjet/tsconfig: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.10...@arcjet/tsconfig-v1.0.0-alpha.11) (2024-04-08)


### 🧹 Miscellaneous Chores

* **@arcjet/tsconfig:** Synchronize arcjet-js versions
</details>

<details><summary>arcjet: 1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](v1.0.0-alpha.10...arcjet-v1.0.0-alpha.11) (2024-04-08)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/analyze bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/duration bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/logger bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/protocol bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/rollup-config bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
    * @arcjet/tsconfig bumped from 1.0.0-alpha.10 to 1.0.0-alpha.11
</details>

<details><summary>1.0.0-alpha.11</summary>

## [1.0.0-alpha.11](v1.0.0-alpha.10...v1.0.0-alpha.11) (2024-04-08)


### 🚀 New Features

* Add ArcjetIpDetails to an ArcjetDecision ([#510](#510)) ([0642c51](0642c51)), closes [#474](#474)


### 📦 Dependencies

* Bump @bufbuild/protobuf from 1.7.2 to 1.8.0 ([#377](#377)) ([5253740](5253740))
* Bump eslint-config-next from 14.1.3 to 14.1.4 ([#403](#403)) ([119245b](119245b))
* Bump eslint-config-turbo from 1.12.5 to 1.13.2 ([#488](#488)) ([b6ab105](b6ab105))
* Bump eslint-plugin-react from 7.34.0 to 7.34.1 ([#388](#388)) ([5ff4950](5ff4950))
* Bump undici from 5.28.3 to 5.28.4 ([#505](#505)) ([0ffa608](0ffa608))
* **dev:** Bump @bytecodealliance/jco from 1.0.3 to 1.1.1 ([#473](#473)) ([4584fe4](4584fe4))
* **dev:** Bump @rollup/wasm-node from 4.13.0 to 4.13.2 ([#472](#472)) ([0268e51](0268e51))
* **dev:** Bump @rollup/wasm-node from 4.13.2 to 4.14.0 ([#493](#493)) ([ac14f3f](ac14f3f))
* **dev:** Bump @rollup/wasm-node from 4.14.0 to 4.14.1 ([#519](#519)) ([f859c0e](f859c0e))
* **dev:** Bump typescript from 5.4.2 to 5.4.3 ([#412](#412)) ([a69b76b](a69b76b))
* **dev:** Bump typescript from 5.4.3 to 5.4.4 ([#509](#509)) ([8976fb1](8976fb1))
* **example:** Bump express from 4.18.3 to 4.19.2 in /examples/nodejs-express-rl ([#459](#459)) ([ee1af9d](ee1af9d))
* **example:** Bump express from 4.18.3 to 4.19.2 in /examples/nodejs-express-validate-email ([#461](#461)) ([d45953e](d45953e))
* **example:** Bump the dependencies group in /examples/nextjs-13-pages-wrap with 2 updates ([#504](#504)) ([ebe7548](ebe7548))
* **example:** Bump the dependencies group in /examples/nextjs-13-pages-wrap with 6 updates ([#462](#462)) ([7e7affe](7e7affe))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 2 updates ([#498](#498)) ([c30357f](c30357f))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 7 updates ([#463](#463)) ([6181c38](6181c38))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 2 updates ([#496](#496)) ([67031c3](67031c3))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 7 updates ([#466](#466)) ([3a45ae4](3a45ae4))
* **example:** Bump the dependencies group in /examples/nextjs-14-authjs-5 with 4 updates ([#495](#495)) ([b9b3c3b](b9b3c3b))
* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-rl with 8 updates ([#506](#506)) ([3635c13](3635c13))
* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-shield with 8 updates ([#507](#507)) ([f2c5c94](f2c5c94))
* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 2 updates ([#500](#500)) ([8bb40cc](8bb40cc))
* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 7 updates ([#465](#465)) ([b13a8e6](b13a8e6))
* **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 2 updates ([#502](#502)) ([f4b24b5](f4b24b5))
* **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 7 updates ([#468](#468)) ([6ab6cdb](6ab6cdb))
* **example:** Bump the dependencies group in /examples/nextjs-14-openai with 4 updates ([#501](#501)) ([cde203b](cde203b))
* **example:** Bump the dependencies group in /examples/nextjs-14-openai with 9 updates ([#467](#467)) ([f3d785e](f3d785e))
* **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 7 updates ([#503](#503)) ([cfb84e1](cfb84e1))
* **example:** Bump the dependencies group in /examples/nextjs-example with 1 update ([#402](#402)) ([79911af](79911af))
* **example:** Bump the dependencies group in /examples/nodejs-express-rl with 1 update ([#438](#438)) ([da12423](da12423))


### 📝 Documentation

* **examples:** Added Auth.js 5 example app ([#432](#432)) ([b7a1901](b7a1901))
* **examples:** Added NextAuth 4 example app ([#423](#423)) ([b218ebd](b218ebd))


### 🧹 Miscellaneous Chores

* **ci:** Add the NextAuth 4 example to CI ([#471](#471)) ([a3ad83a](a3ad83a))
* Refresh root README + LICENSE ([#494](#494)) ([6f6da30](6f6da30))
</details>

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.

1 participant