From 680738cef300e99b8dcc2be8785c8d8c720f338b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 02:56:48 +0000 Subject: [PATCH 01/14] Bump renovate from 34.152.3 to 34.152.5 Bumps [renovate](https://github.com/renovatebot/renovate) from 34.152.3 to 34.152.5. - [Release notes](https://github.com/renovatebot/renovate/releases) - [Changelog](https://github.com/renovatebot/renovate/blob/main/.releaserc) - [Commits](https://github.com/renovatebot/renovate/compare/34.152.3...34.152.5) --- updated-dependencies: - dependency-name: renovate dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c154d83b17..85fc6742f4 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "react-router-dom": "6.8.1", "react-spring": "9.7.0", "regenerator-runtime": "0.13.11", - "renovate": "^34.152.3", + "renovate": "^34.152.5", "sharp": "0.31.3", "stylelint": "15.2.0", "stylelint-config-css-modules": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 4a2704031e..5f5f041846 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10152,10 +10152,10 @@ remark@13.0.0: remark-stringify "^9.0.0" unified "^9.1.0" -renovate@^34.152.3: - version "34.152.3" - resolved "https://registry.yarnpkg.com/renovate/-/renovate-34.152.3.tgz#79558b9f47afac94c7c2db54e95d1c3f257a3ecb" - integrity sha512-ucUXJMNIrnfBhvJDLUgsmnW5/8739YSzQb9brUbwT8EZURtIEnoLZUtVODPoNH59JeBMgT1KE/ULZI3cFHSlrQ== +renovate@^34.152.5: + version "34.152.5" + resolved "https://registry.yarnpkg.com/renovate/-/renovate-34.152.5.tgz#6a9d8c8a7eac43378b8ed9bc938ce446b5a05361" + integrity sha512-slGq1zeyuizkXrwlmpD7cFl+nqzU+P51Wh6uobe51hMkLJ/J1VqIksdouvn3awsrp1KFo7GGpanZng3FJiO8sQ== dependencies: "@aws-sdk/client-codecommit" "3.256.0" "@aws-sdk/client-ec2" "3.256.0" From a6905bf6948df6de267dad8d36e2bca7d503f179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:33:16 +0000 Subject: [PATCH 02/14] bump tsconfig-paths from 3.14.1 to 3.14.2 --- updated-dependencies: - dependency-name: tsconfig-paths dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5f5f041846..741cc90c99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8178,7 +8178,7 @@ json5@2.2.3, json5@^2.2.1: resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== -json5@^1.0.1: +json5@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== @@ -11392,12 +11392,12 @@ ts-toolbelt@9.6.0: integrity sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== tsconfig-paths@^3.14.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" - integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== + version "3.14.2" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088" + integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g== dependencies: "@types/json5" "^0.0.29" - json5 "^1.0.1" + json5 "^1.0.2" minimist "^1.2.6" strip-bom "^3.0.0" From 6aa9d7f03f42073900025000e0f9e43195636703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 04:12:45 +0000 Subject: [PATCH 03/14] bump caniuse-lite from 1.0.30001457 to 1.0.30001458 --- updated-dependencies: - dependency-name: caniuse-lite dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 741cc90c99..44f91b2dfc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4819,9 +4819,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001449: - version "1.0.30001457" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001457.tgz#6af34bb5d720074e2099432aa522c21555a18301" - integrity sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA== + version "1.0.30001458" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001458.tgz#871e35866b4654a7d25eccca86864f411825540c" + integrity sha512-lQ1VlUUq5q9ro9X+5gOEyH7i3vm+AYVT1WDCVB69XOZ17KZRhnZ9J0Sqz7wTHQaLBJccNCHq8/Ww5LlOIZbB0w== chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: version "4.1.2" From 9245a8f3800ef868ba4a33d9c6aa88f37d015c08 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Mon, 27 Feb 2023 05:08:07 -0800 Subject: [PATCH 04/14] Update dependency react-spring to v9.7.1 --- package.json | 2 +- yarn.lock | 192 +++++++++++++++++++++++++-------------------------- 2 files changed, 97 insertions(+), 97 deletions(-) diff --git a/package.json b/package.json index 85fc6742f4..7a03344950 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "react-dom": "18.2.0", "react-router": "6.8.1", "react-router-dom": "6.8.1", - "react-spring": "9.7.0", + "react-spring": "9.7.1", "regenerator-runtime": "0.13.11", "renovate": "^34.152.5", "sharp": "0.31.3", diff --git a/yarn.lock b/yarn.lock index 44f91b2dfc..d0796fa1f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3155,91 +3155,91 @@ dependencies: "@babel/runtime-corejs3" "^7.14.9" -"@react-spring/animated@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.7.0.tgz#5e16a9772ae8fc2fdb14c7eb8697bc55bcf4d0e2" - integrity sha512-ukd3TRkprLBgNc6lhOqmGMZTthEPOcxc9y7dIeyKzqtRwwYuUyMl1qQcSWynKAh3tmN3rmPXKMbwQNBZp7hxxQ== - dependencies: - "@react-spring/shared" "~9.7.0" - "@react-spring/types" "~9.7.0" - -"@react-spring/core@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.7.0.tgz#53b189d1a431f71023b3ed7728f5b154a72fd30a" - integrity sha512-M+a1uNg0xdd1ZfjQJX+S1VwnPTC12Q4F/P03dwINkvdphaUF4Y2nXi8dmww+WB+LtjPA4qN4kBt8PJwe0RJNnw== - dependencies: - "@react-spring/animated" "~9.7.0" - "@react-spring/rafz" "~9.7.0" - "@react-spring/shared" "~9.7.0" - "@react-spring/types" "~9.7.0" - -"@react-spring/konva@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.7.0.tgz#63b298ee5075a7d127c87c6ff24c48ad315e600a" - integrity sha512-T+kDItYZx6SZXwxSFyV5uQHxgBhGJ8qUPcaHliHP8F3Z12CFcy7uAR9rXw9yqOwRdCRBTelZYU8tZIJwFmNrWQ== - dependencies: - "@react-spring/animated" "~9.7.0" - "@react-spring/core" "~9.7.0" - "@react-spring/shared" "~9.7.0" - "@react-spring/types" "~9.7.0" - -"@react-spring/native@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.7.0.tgz#1cb509384dc316fa48ada60d6081c462daa85f34" - integrity sha512-eMhE3QSNYR1g79Fl27bdIjPAOv20GxHX3dAx0XmFwvrGC5RILEEbV2VcXh22IeNIXME3sxqI7h1MW36p0mxOqQ== - dependencies: - "@react-spring/animated" "~9.7.0" - "@react-spring/core" "~9.7.0" - "@react-spring/shared" "~9.7.0" - "@react-spring/types" "~9.7.0" - -"@react-spring/rafz@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.7.0.tgz#b4962b8b4ad495d686a1fd8a31b2cbef839ed0f1" - integrity sha512-ooEWZyWBQ9leY0SEn2oc2Kq/93DiIwpbbQQwNlFBpJAjib201vxh2TgZi/9WPnsBm+qHzk7LXzVhHIBvoOwTcQ== - -"@react-spring/shared@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.7.0.tgz#54f7a71b9795420e5e1933cd432f185c9d7f952b" - integrity sha512-RbRrG9dbiUuAe7MhQMFmT8NVGdb54qGG4W4xqX2JjVqrpEEUlnqqsq32AGaPYzGpxY/8qLt+G3i7Me/jaO8pvg== - dependencies: - "@react-spring/rafz" "~9.7.0" - "@react-spring/types" "~9.7.0" - -"@react-spring/three@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.7.0.tgz#2e05c68eb878eb63a085412d8b1231db5d27b44b" - integrity sha512-oWTBukeBYAgi4S3F8p2J89s0ykDFX4SPTCjy4vZrfj7kSbaxN07OJdkreraofzW8HXgj7uGCNAu/bjRt6JMfMg== - dependencies: - "@react-spring/animated" "~9.7.0" - "@react-spring/core" "~9.7.0" - "@react-spring/shared" "~9.7.0" - "@react-spring/types" "~9.7.0" - -"@react-spring/types@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.7.0.tgz#1b19f9c07bc3ecb2bc7a253ec100f122ace14199" - integrity sha512-YEmhgtV7b6cNErxgYtlFpd/7N1EKV4IvxWjvLP3WVXi4xBhvBW7a3MCoHXzeTGbdWVK/YLnDh7BgJ542DwLZvg== - -"@react-spring/web@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.7.0.tgz#8e8b7857f037b6d7584300e6016b42cc0a2db6d1" - integrity sha512-+mGRMHOpuewAeCuWnoD0FJG7xIkXNlF+OAjkv3RuuvkiUmex1RSRlXTAS/nrvksASx2k9AgMZUWgg7NGK/hFWQ== - dependencies: - "@react-spring/animated" "~9.7.0" - "@react-spring/core" "~9.7.0" - "@react-spring/shared" "~9.7.0" - "@react-spring/types" "~9.7.0" - -"@react-spring/zdog@~9.7.0": - version "9.7.0" - resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.7.0.tgz#39edf2294b042866fb64e17c970b43405d4664dd" - integrity sha512-fz7vbB/U92yPKqM9X9/LyL4d8ElVS8NVbhqZI7jC1UVN0eI4ewECP76Dnx5bqv01++IO+PhV1AD35B9kAkvtpA== - dependencies: - "@react-spring/animated" "~9.7.0" - "@react-spring/core" "~9.7.0" - "@react-spring/shared" "~9.7.0" - "@react-spring/types" "~9.7.0" +"@react-spring/animated@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.7.1.tgz#0f2d78184ee0cce703acd41abb87ea56765b5713" + integrity sha512-EX5KAD9y7sD43TnLeTNG1MgUVpuRO1YaSJRPawHNRgUWYfILge3s85anny4S4eTJGpdp5OoFV2kx9fsfeo0qsw== + dependencies: + "@react-spring/shared" "~9.7.1" + "@react-spring/types" "~9.7.1" + +"@react-spring/core@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.7.1.tgz#cfe176a48ee0a05545b1af5f2fbae718b50e9a99" + integrity sha512-8K9/FaRn5VvMa24mbwYxwkALnAAyMRdmQXrARZLcBW2vxLJ6uw9Cy3d06Z8M12kEqF2bDlccaCSDsn2bSz+Q4A== + dependencies: + "@react-spring/animated" "~9.7.1" + "@react-spring/rafz" "~9.7.1" + "@react-spring/shared" "~9.7.1" + "@react-spring/types" "~9.7.1" + +"@react-spring/konva@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.7.1.tgz#25640892f88bde06c3ab96c875e5f7408abbce43" + integrity sha512-74svXHtUJi6Tvk9mNLUV1/1WfU8MdWsTK6JUpvmJr/rUr8r3FdOokk22icbgEg6AjxCkIf5e2WFovCCHUSyS0w== + dependencies: + "@react-spring/animated" "~9.7.1" + "@react-spring/core" "~9.7.1" + "@react-spring/shared" "~9.7.1" + "@react-spring/types" "~9.7.1" + +"@react-spring/native@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.7.1.tgz#3f397f946fc9a7dd4d7d432f8c0a4726d7723751" + integrity sha512-dHWeH0UuE+Rxc3YZFLp8Aq0RBP07sdOgI7pLVG46OzkMRs2RtJeWJxB6UXIWAgcYDqWDk2REAPhLD3ItDl0tDQ== + dependencies: + "@react-spring/animated" "~9.7.1" + "@react-spring/core" "~9.7.1" + "@react-spring/shared" "~9.7.1" + "@react-spring/types" "~9.7.1" + +"@react-spring/rafz@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.7.1.tgz#bdfea463fcb5ddc4e7253a8fa3870dd52ebbc59a" + integrity sha512-JSsrRfbEJvuE3w/uvU3mCTuWwpQcBXkwoW14lBgzK9XJhuxmscGo59AgJUpFkGOiGAVXFBGB+nEXtSinFsopgw== + +"@react-spring/shared@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.7.1.tgz#29611bb63d0c9e1ac18b6ced7aa4db1d48d136f3" + integrity sha512-R2kZ+VOO6IBeIAYTIA3C1XZ0ZVg/dDP5FKtWaY8k5akMer9iqf5H9BU0jyt3Qtxn0qQY7whQdf6MTcWtKeaawg== + dependencies: + "@react-spring/rafz" "~9.7.1" + "@react-spring/types" "~9.7.1" + +"@react-spring/three@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.7.1.tgz#0dab3b5e96bb6e10db0a1363938e46fc68a861e4" + integrity sha512-5leUe0PDwIIw1M3GN3788zwTY4Ykyy+kNvQmg9+Hqs1DN3T8J1ovRTGwqWfGAu4ApTta9p5BH7SWNxxt3NO59Q== + dependencies: + "@react-spring/animated" "~9.7.1" + "@react-spring/core" "~9.7.1" + "@react-spring/shared" "~9.7.1" + "@react-spring/types" "~9.7.1" + +"@react-spring/types@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.7.1.tgz#b540752a479d210c6fb68d2b1d5ff35556df4308" + integrity sha512-yBcyfKUeZv9wf/ZFrQszvhSPuDx6Py6yMJzpMnS+zxcZmhXPeOCKZSHwqrUz1WxvuRckUhlgb7eNI/x5e1e8CA== + +"@react-spring/web@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.7.1.tgz#a9ee730d06c686b8432cd20f41683b1acb9b6300" + integrity sha512-6uUE5MyKqdrJnIJqlDN/AXf3i8PjOQzUuT26nkpsYxUGOk7c+vZVPcfrExLSoKzTb9kF0i66DcqzO5fXz/Z1AA== + dependencies: + "@react-spring/animated" "~9.7.1" + "@react-spring/core" "~9.7.1" + "@react-spring/shared" "~9.7.1" + "@react-spring/types" "~9.7.1" + +"@react-spring/zdog@~9.7.1": + version "9.7.1" + resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.7.1.tgz#474a1366d7b71d623e0dff0e37a243b505e8c1a6" + integrity sha512-FeDws+7ZSoi91TUjxKnq3xmdOW6fthmqky6zSPIZq1NomeyO7+xwbxjtu15IqoWG4DJ9pouVZDijvBQXUNl0Mw== + dependencies: + "@react-spring/animated" "~9.7.1" + "@react-spring/core" "~9.7.1" + "@react-spring/shared" "~9.7.1" + "@react-spring/types" "~9.7.1" "@redis/bloom@1.2.0": version "1.2.0" @@ -9965,17 +9965,17 @@ react-router@6.8.1: dependencies: "@remix-run/router" "1.3.2" -react-spring@9.7.0: - version "9.7.0" - resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.7.0.tgz#f9b3c3bd4625ff9d9d6c51902863060641f010b4" - integrity sha512-KeF56ly+y0NUJcsAb1yRgq1toyUun8laLoZTKZixb3b6waO9lZyFaIZiNJEM6a8D+6j0uuDxGFEXeEgfH/4PmA== - dependencies: - "@react-spring/core" "~9.7.0" - "@react-spring/konva" "~9.7.0" - "@react-spring/native" "~9.7.0" - "@react-spring/three" "~9.7.0" - "@react-spring/web" "~9.7.0" - "@react-spring/zdog" "~9.7.0" +react-spring@9.7.1: + version "9.7.1" + resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.7.1.tgz#8acfed700823490a4d9d4cf131c5fea12d1aaa93" + integrity sha512-o2+r2DNQDVEuefiz33ZF76DPd/gLq3kbdObJmllGF2IUfv2W6x+ZP0gR97QYCSR4QLbmOl1mPKUBbI+FJdys2Q== + dependencies: + "@react-spring/core" "~9.7.1" + "@react-spring/konva" "~9.7.1" + "@react-spring/native" "~9.7.1" + "@react-spring/three" "~9.7.1" + "@react-spring/web" "~9.7.1" + "@react-spring/zdog" "~9.7.1" react@18.2.0: version "18.2.0" From e9e161fc02337c4c4567cc4b1eeb5780a770f36e Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Mon, 27 Feb 2023 09:21:22 -0800 Subject: [PATCH 05/14] Update typescript-eslint monorepo to v5.54.0 --- package.json | 4 +-- yarn.lock | 98 ++++++++++++++++++++++++++-------------------------- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/package.json b/package.json index 7a03344950..11908cb102 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "@types/svgo": "2.6.4", "@types/tmp": "0.2.3", "@types/uuid": "9.0.1", - "@typescript-eslint/eslint-plugin": "5.53.0", - "@typescript-eslint/parser": "5.53.0", + "@typescript-eslint/eslint-plugin": "5.54.0", + "@typescript-eslint/parser": "5.54.0", "bcryptjs": "2.4.3", "chalk": "5.2.0", "classnames": "2.3.2", diff --git a/yarn.lock b/yarn.lock index d0796fa1f5..42bab1d518 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3890,14 +3890,14 @@ dependencies: "@types/node" "*" -"@typescript-eslint/eslint-plugin@5.53.0": - version "5.53.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.53.0.tgz#24b8b4a952f3c615fe070e3c461dd852b5056734" - integrity sha512-alFpFWNucPLdUOySmXCJpzr6HKC3bu7XooShWM+3w/EL6J2HIoB2PFxpLnq4JauWVk6DiVeNKzQlFEaE+X9sGw== - dependencies: - "@typescript-eslint/scope-manager" "5.53.0" - "@typescript-eslint/type-utils" "5.53.0" - "@typescript-eslint/utils" "5.53.0" +"@typescript-eslint/eslint-plugin@5.54.0": + version "5.54.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4" + integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw== + dependencies: + "@typescript-eslint/scope-manager" "5.54.0" + "@typescript-eslint/type-utils" "5.54.0" + "@typescript-eslint/utils" "5.54.0" debug "^4.3.4" grapheme-splitter "^1.0.4" ignore "^5.2.0" @@ -3906,14 +3906,14 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@5.53.0": - version "5.53.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52" - integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ== +"@typescript-eslint/parser@5.54.0": + version "5.54.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe" + integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ== dependencies: - "@typescript-eslint/scope-manager" "5.53.0" - "@typescript-eslint/types" "5.53.0" - "@typescript-eslint/typescript-estree" "5.53.0" + "@typescript-eslint/scope-manager" "5.54.0" + "@typescript-eslint/types" "5.54.0" + "@typescript-eslint/typescript-estree" "5.54.0" debug "^4.3.4" "@typescript-eslint/parser@^5.42.0": @@ -3934,21 +3934,21 @@ "@typescript-eslint/types" "5.46.0" "@typescript-eslint/visitor-keys" "5.46.0" -"@typescript-eslint/scope-manager@5.53.0": - version "5.53.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.53.0.tgz#42b54f280e33c82939275a42649701024f3fafef" - integrity sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w== +"@typescript-eslint/scope-manager@5.54.0": + version "5.54.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536" + integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg== dependencies: - "@typescript-eslint/types" "5.53.0" - "@typescript-eslint/visitor-keys" "5.53.0" + "@typescript-eslint/types" "5.54.0" + "@typescript-eslint/visitor-keys" "5.54.0" -"@typescript-eslint/type-utils@5.53.0": - version "5.53.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97" - integrity sha512-HO2hh0fmtqNLzTAme/KnND5uFNwbsdYhCZghK2SoxGp3Ifn2emv+hi0PBUjzzSh0dstUIFqOj3bp0AwQlK4OWw== +"@typescript-eslint/type-utils@5.54.0": + version "5.54.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26" + integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ== dependencies: - "@typescript-eslint/typescript-estree" "5.53.0" - "@typescript-eslint/utils" "5.53.0" + "@typescript-eslint/typescript-estree" "5.54.0" + "@typescript-eslint/utils" "5.54.0" debug "^4.3.4" tsutils "^3.21.0" @@ -3957,10 +3957,10 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.0.tgz#f4d76622a996b88153bbd829ea9ccb9f7a5d28bc" integrity sha512-wHWgQHFB+qh6bu0IAPAJCdeCdI0wwzZnnWThlmHNY01XJ9Z97oKqKOzWYpR2I83QmshhQJl6LDM9TqMiMwJBTw== -"@typescript-eslint/types@5.53.0": - version "5.53.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f" - integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A== +"@typescript-eslint/types@5.54.0": + version "5.54.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740" + integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ== "@typescript-eslint/typescript-estree@5.46.0": version "5.46.0" @@ -3975,29 +3975,29 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/typescript-estree@5.53.0": - version "5.53.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690" - integrity sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w== +"@typescript-eslint/typescript-estree@5.54.0": + version "5.54.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99" + integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ== dependencies: - "@typescript-eslint/types" "5.53.0" - "@typescript-eslint/visitor-keys" "5.53.0" + "@typescript-eslint/types" "5.54.0" + "@typescript-eslint/visitor-keys" "5.54.0" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/utils@5.53.0": - version "5.53.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8" - integrity sha512-VUOOtPv27UNWLxFwQK/8+7kvxVC+hPHNsJjzlJyotlaHjLSIgOCKj9I0DBUjwOOA64qjBwx5afAPjksqOxMO0g== +"@typescript-eslint/utils@5.54.0": + version "5.54.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21" + integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw== dependencies: "@types/json-schema" "^7.0.9" "@types/semver" "^7.3.12" - "@typescript-eslint/scope-manager" "5.53.0" - "@typescript-eslint/types" "5.53.0" - "@typescript-eslint/typescript-estree" "5.53.0" + "@typescript-eslint/scope-manager" "5.54.0" + "@typescript-eslint/types" "5.54.0" + "@typescript-eslint/typescript-estree" "5.54.0" eslint-scope "^5.1.1" eslint-utils "^3.0.0" semver "^7.3.7" @@ -4010,12 +4010,12 @@ "@typescript-eslint/types" "5.46.0" eslint-visitor-keys "^3.3.0" -"@typescript-eslint/visitor-keys@5.53.0": - version "5.53.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f" - integrity sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w== +"@typescript-eslint/visitor-keys@5.54.0": + version "5.54.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f" + integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA== dependencies: - "@typescript-eslint/types" "5.53.0" + "@typescript-eslint/types" "5.54.0" eslint-visitor-keys "^3.3.0" "@yarnpkg/core@3.4.0": From 33a6fcd81204b820dd63a22c19c99620db3e1c62 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Mon, 27 Feb 2023 12:33:27 -0800 Subject: [PATCH 06/14] Update react-router monorepo to v6.8.2 --- package.json | 4 ++-- yarn.lock | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 11908cb102..16144f6326 100644 --- a/package.json +++ b/package.json @@ -72,8 +72,8 @@ "puppeteer": "19.7.2", "react": "18.2.0", "react-dom": "18.2.0", - "react-router": "6.8.1", - "react-router-dom": "6.8.1", + "react-router": "6.8.2", + "react-router-dom": "6.8.2", "react-spring": "9.7.1", "regenerator-runtime": "0.13.11", "renovate": "^34.152.5", diff --git a/yarn.lock b/yarn.lock index 42bab1d518..6844595412 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3275,10 +3275,10 @@ resolved "https://registry.yarnpkg.com/@redis/time-series/-/time-series-1.0.4.tgz#af85eb080f6934580e4d3b58046026b6c2b18717" integrity sha512-ThUIgo2U/g7cCuZavucQTQzA9g9JbDDY2f64u3AbAoz/8vE2lt2U37LamDUVChhaDA3IRT9R6VvJwqnUfTJzng== -"@remix-run/router@1.3.2": - version "1.3.2" - resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.2.tgz#58cd2bd25df2acc16c628e1b6f6150ea6c7455bc" - integrity sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA== +"@remix-run/router@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.3.tgz#d6d531d69c0fa3a44fda7dc00b20d49b44549164" + integrity sha512-YRHie1yQEj0kqqCTCJEfHqYSSNlZQ696QJG+MMiW4mxSl9I0ojz/eRhJS4fs88Z5i6D1SmoF9d3K99/QOhI8/w== "@renovatebot/osv-offline-db@1.3.2": version "1.3.2" @@ -9950,20 +9950,20 @@ react-is@^18.0.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== -react-router-dom@6.8.1: - version "6.8.1" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.8.1.tgz#7e136b67d9866f55999e9a8482c7008e3c575ac9" - integrity sha512-67EXNfkQgf34P7+PSb6VlBuaacGhkKn3kpE51+P6zYSG2kiRoumXEL6e27zTa9+PGF2MNXbgIUHTVlleLbIcHQ== +react-router-dom@6.8.2: + version "6.8.2" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.8.2.tgz#a6654a3400be9aafd504d7125573568921b78b57" + integrity sha512-N/oAF1Shd7g4tWy+75IIufCGsHBqT74tnzHQhbiUTYILYF0Blk65cg+HPZqwC+6SqEyx033nKqU7by38v3lBZg== dependencies: - "@remix-run/router" "1.3.2" - react-router "6.8.1" + "@remix-run/router" "1.3.3" + react-router "6.8.2" -react-router@6.8.1: - version "6.8.1" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.8.1.tgz#e362caf93958a747c649be1b47cd505cf28ca63e" - integrity sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg== +react-router@6.8.2: + version "6.8.2" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.8.2.tgz#98f83582a73f316a3287118b440f0cee30ed6f33" + integrity sha512-lF7S0UmXI5Pd8bmHvMdPKI4u4S5McxmHnzJhrYi9ZQ6wE+DA8JN5BzVC5EEBuduWWDaiJ8u6YhVOCmThBli+rw== dependencies: - "@remix-run/router" "1.3.2" + "@remix-run/router" "1.3.3" react-spring@9.7.1: version "9.7.1" From 6dc1c22cce2520dfb53c928ebd633c3c7f324fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 01:58:55 +0000 Subject: [PATCH 07/14] Bump aws-sdk from 2.1322.0 to 2.1324.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1322.0 to 2.1324.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1322.0...v2.1324.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6844595412..a4bc077fe0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4436,9 +4436,9 @@ available-typed-arrays@^1.0.5: integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== aws-sdk@^2.0.0: - version "2.1322.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1322.0.tgz#9535f5bd66320cd06f24e734bc0db4c60e7efaf2" - integrity sha512-y1gSjcxKjL7VT5B8TA2/0etuG/GhrMbPC20zrqpI82LCilRTHkQ8UiXFdWSgoEuqtn16ZK/EbqCNXlgcv90xow== + version "2.1324.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1324.0.tgz#fede7d75a2abcc7835c994907560fbfd038b7b9e" + integrity sha512-7T9Jn6qtzCANdqRcdhxZ9Fx31/U+h/VPFxEU3+sFEnC7WtGtRlgmsJOY2lIdFKRXkHYT3Jw5MqDyjnb/i1QqbA== dependencies: buffer "4.9.2" events "1.1.1" From a8c188f63162ae9118be7efe87ad45ff79f2ffd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 02:19:08 +0000 Subject: [PATCH 08/14] Bump electron-to-chromium from 1.4.309 to 1.4.313 Bumps [electron-to-chromium](https://github.com/kilian/electron-to-chromium) from 1.4.309 to 1.4.313. - [Release notes](https://github.com/kilian/electron-to-chromium/releases) - [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md) - [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.309...v1.4.313) --- updated-dependencies: - dependency-name: electron-to-chromium dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index a4bc077fe0..1747fcd631 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5643,9 +5643,9 @@ editorconfig@1.0.2: semver "^7.3.8" electron-to-chromium@^1.4.284: - version "1.4.309" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.309.tgz#82158606da135ffffc16a2e1eb853fa0a10955e7" - integrity sha512-U7DTiKe4h+irqBG6h4EZ0XXaZuJj4md3xIXXaGSYhwiumPZ4BSc6rgf9UD0hVUMaeP/jB0q5pKWCPxvhO8fvZA== + version "1.4.313" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.313.tgz#ff95f01926ab748c65beb23fc55f2f178e7a24a9" + integrity sha512-QckB9OVqr2oybjIrbMI99uF+b9+iTja5weFe0ePbqLb5BHqXOJUO1SG6kDj/1WtWPRIBr51N153AEq8m7HuIaA== email-addresses@5.0.0: version "5.0.0" From 6a6e766ae257b18304f90789bfc20ecf56fc0a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 02:37:52 +0000 Subject: [PATCH 09/14] Bump core-js-pure from 3.28.0 to 3.29.0 Bumps [core-js-pure](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-pure) from 3.28.0 to 3.29.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.29.0/packages/core-js-pure) --- updated-dependencies: - dependency-name: core-js-pure dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 1747fcd631..06fd8e5fd9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5107,9 +5107,9 @@ convert-source-map@^2.0.0: integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== core-js-pure@^3.25.1: - version "3.28.0" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.28.0.tgz#4ef2888475b6c856ef6f5aeef8b4f618b76ad048" - integrity sha512-DSOVleA9/v3LNj/vFxAPfUHttKTzrB2RXhAPvR5TPXn4vrra3Z2ssytvRyt8eruJwAfwAiFADEbrjcRdcvPLQQ== + version "3.29.0" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.29.0.tgz#0e1ac889214398641ea4bb1c6cf25ff0959ec1d2" + integrity sha512-v94gUjN5UTe1n0yN/opTihJ8QBWD2O8i19RfTZR7foONPWArnjB96QA/wk5ozu1mm6ja3udQCzOzwQXTxi3xOQ== core-util-is@~1.0.0: version "1.0.3" From 86fd0fcf2a371da7598b1f0cc05f0caacc7e7c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 02:58:29 +0000 Subject: [PATCH 10/14] Bump renovate from 34.152.5 to 34.153.2 Bumps [renovate](https://github.com/renovatebot/renovate) from 34.152.5 to 34.153.2. - [Release notes](https://github.com/renovatebot/renovate/releases) - [Changelog](https://github.com/renovatebot/renovate/blob/main/.releaserc) - [Commits](https://github.com/renovatebot/renovate/compare/34.152.5...34.153.2) --- updated-dependencies: - dependency-name: renovate dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 16144f6326..93f0d26f47 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "react-router-dom": "6.8.2", "react-spring": "9.7.1", "regenerator-runtime": "0.13.11", - "renovate": "^34.152.5", + "renovate": "^34.153.2", "sharp": "0.31.3", "stylelint": "15.2.0", "stylelint-config-css-modules": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 06fd8e5fd9..ae5db4c0d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6917,10 +6917,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== -graph-data-structure@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/graph-data-structure/-/graph-data-structure-3.1.1.tgz#9c45dbd61ff22f2cbf1790c888d6fdff85c5c1c8" - integrity sha512-8hN+cbuxQPX16u6XsNHD365ywgsizdb3/4EQgCADNb/XUpqIWSNfZ2oCuEs59kn0XezVaxz/LK7oJ+kOE7wmMQ== +graph-data-structure@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/graph-data-structure/-/graph-data-structure-3.2.0.tgz#db7886a69a2073c76291eef75c973d532eea3b48" + integrity sha512-GtMD5xvFX947d04IzH0dIPnncglFVQKZpLqLb0jy7OM+dMcm4gY9QNAUfHJryNc0Gd0cSvlMfwulUQ/CPyGczg== grapheme-splitter@^1.0.4: version "1.0.4" @@ -10152,10 +10152,10 @@ remark@13.0.0: remark-stringify "^9.0.0" unified "^9.1.0" -renovate@^34.152.5: - version "34.152.5" - resolved "https://registry.yarnpkg.com/renovate/-/renovate-34.152.5.tgz#6a9d8c8a7eac43378b8ed9bc938ce446b5a05361" - integrity sha512-slGq1zeyuizkXrwlmpD7cFl+nqzU+P51Wh6uobe51hMkLJ/J1VqIksdouvn3awsrp1KFo7GGpanZng3FJiO8sQ== +renovate@^34.153.2: + version "34.153.2" + resolved "https://registry.yarnpkg.com/renovate/-/renovate-34.153.2.tgz#f08dfbc7d3c9c42bf8e0150de171d1a66c554d43" + integrity sha512-VSx+tG0o1wFEjNPyFN3SONIWfGhkV2y+6l+Z1e0o+mpAuWWSXxcM2HdzhMHiLzOpy0LM2Mx+6sC/wRd80gh2Sw== dependencies: "@aws-sdk/client-codecommit" "3.256.0" "@aws-sdk/client-ec2" "3.256.0" @@ -10217,7 +10217,7 @@ renovate@^34.152.5: global-agent "3.0.0" good-enough-parser "1.1.22" got "11.8.6" - graph-data-structure "3.1.1" + graph-data-structure "3.2.0" handlebars "4.7.7" hasha "5.2.2" hcl2-parser "1.0.3" From 5bd924804a1b278703967ae6b980812064bfcd08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 03:19:15 +0000 Subject: [PATCH 11/14] Bump @types/node from 18.14.1 to 18.14.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.1 to 18.14.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 93f0d26f47..0207111db2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/glob": "8.1.0", "@types/jest": "29.4.0", "@types/mime": "3.0.1", - "@types/node": "18.14.1", + "@types/node": "18.14.2", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "@types/sharp": "0.31.1", diff --git a/yarn.lock b/yarn.lock index ae5db4c0d1..f61c426249 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3757,10 +3757,10 @@ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== -"@types/node@*", "@types/node@18.14.1", "@types/node@>=12.12.47": - version "18.14.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.1.tgz#90dad8476f1e42797c49d6f8b69aaf9f876fc69f" - integrity sha512-QH+37Qds3E0eDlReeboBxfHbX9omAcBCXEzswCu6jySP642jiM3cYSIkU/REqwhCUqXdonHFuBfJDiAJxMNhaQ== +"@types/node@*", "@types/node@18.14.2", "@types/node@>=12.12.47": + version "18.14.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.2.tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1" + integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA== "@types/node@^13.7.0": version "13.13.52" From 8aa11bfb509eaf1d6c0016b9175cbae393dba82b Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Mon, 27 Feb 2023 20:02:50 -0800 Subject: [PATCH 12/14] Update renovatebot/github-action action to v34.153.2 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index f5928949a1..04e2ce4e52 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.3.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.152.5 + uses: renovatebot/github-action@v34.153.2 with: configurationFile: renovate.json token: ${{ secrets.GH_PAT }} From ab9860f6336aefb58363b5e8437a8b93ac244039 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Tue, 28 Feb 2023 12:21:31 -0800 Subject: [PATCH 13/14] Update renovatebot/github-action action to v34.154.0 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 04e2ce4e52..a0c57f2723 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.3.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.153.2 + uses: renovatebot/github-action@v34.154.0 with: configurationFile: renovate.json token: ${{ secrets.GH_PAT }} From 745797570ca827534eda18132a0027116d4a39b4 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Tue, 28 Feb 2023 14:07:13 -0800 Subject: [PATCH 14/14] Update dependency rules_python to v0.19.0 --- bzl/deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bzl/deps.bzl b/bzl/deps.bzl index 9182fe048b..9c8c8f0144 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -25,9 +25,9 @@ def fetch_dependencies(): http_archive( name = "rules_python", - sha256 = "29a801171f7ca190c543406f9894abf2d483c206e14d6acbd695623662320097", - strip_prefix = "rules_python-0.18.1", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.18.1.tar.gz", + sha256 = "ffc7b877c95413c82bfd5482c017edcf759a6250d8b24e82f41f3c8b8d9e287e", + strip_prefix = "rules_python-0.19.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.19.0.tar.gz", ) http_archive(