From 01893fb62536772f8ef49157f506aec8377d635a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:45:51 +0000 Subject: [PATCH 1/6] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..a7509cc2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + ignore: + - dependency-name: "@types/react" + versions: + - 17.0.3 From 781f10a8d77ed78cfe028efc16661bdc9a9da274 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 09:18:56 +0000 Subject: [PATCH 2/6] Bump @corex/deepmerge from 2.5.11 to 2.6.20 Bumps @corex/deepmerge from 2.5.11 to 2.6.20. Signed-off-by: dependabot-preview[bot] --- packages/next-sitemap/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/next-sitemap/package.json b/packages/next-sitemap/package.json index 73e4e68a..e68651d4 100644 --- a/packages/next-sitemap/package.json +++ b/packages/next-sitemap/package.json @@ -21,7 +21,7 @@ "build:esm": "tsc --module es2015 --outDir dist/esm" }, "dependencies": { - "@corex/deepmerge": "^2.5.11", + "@corex/deepmerge": "^2.6.20", "matcher": "^4.0.0", "minimist": "^1.2.5" }, diff --git a/yarn.lock b/yarn.lock index ad58afb2..68ff94ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -302,10 +302,10 @@ exec-sh "^0.3.2" minimist "^1.2.0" -"@corex/deepmerge@^2.5.11": - version "2.5.11" - resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-2.5.11.tgz#2f7a14f330f3c036256cf60d0ab2d49fac944248" - integrity sha512-lQjrug/WENKZFTPJpl4d0mKYnmFXx9pslOnAp5mjNuoKRz/Xm5kk88f11/mKNXdBzSaeLKgGUABnIKy1W7PtTA== +"@corex/deepmerge@^2.6.20": + version "2.6.20" + resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-2.6.20.tgz#a72d1cb5a101fd11160815b96f499a588362ba5b" + integrity sha512-oZZxwDtV0bf8VPcSIhZPvdBFUkVIC8zRblUjrrVAsbGRiqUuZJfoXw2M6NDiIXWcUCfOqbkFND6Yf3b9ej9AjA== "@corex/eslint-config@*": version "2.5.3" From e21a4fbfd1fdf6e4be5e2f69b52965a0c8041e85 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 09:30:03 +0000 Subject: [PATCH 3/6] Bump @corex/workspace from 2.5.11 to 2.6.20 Bumps [@corex/workspace](https://github.com/iamvishnusankar/corex) from 2.5.11 to 2.6.20. - [Release notes](https://github.com/iamvishnusankar/corex/releases) - [Commits](https://github.com/iamvishnusankar/corex/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca3e69c6..84a1fc4c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "format": "prettier --write \"**/*.{js,mjs,cjs,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,less,graphql,graphqls,gql}\"" }, "devDependencies": { - "@corex/workspace": "^2.5.11" + "@corex/workspace": "^2.6.20" }, "dependencies": {} } diff --git a/yarn.lock b/yarn.lock index 68ff94ff..bea61116 100644 --- a/yarn.lock +++ b/yarn.lock @@ -361,10 +361,10 @@ dependencies: typescript "4.0.3" -"@corex/workspace@^2.5.11": - version "2.5.11" - resolved "https://registry.yarnpkg.com/@corex/workspace/-/workspace-2.5.11.tgz#15a991d078903d548f73416db984bf303d40b8f0" - integrity sha512-FNSQKC2wgGbS1wmgcK3kBZnmie9/9foiQ56mXvuBsrUZqcrasL9pm6Fbsrph91ZW5o96hmLcR5vmc2O8bi15tA== +"@corex/workspace@^2.6.20": + version "2.6.20" + resolved "https://registry.yarnpkg.com/@corex/workspace/-/workspace-2.6.20.tgz#3596db8643440d96c44a7a2a85690da64c8037d1" + integrity sha512-G/QK/7tBGl0wPvWU13YN/FfnG58KJPWkoHhOnL9Z2ClkvbGLsCP68cLv36SH55hoYBKKiEiaG13qBoClZ0GHKQ== dependencies: "@corex/eslint-config" "*" "@corex/jest" "*" From b115607c6f78c5001fac8301aeadf1f0606a33a0 Mon Sep 17 00:00:00 2001 From: Vishnu Sankar <4602725+iamvishnusankar@users.noreply.github.com> Date: Tue, 25 May 2021 17:40:09 +0530 Subject: [PATCH 4/6] - Fixed formatting error --- .github/dependabot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7509cc2..083cfb48 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 10 - ignore: - - dependency-name: "@types/react" - versions: - - 17.0.3 + - package-ecosystem: npm + directory: '/' + schedule: + interval: weekly + open-pull-requests-limit: 10 + ignore: + - dependency-name: '@types/react' + versions: + - 17.0.3 From eb284bfe04664deaf1870e9386e7493ac42ab3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 12:27:38 +0000 Subject: [PATCH 5/6] Bump next from 10.2.2 to 10.2.3 Bumps [next](https://github.com/vercel/next.js) from 10.2.2 to 10.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v10.2.2...v10.2.3) Signed-off-by: dependabot[bot] --- example/package.json | 2 +- yarn.lock | 48 ++++++++++++++++++++++---------------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/example/package.json b/example/package.json index 302698ac..55a020a2 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@types/react-dom": "^17.0.5", - "next": "^10.2.2", + "next": "^10.2.3", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/yarn.lock b/yarn.lock index bea61116..dfebf0c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -605,20 +605,20 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@next/env@10.2.2": - version "10.2.2" - resolved "https://registry.yarnpkg.com/@next/env/-/env-10.2.2.tgz#cb61f6c29f349815108184c2f1926ada65458e28" - integrity sha512-m0xOpl4F9z7R7Yt2OtJoo6ZUsFPdx+kuvZeoctH7T6lO66DmZL3W6MQDxso/ArkH8VOlDPZgeQVVBPf+I7wflA== +"@next/env@10.2.3": + version "10.2.3" + resolved "https://registry.yarnpkg.com/@next/env/-/env-10.2.3.tgz#ede3bbe68cec9939c37168ea2077f9adbc68334e" + integrity sha512-uBOjRBjsWC4C8X3DfmWWP6ekwLnf2JCCwQX9KVnJtJkqfDsv1yQPakdOEwvJzXQc3JC/v5KKffYPVmV2wHXCgQ== -"@next/polyfill-module@10.2.2": - version "10.2.2" - resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-10.2.2.tgz#48d108dd562ed021dd23510c0ffe96badf5f9c04" - integrity sha512-0t5Hw1Dr18TWP65qAnakRa8+jza6SAFOz0b2v67s5AVquAwXXlclR4SfUy3ahrRtjCqlbLEE/oFIzCGbyMYfVA== +"@next/polyfill-module@10.2.3": + version "10.2.3" + resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-10.2.3.tgz#5a29f50c3ce3a56b8268d3b8331c691d8039467a" + integrity sha512-OkeY4cLhzfYbXxM4fd+6V4s5pTPuyfKSlavItfNRA6PpS7t1/R6YjO7S7rB8tu1pbTGuDHGIdE1ioDv15bAbDQ== -"@next/react-dev-overlay@10.2.2": - version "10.2.2" - resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-10.2.2.tgz#88fb5013d3df70bd37b854234c41d884e108a149" - integrity sha512-uPslFPWvvZ8AdadGdK2/834UnJy6F+7071/ere6QpN88Ngzqx9lDIhjslEeFLRtpyBst4s1YUdbm69btVPdE5w== +"@next/react-dev-overlay@10.2.3": + version "10.2.3" + resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-10.2.3.tgz#95313d10a8848f6c7b9e31ae3bd2a3627d136841" + integrity sha512-E6g2jws4YW94l0lMMopBVKIZK2mEHfSBvM0d9dmzKG9L/A/kEq6LZCB4SiwGJbNsAdlk2y3USDa0oNbpA+m5Kw== dependencies: "@babel/code-frame" "7.12.11" anser "1.4.9" @@ -632,10 +632,10 @@ stacktrace-parser "0.1.10" strip-ansi "6.0.0" -"@next/react-refresh-utils@10.2.2": - version "10.2.2" - resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-10.2.2.tgz#69dd150e3656aebe63fc828916105f1472810488" - integrity sha512-OL7r0iz+SiE9SMWcxZocUtEAHv0/TlBWxIE3KjjO1vWSU1r0gMrE2l2RxHfMLIPsl6CjAkcPxoaXlosFsJ2S5w== +"@next/react-refresh-utils@10.2.3": + version "10.2.3" + resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-10.2.3.tgz#2f3e42fe6680798f276e3621345c2886b231348b" + integrity sha512-qtBF56vPC6d6a8p7LYd0iRjW89fhY80kAIzmj+VonvIGjK/nymBjcFUhbKiMFqlhsarCksnhwX+Zmn95Dw9qvA== "@nodelib/fs.scandir@2.1.4": version "2.1.4" @@ -4597,17 +4597,17 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -next@^10.2.2: - version "10.2.2" - resolved "https://registry.yarnpkg.com/next/-/next-10.2.2.tgz#aadcc526e420282b4a735b0595041195d748a91d" - integrity sha512-HPGSLrflWPvf3zEZSIk/uj0CZ+YYrpZwZS0PFAgXbEwb894iRuAPzglagqlzcCh7lg12RBEaKNIxhrVa5xgjtQ== +next@^10.2.3: + version "10.2.3" + resolved "https://registry.yarnpkg.com/next/-/next-10.2.3.tgz#5aa058a63626338cea91c198fda8f2715c058394" + integrity sha512-dkM1mIfnORtGyzw/Yme8RdqNxlCMZyi4Lqj56F01/yHbe1ZtOaJ0cyqqRB4RGiPhjGGh0319f8ddjDyO1605Ow== dependencies: "@babel/runtime" "7.12.5" "@hapi/accept" "5.0.2" - "@next/env" "10.2.2" - "@next/polyfill-module" "10.2.2" - "@next/react-dev-overlay" "10.2.2" - "@next/react-refresh-utils" "10.2.2" + "@next/env" "10.2.3" + "@next/polyfill-module" "10.2.3" + "@next/react-dev-overlay" "10.2.3" + "@next/react-refresh-utils" "10.2.3" "@opentelemetry/api" "0.14.0" assert "2.0.0" ast-types "0.13.2" From 0491650443d79ee6ba87a5e908d61902ca841d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 12:46:52 +0000 Subject: [PATCH 6/6] Bump @types/react from 17.0.5 to 17.0.7 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.5 to 17.0.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot[bot] --- example/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 55a020a2..44938d93 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "@types/react": "^17.0.5", + "@types/react": "^17.0.7", "next-sitemap": "*" } } diff --git a/yarn.lock b/yarn.lock index dfebf0c9..dfc7836a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -861,10 +861,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17.0.5": - version "17.0.5" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.5.tgz#3d887570c4489011f75a3fc8f965bf87d09a1bea" - integrity sha512-bj4biDB9ZJmGAYTWSKJly6bMr4BLUiBrx9ujiJEoP9XIDY9CTaPGxE5QWN/1WjpPLzYF7/jRNnV2nNxNe970sw== +"@types/react@*", "@types/react@^17.0.7": + version "17.0.7" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.7.tgz#5f2ca73d8baee8c286e96c95df557799ac0d1996" + integrity sha512-lBc3fY20hRFQ/pXQT2XdtmpJeXZnRH8N+WPnEzEfPTzuKmaJTA7k/xGWHBaPvKceKpbf0ZnMlLWY/0sFZ5rfkw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"