Merge pull request #9819 from overleaf/bg-node-upgrade

upgrade from node 16.16.0 to 16.17.1

GitOrigin-RevId: e1db74d950ce452303212c66ce3fe06fbd1dfe59
This commit is contained in:
Brian Gough 2022-10-03 11:15:38 +01:00 committed by Copybot
parent 350d53e31e
commit 51806703b7
66 changed files with 74 additions and 74 deletions

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -4,6 +4,6 @@ access-token-encryptor
--env-add=
--env-pass-through=
--is-library=True
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -4,6 +4,6 @@ logger
--env-add=
--env-pass-through=
--is-library=True
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -4,6 +4,6 @@ metrics
--env-add=
--env-pass-through=
--is-library=True
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -4,6 +4,6 @@ o-error
--env-add=
--env-pass-through=
--is-library=True
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -4,6 +4,6 @@ object-persistor
--env-add=
--env-pass-through=
--is-library=True
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -4,6 +4,6 @@ redis-wrapper
--env-add=
--env-pass-through=
--is-library=True
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -4,6 +4,6 @@ settings
--env-add=
--env-pass-through=
--is-library=True
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/chat

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ chat
--docker-repos=gcr.io/overleaf-ops
--env-add=
--env-pass-through=
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/chat
- ../../node_modules:/overleaf/node_modules
@ -20,7 +20,7 @@ services:
user: node
test_acceptance:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/chat
- ../../node_modules:/overleaf/node_modules

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/clsi
COPY services/clsi/install_deps.sh /overleaf/services/clsi/

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -5,6 +5,6 @@ clsi
--env-add=ENABLE_PDF_CACHING="true",PDF_CACHING_ENABLE_WORKER_POOL="true"
--env-pass-through=TEXLIVE_IMAGE
--has-custom-cloudbuild=True
--node-version=16.16.0
--node-version=16.17.1
--public-repo=True
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/contacts

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ contacts
--docker-repos=gcr.io/overleaf-ops
--env-add=
--env-pass-through=
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/contacts
- ../../node_modules:/overleaf/node_modules
@ -20,7 +20,7 @@ services:
user: node
test_acceptance:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/contacts
- ../../node_modules:/overleaf/node_modules

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/docstore

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ docstore
--docker-repos=gcr.io/overleaf-ops
--env-add=
--env-pass-through=
--node-version=16.16.0
--node-version=16.17.1
--public-repo=True
--script-version=4.1.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/docstore
- ../../node_modules:/overleaf/node_modules
@ -20,7 +20,7 @@ services:
user: node
test_acceptance:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/docstore
- ../../node_modules:/overleaf/node_modules

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/document-updater

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ document-updater
--docker-repos=gcr.io/overleaf-ops
--env-add=
--env-pass-through=
--node-version=16.16.0
--node-version=16.17.1
--public-repo=True
--script-version=4.1.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/document-updater
- ../../node_modules:/overleaf/node_modules
@ -20,7 +20,7 @@ services:
user: node
test_acceptance:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/document-updater
- ../../node_modules:/overleaf/node_modules

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/filestore
COPY services/filestore/install_deps.sh /overleaf/services/filestore/

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -4,6 +4,6 @@ filestore
--docker-repos=gcr.io/overleaf-ops
--env-add=ENABLE_CONVERSIONS="true",USE_PROM_METRICS="true",AWS_S3_USER_FILES_BUCKET_NAME=fake_user_files,AWS_S3_TEMPLATE_FILES_BUCKET_NAME=fake_template_files,AWS_S3_PUBLIC_FILES_BUCKET_NAME=fake_public_files,GCS_USER_FILES_BUCKET_NAME=fake_userfiles,GCS_TEMPLATE_FILES_BUCKET_NAME=fake_templatefiles,GCS_PUBLIC_FILES_BUCKET_NAME=fake_publicfiles
--env-pass-through=
--node-version=16.16.0
--node-version=16.17.1
--public-repo=True
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/notifications

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ notifications
--docker-repos=gcr.io/overleaf-ops
--env-add=
--env-pass-through=
--node-version=16.16.0
--node-version=16.17.1
--public-repo=True
--script-version=4.1.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/notifications
- ../../node_modules:/overleaf/node_modules
@ -20,7 +20,7 @@ services:
user: node
test_acceptance:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/notifications
- ../../node_modules:/overleaf/node_modules

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/real-time

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ real-time
--docker-repos=gcr.io/overleaf-ops
--env-add=
--env-pass-through=
--node-version=16.16.0
--node-version=16.17.1
--public-repo=True
--script-version=4.1.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/real-time
- ../../node_modules:/overleaf/node_modules
@ -20,7 +20,7 @@ services:
user: node
test_acceptance:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/real-time
- ../../node_modules:/overleaf/node_modules

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/spelling
COPY services/spelling/install_deps.sh /overleaf/services/spelling/

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -4,6 +4,6 @@ spelling
--docker-repos=gcr.io/overleaf-ops
--env-add=
--env-pass-through=
--node-version=16.16.0
--node-version=16.17.1
--public-repo=False
--script-version=4.1.0

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/track-changes

View file

@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format

View file

@ -3,6 +3,6 @@ track-changes
--docker-repos=gcr.io/overleaf-ops
--env-add=AWS_BUCKET=bucket
--env-pass-through=
--node-version=16.16.0
--node-version=16.17.1
--public-repo=True
--script-version=4.1.0

View file

@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/track-changes
- ../../node_modules:/overleaf/node_modules
@ -20,7 +20,7 @@ services:
user: node
test_acceptance:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/track-changes
- ../../node_modules:/overleaf/node_modules

View file

@ -1 +1 @@
16.16.0
16.17.1

View file

@ -1,6 +1,6 @@
# the base image is suitable for running web with /overleaf/services/web bind
# mounted
FROM node:16.16.0 as base
FROM node:16.17.1 as base
WORKDIR /overleaf/services/web

View file

@ -1,4 +1,4 @@
FROM node:16.16.0
FROM node:16.17.1
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

View file

@ -6,7 +6,7 @@ volumes:
services:
test_unit:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/web
- ../../node_modules:/overleaf/node_modules
@ -21,7 +21,7 @@ services:
user: node
test_acceptance:
image: node:16.16.0
image: node:16.17.1
volumes:
- .:/overleaf/services/web
- ../../node_modules:/overleaf/node_modules

View file

@ -1,4 +1,4 @@
FROM node:16.16.0
FROM node:16.17.1
WORKDIR /app/scripts/translations