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: Release 1.0.0-alpha.34 #2392

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
".": "1.0.0-alpha.33",
"analyze": "1.0.0-alpha.33",
"arcjet": "1.0.0-alpha.33",
"arcjet-bun": "1.0.0-alpha.33",
"arcjet-deno": "1.0.0-alpha.33",
"arcjet-nest": "1.0.0-alpha.33",
"arcjet-next": "1.0.0-alpha.33",
"arcjet-node": "1.0.0-alpha.33",
"arcjet-remix": "1.0.0-alpha.33",
"arcjet-sveltekit": "1.0.0-alpha.33",
"body": "1.0.0-alpha.33",
"decorate": "1.0.0-alpha.33",
"duration": "1.0.0-alpha.33",
"env": "1.0.0-alpha.33",
"eslint-config": "1.0.0-alpha.33",
"headers": "1.0.0-alpha.33",
"ip": "1.0.0-alpha.33",
"logger": "1.0.0-alpha.33",
"nosecone": "1.0.0-alpha.33",
"nosecone-next": "1.0.0-alpha.33",
"nosecone-sveltekit": "1.0.0-alpha.33",
"protocol": "1.0.0-alpha.33",
"redact": "1.0.0-alpha.33",
"redact-wasm": "1.0.0-alpha.33",
"rollup-config": "1.0.0-alpha.33",
"runtime": "1.0.0-alpha.33",
"sprintf": "1.0.0-alpha.33",
"transport": "1.0.0-alpha.33",
"tsconfig": "1.0.0-alpha.33"
".": "1.0.0-alpha.34",
"analyze": "1.0.0-alpha.34",
"arcjet": "1.0.0-alpha.34",
"arcjet-bun": "1.0.0-alpha.34",
"arcjet-deno": "1.0.0-alpha.34",
"arcjet-nest": "1.0.0-alpha.34",
"arcjet-next": "1.0.0-alpha.34",
"arcjet-node": "1.0.0-alpha.34",
"arcjet-remix": "1.0.0-alpha.34",
"arcjet-sveltekit": "1.0.0-alpha.34",
"body": "1.0.0-alpha.34",
"decorate": "1.0.0-alpha.34",
"duration": "1.0.0-alpha.34",
"env": "1.0.0-alpha.34",
"eslint-config": "1.0.0-alpha.34",
"headers": "1.0.0-alpha.34",
"ip": "1.0.0-alpha.34",
"logger": "1.0.0-alpha.34",
"nosecone": "1.0.0-alpha.34",
"nosecone-next": "1.0.0-alpha.34",
"nosecone-sveltekit": "1.0.0-alpha.34",
"protocol": "1.0.0-alpha.34",
"redact": "1.0.0-alpha.34",
"redact-wasm": "1.0.0-alpha.34",
"rollup-config": "1.0.0-alpha.34",
"runtime": "1.0.0-alpha.34",
"sprintf": "1.0.0-alpha.34",
"transport": "1.0.0-alpha.34",
"tsconfig": "1.0.0-alpha.34"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2024-12-03)


### ⚠ BREAKING CHANGES

