Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2023

Bumps degenerator to 5.0.1 and updates ancestor dependency pm2. These dependencies need to be updated together.

Updates degenerator from 2.2.0 to 5.0.1

Release notes

Sourced from degenerator's releases.

degenerator@5.0.1

Patch Changes

  • a7d4fe5: Update escodegen dependency

degenerator@5.0.0

Major Changes

  • f1f3220: Use quickjs-emscripten instead of vm2 to execute PAC file code

degenerator@4.0.4

Patch Changes

  • 7008a93: Update dependencies to fix ReDoS vulnerability

degenerator@4.0.3

Patch Changes

  • 8e92eb8: Update vm2 dependency to v3.9.19

degenerator@4.0.2

Patch Changes

  • 9326064: Use util.types.isRegExp() to fix deprecation warning

degenerator@4.0.1

Patch Changes

  • 7674748: Update @types/node to v14.18.45
Changelog

Sourced from degenerator's changelog.

5.0.1

Patch Changes

  • a7d4fe5: Update escodegen dependency

5.0.0

Major Changes

  • f1f3220: Use quickjs-emscripten instead of vm2 to execute PAC file code

4.0.4

Patch Changes

  • 7008a93: Update dependencies to fix ReDoS vulnerability

4.0.3

Patch Changes

  • 8e92eb8: Update vm2 dependency to v3.9.19

4.0.2

Patch Changes

  • 9326064: Use util.types.isRegExp() to fix deprecation warning

4.0.1

Patch Changes

  • 7674748: Update @types/node to v14.18.45

4.0.0

Major Changes

  • d99a7c8: Major version bump for all packages

Patch Changes

  • c169ced: Convert mocha tests to jest for all packages
Commits

Updates pm2 from 4.5.6 to 5.3.0

Release notes

Sourced from pm2's releases.

5.3.0

5.2.2

  • fix cluster error avoiding process restart (#5396)
  • ensure increment_var value is a number (#5435)
  • update dependencies
  • add node latest to travis testing

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 │
└─────┴─────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
</tr></table> 

... (truncated)

Changelog

Sourced from pm2's changelog.

5.3.0

5.2.2

  • fix: correct pm2 ls display when there is a (very) long process id (@​dko-slapdash)
  • typo: corrections

5.2.1

  • fix cluster error avoiding process restart (#5396)
  • ensure increment_var value is a number (#5435)
  • update dependencies
  • add node latest to travis testing

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

... (truncated)

Commits
  • c7a84c2 pm2@5.3.0
  • d61f139 Merge branch 'development'
  • 1b5e0ab Merge pull request #5533 from Sailboat265/development-flush-patch
  • 4cabf82 Merge pull request #5524 from BlueWater86/development
  • 3a6b48d hotfix: replace non-working if-else condition to use fs.existsSync while hand...
  • ca36f30 Update ProcessContainer.js
  • 5dbb561 Update .travis.yml
  • 5e70845 pm2@5.2.2
  • 5278057 Merge pull request #5456 from dko-slapdash/fix-large-id-erasure-in-pm2-list
  • dcffe8d Merge branch 'development' of github.com:Unitech/pm2 into development
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [degenerator](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/degenerator) to 5.0.1 and updates ancestor dependency [pm2](https://github.com/Unitech/pm2). These dependencies need to be updated together.


Updates `degenerator` from 2.2.0 to 5.0.1
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/degenerator/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/degenerator@5.0.1/packages/degenerator)

Updates `pm2` from 4.5.6 to 5.3.0
- [Release notes](https://github.com/Unitech/pm2/releases)
- [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md)
- [Commits](Unitech/pm2@4.5.6...5.3.0)

---
updated-dependencies:
- dependency-name: degenerator
  dependency-type: indirect
- dependency-name: pm2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 4, 2023
@vercel
Copy link

vercel bot commented Aug 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-page-builder ❌ Failed (Inspect) Aug 4, 2023 8:37am

@netlify
Copy link

netlify bot commented Aug 4, 2023

Deploy Preview for next-page-builder ready!

Name Link
🔨 Latest commit c25d1ac
🔍 Latest deploy log https://app.netlify.com/sites/next-page-builder/deploys/64ccb8a7748ad90008323c08
😎 Deploy Preview https://deploy-preview-2--next-page-builder.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants