Title: Build(deps): Bump degenerator and pm2 by dependabot[bot] · Pull Request #37 · ungrim97/NodeJS-Example-RESTAPI · GitHub
Open Graph Title: Build(deps): Bump degenerator and pm2 by dependabot[bot] · Pull Request #37 · ungrim97/NodeJS-Example-RESTAPI
X Title: Build(deps): Bump degenerator and pm2 by dependabot[bot] · Pull Request #37 · ungrim97/NodeJS-Example-RESTAPI
Description: Bumps degenerator to 3.0.2 and updates ancestor dependency pm2. These dependencies need to be updated together. Updates degenerator from 1.0.4 to 3.0.2 Release notes Sourced from degenerator's releases. 3.0.2 Patches Update vm2 to v3.9.8: f690e194041f9dacba5341d5a98bbd1a65996048 3.0.1 Patches Fix return undefined: ccc3445354135398b6eb1a04c7d27c13b833f2d5 Fix filename option: 9d25bb67d957bc2e5425fea7bf7a58b3fc64ff9e 3.0.0 Major Changes Remove "generator" output mode: #12 Use vm2 module to prevent privilege escalation of untrusted code: #11 Minor Changes Add any default return type to compile(): e0b9fc83faabb101944b63bc73b710be7787f15b 2.2.0 Minor Changes Update @types/node to v12.12.17: 9835e04511cb06676d5af96c1723387663f342d9 Update typescript to v3.7.3: b9cbd261cad40736a92a1ab1aebb788a4834b678 Make CompileOptions be an interface: ffe0931e4f5b28a94c6af21ebdb949b4c18c92c0 More strict "output" type: 1fc0f45f63601cd00dd421dc4ae09d30cbd19e0c Export supportsAsync: d56395cf8400e6d36af31db595d6caa1c9e54aba toString() contains the compiled code for "generator" mode: d5bea6018876fbc19034c0f6cfe6e63d0e43ccd8 Update "description": 9c8d43adfeb7b5ff926d7886b771f0e1ae62c345 Patches Fix test: 9b8a8da8834249524e56e2d683339fc80d67c30e Fix comment: fcf682393407bfc3db0cc6735abea7f124f7023a Fix nested yield statements: d41a91d2b66b27b954662d90f3d36ce5480e1710 2.1.4 Patches Fix passing arguments to converted generator function: 3aa6caa70ef87047f52c786c097f2c9f8ab1f2ad Include returnName in error message: 1da95f51666c0c365065217dd842315a8ae7d667 2.1.3 Patches Fix regular sync functions into async: 66f0229943a4f91f154b98023c107b4cf0c6471f 2.1.2 ... (truncated) Commits 3b60955 3.0.2 f690e19 Update vm2 to v3.9.8 5cf4ab2 3.0.1 9d25bb6 Fix filename option ccc3445 Fix return undefined dc10ee9 3.0.0 e0b9fc8 Add any default return type to compile() 852043f Use vm2 module to prevent privilege escalation of untrusted code (#11) 7ad1041 Remove "generator" output mode (#12) b9bc71e 2.2.0 Additional commits viewable in compare view Updates pm2 from 3.5.0 to 5.2.0 Release notes Sourced from pm2's releases. 5.2.0 replace node-cron by croner (#5183 #5035) upgrade mocha deps fix pm2 report when daemon not running remove semver check for legacy node.js versions update node version in setup.deb.sh by using lts (#5201) + openrc replace legacy util._extend by Object.assign (#5239) add missing start options types (#5242) recursive detection of package.json (#5267) make tarball module uninstall cross-platform (#5269) Fix unnecessary "ENOENT" console.error when serving a spa (#5272) fix: used env variable instead of hardcode datetime format (#5277) copyright update (#5278) fix: remove constants import from VersionCheck (not needed) (#5279) Reduce async import (#5280) 5.1.2 cron-restart improvements 5.1.1 add back Node 10.x support make pm2-sysmonit module optional remove fast-printf and replace with sprintfjs 5.0.3 fixes for system monitoring 5.0.0 System Monitoring A new local system monitoring feature has been added, allowing to monitor numerous vital server metrics. Most important metrics will be displayed when doing a pm2 ls: ┌─────┬─────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼─────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 4 │ app │ default │ 1.0.0 │ fork │ 164618 │ 2s │ 1670 │ online │ 0% │ 41.8mb │ unitech │ disabled │ └─────┴─────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ host metrics | cpu: 1.6% 42.9º | mem free: 52.0% | wlp0s20f3: ⇓ 0mb/s ⇑ 0mb/s | disk: ⇓ 0.199mb/s ⇑ 0mb/s /dev/nvme0n1p3 88.25% | All server metrics will be available to pm2.io: ┌─────────────────────────────┬──────────────────────────────────┐ │ PM2 CPU Usage │ 0.0 % │ │ PM2 Memory Usage │ 67.4 mb │ │ PM2 Agent CPU Usage │ 0 % │ ... (truncated) Changelog Sourced from pm2's changelog. 5.2.0 replace node-cron by croner (#5183 #5035) upgrade mocha deps fix pm2 report when daemon not running remove semver check for legacy node.js versions update node version in setup.deb.sh by using lts (#5201) + openrc replace legacy util._extend by Object.assign (#5239) add missing start options types (#5242) recursive detection of package.json (#5267) make tarball module uninstall cross-platform (#5269) Fix unnecessary "ENOENT" console.error when serving a spa (#5272) fix: used env variable instead of hardcode datetime format (#5277) copyright update (#5278) fix: remove constants import from VersionCheck (not needed) (#5279) Reduce async import (#5280) 5.1.2 easily disable cron-restart strategy via $ pm2 restart --cron-restart 0 allow to update cron-restart on restart 5.1.1 remove fast-printf and replace with sprintfjs 5.1.0 add back Node 10.x support make pm2-sysmonit module optional 5.0.3 skip system monitoring on Windows 5.0.1/5.0.2 fix npm install --no-optional pm2 5.0.0 System Monitoring A new local system monitoring feature has been added, allowing to monitor numerous vital server metrics. Most important metrics will be displayed when doing a pm2 ls: ┌─────┬─────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ... (truncated) Commits 2573516 pm2@5.2.0 da59cb6 increase timeout for killing subprocesses a94f012 drop cron-parser for sanity check and use Croner constructor af3a1f7 use croner instead of node-schedule cbf5c0a Merge branch 'mararrdeveloper-development' into development f9bc048 Merge branch 'development' of github.com:Unitech/pm2 into development 6a01efe upgrade mocha 2673a97 fix cron check 540caab Merge branch 'development' of https://github.com/mararrdeveloper/pm2 into mar... 5b896ee fix pm2 report when daemon is not running Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.
Open Graph Description: Bumps degenerator to 3.0.2 and updates ancestor dependency pm2. These dependencies need to be updated together. Updates degenerator from 1.0.4 to 3.0.2 Release notes Sourced from degenerator's...
X Description: Bumps degenerator to 3.0.2 and updates ancestor dependency pm2. These dependencies need to be updated together. Updates degenerator from 1.0.4 to 3.0.2 Release notes Sourced from degenerator&#...
Opengraph URL: https://github.com/ungrim97/NodeJS-Example-RESTAPI/pull/37
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:15240951-0f59-e9dd-0d32-52fe8d362117 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | A846:103C5A:66502:83DB6:69904BF3 |
| html-safe-nonce | 09b24860c50e827a30adb61b4f51de827ee83265ec2bf53f98425bf7fd176ee0 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBODQ2OjEwM0M1QTo2NjUwMjo4M0RCNjo2OTkwNEJGMyIsInZpc2l0b3JfaWQiOiI2MTUxNzk3MTM0MzIyNTg0NTYzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 8309a0505183f9eeafaa44ab4b8e44848408424874377cf2a2996041e8ba79b2 |
| hovercard-subject-tag | pull_request:1067379449 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps degenerator to 3.0.2 and updates ancestor dependency pm2. These dependencies need to be updated together. Updates degenerator from 1.0.4 to 3.0.2 Release notes Sourced from degenerator's... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/ungrim97/NodeJS-Example-RESTAPI git https://github.com/ungrim97/NodeJS-Example-RESTAPI.git |
| octolytics-dimension-user_id | 2305584 |
| octolytics-dimension-user_login | ungrim97 |
| octolytics-dimension-repository_id | 179652875 |
| octolytics-dimension-repository_nwo | ungrim97/NodeJS-Example-RESTAPI |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 179652875 |
| octolytics-dimension-repository_network_root_nwo | ungrim97/NodeJS-Example-RESTAPI |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width