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

dep!: bumped node & npm engine requirment & dependencies w/ package-lock rebuild #108

Merged
merged 9 commits into from
Mar 28, 2023

Conversation

erisu
Copy link
Member

@erisu erisu commented Mar 27, 2023

Platforms affected

n/a

Motivation and Context

Use latest possible dependencies

Description

Bump engine requirements:

  • node >= 16.13.0
  • npm >= 8.1.0

Node engine was bumped to fall inline with the requirement of @npmcli/arborist@6.2.5

Npm engine was bumped to follow Node 16.13.0 defaults.

Rebuilt package-lock.json with the following bumped packages:

Skipped:

  • pify - ESM
  • file-url - ESM

Testing

npm t

Checklist

  • I've run the tests to see all new and existing tests pass
  • I added automated test coverage as appropriate for this change
  • Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))
  • If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • I've updated the documentation if necessary

@erisu erisu added enhancement dependencies Pull requests that update a dependency file labels Mar 27, 2023
@erisu erisu added this to the 4.0.0 milestone Mar 27, 2023
@erisu erisu requested review from dpogue and breautek March 27, 2023 05:44
@erisu erisu changed the title Feat/update dependencies dep!: update possible available dependencies Mar 27, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 27, 2023

Codecov Report

Merging #108 (4842a8c) into master (10d9191) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #108   +/-   ##
=======================================
  Coverage   91.80%   91.80%           
=======================================
  Files           1        1           
  Lines          61       61           
=======================================
  Hits           56       56           
  Misses          5        5           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@erisu erisu force-pushed the feat/update-dependencies branch from 35f807d to 0392ac3 Compare March 27, 2023 14:23
@erisu erisu changed the title dep!: update possible available dependencies dep!: update possible available dependencies w/ package-lock rebuild Mar 27, 2023
@erisu erisu changed the title dep!: update possible available dependencies w/ package-lock rebuild dep!: bumped node & npm engine requirment & dependencies w/ package-lock rebuild Mar 27, 2023
@erisu erisu force-pushed the feat/update-dependencies branch from 23fbd6c to 4842a8c Compare March 28, 2023 01:46
@erisu erisu merged commit 7b86803 into apache:master Mar 28, 2023
@erisu erisu deleted the feat/update-dependencies branch March 28, 2023 02:11
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 enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants