Skip to content

Commit cb8de0b

Browse files
Merge pull request #1139 from Adyen/automation/release
Release v13.1.3
2 parents ac20271 + 0aed81a commit cb8de0b

File tree

86 files changed

+2099
-574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+2099
-574
lines changed

.github/workflows/models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo ::set-output name=pr_body::"OpenAPI spec or templates produced new models on $(date +%d-%m-%Y) \
1818
by [commit](https://github.com/Adyen/adyen-openapi/commit/$(git rev-parse HEAD))."
1919
- name: Create Pull Request
20-
uses: peter-evans/create-pull-request@v4
20+
uses: peter-evans/create-pull-request@v5
2121
with:
2222
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
2323
committer: ${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm --no-git-tag-version version ${{steps.release.outputs.nextVersion}}
3333
- name: Create Pull Request
3434
id: cpr
35-
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4
35+
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
3636
with:
3737
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
3838
committer: ${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}
@@ -46,7 +46,7 @@ jobs:
4646
delete-branch: true
4747
- name: Enable Pull Request Automerge
4848
if: steps.cpr.outputs.pull-request-operation == 'created'
49-
uses: peter-evans/enable-pull-request-automerge@684fed02ccc9b5eefcf7d40b65b3cd44255bd5bc # v2.5.0
49+
uses: peter-evans/enable-pull-request-automerge@a660677d5469627102a1c1e11409dd063606628d # v3.0.0
5050
with:
5151
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
5252
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}

README.md

Lines changed: 182 additions & 98 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/api-library",
3-
"version": "13.1.2",
3+
"version": "13.1.3",
44
"description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs.",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
@@ -37,18 +37,18 @@
3737
"devDependencies": {
3838
"@types/jest": "27.5.2",
3939
"@types/nock": "11.1.0",
40-
"@typescript-eslint/eslint-plugin": "5.55.0",
41-
"@typescript-eslint/parser": "5.55.0",
40+
"@typescript-eslint/eslint-plugin": "5.59.2",
41+
"@typescript-eslint/parser": "5.59.2",
4242
"acorn": "^8.0.1",
4343
"coveralls": "3.1.1",
4444
"dotenv": "^16.0.0",
45-
"eslint": "8.36.0",
45+
"eslint": "8.39.0",
4646
"jest": "^27.0.6",
4747
"jest-ts-auto-mock": "^2.0.0",
4848
"kind-of": "^6.0.3",
4949
"minimist": ">=1.2.3",
50-
"nock": "13.3.0",
51-
"release-it": "15.9.0",
50+
"nock": "13.3.1",
51+
"release-it": "15.10.3",
5252
"ts-auto-mock": "^3.3.5",
5353
"ts-jest": "^27.0.4",
5454
"ts-loader": "9.4.2",
@@ -59,6 +59,6 @@
5959
"https-proxy-agent": "5.0.1"
6060
},
6161
"optionalDependencies": {
62-
"@types/node": "14.18.40"
62+
"@types/node": "14.18.42"
6363
}
6464
}

0 commit comments

Comments
 (0)