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

feat(nestjs): Allow NestJS v11 as peerDependency #3042

Merged
merged 4 commits into from
Feb 3, 2025
Merged

Conversation

blaine-arcjet
Copy link
Contributor

@blaine-arcjet blaine-arcjet commented Jan 31, 2025

This updates our NestJS adapter to support NestJS v11 as a peerDependency.

I reviewed the breaking changes and they are mostly user-facing. We wrote our own metadata merging function so we didn't even have to change that.

Closes #2921

Copy link

trunk-io bot commented Jan 31, 2025

😎 Merged successfully - details.

Copy link

socket-security bot commented Jan 31, 2025

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

Package New capabilities Transitives Size Publisher
npm/@nestjs/apollo@13.0.2 🔁 npm/@nestjs/apollo@12.2.2 None +6 494 kB nestjscore
npm/@nestjs/cli@11.0.2 🔁 npm/@nestjs/cli@10.4.9 Transitive: environment, eval, filesystem, network, shell, unsafe +177 32.9 MB kamilmysliwiec, nestjscore
npm/@nestjs/common@11.0.7 🔁 npm/@nestjs/common@10.4.15, npm/@nestjs/common@10.4.4 None +3 539 kB nestjscore
npm/@nestjs/config@4.0.0 🔁 npm/@nestjs/config@3.3.0 None +3 1.56 MB nestjscore
npm/@nestjs/core@11.0.7 🔁 npm/@nestjs/core@10.4.15 Transitive: environment, filesystem, shell +7 1.06 MB nestjscore
npm/@nestjs/graphql@13.0.2 🔁 npm/@nestjs/graphql@12.2.2 Transitive: environment, eval, network +17 2.32 MB nestjscore
npm/@nestjs/platform-express@11.0.7 🔁 npm/@nestjs/platform-express@10.4.15 Transitive: environment, eval, filesystem, network, unsafe +88 3.26 MB kamilmysliwiec, nestjscore
npm/@nestjs/platform-fastify@11.0.7 🔁 npm/@nestjs/platform-fastify@10.4.15 Transitive: environment, eval, filesystem +41 6.17 MB nestjscore
npm/@nestjs/schematics@11.0.0 🔁 npm/@nestjs/schematics@10.2.3 Transitive: environment, eval, filesystem, network, unsafe +36 3.69 MB nestjscore
npm/@types/node@20.17.16 None 0 2.22 MB types
npm/eslint-plugin-prettier@5.2.3 🔁 npm/eslint-plugin-prettier@5.2.2 Transitive: environment +8 634 kB bpscott, jounqin, lydell, ...3 more

🚮 Removed packages: npm/@launchdarkly/node-server-sdk@9.7.2, npm/@typescript-eslint/eslint-plugin@8.20.0, npm/@typescript-eslint/parser@8.20.0

View full report↗︎

Copy link

socket-security bot commented Jan 31, 2025

👍 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/@fastify/forwarded@3.0.0, npm/mime-types@3.0.0, npm/negotiator@1.0.0, npm/type-is@2.0.0, npm/accepts@2.0.0, npm/content-disposition@1.0.0, npm/@nuxt/opencollective@0.4.1, npm/secure-json-parse@3.0.2, npm/caniuse-lite@1.0.30001696, npm/mute-stream@2.0.0, npm/@fastify/ajv-compiler@4.0.2, npm/@fastify/fast-json-stringify-compiler@5.0.2, npm/fastify@5.2.1, npm/@fastify/merge-json-schemas@0.2.1, npm/@fastify/formbody@8.0.2, npm/@fastify/middie@9.0.3, npm/fast-json-stringify@6.0.1, npm/json-schema-ref-resolver@2.0.1

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

@blaine-arcjet
Copy link
Contributor Author

@SocketSecurity ignore npm/mime-types@3.0.0
@SocketSecurity ignore npm/negotiator@1.0.0
@SocketSecurity ignore npm/type-is@2.0.0
@SocketSecurity ignore npm/accepts@2.0.0
@SocketSecurity ignore npm/content-disposition@1.0.0
@SocketSecurity ignore npm/mute-stream@2.0.0
@SocketSecurity ignore npm/@nuxt/opencollective@0.4.1

@blaine-arcjet blaine-arcjet marked this pull request as ready for review January 31, 2025 23:21
@blaine-arcjet blaine-arcjet requested a review from a team as a code owner January 31, 2025 23:21
@blaine-arcjet
Copy link
Contributor Author

It seems like we didn't need any changes 💪 All of the examples worked when upgraded.

@blaine-arcjet
Copy link
Contributor Author

