Skip to content

Commit

Permalink
fix(knex): Update all dependencies and Knex peer
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Oct 11, 2023
1 parent a0624eb commit d5b4059
Show file tree
Hide file tree
Showing 27 changed files with 551 additions and 380 deletions.
848 changes: 509 additions & 339 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 @@ -42,14 +42,14 @@
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"c8": "^8.0.1",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"lerna": "^7.3.0",
"npm-check-updates": "^16.14.4",
"eslint-plugin-prettier": "^5.0.1",
"lerna": "^7.3.1",
"npm-check-updates": "^16.14.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/mongodb": "^4.0.6",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"mongodb": "^6.1.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@feathersjs/socketio": "^5.0.10",
"@feathersjs/socketio-client": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"axios": "^1.5.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/bcryptjs": "^2.4.4",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@
"@feathersjs/koa": "^5.0.10",
"@feathersjs/schema": "^5.0.10",
"cookie-session": "^2.0.0",
"grant": "^5.4.21",
"grant": "^5.4.22",
"koa-session": "^6.4.0",
"lodash": "^4.17.21",
"qs": "^6.11.2"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.10",
"@types/cookie-session": "^2.0.45",
"@types/express": "^4.17.18",
"@types/express": "^4.17.19",
"@types/koa-session": "^6.4.2",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"@types/tough-cookie": "^4.0.3",
"axios": "^1.5.1",
"mocha": "^10.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"@feathersjs/memory": "^5.0.10",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/uuid": "^9.0.4",
"@types/node": "^20.8.4",
"@types/uuid": "^9.0.5",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
"@feathersjs/transport-commons": "^5.0.10",
"@feathersjs/typebox": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"@types/prettier": "^2.7.3",
"axios": "^1.5.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^4.3.3",
"type-fest": "^4.4.0",
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"shx": "^0.3.4",
"socket.io-client": "^4.7.2",
"superagent": "^8.1.2",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@feathersjs/feathers": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@feathersjs/feathers": "^5.0.10",
"@feathersjs/transport-commons": "^5.0.10",
"@types/compression": "^1.7.3",
"@types/express": "^4.17.18",
"@types/express": "^4.17.19",
"@types/express-serve-static-core": "^4.17.37",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand All @@ -69,7 +69,7 @@
"@feathersjs/tests": "^5.0.10",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"axios": "^1.5.1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
5 changes: 3 additions & 2 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@
"@feathersjs/transport-commons": "^5.0.10",
"@feathersjs/typebox": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"@types/prettier": "^2.7.3",
"axios": "^1.5.1",
"knex": "^3.0.1",
"mocha": "^10.2.0",
"mongodb": "^6.1.0",
"mssql": "^10.0.1",
Expand All @@ -88,7 +89,7 @@
"shx": "^0.3.4",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.1",
"type-fest": "^4.3.3",
"type-fest": "^4.4.0",
"typescript": "^5.2.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
Expand Down
6 changes: 3 additions & 3 deletions packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"@feathersjs/feathers": "^5.0.10"
},
"peerDependencies": {
"knex": "^2.5.1"
"knex": "^3.0.1"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.10",
"@feathersjs/schema": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"knex": "^2.5.1",
"@types/node": "^20.8.4",
"knex": "^3.0.1",
"mocha": "^10.2.0",
"pg": "^8.11.3",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@feathersjs/tests": "^5.0.10",
"@types/koa-compose": "^3.2.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"axios": "^1.5.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@feathersjs/adapter-tests": "^5.0.10",
"@feathersjs/feathers": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"@feathersjs/adapter-tests": "^5.0.10",
"@feathersjs/schema": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"mongodb-memory-server": "^8.15.1",
"mongodb-memory-server": "^9.0.0",
"shx": "^0.3.4",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@feathersjs/memory": "^5.0.10",
"@feathersjs/tests": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"@types/node-fetch": "^2.6.6",
"@types/qs": "^6.9.8",
"axios": "^1.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"ajv-formats": "^2.1.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"typescript": "^5.2.2"
},
"peerDependencies": {
"typescript": ">=4.7"
"typescript": ">=5.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@feathersjs/socketio": "^5.0.10",
"@feathersjs/tests": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@feathersjs/memory": "^5.0.10",
"@feathersjs/tests": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@feathersjs/feathers": "^5.0.10",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/encodeurl": "^1.0.0",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"typescript": "^5.2.2"
Expand Down

0 comments on commit d5b4059

Please sign in to comment.