Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps pm2 from 3.5.1 to 4.4.1.

Release notes

Sourced from pm2's releases.

4.4.1

  • feature drop: autodump fixes #4763
  • fix: fix starting pm2 script from inside an app #4761 (need use PM2_PROGRAMMATIC)

4.4.0

  • feat: fixes for Node.js 14

4.3.1

  • Rollback to vizion < 1.0

4.3.0

  • feature: reduce by 1/3 pm2 package size (drop moment, lodash)
  • feature: pm2 start app.js --filter-env NODE_ENV #4596
  • feature: print logs of a particular namespace #4517 @bvsubhash
  • feature: trigger all the process using 'all' or trigger all processes in a particular namespace #4518 @bvsubhash
  • feature: support ecosystem.config.cjs #4662 @Timic3
  • fix: disable log (--error /dev/null --output /dev/null) on Windows #4560 @codpot
  • fix: pm2 install adaptation #4593 @adunkey
  • fix: add type for pm2.reload with optional options parameter #4615 @kevindoveton
  • fix: add ignore_watch to StartOptions types #4629 @jlvcm
  • fix: fix --cwd CLI option description #4639 @warpdesign
  • fix: do not require cron if not necessary in CLI
  • fix: upgrade mkdirp to 1.0.4 (sec vuln) #4638
  • chore: bump mocha to latest + drop mocha.opts + add .mocharc.yml
  • chore: pm2 init ecosyst file template changes
  • chore: pm2-deploy@1.0.2 (revert fix)
  • chore: pm2-io-apm@4.3.4 (instant trace + broadcast trace threshold + boolean metrics support)

4.2.3

  • fix: Fix an import error on Node 9.x

4.2.2

  • feat: Support ESM on Node 13 via .mjs file or "type":"module" in package.json #4540
  • fix: Fix an error for pm2 path on Windows. #4563

4.2.1

  • fix: col size too small for certain app name with tracing enabled
  • chore: check for pm2 updates

4.2.0

  • feature: pm2 logs --highlight <str> to highlight specified string when using pm2 logs #4013 by @bvsubhash
  • feature: pm2 sysmonit activate system wide monitoring && pm2 sysinfos display system informations
  • feature: new App Namespace feature via namespace attr or pm2 start app.js --namespace <ns> #3471 by @bvsubhash
  • feature: enforce message sending for Windows Graceful Shutdown via pm2 start app.js --shutdown-with-message to use message sending for specific process or via PM2_KILL_USE_MESSAGE=true pm2 update to default this behavior on PM2. #3561 #3691 #3555 #4469 #4470 #4474 by @aleksk and @8ai
  • feature: pm2 ls now display a hint when process list differ from dump file
  • fix: if id > 100 not shown in pm2 ls #4475
  • fix: stop and delete cron immediately on deletion of a process #4492 by @bvsubhash
  • fix: display correct username by @bvsubhash
  • chore: add test on node 13.x
  • chore: cleanup some unused files
Changelog

Sourced from pm2's changelog.

4.4.1

  • feature drop: autodump fixes #4763
  • fix: fix starting pm2 script from inside an app #4761 (need use PM2_PROGRAMMATIC)

4.4.0

  • feature: support Node v14.0

4.3.1

  • fix: downgrade vizion

4.3.0

  • feature: reduce by 1/3 pm2 package size (drop moment, lodash)
  • feature: pm2 start app.js --filter-env NODE_ENV #4596
  • feature: print logs of a particular namespace #4517 @bvsubhash
  • feature: trigger all the process using 'all' or trigger all processes in a particular namespace #4518 @bvsubhash
  • feature: support ecosystem.config.cjs #4662 @Timic3
  • fix: disable log (--error /dev/null --output /dev/null) on Windows #4560 @codpot
  • fix: pm2 install adaptation #4593 @adunkey
  • fix: add type for pm2.reload with optional options parameter #4615 @kevindoveton
  • fix: add ignore_watch to StartOptions types #4629 @jlvcm
  • fix: fix --cwd CLI option description #4639 @warpdesign
  • fix: do not require cron if not necessary in CLI
  • fix: upgrade mkdirp to 1.0.4 (sec vuln) #4638
  • chore: bump mocha to latest + drop mocha.opts + add .mocharc.yml
  • chore: pm2 init ecosyst file template changes
  • chore: pm2-deploy@1.0.2 (revert fix)
  • chore: pm2-io-apm@4.3.4 (instant trace + broadcast trace threshold + boolean metrics support)

4.2.3

  • fix: Fix an import error on Node 9.x

4.2.2

  • feat: Support ESM on Node 13 via .mjs file or "type":"module" in package.json #4540
  • fix: Fix an error for pm2 path on Windows. #4563

4.2.1

  • fix: col size too small for certain app name with tracing enabled
  • chore: check for pm2 updates

4.2.0

  • feature: pm2 logs --highlight <str> to highlight specified string when using pm2 logs #4013 by @bvsubhash
Commits
  • 14871cd pm2@4.4.1
  • 476331f feature: now stream logs of precise process id that have been acted on
  • ad77104 Merge branch 'development'
  • 5dd2fcc fix: example to test metrics
  • c79713c test fix
  • 9095d2d test fix
  • 4aafc52 test check
  • bf8caca #4765 automatically print applications logs on start/restart for 10secs
  • 261396c fix: now whenever there is an internal pm2 env var, skip pm2 env for starting...
  • 9233ea5 chore: remove message about processes not saved
  • Additional commits viewable in compare view

Dependabot compatibility score

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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pm2](https://github.com/Unitech/pm2) from 3.5.1 to 4.4.1.
- [Release notes](https://github.com/Unitech/pm2/releases)
- [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md)
- [Commits](Unitech/pm2@3.5.1...4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #131.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/master/pm2-4.4.1 branch September 30, 2020 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant