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(dependencies): Update all dependencies and CI Node versions #2549

Merged
merged 3 commits into from
Feb 6, 2022
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
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2,271 changes: 1,179 additions & 1,092 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"test": "npm run lint && nyc lerna run test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.6.0",
"eslint-plugin-import": "^2.25.3",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"lerna": "^4.0.0",
"npm-check-updates": "^12.0.5",
"npm-check-updates": "^12.2.1",
"nyc": "^15.1.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
}
}
12 changes: 6 additions & 6 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"@feathersjs/feathers": "^5.0.0-pre.16"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/mocha": "^9.1.0",
"@types/mongodb": "^4.0.6",
"@types/node": "^17.0.5",
"mocha": "^9.1.3",
"mongodb": "^4.2.2",
"shx": "^0.3.3",
"@types/node": "^17.0.15",
"mocha": "^9.2.0",
"mongodb": "^4.3.1",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
10 changes: 5 additions & 5 deletions packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
12 changes: 6 additions & 6 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"@feathersjs/rest-client": "^5.0.0-pre.16",
"@feathersjs/socketio": "^5.0.0-pre.16",
"@feathersjs/socketio-client": "^5.0.0-pre.16",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"axios": "^0.24.0",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"axios": "^0.25.0",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
10 changes: 5 additions & 5 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"@feathersjs/memory": "^5.0.0-pre.16",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
14 changes: 7 additions & 7 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@
"@feathersjs/express": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"express-session": "^1.17.2",
"grant": "^5.4.18",
"grant": "^5.4.20",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.16",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"axios": "^0.24.0",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"axios": "^0.25.0",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
14 changes: 7 additions & 7 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@feathersjs/errors": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"@feathersjs/transport-commons": "^5.0.0-pre.16",
"@types/jsonwebtoken": "^8.5.6",
"@types/jsonwebtoken": "^8.5.8",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
Expand All @@ -65,13 +65,13 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.16",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"@types/uuid": "^8.3.3",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"@types/uuid": "^8.3.4",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
18 changes: 9 additions & 9 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@
"@feathersjs/socketio-client": "^5.0.0-pre.16"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@feathersjs/express": "^5.0.0-pre.16",
"@feathersjs/memory": "^5.0.0-pre.16",
"@feathersjs/socketio": "^5.0.0-pre.16",
"@feathersjs/tests": "^5.0.0-pre.16",
"babel-loader": "^8.2.3",
"mocha": "^9.1.3",
"mocha": "^9.2.0",
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.1",
"shx": "^0.3.3",
"socket.io-client": "^4.4.0",
"superagent": "^6.1.0",
"shx": "^0.3.4",
"socket.io-client": "^4.4.1",
"superagent": "^7.1.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
Expand Down
10 changes: 5 additions & 5 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
14 changes: 7 additions & 7 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"@types/config": "^0.0.40",
"config": "^3.3.6"
"@types/config": "^0.0.41",
"config": "^3.3.7"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
10 changes: 5 additions & 5 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
],
"devDependencies": {
"@feathersjs/feathers": "^5.0.0-pre.16",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
14 changes: 7 additions & 7 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@
"@feathersjs/feathers": "^5.0.0-pre.16",
"@feathersjs/transport-commons": "^5.0.0-pre.16",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.27",
"@types/express-serve-static-core": "^4.17.28",
"express": "^4.17.2"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.16",
"@feathersjs/tests": "^5.0.0-pre.16",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"axios": "^0.24.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"axios": "^0.25.0",
"lodash": "^4.17.21",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
12 changes: 6 additions & 6 deletions packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.16",
"@feathersjs/hooks": "^0.6.5",
"@feathersjs/hooks": "^0.7.3",
"events": "^3.3.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
12 changes: 6 additions & 6 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"@feathersjs/memory": "^5.0.0-pre.16",
"@feathersjs/tests": "^5.0.0-pre.16",
"@types/koa-compose": "^3.2.5",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"axios": "^0.24.0",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"axios": "^0.25.0",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
10 changes: 5 additions & 5 deletions packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
20 changes: 10 additions & 10 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,25 +53,25 @@
"@feathersjs/commons": "^5.0.0-pre.16",
"@feathersjs/errors": "^5.0.0-pre.16",
"@types/node-fetch": "^3.0.2",
"@types/superagent": "^4.1.14",
"qs": "^6.10.2"
"@types/superagent": "^4.1.15",
"qs": "^6.10.3"
},
"devDependencies": {
"@feathersjs/express": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"@feathersjs/memory": "^5.0.0-pre.16",
"@feathersjs/tests": "^5.0.0-pre.16",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"@types/qs": "^6.9.7",
"axios": "^0.24.0",
"mocha": "^9.1.3",
"axios": "^0.25.0",
"mocha": "^9.2.0",
"node-fetch": "^2.6.1",
"rxjs": "^7.5.1",
"shx": "^0.3.3",
"superagent": "^6.1.0",
"rxjs": "^7.5.2",
"shx": "^0.3.4",
"superagent": "^7.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
}
Loading