Skip to content

Commit a51be0e

Browse files
authored
Merge branch 'main' into renovate/npm-body-parser-vulnerability
2 parents 18aa085 + 05ad9e0 commit a51be0e

5 files changed

Lines changed: 15 additions & 10 deletions

File tree

.changeset/witty-steaks-spend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- main
1010

11+
permissions:
12+
id-token: write
13+
contents: write
14+
1115
concurrency: ${{ github.workflow }}-${{ github.ref }}
1216

1317
jobs:
@@ -21,7 +25,8 @@ jobs:
2125
- name: Setup Node
2226
uses: actions/setup-node@v4
2327
with:
24-
node-version: 18
28+
node-version: 24
29+
registry-url: 'https://registry.npmjs.org'
2530

2631
- name: Share readme
2732
run: cp README.md packages/graphql-armor/README.md
@@ -37,7 +42,6 @@ jobs:
3742
uses: changesets/action@v1
3843
with:
3944
version: yarn changeset version
40-
publish: yarn release
45+
publish: npm run release
4146
env:
4247
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prettier": "prettier --write '**/*.{ts,js}'",
1313
"test": "jest",
1414
"test:ci": "jest --coverage",
15-
"release": "changeset publish"
15+
"release": "rm -f ~/.npmrc .npmrc \"$NPM_CONFIG_USERCONFIG\" && changeset publish"
1616
},
1717
"author": "Escape Technologies SAS",
1818
"private": true,

packages/graphql-armor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @escape.tech/graphql-armor
22

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- 643537c: Add support for Apollo Server v5
8+
39
## 3.1.7
410

511
### Patch Changes

packages/graphql-armor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor",
3-
"version": "3.1.7",
3+
"version": "3.2.0",
44
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
55
"keywords": [
66
"apollo",

0 commit comments

Comments
 (0)