feathersjs-ecosystem / feathers-chat-ts

A Feathers real-time chat application in TypeScript
MIT License
54 stars 25 forks source link

Update all dependencies #50

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

Base PullRequest

default branch (https://github.com/feathersjs/feathers-chat-ts/tree/crow)

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v1/node_modules/npm-check-updates/bin ```
npm install ```Shell > nodemon@2.0.4 postinstall /home/runner/work/feathers-chat-ts/feathers-chat-ts/node_modules/nodemon > node bin/postinstall || exit 0 Love nodemon? You can now support the project via the open collective: > https://opencollective.com/nodemon/donate added 836 packages from 485 contributors and audited 841 packages in 11.882s 49 packages are looking for funding run `npm fund` for details found 41 low severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details ``` ### stderr: ```Shell npm WARN feathers-chat@0.0.0 No repository field. npm WARN feathers-chat@0.0.0 No license field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) ```
npm run update-dependencies ```Shell > feathers-chat@0.0.0 update-dependencies /home/runner/work/feathers-chat-ts/feathers-chat-ts > ncu -u Upgrading /home/runner/work/feathers-chat-ts/feathers-chat-ts/package.json @feathersjs/authentication ^4.5.7 → ^4.5.8 @feathersjs/authentication-local ^4.5.7 → ^4.5.8 @feathersjs/authentication-oauth ^4.5.7 → ^4.5.8 @feathersjs/configuration ^4.5.7 → ^4.5.8 @feathersjs/errors ^4.5.7 → ^4.5.8 @feathersjs/express ^4.5.7 → ^4.5.8 @feathersjs/feathers ^4.5.7 → ^4.5.8 @feathersjs/socketio ^4.5.7 → ^4.5.8 helmet ^3.23.3 → ^4.1.0 @types/helmet 0.0.47 → 0.0.48 @types/mocha ^8.0.1 → ^8.0.3 axios ^0.19.2 → ^0.20.0 mocha ^8.1.0 → ^8.1.3 npm-check-updates ^7.0.2 → ^8.0.2 ts-node-dev ^1.0.0-pre.56 → ^1.0.0-pre.61 typescript ^3.9.7 → ^4.0.2 Run npm install to install new versions. ```
npm install ```Shell added 19 packages from 16 contributors, removed 21 packages, updated 48 packages and audited 839 packages in 12.377s 34 packages are looking for funding run `npm fund` for details found 41 low severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details ``` ### stderr: ```Shell npm WARN deprecated flat@4.1.0: Fixed a prototype pollution security issue in 4.1.0, please upgrade to ^4.1.1 or ^5.0.1. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN ts-mocha@7.0.0 requires a peer of mocha@^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X but none is installed. You must install peer dependencies yourself. npm WARN feathers-chat@0.0.0 No repository field. npm WARN feathers-chat@0.0.0 No license field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) ```
npm test ```Shell > feathers-chat@0.0.0 test /home/runner/work/feathers-chat-ts/feathers-chat-ts > npm run compile && npm run coverage > feathers-chat@0.0.0 compile /home/runner/work/feathers-chat-ts/feathers-chat-ts > shx rm -rf lib/ && tsc > feathers-chat@0.0.0 coverage /home/runner/work/feathers-chat-ts/feathers-chat-ts > nyc npm run mocha > feathers-chat@0.0.0 mocha /home/runner/work/feathers-chat-ts/feathers-chat-ts > npm run clean && NODE_ENV=test ts-mocha "test/**/*.ts" --recursive --exit > feathers-chat@0.0.0 clean /home/runner/work/feathers-chat-ts/feathers-chat-ts > shx rm -rf test/data/ Feathers application tests ✓ starts and shows the index page 404 info: Page not found {"type":"FeathersError","name":"NotFound","code":404,"className":"not-found","data":{"url":"/path/to/nowhere"},"errors":{}} ✓ shows a 404 HTML page info: Page not found {"type":"FeathersError","name":"NotFound","code":404,"className":"not-found","data":{"url":"/path/to/nowhere"},"errors":{}} ✓ shows a 404 JSON error without stack trace authentication ✓ registered the authentication service local strategy Publishing all events to all authenticated users. See `channels.js` and https://docs.feathersjs.com/api/channels.html for more information. ✓ authenticates user and creates accessToken (89ms) 'messages' service ✓ registered the service Publishing all events to all authenticated users. See `channels.js` and https://docs.feathersjs.com/api/channels.html for more information. Publishing all events to all authenticated users. See `channels.js` and https://docs.feathersjs.com/api/channels.html for more information. ✓ creates and processes message, adds user information (84ms) 'users' service ✓ registered the service Publishing all events to all authenticated users. See `channels.js` and https://docs.feathersjs.com/api/channels.html for more information. ✓ creates a user, encrypts password and adds gravatar (81ms) Publishing all events to all authenticated users. See `channels.js` and https://docs.feathersjs.com/api/channels.html for more information. ✓ removes password for external requests (87ms) 10 passing (496ms) -----------------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s -----------------------|---------|----------|---------|---------|------------------- All files | 93.84 | 50 | 85.71 | 93.84 | src | 88.71 | 25 | 50 | 88.71 | app.hooks.ts | 100 | 100 | 100 | 100 | app.ts | 100 | 100 | 100 | 100 | authentication.ts | 83.33 | 100 | 50 | 83.33 | 16-18 channels.ts | 58.33 | 25 | 50 | 58.33 | 7,12,18-26 logger.ts | 100 | 100 | 100 | 100 | src/hooks | 89.47 | 50 | 100 | 89.47 | populate-user.ts | 90 | 50 | 100 | 90 | 25 process-message.ts | 88.89 | 50 | 100 | 88.89 | 11 src/middleware | 100 | 100 | 100 | 100 | index.ts | 100 | 100 | 100 | 100 | src/models | 100 | 100 | 100 | 100 | messages.model.ts | 100 | 100 | 100 | 100 | users.model.ts | 100 | 100 | 100 | 100 | src/services | 100 | 100 | 100 | 100 | index.ts | 100 | 100 | 100 | 100 | src/services/messages | 100 | 100 | 100 | 100 | messages.class.ts | 100 | 100 | 100 | 100 | messages.hooks.ts | 100 | 100 | 100 | 100 | messages.service.ts | 100 | 100 | 100 | 100 | src/services/users | 100 | 100 | 100 | 100 | users.class.ts | 100 | 100 | 100 | 100 | users.hooks.ts | 100 | 100 | 100 | 100 | users.service.ts | 100 | 100 | 100 | 100 | -----------------------|---------|----------|---------|---------|------------------- ```

Changed files

Changed 2 files: - package-lock.json - package.json

:octocat: Repo | :memo: Issues | :department_store: Marketplace