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

Upgrade Node.js from v16.18.1 to v18.13.0 #144012

Merged
merged 18 commits into from
Jan 17, 2023
Merged

Commits on Jan 12, 2023

  1. Upgrade Node.js from v16.18.1 to v18.13.0

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    04c3298 View commit details
    Browse the repository at this point in the history
  2. Upgrade @types/node v16.11.41 to v18.11.18

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d9ccb6c View commit details
    Browse the repository at this point in the history
  3. Upgrade source-map v0.7.3 to v0.7.4

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0beb3ac View commit details
    Browse the repository at this point in the history
  4. Fix webpack builds for Node.js 17+

    For certain webpack builds we need to use the `--openssl-legacy-provider` flag
    for Node.js because webpack@4 isn't fully compatibule with Node.js 18.
    
    This has been fixed in webpack@5, so once we upgrade to that we can revert this
    commit.
    
    For more info see: webpack/webpack#14532
    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    283887d View commit details
    Browse the repository at this point in the history
  5. Improve upgrading-nodejs documentation

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b5aeb71 View commit details
    Browse the repository at this point in the history
  6. Upgrade @types/minipass v2.2.0 to v3.3.5

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    64341f5 View commit details
    Browse the repository at this point in the history
  7. Upgrade chai v4.3.1 to v4.3.3 inside .buildkite

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    afd74bd View commit details
    Browse the repository at this point in the history
  8. Upgrade @types/tar v4.0.5 to v6.1.3

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ec9a884 View commit details
    Browse the repository at this point in the history
  9. Fix TypeScript errors related to @types/tar

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0fbfdc4 View commit details
    Browse the repository at this point in the history
  10. Update inline snapshots to match new Node.js version

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    292f64e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d131aad View commit details
    Browse the repository at this point in the history
  12. Upgrade re2 v1.17.4 to v1.17.7

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e3a175c View commit details
    Browse the repository at this point in the history
  13. Fix date related test errors

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    75c2a73 View commit details
    Browse the repository at this point in the history
  14. Fix stream race condition in reporting plugin

    Thomas Watson committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ca2a1c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Merge branch 'main' into bump-node-18

    Thomas Watson authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ec5b5b4 View commit details
    Browse the repository at this point in the history
  2. Fix new jest errors introduced when merging in main

    Thomas Watson committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5f9df2b View commit details
    Browse the repository at this point in the history
  3. Upgrade tar from v6.1.11 to v6.1.13

    Thomas Watson committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    93bb7a4 View commit details
    Browse the repository at this point in the history
  4. Fix date formatting

    There's no ISO code that formats in the exact style of the previous Node.js
    version, but Esperanto is the closest we can get, just missing the comma.
    Thomas Watson committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5e98895 View commit details
    Browse the repository at this point in the history