@SocketSecurity ignore npm/@fastify/forwarded@3.0.0
@SocketSecurity ignore npm/secure-json-parse@3.0.2
@SocketSecurity ignore npm/caniuse-lite@1.0.30001696
@SocketSecurity ignore npm/@fastify/ajv-compiler@4.0.2
@SocketSecurity ignore npm/@fastify/fast-json-stringify-compiler@5.0.2
@SocketSecurity ignore npm/fastify@5.2.1
@SocketSecurity ignore npm/@fastify/merge-json-schemas@0.2.1
@SocketSecurity ignore npm/@fastify/formbody@8.0.2
@SocketSecurity ignore npm/@fastify/middie@9.0.3
@SocketSecurity ignore npm/fast-json-stringify@6.0.1
@SocketSecurity ignore npm/json-schema-ref-resolver@2.0.1

@trunk-io trunk-io bot merged commit 4a75963 into main Feb 3, 2025
31 checks passed
@trunk-io trunk-io bot deleted the phated/nest-11 branch February 3, 2025 16:47
trunk-io bot pushed a commit that referenced this pull request Feb 4, 2025
Automatically generated with [Release Please](https://github.com/googleapis/release-please).
---


<details><summary>@arcjet/analyze: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/analyze-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/analyze:** Synchronize arcjet-js versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/analyze-wasm bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/protocol bumped from 1.0.0-beta.1 to 1.0.0-beta.2
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/rollup-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/tsconfig bumped from 1.0.0-beta.1 to 1.0.0-beta.2
</details>

<details><summary>@arcjet/analyze-wasm: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/analyze-wasm-v1.0.0-beta.2) (2025-02-04)


### 🪲 Bug Fixes

* **analyze:** Always lowercase headers and iterate in insertion order ([#2865](#2865)) ([a9af1e4](a9af1e4))


### 🧹 Miscellaneous Chores

* **rollup-config:** Consolidate wasmToModule plugin ([#3039](#3039)) ([c3b8e36](c3b8e36))


### Dependencies

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

<details><summary>@arcjet/astro: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/astro-v1.0.0-beta.2) (2025-02-04)


### 🚀 New Features

* Implement Astro integration ([#2992](#2992)) ([a48eea8](a48eea8)), closes [#1075](#1075)


### Dependencies

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

<details><summary>@arcjet/body: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/body-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/body:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/bun: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/bun-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/bun:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/decorate: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/decorate-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/decorate:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/deno: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/deno-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/deno:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/duration: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/duration-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/duration:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/env: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/env-v1.0.0-beta.2) (2025-02-04)


### 🚀 New Features

* **env:** Support MODE environment variable for `isDevelopment` detection ([#3012](#3012)) ([f3a45a7](f3a45a7))


### Dependencies

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

<details><summary>@arcjet/eslint-config: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/eslint-config-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

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

<details><summary>@arcjet/headers: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/headers-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/headers:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/ip: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/ip-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/ip:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/logger: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/logger-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/logger:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/nest: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/nest-v1.0.0-beta.2) (2025-02-04)


### 🚀 New Features

* **nestjs:** Allow NestJS v11 as peerDependency ([#3042](#3042)) ([4a75963](4a75963)), closes [#2921](#2921)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/headers bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/ip bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/logger bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/protocol bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/transport bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/body bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * arcjet bumped from 1.0.0-beta.1 to 1.0.0-beta.2
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/rollup-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/tsconfig bumped from 1.0.0-beta.1 to 1.0.0-beta.2
</details>

<details><summary>@arcjet/next: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/next-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* Refresh root & Next.js READMEs ([#3066](#3066)) ([57a38d7](57a38d7))


### Dependencies

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

<details><summary>@arcjet/node: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/node-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/node:** Synchronize arcjet-js versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/env bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/headers bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/ip bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/logger bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/protocol bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/transport bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/body bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * arcjet bumped from 1.0.0-beta.1 to 1.0.0-beta.2
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/rollup-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/tsconfig bumped from 1.0.0-beta.1 to 1.0.0-beta.2
</details>

<details><summary>@arcjet/protocol: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/protocol-v1.0.0-beta.2) (2025-02-04)


### 🚀 New Features

* Implement Astro integration ([#2992](#2992)) ([a48eea8](a48eea8)), closes [#1075](#1075)


### 🪲 Bug Fixes

* **protocol:** Double timeout when email rule configured ([#2934](#2934)) ([23f9a9e](23f9a9e)), closes [#1697](#1697)


### Dependencies

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

<details><summary>@arcjet/redact: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/redact-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **docs:** Add a link to the Redact reference page ([#3038](#3038)) ([6095b6a](6095b6a))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @arcjet/redact-wasm bumped from 1.0.0-beta.1 to 1.0.0-beta.2
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/rollup-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/tsconfig bumped from 1.0.0-beta.1 to 1.0.0-beta.2
</details>

<details><summary>@arcjet/redact-wasm: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/redact-wasm-v1.0.0-beta.2) (2025-02-04)


### 🚀 New Features

* **redact:** Pre-compile WebAssembly on module load ([#3037](#3037)) ([c12bec5](c12bec5))


### 🪲 Bug Fixes

* **analyze:** Always lowercase headers and iterate in insertion order ([#2865](#2865)) ([a9af1e4](a9af1e4))


### 🧹 Miscellaneous Chores

* **rollup-config:** Consolidate wasmToModule plugin ([#3039](#3039)) ([c3b8e36](c3b8e36))


### Dependencies

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

<details><summary>@arcjet/remix: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/remix-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/remix:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/rollup-config: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/rollup-config-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **rollup-config:** Consolidate wasmToModule plugin ([#3039](#3039)) ([c3b8e36](c3b8e36))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/tsconfig bumped from 1.0.0-beta.1 to 1.0.0-beta.2
</details>

<details><summary>@arcjet/runtime: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/runtime-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/runtime:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/sprintf: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/sprintf-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/sprintf:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/sveltekit: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/sveltekit-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/sveltekit:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/transport: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/transport-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@arcjet/transport:** Synchronize arcjet-js versions


### Dependencies

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

<details><summary>@arcjet/tsconfig: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@arcjet/tsconfig-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

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

<details><summary>@nosecone/next: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@nosecone/next-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@nosecone/next:** Synchronize arcjet-js versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nosecone bumped from 1.0.0-beta.1 to 1.0.0-beta.2
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/rollup-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/tsconfig bumped from 1.0.0-beta.1 to 1.0.0-beta.2
</details>

<details><summary>@nosecone/sveltekit: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](https://github.com/arcjet/arcjet-js/compare/v1.0.0-beta.1...@nosecone/sveltekit-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **@nosecone/sveltekit:** Synchronize arcjet-js versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nosecone bumped from 1.0.0-beta.1 to 1.0.0-beta.2
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/rollup-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/tsconfig bumped from 1.0.0-beta.1 to 1.0.0-beta.2
</details>

<details><summary>arcjet: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](v1.0.0-beta.1...arcjet-v1.0.0-beta.2) (2025-02-04)


### 🪲 Bug Fixes

* **arcjet:** Ensure Characteristics are readonly type on protect signup options ([#3013](#3013)) ([1f16a99](1f16a99))


### Dependencies

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

<details><summary>1.0.0-beta.2</summary>

## [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2025-02-04)


### 🚀 New Features

* **env:** Support MODE environment variable for `isDevelopment` detection ([#3012](#3012)) ([f3a45a7](f3a45a7))
* Implement Astro integration ([#2992](#2992)) ([a48eea8](a48eea8)), closes [#1075](#1075)
* **nestjs:** Allow NestJS v11 as peerDependency ([#3042](#3042)) ([4a75963](4a75963)), closes [#2921](#2921)
* **redact:** Pre-compile WebAssembly on module load ([#3037](#3037)) ([c12bec5](c12bec5))


### 🪲 Bug Fixes

* **analyze:** Always lowercase headers and iterate in insertion order ([#2865](#2865)) ([a9af1e4](a9af1e4))
* **arcjet:** Ensure Characteristics are readonly type on protect signup options ([#3013](#3013)) ([1f16a99](1f16a99))
* **protocol:** Double timeout when email rule configured ([#2934](#2934)) ([23f9a9e](23f9a9e)), closes [#1697](#1697)


### 🧹 Miscellaneous Chores

* **ci:** Add dependabot for Astro example ([#3068](#3068)) ([d4d8f82](d4d8f82))
* **ci:** Avoid upgrading Tailwind where it breaks things ([#3081](#3081)) ([5c25abe](5c25abe))
* **ci:** Restrict tailwind-merge where tailwind restricted ([#3089](#3089)) ([a3437a5](a3437a5))
* **docs:** Add a link to the Redact reference page ([#3038](#3038)) ([6095b6a](6095b6a))
* Refresh root & Next.js READMEs ([#3066](#3066)) ([57a38d7](57a38d7))
* **rollup-config:** Consolidate wasmToModule plugin ([#3039](#3039)) ([c3b8e36](c3b8e36))
</details>

<details><summary>nosecone: 1.0.0-beta.2</summary>

## [1.0.0-beta.2](v1.0.0-beta.1...nosecone-v1.0.0-beta.2) (2025-02-04)


### 🧹 Miscellaneous Chores

* **nosecone:** Synchronize arcjet-js versions


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @arcjet/eslint-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/rollup-config bumped from 1.0.0-beta.1 to 1.0.0-beta.2
    * @arcjet/tsconfig bumped from 1.0.0-beta.1 to 1.0.0-beta.2
</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.

Review NestJS 11 changes
2 participants