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

[Snyk] Upgrade node-gyp from 10.0.0 to 10.0.1 #130

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

mmomtchev
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade node-gyp from 10.0.0 to 10.0.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 2 months ago, on 2023-11-02.
Release notes
Package name: node-gyp
  • 10.0.1 - 2023-11-02

    Bug Fixes

    • use local util for findAccessibleSync() (b39e681)

    Miscellaneous

    • add parallel test logging (7de1f5f)
    • lint fixes (4e0ed99)
    • use platform specific timeouts in tests (a68586a)
  • 10.0.0 - 2023-10-28

    ⚠ BREAKING CHANGES

    • use .npmignore file to limit which files are published (#2921)
    • the Gyp class exported is now created using ECMAScript classes and therefore might have small differences to classes that were previously created with util.inherits.
    • All internal functions have been coverted to return promises and no longer accept callbacks. This is not a breaking change for users but may be breaking to consumers of node-gyp if you are requiring internal functions directly.
    • node-gyp now supports node ^16.14.0 || >=18.0.0

    Features

    • convert all internal functions to async/await (355622f)
    • convert internal classes from util.inherits to classes (d52997e)
    • drop node 14 support (#2929) (1b3bd34)
    • drop rimraf dependency (4a50fe3)
    • gyp: update gyp to v0.16.1 (#2923) (707927c)
    • replace npmlog with proc-log (4a50fe3)
    • update engines.node to ^14.17.0 || ^16.13.0 || >=18.0.0 (4a50fe3)
    • use .npmignore file to limit which files are published (#2921) (864a979)

    Bug Fixes

    • create Python symlink only during builds, and clean it up after (#2721) (0f1f667)
    • promisify build command (4a50fe3)
    • use fs/promises in favor of fs.promises (4a50fe3)

    Tests

    Doc

    • Add note about Python symlinks (PR 2362) to CHANGELOG.md for 9.1.0 (#2783) (b3d41ae)
    • README.md Do not hardcode the supported versions of Python (#2880) (bb93b94)
    • update applicable GitHub links from master to main (#2843) (d644ce4)
    • Update windows installation instructions in README.md (#2882) (c9caa2e)

    Core

    Miscellaneous

from node-gyp GitHub release notes
Commit messages
Package name: node-gyp
  • c9e9cf5 chore: release 10.0.1
  • b39e681 fix: use local `util` for `findAccessibleSync()`
  • a68586a chore: use platform specific timeouts in tests
  • 4e0ed99 chore: lint fixes
  • 7de1f5f chore: add parallel test logging
  • 4c302ca chore: release 10.0.0 (#2920)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (78c3d4c) 94.72% compared to head (133a75a) 94.72%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #130   +/-   ##
=======================================
  Coverage   94.72%   94.72%           
=======================================
  Files          14       14           
  Lines        1383     1383           
=======================================
  Hits         1310     1310           
  Misses         73       73           

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

@mmomtchev mmomtchev merged commit 97d8087 into main Dec 19, 2023
125 checks passed
@mmomtchev mmomtchev deleted the snyk-upgrade-47b7a08634e32a4564fe1468b2684988 branch December 19, 2023 19:54
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.

2 participants