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

chore(examples): Add example of testing APIs with Newman #1083

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

blaine-arcjet
Copy link
Contributor

This adds an example to show how to leverage newman with Postman Collections to test your API endpoints.

I mostly hand-wrote the Postman Collections, but you could imagine them being maintained via the Postman application and saved to your test folder. Then newman can be run programmatically to verify the tests in CI, etc.

In the instructions, I also showed how to run newman from the CLI to test collections manually/individually to get more details about the tests that the automation provides.

This could further be expanded to combine newman's "iteration data" and something like SecLists to fuzz API endpoints.

In the interest of keeping the example focused, I removed some OpenAPI to Postman Collection code that I was experimenting with using the openapi-to-postmanv2 and @wesleytodd/openapi packages, but those could be used to document and test the entire set of APIs with this same idea.

@blaine-arcjet blaine-arcjet requested a review from davidmytton July 5, 2024 21:20
@blaine-arcjet blaine-arcjet requested a review from a team as a code owner July 5, 2024 21:20
Copy link

trunk-io bot commented Jul 5, 2024

😎 Merged successfully - details.

Copy link
Contributor

@davidmytton davidmytton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent! Works really nicely. I'll write up the docs in https://github.com/arcjet/arcjet/issues/2576

@trunk-io trunk-io bot merged commit 6b2ccf0 into main Jul 8, 2024
20 checks passed
@trunk-io trunk-io bot deleted the phated/newman-example branch July 8, 2024 15:17
trunk-io bot pushed a commit that referenced this pull request Jul 15, 2024
🤖 I have created a release *beep* *boop*
---


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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/analyze-v1.0.0-alpha.19) (2024-07-15)


### 🚀 New Features

