Skip to content

chore!: bump node requirement & npm dependencies#94

Merged
erisu merged 4 commits intoapache:masterfrom
kumo01GitHub:feat/bump-node
Jul 21, 2025
Merged

chore!: bump node requirement & npm dependencies#94
erisu merged 4 commits intoapache:masterfrom
kumo01GitHub:feat/bump-node

Conversation

@kumo01GitHub
Copy link
Copy Markdown
Contributor

Platforms affected

n/a

Motivation and Context

node < 20 are already EOL.

Description

  • Upgrade node to 20.5.0
  • Bump node modules:
    • cordova-common
    • import-fresh
    • npm-package-arg
    • tmp
    • @cordova/eslint-config
    • jasmine
    • nyc
    • rewire
  • Update test due to bump npm-package-arg
  • Update packages by npm update

NOTE:

  • tmp is updated only in package.json. Before this change, already use 0.2.3 in package-lock.json.
  • globby could not be updated because it switched commonjs to esm from next version.
  • nyc should be replaced with c8 but separate from this PR.

Testing

  • npm t
  • npm lint

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

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.70%. Comparing base (aa8c3be) to head (b17fc73).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   89.70%   89.70%           
=======================================
  Files           1        1           
  Lines          68       68           
=======================================
  Hits           61       61           
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@erisu erisu merged commit 0e67f91 into apache:master Jul 21, 2025
9 checks passed
@kumo01GitHub kumo01GitHub deleted the feat/bump-node branch July 21, 2025 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants