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

Update dependencies to get node-addon-api >=7.0.0 to fix builds on node 20.12.0 #2751

Merged
merged 10 commits into from
Apr 9, 2024

Commits on Apr 9, 2024

  1. Mark bin/dev & bin/run as executable

    Change-type: patch
    thgreasi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e268950 View commit details
    Browse the repository at this point in the history
  2. Update etcher-sdk to v9.0.8

    Change-type: patch
    thgreasi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1a246a9 View commit details
    Browse the repository at this point in the history
  3. Update balena-device-init to v7.0.1

    Change-type: patch
    thgreasi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e7869f4 View commit details
    Browse the repository at this point in the history
  4. Update resin-cli-visuals to v2

    Change-type: patch
    thgreasi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    933eacf View commit details
    Browse the repository at this point in the history
  5. Update resin-cli-form to v3

    Change-type: patch
    thgreasi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2cba3bb View commit details
    Browse the repository at this point in the history
  6. Update balena-preload to v15.0.4

    Change-type: patch
    thgreasi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c6827ee View commit details
    Browse the repository at this point in the history
  7. Drop the keep-alive package in favor of node's setKeepAlive defaults

    Since node 12.17.0 setKeepAlive also sets
    TCP_KEEPCNT=10 (vs 5 that we had)
    TCP_KEEPINTVL=1 (vs 5s that we had)
    
    Change-type: patch
    See: https://nodejs.org/docs/latest-v14.x/api/net.html#net_socket_setkeepalive_enable_initialdelay
    See: #1220
    thgreasi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    be682c7 View commit details
    Browse the repository at this point in the history
  8. Update @oclif/core to 3.26.2

    Change-type: patch
    thgreasi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4811031 View commit details
    Browse the repository at this point in the history
  9. Deduplicate dependencies

    thgreasi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    98514ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    04b4444 View commit details
    Browse the repository at this point in the history