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.6 #77

Merged
merged 2 commits into from
Dec 18, 2023
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
20 changes: 10 additions & 10 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "1.0.0-alpha.5",
"analyze": "1.0.0-alpha.5",
"arcjet": "1.0.0-alpha.5",
"arcjet-next": "1.0.0-alpha.5",
"eslint-config": "1.0.0-alpha.5",
"ip": "1.0.0-alpha.5",
"logger": "1.0.0-alpha.5",
"protocol": "1.0.0-alpha.5",
"rollup-config": "1.0.0-alpha.5",
"tsconfig": "1.0.0-alpha.5"
".": "1.0.0-alpha.6",
"analyze": "1.0.0-alpha.6",
"arcjet": "1.0.0-alpha.6",
"arcjet-next": "1.0.0-alpha.6",
"eslint-config": "1.0.0-alpha.6",
"ip": "1.0.0-alpha.6",
"logger": "1.0.0-alpha.6",
"protocol": "1.0.0-alpha.6",
"rollup-config": "1.0.0-alpha.6",
"tsconfig": "1.0.0-alpha.6"
}
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2023-12-18)


### âš  BREAKING CHANGES

* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65))

### 🚀 New Features

* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65)) ([c043f15](https://github.com/arcjet/arcjet-js/commit/c043f15342ec87a2b15e41ada05f90527daf0879))


### 🪲 Bug Fixes

* **next:** Avoid appending `?` if querystring is empty ([#71](https://github.com/arcjet/arcjet-js/issues/71)) ([16ca958](https://github.com/arcjet/arcjet-js/commit/16ca9583f806a11c23e2378be64fa9b1054feb50))
* **next:** Stop using NextUrl to avoid type conflict across version ([#62](https://github.com/arcjet/arcjet-js/issues/62)) ([294540a](https://github.com/arcjet/arcjet-js/commit/294540abda21dec4c4f054cea796fef9af091247))
* Wrap timeout default ternary so timeout option takes effect ([#66](https://github.com/arcjet/arcjet-js/issues/66)) ([d49ebd2](https://github.com/arcjet/arcjet-js/commit/d49ebd2a5581804b988161f2850e909f414effa3))


### 🧹 Miscellaneous Chores

* Add pre and post logging to remote client ([#70](https://github.com/arcjet/arcjet-js/issues/70)) ([46fd6b3](https://github.com/arcjet/arcjet-js/commit/46fd6b3797fc4ba27e96d7846f22aa67a91e9a5f))
* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1))
* **deps:** Bump the dependencies group with 2 updates ([#54](https://github.com/arcjet/arcjet-js/issues/54)) ([9c68aa2](https://github.com/arcjet/arcjet-js/commit/9c68aa20b04b037bd8b32755251201188c899d6b))
* Disallow configuring timeout for report ([#67](https://github.com/arcjet/arcjet-js/issues/67)) ([ae8f1b7](https://github.com/arcjet/arcjet-js/commit/ae8f1b7c1814b694cb959c613ccf1e75bcc0158f))
* **examples:** Add Next 13 wrap example ([294540a](https://github.com/arcjet/arcjet-js/commit/294540abda21dec4c4f054cea796fef9af091247))
* **rollup:** Fail compilation on type check failure ([#68](https://github.com/arcjet/arcjet-js/issues/68)) ([b9a373b](https://github.com/arcjet/arcjet-js/commit/b9a373b48833a46fd1a9b5568dac6e6d9a3f5bbd))


### ✅ Continuous Integration

* Setup release workflow ([#74](https://github.com/arcjet/arcjet-js/issues/74)) ([53b5b63](https://github.com/arcjet/arcjet-js/commit/53b5b638b94370e27bb3550a50d36e89f45d261e))
19 changes: 19 additions & 0 deletions analyze/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/analyze-v1.0.0-alpha.6) (2023-12-18)


### 🧹 Miscellaneous Chores

* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/logger bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
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.5",
"version": "1.0.0-alpha.6",
"description": "Arcjet local analysis engine",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -35,12 +35,12 @@
"./wasm/arcjet_analyze_js_req_bg.js"
],
"dependencies": {
"@arcjet/logger": "1.0.0-alpha.5"
"@arcjet/logger": "1.0.0-alpha.6"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.5",
"@arcjet/rollup-config": "1.0.0-alpha.5",
"@arcjet/tsconfig": "1.0.0-alpha.5",
"@arcjet/eslint-config": "1.0.0-alpha.6",
"@arcjet/rollup-config": "1.0.0-alpha.6",
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.9.0",
"@types/node": "18.18.0",
Expand Down
28 changes: 28 additions & 0 deletions arcjet-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/next-v1.0.0-alpha.6) (2023-12-18)


### 🪲 Bug Fixes

* **next:** Avoid appending `?` if querystring is empty ([#71](https://github.com/arcjet/arcjet-js/issues/71)) ([16ca958](https://github.com/arcjet/arcjet-js/commit/16ca9583f806a11c23e2378be64fa9b1054feb50))
* **next:** Stop using NextUrl to avoid type conflict across version ([#62](https://github.com/arcjet/arcjet-js/issues/62)) ([294540a](https://github.com/arcjet/arcjet-js/commit/294540abda21dec4c4f054cea796fef9af091247))


### 🧹 Miscellaneous Chores

* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1))
* **deps:** Bump the dependencies group with 2 updates ([#54](https://github.com/arcjet/arcjet-js/issues/54)) ([9c68aa2](https://github.com/arcjet/arcjet-js/commit/9c68aa20b04b037bd8b32755251201188c899d6b))
* **examples:** Add Next 13 wrap example ([294540a](https://github.com/arcjet/arcjet-js/commit/294540abda21dec4c4f054cea796fef9af091247))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/ip bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* arcjet bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
12 changes: 6 additions & 6 deletions arcjet-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/next",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Arcjet SDK for the Next.js framework",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -31,15 +31,15 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests"
},
"dependencies": {
"@arcjet/ip": "1.0.0-alpha.5",
"@arcjet/ip": "1.0.0-alpha.6",
"@connectrpc/connect-web": "1.2.0",
"arcjet": "1.0.0-alpha.5",
"arcjet": "1.0.0-alpha.6",
"next": "14.0.4"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.5",
"@arcjet/rollup-config": "1.0.0-alpha.5",
"@arcjet/tsconfig": "1.0.0-alpha.5",
"@arcjet/eslint-config": "1.0.0-alpha.6",
"@arcjet/rollup-config": "1.0.0-alpha.6",
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@jest/globals": "29.7.0",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.9.0",
Expand Down
37 changes: 37 additions & 0 deletions arcjet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...arcjet-v1.0.0-alpha.6) (2023-12-18)


### âš  BREAKING CHANGES

* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65))

### 🚀 New Features

* Pass ArcjetContext to rules ([#65](https://github.com/arcjet/arcjet-js/issues/65)) ([c043f15](https://github.com/arcjet/arcjet-js/commit/c043f15342ec87a2b15e41ada05f90527daf0879))


### 🪲 Bug Fixes

* Wrap timeout default ternary so timeout option takes effect ([#66](https://github.com/arcjet/arcjet-js/issues/66)) ([d49ebd2](https://github.com/arcjet/arcjet-js/commit/d49ebd2a5581804b988161f2850e909f414effa3))


### 🧹 Miscellaneous Chores

* Add pre and post logging to remote client ([#70](https://github.com/arcjet/arcjet-js/issues/70)) ([46fd6b3](https://github.com/arcjet/arcjet-js/commit/46fd6b3797fc4ba27e96d7846f22aa67a91e9a5f))
* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1))
* Disallow configuring timeout for report ([#67](https://github.com/arcjet/arcjet-js/issues/67)) ([ae8f1b7](https://github.com/arcjet/arcjet-js/commit/ae8f1b7c1814b694cb959c613ccf1e75bcc0158f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @arcjet/analyze bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/logger bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/protocol bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
14 changes: 7 additions & 7 deletions arcjet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arcjet",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Arcjet TypeScript and JavaScript SDK core",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -31,14 +31,14 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"@arcjet/analyze": "1.0.0-alpha.5",
"@arcjet/logger": "1.0.0-alpha.5",
"@arcjet/protocol": "1.0.0-alpha.5"
"@arcjet/analyze": "1.0.0-alpha.6",
"@arcjet/logger": "1.0.0-alpha.6",
"@arcjet/protocol": "1.0.0-alpha.6"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.5",
"@arcjet/rollup-config": "1.0.0-alpha.5",
"@arcjet/tsconfig": "1.0.0-alpha.5",
"@arcjet/eslint-config": "1.0.0-alpha.6",
"@arcjet/rollup-config": "1.0.0-alpha.6",
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@edge-runtime/jest-environment": "2.3.7",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.9.0",
Expand Down
8 changes: 8 additions & 0 deletions eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/eslint-config-v1.0.0-alpha.6) (2023-12-18)


### 🧹 Miscellaneous Chores

* **@arcjet/eslint-config:** Synchronize arcjet-js versions
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/eslint-config",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Custom eslint config for Arcjet projects",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down
17 changes: 17 additions & 0 deletions ip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/ip-v1.0.0-alpha.6) (2023-12-18)


### 🧹 Miscellaneous Chores

* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
8 changes: 4 additions & 4 deletions ip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/ip",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Arcjet utilities for finding the originating IP of a request",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.5",
"@arcjet/rollup-config": "1.0.0-alpha.5",
"@arcjet/tsconfig": "1.0.0-alpha.5",
"@arcjet/eslint-config": "1.0.0-alpha.6",
"@arcjet/rollup-config": "1.0.0-alpha.6",
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.9.0",
"@types/node": "18.18.0",
Expand Down
17 changes: 17 additions & 0 deletions logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [1.0.0-alpha.6](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.5...@arcjet/logger-v1.0.0-alpha.6) (2023-12-18)


### 🧹 Miscellaneous Chores

* **deps-dev:** Bump the dev-dependencies group with 2 updates ([#55](https://github.com/arcjet/arcjet-js/issues/55)) ([94839f3](https://github.com/arcjet/arcjet-js/commit/94839f3105ab2be5f1e5cdf02278ca7cc24850c1))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @arcjet/eslint-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/rollup-config bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
* @arcjet/tsconfig bumped from 1.0.0-alpha.5 to 1.0.0-alpha.6
8 changes: 4 additions & 4 deletions logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcjet/logger",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Arcjet logging interface which mirrors the console interface but allows log levels",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-alpha.5",
"@arcjet/rollup-config": "1.0.0-alpha.5",
"@arcjet/tsconfig": "1.0.0-alpha.5",
"@arcjet/eslint-config": "1.0.0-alpha.6",
"@arcjet/rollup-config": "1.0.0-alpha.6",
"@arcjet/tsconfig": "1.0.0-alpha.6",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.9.0",
"@types/node": "18.18.0",
Expand Down
Loading