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

Bump NodeJS supported versions to ^16.16 || ^18.13 and add engines to package.json #8201

Merged
merged 15 commits into from
Jan 30, 2023

Commits on Jan 29, 2023

  1. Bump build dependencies

    alex-page committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    7ff43f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b178d View commit details
    Browse the repository at this point in the history
  3. Bump nodejs

    alex-page committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    e2ab1fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c890078 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10b3223 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d05096 View commit details
    Browse the repository at this point in the history
  7. 3/x Enforce NodeJS versions with engines in package.json (#8202)

    ### WHY are these changes introduced?
    
    We currently set `engines` on the root `package.json`. The problem with
    this is that consumers of the library do not get this information and
    they can use the libraries without any warning of what version of NodeJS
    it supports.
    
    This change adds the engines field to each package to ensure our
    consumers are using supported versions of NodeJS.
    
    ### WHAT is this pull request doing?
    
    Adding the engines field to package.json files
    alex-page authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    273d137 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7935ed5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d02ef0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    8779cba View commit details
    Browse the repository at this point in the history
  2. Bump NodeJS types

    alex-page committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    08622a8 View commit details
    Browse the repository at this point in the history
  3. Update Nodejs support.md

    alex-page committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7eabd34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cda3ff4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cd33ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e91155 View commit details
    Browse the repository at this point in the history