Skip to content

Commit cddf76a

Browse files
authored
Bump all dependencies (#632)
## Description This PR bumps all dependencies for all packages (except node-fetch and jest) and change the github accounts for dependabot ## Types of changes - [x] Chore (non-breaking change which refactors / improves the existing code base) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist: - [x] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [x] My change requires a change to a package version. - [x] I have updated the `package.json` version accordingly. - [x] I have updated the `CHANGELOG.md` version accordingly. - [ ] I have added tests to cover my changes. - [x] All new and existing tests passed.
1 parent 5f0242f commit cddf76a

11 files changed

+3777
-3197
lines changed

.github/dependabot.yml

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 2
2-
updates:
2+
updates:
33
- package-ecosystem: "npm"
44
directory: "/client"
55
schedule:
@@ -8,9 +8,9 @@ updates:
88
timezone: "Europe/Paris"
99
open-pull-requests-limit: 10
1010
reviewers:
11-
- "Fuzznimp"
12-
- "Meyclem"
13-
- "Oluane"
11+
- "TheRealAstoo"
12+
- "Fenntasy"
13+
- "GrosboillotFlo"
1414

1515
- package-ecosystem: "npm"
1616
directory: "/management"
@@ -20,9 +20,9 @@ updates:
2020
timezone: "Europe/Paris"
2121
open-pull-requests-limit: 10
2222
reviewers:
23-
- "Fuzznimp"
24-
- "Meyclem"
25-
- "Oluane"
23+
- "TheRealAstoo"
24+
- "Fenntasy"
25+
- "GrosboillotFlo"
2626

2727
- package-ecosystem: "npm"
2828
directory: "/popup"
@@ -32,7 +32,6 @@ updates:
3232
timezone: "Europe/Paris"
3333
open-pull-requests-limit: 10
3434
reviewers:
35-
- "Fuzznimp"
36-
- "Meyclem"
37-
- "Oluane"
38-
35+
- "TheRealAstoo"
36+
- "Fenntasy"
37+
- "GrosboillotFlo"

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
yarn 1.22.5
2-
nodejs 14.15.4
2+
nodejs 16.15.0

client/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
6+
## [0.5.3] - 2022-05-02
7+
8+
- Bump all dependencies
9+
510
## Bumps dev dependancies - 2021-08-31
611

712
```sh

client/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fewlines/connect-client",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"author": "Fewlines",
55
"description": "OAuth2 Client for the Connect JS SDK",
66
"license": "MIT",
@@ -29,28 +29,28 @@
2929
},
3030
"dependencies": {
3131
"jsonwebtoken": "8.5.1",
32-
"node-fetch": "2.6.1",
33-
"node-jose": "2.0.0"
32+
"node-fetch": "2.6.7",
33+
"node-jose": "2.1.1"
3434
},
3535
"devDependencies": {
3636
"@fewlines/eslint-config": "3.1.2",
37-
"@types/jest": "27.0.1",
38-
"@types/jsonwebtoken": "8.5.5",
39-
"@types/node": "16.7.10",
40-
"@types/node-fetch": "2.5.12",
41-
"@types/node-jose": "1.1.8",
42-
"@typescript-eslint/eslint-plugin": "4.30.0",
43-
"@typescript-eslint/parser": "4.30.0",
44-
"eslint": "7.32.0",
45-
"eslint-config-prettier": "8.3.0",
46-
"eslint-plugin-import": "2.24.2",
37+
"@types/jest": "27.4.1",
38+
"@types/jsonwebtoken": "8.5.8",
39+
"@types/node": "17.0.31",
40+
"@types/node-fetch": "2.6.1",
41+
"@types/node-jose": "1.1.10",
42+
"@typescript-eslint/eslint-plugin": "5.21.0",
43+
"@typescript-eslint/parser": "5.21.0",
44+
"eslint": "8.14.0",
45+
"eslint-config-prettier": "8.5.0",
46+
"eslint-plugin-import": "2.26.0",
4747
"eslint-plugin-prettier": "4.0.0",
48-
"jest": "27.1.0",
48+
"jest": "27.5.1",
4949
"jest-fetch-mock": "3.0.3",
50-
"prettier": "2.3.2",
51-
"ts-jest": "27.0.5",
52-
"ts-node": "10.2.1",
53-
"typescript": "4.4.2"
50+
"prettier": "2.6.2",
51+
"ts-jest": "27.1.4",
52+
"ts-node": "10.7.0",
53+
"typescript": "4.6.4"
5454
},
5555
"eslintConfig": {
5656
"extends": [

0 commit comments

Comments
 (0)