Skip to content

Commit

Permalink
chore(dependencies): Update to Socket.io 4, update other dependencies…
Browse files Browse the repository at this point in the history
… and Node engine (#2258)
  • Loading branch information
daffl committed Mar 19, 2021
1 parent 2dafb7c commit f4fd13c
Show file tree
Hide file tree
Showing 25 changed files with 26,763 additions and 6,954 deletions.
33,456 changes: 26,630 additions & 6,826 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"scripts": {
"install": "lerna bootstrap",
Expand All @@ -33,15 +33,15 @@
"test": "npm run lint && nyc lerna run test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^31.6.0",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"lerna": "^3.22.1",
"npm-check-updates": "^11.1.1",
"lerna": "^4.0.0",
"npm-check-updates": "^11.3.0",
"nyc": "^15.1.0",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
}
}
14 changes: 7 additions & 7 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/feathersjs/databases/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -53,14 +53,14 @@
"@feathersjs/feathers": "^5.0.0-pre.1"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/mongodb": "^3.6.3",
"@types/node": "^14.14.22",
"mocha": "^8.2.1",
"mongodb": "^3.6.4",
"@types/mocha": "^8.2.1",
"@types/mongodb": "^3.6.10",
"@types/node": "^14.14.35",
"mocha": "^8.3.2",
"mongodb": "^3.6.5",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}
8 changes: 4 additions & 4 deletions packages/adapter-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.1",
"@feathersjs/feathers": "^5.0.0-pre.1",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"mocha": "^8.2.1",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}
8 changes: 4 additions & 4 deletions packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/feathersjs/databases/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"main": "lib/index.js",
"scripts": {
Expand All @@ -47,11 +47,11 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^14.14.22",
"mocha": "^8.2.1",
"@types/node": "^14.14.35",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}
10 changes: 5 additions & 5 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"files": [
"CHANGELOG.md",
Expand Down Expand Up @@ -66,13 +66,13 @@
"@feathersjs/socketio": "^5.0.0-pre.1",
"@feathersjs/socketio-client": "^5.0.0-pre.1",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"axios": "^0.21.1",
"mocha": "^8.2.1",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}
12 changes: 6 additions & 6 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"files": [
"CHANGELOG.md",
Expand Down Expand Up @@ -57,19 +57,19 @@
"@feathersjs/feathers": "^5.0.0-pre.1",
"bcryptjs": "^2.4.3",
"debug": "^4.3.1",
"lodash": "^4.17.20"
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/adapter-memory": "^5.0.0-pre.1",
"@types/bcryptjs": "^2.4.2",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"mocha": "^8.2.1",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}
14 changes: 7 additions & 7 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"files": [
"CHANGELOG.md",
Expand Down Expand Up @@ -58,22 +58,22 @@
"@feathersjs/feathers": "^5.0.0-pre.1",
"debug": "^4.3.1",
"express-session": "^1.17.1",
"grant": "^5.4.9",
"lodash": "^4.17.20"
"grant": "^5.4.10",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/adapter-memory": "^5.0.0-pre.1",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"axios": "^0.21.1",
"mocha": "^8.2.1",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}
14 changes: 7 additions & 7 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"scripts": {
"prepublish": "npm run compile",
Expand All @@ -55,24 +55,24 @@
"@feathersjs/errors": "^5.0.0-pre.1",
"@feathersjs/feathers": "^5.0.0-pre.1",
"@feathersjs/transport-commons": "^5.0.0-pre.1",
"@types/jsonwebtoken": "^8.5.0",
"@types/jsonwebtoken": "^8.5.1",
"debug": "^4.3.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@feathersjs/adapter-memory": "^5.0.0-pre.1",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"@types/uuid": "^8.3.0",
"mocha": "^8.2.1",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}
20 changes: 10 additions & 10 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"author": "Feathers contributors",
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"main": "dist/feathers",
"types": "dist/",
Expand All @@ -42,7 +42,7 @@
"mocha": "mocha --config ../../.mocharc.json --recursive test/**/*.test.ts",
"test": "npm run build && npm run mocha",
"test:browser": "mocha-puppeteer browser/test.js",
"webpack": "parallel-webpack"
"webpack": "webpack --config webpack/feathers.js && webpack --config webpack/feathers.min.js && webpack --config webpack/core.js && webpack --config webpack/core.min.js"
},
"browserslist": [
"last 2 versions",
Expand All @@ -56,23 +56,23 @@
"@feathersjs/socketio-client": "^5.0.0-pre.1"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@feathersjs/adapter-memory": "^5.0.0-pre.1",
"@feathersjs/express": "^5.0.0-pre.1",
"@feathersjs/socketio": "^5.0.0-pre.1",
"@feathersjs/tests": "^5.0.0-pre.1",
"babel-loader": "^8.2.2",
"mocha": "^8.2.1",
"mocha": "^8.3.2",
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.1",
"parallel-webpack": "^2.6.0",
"shx": "^0.3.3",
"socket.io-client": "^3.1.0",
"socket.io-client": "^4.0.0",
"superagent": "^6.1.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.20.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.27.0",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
Expand Down
3 changes: 3 additions & 0 deletions packages/client/webpack/core.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const createConfig = require('./create-config');

module.exports = createConfig('core');
3 changes: 3 additions & 0 deletions packages/client/webpack/core.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const createConfig = require('./create-config');

module.exports = createConfig('core', true);
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');
const webpack = require('webpack');
const { merge } = require('webpack-merge');

function createConfig (output, isProduction = false) {
module.exports = function createConfig (output, isProduction = false) {
const commons = {
entry: [
`./src/${output}.ts`
Expand Down Expand Up @@ -52,10 +52,3 @@ function createConfig (output, isProduction = false) {

return merge(commons, isProduction ? production : dev);
}

module.exports = [
createConfig('feathers'),
createConfig('feathers', true),
createConfig('core'),
createConfig('core', true)
];
3 changes: 3 additions & 0 deletions packages/client/webpack/feathers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const createConfig = require('./create-config');

module.exports = createConfig('feathers');
3 changes: 3 additions & 0 deletions packages/client/webpack/feathers.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const createConfig = require('./create-config');

module.exports = createConfig('feathers', true);
10 changes: 5 additions & 5 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"main": "lib/",
"types": "lib/",
Expand All @@ -50,12 +50,12 @@
"access": "public"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"mocha": "^8.2.1",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}
12 changes: 6 additions & 6 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"files": [
"CHANGELOG.md",
Expand Down Expand Up @@ -58,18 +58,18 @@
},
"dependencies": {
"@feathersjs/feathers": "^5.0.0-pre.1",
"config": "^3.3.3",
"config": "^3.3.6",
"debug": "^4.3.1"
},
"devDependencies": {
"@types/config": "^0.0.38",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"mocha": "^8.2.1",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}
Loading

0 comments on commit f4fd13c

Please sign in to comment.