Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Escape-Technologies/graphql-armor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a48f5be9d7c9b75d42c2eba648b8881cf13c38d8
Choose a base ref
..
head repository: Escape-Technologies/graphql-armor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: debcb5bf326df83f36ee7c8e3c4461e846f1600e
Choose a head ref
5 changes: 0 additions & 5 deletions .changeset/long-peas-develop.md

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -28,20 +28,20 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/preset-env": "7.25.2",
"@babel/preset-typescript": "7.24.7",
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.10",
"@commitlint/cli": "19.6.0",
"@commitlint/config-angular": "19.6.0",
"@escape.tech/mookme": "2.5.1",
"@preconstruct/cli": "2.8.10",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/babel__core": "7.20.5",
"@types/babel__preset-env": "7.9.6",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "9.15.0",
"eslint-config-google": "0.14.0",
"jest": "29.7.0",
"prettier": "3.4.0",
"prettier": "3.4.1",
"typescript": "5.4.5"
},
"workspaces": [
7 changes: 7 additions & 0 deletions packages/graphql-armor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @escape.tech/graphql-armor

## 3.1.2

### Patch Changes

- Updated dependencies [0a26be4]
- @escape.tech/graphql-armor-block-field-suggestions@3.0.0

## 3.1.1

### Patch Changes
6 changes: 3 additions & 3 deletions packages/graphql-armor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor",
"version": "3.1.1",
"version": "3.1.2",
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
"keywords": [
"apollo",
@@ -34,7 +34,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@escape.tech/graphql-armor-block-field-suggestions": "2.2.0",
"@escape.tech/graphql-armor-block-field-suggestions": "3.0.0",
"@escape.tech/graphql-armor-cost-limit": "2.4.0",
"@escape.tech/graphql-armor-max-aliases": "2.6.0",
"@escape.tech/graphql-armor-max-depth": "2.4.0",
@@ -60,7 +60,7 @@
},
"devDependencies": {
"@apollo/server": "4.11.0",
"@envelop/core": "5.0.1",
"@envelop/core": "5.0.2",
"@escape.tech/graphql-armor-types": "0.7.0",
"@types/node": "^22.0.0",
"graphql": "16.8.1",
6 changes: 6 additions & 0 deletions packages/plugins/block-field-suggestions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @escape.tech/graphql-armor-block-field-suggestions

## 3.0.0

### Major Changes

- 0a26be4: feat(field-suggestion): remove extra chars

## 2.2.0

### Minor Changes
4 changes: 2 additions & 2 deletions packages/plugins/block-field-suggestions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor-block-field-suggestions",
"version": "2.2.0",
"version": "3.0.0",
"description": "Block graphql field suggestion.",
"packageManager": "yarn@4.5.0",
"main": "dist/graphql-armor-block-field-suggestions.cjs.js",
@@ -33,7 +33,7 @@
"@envelop/core": "^5.0.0"
},
"devDependencies": {
"@envelop/core": "5.0.1",
"@envelop/core": "5.0.2",
"@envelop/testing": "7.0.0",
"@envelop/types": "5.0.0",
"graphql": "16.8.1",
2 changes: 1 addition & 1 deletion packages/plugins/character-limit/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"@escape.tech/graphql-armor-types": "0.7.0"
},
"devDependencies": {
"@envelop/core": "5.0.1",
"@envelop/core": "5.0.2",
"@envelop/testing": "7.0.0",
"@envelop/types": "5.0.0",
"@escape.tech/graphql-armor-types": "0.7.0",
2 changes: 1 addition & 1 deletion packages/plugins/cost-limit/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"@escape.tech/graphql-armor-types": "0.7.0"
},
"devDependencies": {
"@envelop/core": "5.0.1",
"@envelop/core": "5.0.2",
"@envelop/testing": "7.0.0",
"@envelop/types": "5.0.0",
"@escape.tech/graphql-armor-types": "0.7.0",
2 changes: 1 addition & 1 deletion packages/plugins/max-aliases/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"@escape.tech/graphql-armor-types": "0.7.0"
},
"devDependencies": {
"@envelop/core": "5.0.1",
"@envelop/core": "5.0.2",
"@envelop/testing": "7.0.0",
"@envelop/types": "5.0.0",
"@escape.tech/graphql-armor-types": "0.7.0",
2 changes: 1 addition & 1 deletion packages/plugins/max-depth/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"@escape.tech/graphql-armor-types": "0.7.0"
},
"devDependencies": {
"@envelop/core": "5.0.1",
"@envelop/core": "5.0.2",
"@envelop/testing": "7.0.0",
"@envelop/types": "5.0.0",
"@escape.tech/graphql-armor-types": "0.7.0",
2 changes: 1 addition & 1 deletion packages/plugins/max-directives/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"@escape.tech/graphql-armor-types": "0.7.0"
},
"devDependencies": {
"@envelop/core": "5.0.1",
"@envelop/core": "5.0.2",
"@envelop/testing": "7.0.0",
"@envelop/types": "5.0.0",
"@escape.tech/graphql-armor-types": "0.7.0",
2 changes: 1 addition & 1 deletion packages/plugins/max-tokens/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"@escape.tech/graphql-armor-types": "0.7.0"
},
"devDependencies": {
"@envelop/core": "5.0.1",
"@envelop/core": "5.0.2",
"@envelop/testing": "7.0.0",
"@envelop/types": "5.0.0",
"@escape.tech/graphql-armor-types": "0.7.0",
Loading