- Darcy Clarke (@darcyclarke)
- Gar (@wraithgar)
- Jordan Harband (@ljharb)
- Owen Buckley (@thescientist13)
- Nathan Fritz (@fritzy)
- Housekeeping
- Introduction(s)
- Code of Conduct Acknowledgement
- Outline Intentions & Desired Outcomes
- Announcements
- PR: #91 feat: feat(git): add support for :: in #committish - @wraithgar
- Issue: #519 BREAKING CHANGE(engines): engines support for npm9 - @lukekarrys
- PR: #5000 feat: add npm query cmd - @ruyadorno
- PR: #595 Propose backwards-compatible improvements to compression - @EvanHahn
- PR: #593 Only Registry Tarballs - @thescientist13
- PR: #591 RFC: Registry-scoped keyfile / certfile credential options - @jenseng
- Issue: #489 Initiative: `v8.x` - @darcyclarke
- Issue: #487 Initiative: `v10.x` - @darcyclarke
- PR: #564 RFC: Dependency Selector Syntax & `npm query` - @darcyclarke
- Issue: #443 Initiative: `v9.x` - @darcyclarke
- PR: #165 RFC for parent package.json - @Christian24
PR: #91 feat: feat(git): add support for :: in #committish - @wraithgar
- @wraithgar
- this was an old item we never got to
- allows for support of reference patsh in git repos (good for monorepos)
Issue: #519 BREAKING CHANGE(engines): engines support for npm9 - @lukekarrys
- @lukekarrys
- want to reevalute our Node/engines support
- odd versions seem like outliers to the current strategy
- @wraithgar
- difference between engines vs. support
- engines is meant for "this should work in here"
- @ljharb
- should use @pkgjs/support create work
- @darcyclarke
- https://github.com/npm/cli/wiki/Support-Policy
- Node needs to update their dependencies
- we only "support" the latest version of
npm
PR: #5000 feat: add npm query cmd - @ruyadorno
- @wraithgar
- is taking over the work, will have updates by next week
PR: #595 Propose backwards-compatible improvements to compression - @EvanHahn
- @fritzy
- @EvanHan is still investigating this
PR: #593 Only Registry Tarballs - @thescientist13
- @thescientist13
- has made several updates from discussions/feedback (ref. #593 (comment))
- would like to discuss naming of flag again (ref.
--only-registry-deps
vs. current--only-non-remote-deps
) - should we hold off until
npm query
is available?
Issue: #489 Initiative: `v8.x` - @darcyclarke
Issue: #487 Initiative: `v10.x` - @darcyclarke
PR: #564 RFC: Dependency Selector Syntax & `npm query` - @darcyclarke
- Issue: #443 Initiative: `v9.x` - @darcyclarke
- PR: #165 RFC for parent package.json - @Christian24