Bumps minimist to 1.2.8 and updates ancestor dependencies minimist, mkdirp and pm2. These dependencies need to be updated together.
Updates minimist from 1.2.0 to 1.2.8
Changelog
Sourced from minimist's changelog.
v1.2.8 - 2023年02月09日
Merged
Fixed
Commits
- Merge tag 'v0.2.3'
a026794
- [eslint] fix indentation and whitespace
5368ca4
- [eslint] fix indentation and whitespace
e5f5067
- [eslint] more cleanup
62fde7d
- [eslint] more cleanup
36ac5d0
- [meta] add
auto-changelog 73923d2
- [actions] add reusable workflows
d80727d
- [eslint] add eslint; rules to enable later are warnings
48bc06a
- [eslint] fix indentation
34b0f1c
- [readme] rename and add badges
5df0fe4
- [Dev Deps] switch from
covert to nyc a48b128
- [Dev Deps] update
covert, tape; remove unnecessary tap f0fb958
- [meta] create FUNDING.yml; add
funding in package.json 3639e0c
- [meta] use
npmignore to autogenerate an npmignore file be2e038
- Only apps should have lockfiles
282b570
- isConstructorOrProto adapted from PR
ef9153f
- [Dev Deps] update
@ljharb/eslint-config, aud 098873c
- [Dev Deps] update
@ljharb/eslint-config, aud 3124ed3
- [meta] add
safe-publish-latest 4b927de
- [Tests] add
aud in posttest b32d9bd
- [meta] update repo URLs
f9fdfc0
- [actions] Avoid 0.6 tests due to build failures
ba92fe6
- [Dev Deps] update
tape 950eaa7
- [Dev Deps] add missing
npmignore dev dep 3226afa
- Merge tag 'v0.2.2'
980d7ac
v1.2.7 - 2022年10月10日
Commits
... (truncated)
Commits
6901ee2 v1.2.8
a026794 Merge tag 'v0.2.3'
c0b2661 v0.2.3
63b8fee [Fix] Fix long option followed by single dash (#17)
72239e6 [Tests] Remove duplicate test (#12)
34b0f1c [eslint] fix indentation
3226afa [Dev Deps] add missing npmignore dev dep
098873c [Dev Deps] update @ljharb/eslint-config, aud
9ec4d27 [Fix] Fix long option followed by single dash
ba92fe6 [actions] Avoid 0.6 tests due to build failures
- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for minimist since your current version.
Updates mkdirp from 0.5.1 to 0.5.6
Commits
Maintainer changes
This version was pushed to npm by isaacs, a new releaser for mkdirp since your current version.
Updates pm2 from 2.10.2 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 minimist to 1.2.8 and updates ancestor dependencies minimist, mkdirp and pm2. These dependencies need to be updated together.
Updates
minimistfrom 1.2.0 to 1.2.8Changelog
Sourced from minimist's changelog.
... (truncated)
Commits
6901ee2v1.2.8a026794Merge tag 'v0.2.3'c0b2661v0.2.363b8fee[Fix] Fix long option followed by single dash (#17)72239e6[Tests] Remove duplicate test (#12)34b0f1c[eslint] fix indentation3226afa[Dev Deps] add missingnpmignoredev dep098873c[Dev Deps] update@ljharb/eslint-config,aud9ec4d27[Fix] Fix long option followed by single dashba92fe6[actions] Avoid 0.6 tests due to build failuresMaintainer changes
This version was pushed to npm by ljharb, a new releaser for minimist since your current version.
Updates
mkdirpfrom 0.5.1 to 0.5.6Commits
92f086d0.5.62a28125clean up testsc905d65update minimist049cf180.5.5bea6382Remove unnecessary umask calls42a012c0.5.42867920fix infinite loop on windows machinesd784e700.5.3d612c5dadd files list so this package isn't a monsterb2e7ba00.5.2Maintainer changes
This version was pushed to npm by isaacs, a new releaser for mkdirp since your current version.
Updates
pm2from 2.10.2 to 5.3.0Release notes
Sourced from pm2's releases.
... (truncated)
Changelog
Sourced from pm2's changelog.
... (truncated)
Commits
c7a84c2pm2@5.3.0d61f139Merge branch 'development'1b5e0abMerge pull request #5533 from Sailboat265/development-flush-patch4cabf82Merge pull request #5524 from BlueWater86/development3a6b48dhotfix: replace non-working if-else condition to use fs.existsSync while hand...ca36f30Update ProcessContainer.js5dbb561Update .travis.yml5e70845pm2@5.2.25278057Merge pull request #5456 from dko-slapdash/fix-large-id-erasure-in-pm2-listdcffe8dMerge branch 'development' of github.com:Unitech/pm2 into developmentDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.