* **nosecone:** Remove `upgradeInsecureRequests` default value ([#2401](https://github.com/arcjet/arcjet-js/issues/2401))

### 🚀 New Features

* **ip:** Allow trusted proxies to exclude when looking for global IP ([#2393](https://github.com/arcjet/arcjet-js/issues/2393)) ([58286b7](https://github.com/arcjet/arcjet-js/commit/58286b72d456236e85bdd0c975b007e081dcac5a))
* **nosecone-next:** Keep `'self'` script-src in defaults ([#2378](https://github.com/arcjet/arcjet-js/issues/2378)) ([13348c8](https://github.com/arcjet/arcjet-js/commit/13348c8a771a167f970cfa68d6c57f1c6288447b))
* Support trusted proxy configuration on each adapter ([#2394](https://github.com/arcjet/arcjet-js/issues/2394)) ([f9587d8](https://github.com/arcjet/arcjet-js/commit/f9587d8ec6bd0327cb34ac19e52aeecbf6b79cf3)), closes [#2346](https://github.com/arcjet/arcjet-js/issues/2346)


### 🪲 Bug Fixes

* **nosecone:** Remove `upgradeInsecureRequests` default value ([#2401](https://github.com/arcjet/arcjet-js/issues/2401)) ([093dc53](https://github.com/arcjet/arcjet-js/commit/093dc53459c187955781997446df98e5d190fca3))


### 📝 Documentation

* Add nosecone section to root README ([#2404](https://github.com/arcjet/arcjet-js/issues/2404)) ([4674fa4](https://github.com/arcjet/arcjet-js/commit/4674fa41d8ed2bace58ea66bed8a138c4f52a167))


### 🧹 Miscellaneous Chores

* **nosecone:** Add JSDoc comments to NoseconeOptions ([#2380](https://github.com/arcjet/arcjet-js/issues/2380)) ([53ec4eb](https://github.com/arcjet/arcjet-js/commit/53ec4eb96fd742dec7a23cd8abd2722b77c537b8))

## [1.0.0-alpha.33](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2024-11-29)


Expand Down
18 changes: 18 additions & 0 deletions analyze/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/analyze-v1.0.0-alpha.34) (2024-12-03)


### 🧹 Miscellaneous Chores

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/protocol bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/rollup-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/tsconfig bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34

## [1.0.0-alpha.33](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.32...@arcjet/analyze-v1.0.0-alpha.33) (2024-11-29)


Expand Down
10 changes: 5 additions & 5 deletions analyze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/analyze",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"description": "Arcjet local analysis engine",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -47,12 +47,12 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
},
"dependencies": {
"@arcjet/protocol": "1.0.0-alpha.33"
"@arcjet/protocol": "1.0.0-alpha.34"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.33",
"@arcjet/rollup-config": "1.0.0-alpha.33",
"@arcjet/tsconfig": "1.0.0-alpha.33",
"@arcjet/eslint-config": "1.0.0-alpha.34",
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@bytecodealliance/jco": "1.5.0",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.28.0",
Expand Down
24 changes: 24 additions & 0 deletions arcjet-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/bun-v1.0.0-alpha.34) (2024-12-03)


### 🚀 New Features

* Support trusted proxy configuration on each adapter ([#2394](https://github.com/arcjet/arcjet-js/issues/2394)) ([f9587d8](https://github.com/arcjet/arcjet-js/commit/f9587d8ec6bd0327cb34ac19e52aeecbf6b79cf3)), closes [#2346](https://github.com/arcjet/arcjet-js/issues/2346)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/env bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/headers bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/ip bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/logger bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/protocol bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/transport bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* arcjet bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/rollup-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/tsconfig bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34

## [1.0.0-alpha.33](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.32...@arcjet/bun-v1.0.0-alpha.33) (2024-11-29)


Expand Down
22 changes: 11 additions & 11 deletions arcjet-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/bun",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"description": "Arcjet SDK for Bun.sh",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -37,18 +37,18 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
},
"dependencies": {
"@arcjet/env": "1.0.0-alpha.33",
"@arcjet/headers": "1.0.0-alpha.33",
"@arcjet/ip": "1.0.0-alpha.33",
"@arcjet/logger": "1.0.0-alpha.33",
"@arcjet/protocol": "1.0.0-alpha.33",
"@arcjet/transport": "1.0.0-alpha.33",
"arcjet": "1.0.0-alpha.33"
"@arcjet/env": "1.0.0-alpha.34",
"@arcjet/headers": "1.0.0-alpha.34",
"@arcjet/ip": "1.0.0-alpha.34",
"@arcjet/logger": "1.0.0-alpha.34",
"@arcjet/protocol": "1.0.0-alpha.34",
"@arcjet/transport": "1.0.0-alpha.34",
"arcjet": "1.0.0-alpha.34"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.33",
"@arcjet/rollup-config": "1.0.0-alpha.33",
"@arcjet/tsconfig": "1.0.0-alpha.33",
"@arcjet/eslint-config": "1.0.0-alpha.34",
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@jest/globals": "29.7.0",
"@types/node": "20.12.12",
"@rollup/wasm-node": "4.28.0",
Expand Down
24 changes: 24 additions & 0 deletions arcjet-deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/deno-v1.0.0-alpha.34) (2024-12-03)


### 🚀 New Features

* Support trusted proxy configuration on each adapter ([#2394](https://github.com/arcjet/arcjet-js/issues/2394)) ([f9587d8](https://github.com/arcjet/arcjet-js/commit/f9587d8ec6bd0327cb34ac19e52aeecbf6b79cf3)), closes [#2346](https://github.com/arcjet/arcjet-js/issues/2346)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/env bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/headers bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/ip bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/logger bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/protocol bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/transport bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* arcjet bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/rollup-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/tsconfig bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34

## [1.0.0-alpha.33](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.32...@arcjet/deno-v1.0.0-alpha.33) (2024-11-29)


Expand Down
22 changes: 11 additions & 11 deletions arcjet-deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/deno",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"description": "Arcjet SDK for Deno",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -37,18 +37,18 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
},
"dependencies": {
"@arcjet/env": "1.0.0-alpha.33",
"@arcjet/headers": "1.0.0-alpha.33",
"@arcjet/ip": "1.0.0-alpha.33",
"@arcjet/logger": "1.0.0-alpha.33",
"@arcjet/protocol": "1.0.0-alpha.33",
"@arcjet/transport": "1.0.0-alpha.33",
"arcjet": "1.0.0-alpha.33"
"@arcjet/env": "1.0.0-alpha.34",
"@arcjet/headers": "1.0.0-alpha.34",
"@arcjet/ip": "1.0.0-alpha.34",
"@arcjet/logger": "1.0.0-alpha.34",
"@arcjet/protocol": "1.0.0-alpha.34",
"@arcjet/transport": "1.0.0-alpha.34",
"arcjet": "1.0.0-alpha.34"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.33",
"@arcjet/rollup-config": "1.0.0-alpha.33",
"@arcjet/tsconfig": "1.0.0-alpha.33",
"@arcjet/eslint-config": "1.0.0-alpha.34",
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@jest/globals": "29.7.0",
"@types/deno": "2.0.0",
"@rollup/wasm-node": "4.28.0",
Expand Down
25 changes: 25 additions & 0 deletions arcjet-nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/nest-v1.0.0-alpha.34) (2024-12-03)


### 🚀 New Features

* Support trusted proxy configuration on each adapter ([#2394](https://github.com/arcjet/arcjet-js/issues/2394)) ([f9587d8](https://github.com/arcjet/arcjet-js/commit/f9587d8ec6bd0327cb34ac19e52aeecbf6b79cf3)), closes [#2346](https://github.com/arcjet/arcjet-js/issues/2346)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/env bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/headers bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/ip bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/logger bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/protocol bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/transport bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/body bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* arcjet bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/rollup-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/tsconfig bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34

## [1.0.0-alpha.33](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.32...@arcjet/nest-v1.0.0-alpha.33) (2024-11-29)


Expand Down
24 changes: 12 additions & 12 deletions arcjet-nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/nest",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"description": "Arcjet SDK for NestJS",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -39,23 +39,23 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
},
"dependencies": {
"@arcjet/env": "1.0.0-alpha.33",
"@arcjet/headers": "1.0.0-alpha.33",
"@arcjet/ip": "1.0.0-alpha.33",
"@arcjet/logger": "1.0.0-alpha.33",
"@arcjet/protocol": "1.0.0-alpha.33",
"@arcjet/transport": "1.0.0-alpha.33",
"@arcjet/body": "1.0.0-alpha.33",
"arcjet": "1.0.0-alpha.33"
"@arcjet/env": "1.0.0-alpha.34",
"@arcjet/headers": "1.0.0-alpha.34",
"@arcjet/ip": "1.0.0-alpha.34",
"@arcjet/logger": "1.0.0-alpha.34",
"@arcjet/protocol": "1.0.0-alpha.34",
"@arcjet/transport": "1.0.0-alpha.34",
"@arcjet/body": "1.0.0-alpha.34",
"arcjet": "1.0.0-alpha.34"
},
"peerDependencies": {
"@nestjs/common": "^10",
"reflect-metadata": "^0.1.12 || ^0.2.0"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.33",
"@arcjet/rollup-config": "1.0.0-alpha.33",
"@arcjet/tsconfig": "1.0.0-alpha.33",
"@arcjet/eslint-config": "1.0.0-alpha.34",
"@arcjet/rollup-config": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@jest/globals": "29.7.0",
"@nestjs/common": "^10.4.12",
"@rollup/wasm-node": "4.28.0",
Expand Down
24 changes: 24 additions & 0 deletions arcjet-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.0.0-alpha.34](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.33...@arcjet/next-v1.0.0-alpha.34) (2024-12-03)


### 🚀 New Features

* Support trusted proxy configuration on each adapter ([#2394](https://github.com/arcjet/arcjet-js/issues/2394)) ([f9587d8](https://github.com/arcjet/arcjet-js/commit/f9587d8ec6bd0327cb34ac19e52aeecbf6b79cf3)), closes [#2346](https://github.com/arcjet/arcjet-js/issues/2346)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/env bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/headers bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/ip bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/logger bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/protocol bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/transport bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* arcjet bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/rollup-config bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34
* @arcjet/tsconfig bumped from 1.0.0-alpha.33 to 1.0.0-alpha.34

## [1.0.0-alpha.33](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.32...@arcjet/next-v1.0.0-alpha.33) (2024-11-29)


Expand Down
Loading
Loading