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

feature: use Node 16, remove HTTP/2 support #1346

Merged
merged 3 commits into from
Nov 13, 2021
Merged

feature: use Node 16, remove HTTP/2 support #1346

merged 3 commits into from
Nov 13, 2021

Commits on Sep 25, 2021

  1. chore: use Node 16

    - run tests with 16 (and legacy 10)
    - specify >10 in package.json
    - specify 16 in nvmrc
    tkurki committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    75bcf38 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. feature: remove HTTP/2 support

    The spdy module appears to be incompatible with Node >=15
    as of this writing
    
    spdy-http2/node-spdy#380
    
    As HTTP/2 is relevant only for SSL connections and I
    think that is pretty rarely used I think a pretty safe
    and convenient option is to remove HTTP/2 support
    and spdy module.
    tkurki committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    97d83b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. chore: update node-sass and sass-loader

    The old versions were not supported on Node 16 and my M1 mac,
    not sure if this is really Node 16 related but these will
    probably need updating anyway sooner or later.
    tkurki committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    7988dfe View commit details
    Browse the repository at this point in the history