From 697d150aafab1602c678b7c9e3fb93482339c5a8 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 8 Apr 2024 11:52:42 -0400 Subject: [PATCH 1/2] Upgrade to Node 20.12.1 (#50034) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5a1bb5d06..8768f6428c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # -------------------------------------------------------------------------------- # To update the sha, run `docker pull node:$VERSION-alpine` # look for something like: `Digest: sha256:0123456789abcdef` -FROM node:20-alpine@sha256:ef3f47741e161900ddd07addcaca7e76534a9205e4cd73b2ed091ba339004a75 as base +FROM node:20-alpine@sha256:7e227295e96f5b00aa79555ae166f50610940d888fc2e321cf36304cbd17d7d6 as base # This directory is owned by the node user ARG APP_HOME=/home/node/app From 4a8d71e9e7d16f76707342f447fce96f5bd181a7 Mon Sep 17 00:00:00 2001 From: Jess Hosman <1183847+jhosman@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:57:46 -0600 Subject: [PATCH 2/2] Remove custom media type info from REST stub file (#50017) --- content/rest/pulls/pulls.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/content/rest/pulls/pulls.md b/content/rest/pulls/pulls.md index 6efc64280d..d340249cc8 100644 --- a/content/rest/pulls/pulls.md +++ b/content/rest/pulls/pulls.md @@ -18,21 +18,6 @@ You can list, view, edit, create, and merge pull requests using the REST API. Fo Pull requests are a type of issue. Any actions that are available in both pull requests and issues, like managing assignees, labels, and milestones, are provided by the REST API to manage issues. For more information, see "[AUTOTITLE](/rest/issues)." -### Custom media types for pull requests - -These are the supported media types for pull requests. - - application/vnd.github.raw+json - application/vnd.github.text+json - application/vnd.github.html+json - application/vnd.github.full+json - application/vnd.github.diff - application/vnd.github.patch - -For more information, see "[AUTOTITLE](/rest/overview/media-types)." - -If a diff is corrupt, contact {% data variables.contact.contact_support %}. Include the repository name and pull request ID in your message. - ### Link Relations Pull requests have these possible link relations: