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): Show dynamic feature flags with LaunchDarkly #1100

Merged
merged 11 commits into from
Jul 15, 2024

Conversation

bendechrai
Copy link
Contributor

I'd love a review of the approach. Both arcjet and launchdarkly are singletons and I'm only updating the rules on arcjet when I detect a change in rules from LaunchDarkly. I think this is a same implementation...

Copy link

trunk-io bot commented Jul 10, 2024

😎 Merged successfully - details.

Copy link

socket-security bot commented Jul 10, 2024

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

Package New capabilities Transitives Size Publisher
npm/@launchdarkly/node-server-sdk@9.4.7 filesystem, network Transitive: environment +6 1.54 MB launchdarkly
npm/@types/node@20.14.10 None 0 2.09 MB types

View full report↗︎

Copy link

socket-security bot commented Jul 10, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Ignoring: npm/@launchdarkly/node-server-sdk@9.4.7, npm/https-proxy-agent@5.0.1, npm/launchdarkly-eventsource@2.0.3

View full report↗︎

Next steps

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

@bendechrai bendechrai marked this pull request as ready for review July 11, 2024 03:03
@bendechrai bendechrai requested a review from a team as a code owner July 11, 2024 03:03
@bendechrai
Copy link
Contributor Author

@SocketSecurity ignore npm/https-proxy-agent@5.0.1
@SocketSecurity ignore npm/launchdarkly-eventsource@2.0.3
@SocketSecurity ignore npm/@launchdarkly/node-server-sdk@9.4.7

Copy link
Contributor

@blaine-arcjet blaine-arcjet left a comment

Choose a reason for hiding this comment

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

I think the arcjet client loading was more complicated than it needed to be. Using withRule should be pretty lightweight, especially compared to JSON.stringify

examples/nodejs-express-launchdarkly/README.md Outdated Show resolved Hide resolved
examples/nodejs-express-launchdarkly/lib/arcjet.js Outdated Show resolved Hide resolved
examples/nodejs-express-launchdarkly/lib/arcjet.js Outdated Show resolved Hide resolved
examples/nodejs-express-launchdarkly/lib/arcjet.js Outdated Show resolved Hide resolved
examples/nodejs-express-launchdarkly/lib/launchdarkly.js Outdated Show resolved Hide resolved
Ben Dechrai and others added 6 commits July 11, 2024 14:27
Co-authored-by: blaine-arcjet <146491715+blaine-arcjet@users.noreply.github.com>
Co-authored-by: blaine-arcjet <146491715+blaine-arcjet@users.noreply.github.com>
Co-authored-by: blaine-arcjet <146491715+blaine-arcjet@users.noreply.github.com>
Copy link
Contributor Author

@bendechrai bendechrai left a comment

Choose a reason for hiding this comment

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

Thanks! All accepted. I started going down the track of caching the LaunchDarkly response in case the connection failed, but the current "defaults" method works, so I'll not overcomplicate things 😆

Ben Dechrai added 2 commits July 12, 2024 14:36
Added missing step to readme about turning flags on
Fixed LD timeout (seconds not ms!)
@blaine-arcjet blaine-arcjet changed the title Created example for dynamic feature flags with LaunchDarkly feat(examples): Dynamic feature flags with LaunchDarkly Jul 15, 2024
Copy link
Contributor

@blaine-arcjet blaine-arcjet left a comment

Choose a reason for hiding this comment

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

@bendechrai Since this is only a nodejs example, you only need to add it to the dependabot config (not the examples CI).

@blaine-arcjet blaine-arcjet changed the title feat(examples): Dynamic feature flags with LaunchDarkly feat(examples): Show dynamic feature flags with LaunchDarkly Jul 15, 2024
Co-authored-by: blaine-arcjet <146491715+blaine-arcjet@users.noreply.github.com>
@blaine-arcjet blaine-arcjet changed the title feat(examples): Show dynamic feature flags with LaunchDarkly chore(examples): Show dynamic feature flags with LaunchDarkly Jul 15, 2024
@trunk-io trunk-io bot merged commit d3bf356 into main Jul 15, 2024
21 checks passed
@trunk-io trunk-io bot deleted the ben/example-launchdarkly branch July 15, 2024 19:09
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