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

Update Node.js to v16 #6830

Merged
merged 2 commits into from
Oct 28, 2021
Merged

Update Node.js to v16 #6830

merged 2 commits into from
Oct 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
node major 14 -> 16

Release Notes

nodejs/node

v16.13.0

Compare Source

Notable Changes

This release marks the transition of Node.js 16.x into Long Term Support (LTS)
with the codename 'Gallium'. The 16.x release line now moves into "Active LTS"
and will remain so until October 2022. After that time, it will move into
"Maintenance" until end of life in April 2024.

v16.12.0

Compare Source

Notable Changes
Experimental ESM Loader Hooks API

Node.js ESM Loader hooks have been consolidated to represent the steps involved needed to facilitate future loader chaining:

  1. resolve: resolve [+ getFormat]
  2. load: getFormat + getSource + transformSource

For consistency, getGlobalPreloadCode has been renamed to globalPreload.

A loader exporting obsolete hook(s) will trigger a single deprecation warning (per loader) listing the errant hooks.

Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - https://github.com/nodejs/node/pull/37468

Other Notable Changes
Commits

v16.11.1

Compare Source

This is a security release.

Notable changes
  • CVE-2021-22959: HTTP Request Smuggling due to spaced in headers (Medium)
    • The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at CVE-2021-22959 after publication.
  • CVE-2021-22960: HTTP Request Smuggling when parsing the body (Medium)
    • The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at CVE-2021-22960 after publication.
Commits

v16.11.0

Compare Source

Notable Changes
  • crypto
    • update root certificates (Richard Lau) #​40280
  • deps
    • upgrade npm to 8.0.0 (npm team) #​40369
    • update nghttp2 to v1.45.1 (thunder-coding) #​40206
    • update V8 to 9.4.146.19 (Michaël Zasso) #​40285
  • tools
    • update certdata.txt (Richard Lau) #​40280
Commits

v16.10.0

Compare Source

Notable Changes
  • [fb226ff2ee] - (SEMVER-MINOR) crypto: add rsa-pss keygen parameters (Filip Skokan) #​39927
  • [85206b7311] - deps: upgrade npm to 7.24.0 (npm team) #​40167
  • [98f56d179c] - deps: update Acorn to v8.5.0 (Michaël Zasso) #​40015
  • [9655329772] - doc: add Ayase-252 to collaborators (Qingyu Deng) #​40078
  • [59fff925be] - (SEMVER-MINOR) fs: make open and close stream override optional when unused (Antoine du Hamel) #​40013
  • [a63a4bce90] - (SEMVER-MINOR) http: limit requests per connection (Artur K) #​40082
    • The maximum number of requests a socket can handle before closing keep alive connection can be set with server.maxRequestsPerSocket.
  • [9a672961fa] - (SEMVER-MINOR) src: add --no-global-search-paths cli option (Cheng Zhao) #​39754
    • Adds the --no-global-search-paths command-line option to not search modules from global paths like $HOME/.node_modules and $NODE_PATH.
  • [fe920b6cbf] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #​39926
  • [97f3072ceb] - (SEMVER-MINOR) stream: add signal support to pipeline generators (Robert Nagy) #​39067
Commits

v16.9.1

Compare Source

Notable Changes

This release fixes a regression introduced by the V8 9.3 update in Node.js 16.9.0.

Commits

v16.9.0

Compare Source

Notable Changes
Corepack

Node.js now includes Corepack, a script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development.
In practical terms, **Corepack will let you use


Configuration

📅 Schedule: "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 26, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/9jmGecgZANyXqmYcfWoX3VGRY1Ab
✅ Preview: https://keystone-next-docs-git-renovate-node-16x-keystonejs.vercel.app

@changeset-bot
Copy link

changeset-bot bot commented Oct 26, 2021

⚠️ No Changeset found

Latest commit: 3733a0a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 26, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@vercel vercel bot temporarily deployed to Preview October 26, 2021 22:49 Inactive
@renovate renovate bot force-pushed the renovate/node-16.x branch from afd3010 to 4d81ff1 Compare October 27, 2021 00:15
@vercel vercel bot temporarily deployed to Preview October 27, 2021 00:15 Inactive
@dcousens dcousens changed the base branch from main to renovating October 27, 2021 03:11
@renovate renovate bot force-pushed the renovate/node-16.x branch from 4d81ff1 to 8e87432 Compare October 27, 2021 03:18
@vercel vercel bot temporarily deployed to Preview October 27, 2021 03:18 Inactive
@dcousens
Copy link
Member

Before this can be merged, we need to update our workflows, potentially we could use the lts/* syntax

@vercel vercel bot temporarily deployed to Preview October 27, 2021 05:24 Inactive
@dcousens dcousens merged commit acff2f7 into renovating Oct 28, 2021
@dcousens dcousens deleted the renovate/node-16.x branch October 28, 2021 23:11
dcousens added a commit that referenced this pull request Nov 1, 2021
* Update Node.js to v16

* bump workflows to Node 16

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>
dcousens added a commit that referenced this pull request Nov 1, 2021
* Update Node.js to v16

* bump workflows to Node 16

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>
gwyneplaine pushed a commit that referenced this pull request Nov 2, 2021
* Update Node.js to v16

* bump workflows to Node 16

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>
dcousens added a commit that referenced this pull request Nov 8, 2021
* Update Node.js to v16

* bump workflows to Node 16

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>
gwyneplaine added a commit that referenced this pull request Nov 9, 2021
* Update dependency @testing-library/dom to ^8.10.1 (#6817)

Co-authored-by: Renovate Bot <[email protected]>

* Lock file maintenance (#6810)

* Lock file maintenance

* resolve type errors

* revert mdx bump to resolve vercel build errors

* conflict resolution

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: gwyneplaine <[email protected]>

* Update dependency @graphql-tools/schema to ^8.3.0 (#6815)

Co-authored-by: Renovate Bot <[email protected]>

* Update nextjs monorepo to v12 (major) (#6835)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>
Co-authored-by: mitchellhamilton <[email protected]>

* Update dependency @manypkg/cli to ^0.19.0 (#6859)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency @testing-library/dom to ^8.10.1 (#6817)

Co-authored-by: Renovate Bot <[email protected]>

* Update typescript-eslint monorepo to ^5.2.0 (#6829)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency memoize-one to v6 (#6832)

Co-authored-by: Renovate Bot <[email protected]>

* add CHANGESET

* Lock file maintenance (#6810)

* Lock file maintenance

* resolve type errors

* revert mdx bump to resolve vercel build errors

* conflict resolution

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: gwyneplaine <[email protected]>

* Update dependency @graphql-tools/schema to ^8.3.0 (#6815)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency @emotion/cache to v11.5.0 (#6827)

Co-authored-by: Renovate Bot <[email protected]>

* Update Node.js to v16 (#6830)

* Update Node.js to v16

* bump workflows to Node 16

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>

* Update nextjs monorepo to v12 (major) (#6835)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>
Co-authored-by: mitchellhamilton <[email protected]>

* Update dependency @manypkg/cli to ^0.19.0 (#6859)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency mime to ^2.6.0 (#6879)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency @testing-library/jest-dom to ^5.15.0 (#6873)

Co-authored-by: Renovate Bot <[email protected]>

* Update patch dependencies (#6857)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency stripe to ^8.186.0 (#6821)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency graphql to ^15.7.2 (#6860)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency react-select to ^5.2.0 (#6874)

Co-authored-by: Renovate Bot <[email protected]>

* Update typescript-eslint monorepo to ^5.3.0 (#6861)

Co-authored-by: Renovate Bot <[email protected]>

* Lock file maintenance (#6852)

* Lock file maintenance

* resolve type errors

* resolve build issues

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: gwyneplaine <[email protected]>

* Update prisma monorepo to v3.4.0 (minor) (#6876)

* Update prisma monorepo to v3.4.0

* update prisma version in tests

* changeset

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: gwyneplaine <[email protected]>

* Update dependency @changesets/cli to ^2.18.0 (#6900)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency mime to v3 (#6903)

Co-authored-by: Renovate Bot <[email protected]>

* Update Apollo GraphQL packages (#6899)

Co-authored-by: Renovate Bot <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>
Co-authored-by: mitchellhamilton <[email protected]>
dcousens added a commit that referenced this pull request Dec 15, 2021
* Update Node.js to v16

* bump workflows to Node 16

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants