Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pm2 from 3.2.4 to 4.5.0 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pm2 from 3.2.4 to 4.5.0.

Release notes

Sourced from pm2's releases.

4.5.0

  • fix: creating log folder in sync mode. #4846 - PR #4844 by @QS20199
  • fix: PM2 unable to run ESM packages: ERR_UNSUPPORTED_ESM_URL_SCHEME #4839 - PR #4841 by @ox-harris
  • fix: Use opts.namespace if it was passed in. Previously, it was ignored. #4778 - PR #4791 by @sbleon
  • fix: Prevent reloadLogs command from hanging. #4781 - PR #4782 by @mbrooks and Franck Danard
  • fix: backward compatibility fix for tarball modules - PR #4767 by @ykolbin
  • fix: Operation not permitted on call setgid #2957 - PR #4681 by @guard43ru
  • chore: upgrade dependencies

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

Changelog

Sourced from pm2's changelog.

4.5.0

  • fix: creating log folder in sync mode. #4846 - PR #4844 by @QS20199
  • fix: PM2 unable to run ESM packages: ERR_UNSUPPORTED_ESM_URL_SCHEME #4839 - PR #4841 by @ox-harris
  • fix: Use opts.namespace if it was passed in. Previously, it was ignored. #4778 - PR #4791 by @sbleon
  • fix: Prevent reloadLogs command from hanging. #4781 - PR #4782 by @mbrooks and Franck Danard
  • fix: backward compatibility fix for tarball modules - PR #4767 by @ykolbin
  • fix: Operation not permitted on call setgid #2957 - PR #4681 by @guard43ru
  • chore: upgrade dependencies

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
Commits
  • 49f1871 pm2@4.5.0
  • 3e004dc add udp client/server example + fix typo
  • 310d68d pm2@4.5.0 - testing phase
  • 7f11906 Merge pull request #4681 from guard43ru/development
  • 108ddea Merge pull request #4741 from getsnoopy/fix-unit-test-script
  • c4929d1 Merge pull request #4762 from ffflorian/patch-1
  • b3b4c9a allow to pass --install to force yarn install on tarball install
  • 39286ab Merge pull request #4767 from ykolbin/fix_tarball_module_name_v2
  • 70715ae Merge pull request #4782 from mbrooks/master
  • 6ed7ae2 Merge pull request #4790 from sbleon/fix-e2e-test-path
  • 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 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
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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.2.4 to 4.5.0.
- [Release notes](https://github.com/Unitech/pm2/releases)
- [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md)
- [Commits](Unitech/pm2@3.2.4...4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 30, 2020
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

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.

None yet

0 participants