* detect common free/disposable email providers locally ([#1096](#1096)) ([115d016](115d016)), closes [#1095](#1095)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

<details><summary>@arcjet/bun: 1.0.0-alpha.19</summary>

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/bun-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump bun-types from 1.1.17 to 1.1.18 ([#1080](#1080)) ([6bb3483](6bb3483))
* **dev:** bump bun-types from 1.1.18 to 1.1.20 ([#1118](#1118)) ([dbf3826](dbf3826))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/headers bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/ip bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/logger bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/protocol bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * arcjet bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/rollup-config bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/tsconfig bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
</details>

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/decorate-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/duration-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

<details><summary>@arcjet/env: 1.0.0-alpha.19</summary>

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/env-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/eslint-config-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* Bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 ([#1063](#1063)) ([d4a1cfe](d4a1cfe))
* Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0 ([#1091](#1091)) ([6bbcbe6](6bbcbe6))
* bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1 ([#1135](#1135)) ([6f4495a](6f4495a))
* Bump @typescript-eslint/parser from 7.14.1 to 7.15.0 ([#1064](#1064)) ([b6e2b0f](b6e2b0f))
* Bump @typescript-eslint/parser from 7.15.0 to 7.16.0 ([#1090](#1090)) ([c31957f](c31957f))
* bump @typescript-eslint/parser from 7.16.0 to 7.16.1 ([#1132](#1132)) ([3feb40a](3feb40a))
</details>

<details><summary>@arcjet/headers: 1.0.0-alpha.19</summary>

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/headers-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/ip-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/logger-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/next-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/headers bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/ip bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/logger bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/protocol bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * arcjet bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/rollup-config bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/tsconfig bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
</details>

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/node-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/headers bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/ip bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/logger bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/protocol bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * arcjet bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/rollup-config bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/tsconfig bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
</details>

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/protocol-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* Bump typeid-js from 0.7.0 to 1.0.0 ([#1079](#1079)) ([fa276c5](fa276c5))
* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/rollup-config-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

<details><summary>@arcjet/runtime: 1.0.0-alpha.19</summary>

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/runtime-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

<details><summary>@arcjet/sprintf: 1.0.0-alpha.19</summary>

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/sprintf-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

<details><summary>@arcjet/sveltekit: 1.0.0-alpha.19</summary>

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/sveltekit-v1.0.0-alpha.19) (2024-07-15)


### 📦 Dependencies

* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/headers bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/ip bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/logger bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/protocol bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/runtime bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * arcjet bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/rollup-config bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
    * @arcjet/tsconfig bumped from 1.0.0-alpha.18 to 1.0.0-alpha.19
</details>

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

## [1.0.0-alpha.19](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.18...@arcjet/tsconfig-v1.0.0-alpha.19) (2024-07-15)


### 🧹 Miscellaneous Chores

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

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

## [1.0.0-alpha.19](v1.0.0-alpha.18...arcjet-v1.0.0-alpha.19) (2024-07-15)


### 🚀 New Features

* detect common free/disposable email providers locally ([#1096](#1096)) ([115d016](115d016)), closes [#1095](#1095)


### 📦 Dependencies

* **dev:** Bump @edge-runtime/jest-environment from 2.3.10 to 3.0.0 ([#1087](#1087)) ([1e6eb00](1e6eb00))
* **dev:** bump @edge-runtime/jest-environment from 3.0.0 to 3.0.1 ([#1123](#1123)) ([9064240](9064240))
* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))


### Dependencies

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

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

## [1.0.0-alpha.19](v1.0.0-alpha.18...v1.0.0-alpha.19) (2024-07-15)


### 🚀 New Features

* detect common free/disposable email providers locally ([#1096](#1096)) ([115d016](115d016)), closes [#1095](#1095)


### 📦 Dependencies

* Bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 ([#1063](#1063)) ([d4a1cfe](d4a1cfe))
* Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0 ([#1091](#1091)) ([6bbcbe6](6bbcbe6))
* bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1 ([#1135](#1135)) ([6f4495a](6f4495a))
* Bump @typescript-eslint/parser from 7.14.1 to 7.15.0 ([#1064](#1064)) ([b6e2b0f](b6e2b0f))
* Bump @typescript-eslint/parser from 7.15.0 to 7.16.0 ([#1090](#1090)) ([c31957f](c31957f))
* bump @typescript-eslint/parser from 7.16.0 to 7.16.1 ([#1132](#1132)) ([3feb40a](3feb40a))
* Bump typeid-js from 0.7.0 to 1.0.0 ([#1079](#1079)) ([fa276c5](fa276c5))
* **dev:** Bump @edge-runtime/jest-environment from 2.3.10 to 3.0.0 ([#1087](#1087)) ([1e6eb00](1e6eb00))
* **dev:** bump @edge-runtime/jest-environment from 3.0.0 to 3.0.1 ([#1123](#1123)) ([9064240](9064240))
* **dev:** Bump @rollup/wasm-node from 4.18.0 to 4.18.1 ([#1092](#1092)) ([ffc298a](ffc298a))
* **dev:** Bump bun-types from 1.1.17 to 1.1.18 ([#1080](#1080)) ([6bb3483](6bb3483))
* **dev:** bump bun-types from 1.1.18 to 1.1.20 ([#1118](#1118)) ([dbf3826](dbf3826))
* **dev:** Bump typescript from 5.5.2 to 5.5.3 ([#1065](#1065)) ([ef05395](ef05395))
* **example:** Bump @clerk/nextjs from 5.1.6 to 5.2.2 in /examples/nextjs-14-clerk-rl in the dependencies group across 1 directory ([#1082](#1082)) ([7ac1236](7ac1236))
* **example:** Bump @clerk/nextjs from 5.1.6 to 5.2.2 in /examples/nextjs-14-clerk-shield in the dependencies group across 1 directory ([#1081](#1081)) ([9b89f9b](9b89f9b))
* **example:** bump @clerk/nextjs from 5.2.2 to 5.2.3 in /examples/nextjs-14-clerk-rl in the dependencies group ([#1119](#1119)) ([5fe9ef0](5fe9ef0))
* **example:** bump @clerk/nextjs from 5.2.2 to 5.2.3 in /examples/nextjs-14-clerk-shield in the dependencies group ([#1121](#1121)) ([baf55e0](baf55e0))
* **example:** Bump hono from 4.4.11 to 4.4.12 in /examples/nodejs-hono-rl in the dependencies group ([#1085](#1085)) ([3782001](3782001))
* **example:** Bump hono from 4.4.12 to 4.4.13 in /examples/nodejs-hono-rl in the dependencies group ([#1112](#1112)) ([49f8721](49f8721))
* **example:** Bump lucide-react from 0.399.0 to 0.400.0 in /examples/nextjs-14-authjs-5 in the dependencies group ([#1066](#1066)) ([b44dd6a](b44dd6a))
* **example:** bump lucide-react from 0.407.0 to 0.408.0 in /examples/nextjs-14-authjs-5 in the dependencies group ([#1116](#1116)) ([84bd181](84bd181))
* **example:** bump tailwindcss from 3.4.4 to 3.4.5 in /examples/nextjs-14-app-dir-rl in the dependencies group ([#1124](#1124)) ([c73e955](c73e955))
* **example:** bump tailwindcss from 3.4.4 to 3.4.5 in /examples/nextjs-14-authjs-5 in the dependencies group ([#1129](#1129)) ([74adca7](74adca7))
* **example:** bump tailwindcss from 3.4.4 to 3.4.5 in /examples/nextjs-14-clerk-rl in the dependencies group ([#1125](#1125)) ([8aa2f53](8aa2f53))
* **example:** bump tailwindcss from 3.4.4 to 3.4.5 in /examples/nextjs-14-clerk-shield in the dependencies group ([#1130](#1130)) ([6f76186](6f76186))
* **example:** bump tailwindcss from 3.4.4 to 3.4.5 in /examples/nextjs-14-decorate in the dependencies group ([#1126](#1126)) ([b2d9a81](b2d9a81))
* **example:** bump tailwindcss from 3.4.4 to 3.4.5 in /examples/nextjs-14-ip-details in the dependencies group ([#1127](#1127)) ([0251e74](0251e74))
* **example:** bump tailwindcss from 3.4.4 to 3.4.5 in /examples/nextjs-14-nextauth-4 in the dependencies group ([#1128](#1128)) ([b7f0028](b7f0028))
* **example:** bump tailwindcss from 3.4.4 to 3.4.5 in /examples/nextjs-14-pages-wrap in the dependencies group ([#1131](#1131)) ([af3f8d6](af3f8d6))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#1068](#1068)) ([bc86928](bc86928))
* **example:** Bump the dependencies group across 1 directory with 2 updates ([#1071](#1071)) ([75df78a](75df78a))
* **example:** bump the dependencies group across 1 directory with 2 updates ([#1117](#1117)) ([306d4f1](306d4f1))
* **example:** Bump the dependencies group across 1 directory with 3 updates ([#1072](#1072)) ([937b184](937b184))
* **example:** Bump the dependencies group across 1 directory with 3 updates ([#1108](#1108)) ([3714941](3714941))
* **example:** Bump the dependencies group across 1 directory with 4 updates ([#1106](#1106)) ([caaea7a](caaea7a))
* **example:** Bump the dependencies group across 1 directory with 6 updates ([#1109](#1109)) ([c877b39](c877b39))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-rl with 2 updates ([#1104](#1104)) ([8cbde05](8cbde05))
* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 2 updates ([#1107](#1107)) ([298a70b](298a70b))
* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-rl with 2 updates ([#1102](#1102)) ([f1e7a4c](f1e7a4c))
* **example:** Bump the dependencies group in /examples/nextjs-14-clerk-shield with 2 updates ([#1101](#1101)) ([10184f9](10184f9))
* **example:** Bump the dependencies group in /examples/nextjs-14-decorate with 2 updates ([#1111](#1111)) ([52394af](52394af))
* **example:** Bump the dependencies group in /examples/nextjs-14-ip-details with 2 updates ([#1105](#1105)) ([5127321](5127321))
* **example:** Bump the dependencies group in /examples/nextjs-14-nextauth-4 with 2 updates ([#1103](#1103)) ([8ef993f](8ef993f))
* **example:** Bump the dependencies group in /examples/nextjs-14-openai with 2 updates ([#1113](#1113)) ([89b3ccb](89b3ccb))
* **example:** bump the dependencies group in /examples/nextjs-14-openai with 2 updates ([#1133](#1133)) ([d2ac694](d2ac694))
* **example:** Bump the dependencies group in /examples/nextjs-14-pages-wrap with 2 updates ([#1110](#1110)) ([fb05224](fb05224))
* **example:** bump the dependencies group in /examples/nextjs-14-react-hook-form with 2 updates ([#1120](#1120)) ([729c886](729c886))
* **example:** bump the dependencies group in /examples/nextjs-14-react-hook-form with 2 updates ([#1134](#1134)) ([2fbe4d6](2fbe4d6))
* **example:** Bump the dependencies group in /examples/sveltekit with 2 updates ([#1093](#1093)) ([009591a](009591a))
* **example:** bump the dependencies group in /examples/sveltekit with 2 updates ([#1136](#1136)) ([c93a9eb](c93a9eb))


### 🧹 Miscellaneous Chores

* **examples:** Add example of testing APIs with Newman ([#1083](#1083)) ([6b2ccf0](6b2ccf0))
* **examples:** Show dynamic feature flags with LaunchDarkly ([#1100](#1100)) ([d3bf356](d3bf356))
</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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants