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

CUMULUS-3433 - Update to nodeJs v20 #3636

Merged
merged 32 commits into from
Apr 30, 2024
Merged

Commits on Apr 16, 2024

  1. Update core deps to v20.12.2

    Jkovarik committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4591a08 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update unit test to rmove .sort

    .sort is intermittently failing to order as expected, causing this
    test to fail in local test at an alarming failure rate.    Updating
    test to be more explicit/remove sort, however this needs to be
    investigated prior to closing thie branch/PR/ticket
    Jkovarik committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    adbad84 View commit details
    Browse the repository at this point in the history
  2. Update kinesis test to node v20

    JSON.parse now throws a different error for the merged test case.
    Jkovarik committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c0af32b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc0a7fd View commit details
    Browse the repository at this point in the history
  4. Revert "Update unit test to rmove .sort"

    This reverts commit adbad84.
    Jkovarik committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7ae3588 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Update got

    Jkovarik committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a19f9d1 View commit details
    Browse the repository at this point in the history
  2. Revert "Update got"

    This reverts commit a19f9d1.
    Jkovarik committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e652516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a82ed4 View commit details
    Browse the repository at this point in the history
  4. Reapply "Update got"

    This reverts commit e652516.
    Jkovarik committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    83d06dd View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update ingest module for node 20

    This update has a couple of controversial changes in it:
    
    Updating got to v14 means we're using a pure ESM module given sindre's
    stance on not supporting common exports.  That's being done due to
    incompatible changes in node streams requires at least got v12
    
    Additionally there's a probable outstanding issue in got
    sindresorhus/got#2341 related to node v20/fs
    readstreams/nock and/or msw incompatibility (as well as a possible
    open source contrib)
    Jkovarik committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    10490c7 View commit details
    Browse the repository at this point in the history
  2. Remove httpClient test mock/fix

    Updating the existing apache server to return 200 on an existing
    endpoint is far better than the prior commit approach in that it's a
    valid/useful unit test as a result, with the technical/less tidy
    downside of requiring the unit test stack to be working.
    Jkovarik committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a477fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0d5147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f288ad View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    af26ff0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    cb56285 View commit details
    Browse the repository at this point in the history
  2. Add docstring to importGot

    Jkovarik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5aa92f6 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded imports

    Jkovarik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8289b91 View commit details
    Browse the repository at this point in the history
  4. Minor PR review fixes

    Jkovarik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    92bb668 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    Jkovarik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    61ea4e2 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    Jkovarik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    11be52e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9271951 View commit details
    Browse the repository at this point in the history
  8. Fix broken package.json

    Jkovarik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dd8bb8f View commit details
    Browse the repository at this point in the history
  9. Fix extran. dep issue

    Jkovarik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9300c6c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b903d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb3b8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cadc6c View commit details
    Browse the repository at this point in the history
  4. Update packages/ingest/test/test-HttpProviderClient.js

    Co-authored-by: etcart <37375117+etcart@users.noreply.github.com>
    Jkovarik and etcart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fffe15b View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    2ff5403 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'jk/CUMULUS-3433-update-node' of https://github.com/nasa…

    …/cumulus into jk/CUMULUS-3433-update-node
    Jkovarik committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5c19a84 View commit details
    Browse the repository at this point in the history
  7. Fix inadvertant test commit

    Jkovarik committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    972b71b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    b95e1b2 View commit details
    Browse the repository at this point in the history
  2. Remove dynamic/frozen import

    Jkovarik committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    de3c0f3 View commit details
    Browse the repository at this point in the history