From d17adb3b24782e97a46b0fa6b80b2dbff36c2ecc Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:55:28 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20espree=20to?= =?UTF-8?q?=20version=2010.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b3edd083d0..c051b7a8ee 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "eslint-plugin-jest-formatting": "^3.1.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-testing-library": "^6.2.0", - "espree": "^9.6.1", + "espree": "^10.0.0", "fake-indexeddb": "^4.0.2", "fetch-mock-jest": "^1.5.1", "file-loader": "^6.2.0", diff --git a/yarn.lock b/yarn.lock index 2ab5b94a9b..475d4d3678 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2642,7 +2642,7 @@ acorn@^7.1.1: resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c" integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== -acorn@^8.0.0, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0: +acorn@^8.0.0, acorn@^8.11.3, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0: version "8.11.3" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a" integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== @@ -5173,6 +5173,15 @@ eslint@^8.56.0: strip-ansi "^6.0.1" text-table "^0.2.0" +espree@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.0.tgz#ce1411bb31a514797dbd29ee360e4f3404643096" + integrity sha512-gdlKrfXQWv/3vubKqeQIiBUoWeknNQVEDpKD7OD3bC53g5EKISTuhcIoA1H1e+zqIuosdKrKuTDMmj8eFfhOnA== + dependencies: + acorn "^8.11.3" + acorn-jsx "^5.3.2" + eslint-visitor-keys "^3.4.1" + espree@^6.1.2: version "6.2.1" resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a" From ec8662e47a9c204c79c36236496cfbe0929ab5d9 Mon Sep 17 00:00:00 2001 From: Julien Wajsberg Date: Tue, 6 Feb 2024 17:11:03 +0100 Subject: [PATCH 2/2] Update node to v18.19 --- .circleci/config.yml | 2 +- .nvmrc | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dea93e7e5a..1498c35e50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 executors: node: docker: - - image: cimg/node:18.16 + - image: cimg/node:18.19 base: docker: - image: cimg/base:stable diff --git a/.nvmrc b/.nvmrc index b492b08635..df5f0bcd6d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.16 +18.19 diff --git a/appveyor.yml b/appveyor.yml index 8bad0f0d07..4377874a1d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ clone_depth: 5 environment: - nodejs_version: '18.16' + nodejs_version: '18.19' platform: x64 # flow needs 64b platforms branches: