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

Switch Node.js versions to 16 & 18 #12558

Merged
merged 22 commits into from Nov 7, 2022
Merged

Switch Node.js versions to 16 & 18 #12558

merged 22 commits into from Nov 7, 2022

Commits on Nov 7, 2022

  1. bump Node.js to 16 & 18

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7605c11 View commit details
    Browse the repository at this point in the history
  2. changests: add changesets for Node.js 18 bump

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    384eaa2 View commit details
    Browse the repository at this point in the history
  3. auth-backend: add script for re-publishing openid-client

    Co-authored-by: blam <ben@blam.sh>
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip and benjdlambert committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1d43bcf View commit details
    Browse the repository at this point in the history
  4. auth-backend: use openid-client-any-engine

    Co-authored-by: blam <ben@blam.sh>
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip and benjdlambert committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4ca99cc View commit details
    Browse the repository at this point in the history
  5. root: add node-gyp dep to fill missing dep of ssh2

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    009db8b View commit details
    Browse the repository at this point in the history
  6. root: work around openid-client with resolutions

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    24b06ff View commit details
    Browse the repository at this point in the history
  7. scripts/check-type-dependencies: work around exports resolution

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6fb165f View commit details
    Browse the repository at this point in the history
  8. bump @kubernetes/client-node to 0.17.1

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cfb30b7 View commit details
    Browse the repository at this point in the history
  9. workflows: work around missing node-canvas binaries for node 18

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7bcb96a View commit details
    Browse the repository at this point in the history
  10. backend-common: work around premature close errors

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    21339ea View commit details
    Browse the repository at this point in the history
  11. catalog-backend-module-github: work around lack of msw fetch support …

    …in Node 18
    
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    90e5b42 View commit details
    Browse the repository at this point in the history
  12. Revert "root: work around openid-client with resolutions"

    This reverts commit 59bcd77.
    
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    428e5d5 View commit details
    Browse the repository at this point in the history
  13. Revert "auth-backend: use openid-client-any-engine"

    This reverts commit fabe460.
    
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    40c578e View commit details
    Browse the repository at this point in the history
  14. Revert "auth-backend: add script for re-publishing openid-client"

    This reverts commit 6c7a73e.
    
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    442cbba View commit details
    Browse the repository at this point in the history
  15. pin @kubernetes/client-node to working version

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2008aec View commit details
    Browse the repository at this point in the history
  16. auth-backend: bump openid-client to most recent version

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ee35a69 View commit details
    Browse the repository at this point in the history
  17. Revert "workflows: work around missing node-canvas binaries for node 18"

    This reverts commit 0ab2705.
    
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a8dac60 View commit details
    Browse the repository at this point in the history
  18. Revert "backend-common: work around premature close errors"

    This reverts commit b29587c.
    
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    93554b0 View commit details
    Browse the repository at this point in the history
  19. bump canvas to 2.10.2

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e92aa15 View commit details
    Browse the repository at this point in the history
  20. bump tar to 6.1.12

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    88f99b8 View commit details
    Browse the repository at this point in the history
  21. e2e-test: add wait before checking backend availability

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f121e3f View commit details
    Browse the repository at this point in the history
  22. create-app: fix default backend listen config and comments

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    864c876 View commit details
    Browse the repository at this point in the history