From 5277c087b50102ddcd2fd7efbd40e9c167d6038d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:46:45 -0500 Subject: [PATCH 1/6] Bump gatsby-plugin-image from 3.12.3 to 3.13.1 in /site (#208) Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 3.12.3 to 3.13.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.13.1/packages/gatsby-plugin-image) --- updated-dependencies: - dependency-name: gatsby-plugin-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Smulovics --- site/package-lock.json | 22 +++++++++++----------- site/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 74d650c5..247941ce 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@mdx-js/react": "^2.3.0", "gatsby": "^5.12.11", - "gatsby-plugin-image": "^3.12.3", + "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-react-helmet": "^6.12.0", @@ -5538,13 +5538,13 @@ } }, "node_modules/babel-plugin-remove-graphql-queries": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.12.1.tgz", - "integrity": "sha512-R5FyZLs+YfhCpUJkpSyVwIbaw9Ya4TC4xIOBJzPK9Z3u5XVCI459aykLPyfYAWwbsI9yvjm/Ux5ft4/U4rNvMQ==", + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.13.1.tgz", + "integrity": "sha512-yncJ/W6Un48aBRpK/rmdpQOMcr4+EmJ3oi2Wq1zXKu8WLlw+j93KTbejf7fg2msm8GUskb/+9Nnpz7oMCqO9aA==", "dependencies": { "@babel/runtime": "^7.20.13", "@babel/types": "^7.20.7", - "gatsby-core-utils": "^4.12.1" + "gatsby-core-utils": "^4.13.1" }, "engines": { "node": ">=18.0.0" @@ -9957,22 +9957,22 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "3.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.12.3.tgz", - "integrity": "sha512-945XpVY/14M9msfOI2fulunEUSJnw0YnwfbRq7omvqAWOH/fCnXWkyYj89NAcmNIOSM/a+KgQyaIDosnVHXdpw==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.13.1.tgz", + "integrity": "sha512-v5jGXxjr//iLk7LzpW6RW/9H4KNVezxee2Sgy9mxvdvekTuFQLYoQmtk2jOZINMZMP3Vm+Rl3MqWWVMfhHuWFw==", "dependencies": { "@babel/code-frame": "^7.18.6", "@babel/parser": "^7.20.13", "@babel/runtime": "^7.20.13", "@babel/traverse": "^7.20.13", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^5.12.1", + "babel-plugin-remove-graphql-queries": "^5.13.1", "camelcase": "^6.3.0", "chokidar": "^3.5.3", "common-tags": "^1.8.2", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.1", - "gatsby-plugin-utils": "^4.12.3", + "gatsby-core-utils": "^4.13.1", + "gatsby-plugin-utils": "^4.13.1", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, diff --git a/site/package.json b/site/package.json index 27e9c213..8372dd90 100644 --- a/site/package.json +++ b/site/package.json @@ -14,7 +14,7 @@ "dependencies": { "@mdx-js/react": "^2.3.0", "gatsby": "^5.12.11", - "gatsby-plugin-image": "^3.12.3", + "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-react-helmet": "^6.12.0", From 06de3643d576f383e1bc3347a90901fc70e51a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:58:16 -0500 Subject: [PATCH 2/6] Bump Moq from 4.20.69 to 4.20.70 (#197) Bumps [Moq](https://github.com/moq/moq) from 4.20.69 to 4.20.70. - [Release notes](https://github.com/moq/moq/releases) - [Changelog](https://github.com/devlooped/moq/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq/compare/v4.20.69...v4.20.70) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index d3046d4b..ce4f7f62 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -21,7 +21,7 @@ 17.8.0 2.7.0 2.5.7 - 4.20.69 + 4.20.70 20.0.15 3.2.0 From 72a3d368c646e51fbf89851111754cb40c67a223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:02:58 -0500 Subject: [PATCH 3/6] Bump gatsby-plugin-sitemap from 6.12.3 to 6.13.1 in /site (#209) Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 6.12.3 to 6.13.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.13.1/packages/gatsby-plugin-sitemap) --- updated-dependencies: - dependency-name: gatsby-plugin-sitemap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Smulovics --- site/package-lock.json | 8 ++++---- site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 247941ce..843bd0bf 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -15,7 +15,7 @@ "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-react-helmet": "^6.12.0", "gatsby-plugin-sharp": "^5.13.1", - "gatsby-plugin-sitemap": "^6.12.3", + "gatsby-plugin-sitemap": "^6.13.1", "gatsby-plugin-webfonts": "^2.3.2", "gatsby-remark-autolink-headers": "^6.12.3", "gatsby-remark-copy-linked-files": "^6.12.0", @@ -10175,9 +10175,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-sitemap": { - "version": "6.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.12.3.tgz", - "integrity": "sha512-D1ZAji/Tj630RPL/1eebzfihIWDArZz1xsV+9bR51UC2lYd3rApqGiGnAyT+Ou4VdL9vtIUtQ0GhhnpovoqXBg==", + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.13.1.tgz", + "integrity": "sha512-PuBcCjpwVj7NVW/GXFgmP2NLhM5FsFV618pVGCWnLSr0cPrtJsmPtLze1PMaq148EGUGnnctl/+7VLozheQ/CA==", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", diff --git a/site/package.json b/site/package.json index 8372dd90..e695a9e9 100644 --- a/site/package.json +++ b/site/package.json @@ -19,7 +19,7 @@ "gatsby-plugin-mdx": "^5.12.3", "gatsby-plugin-react-helmet": "^6.12.0", "gatsby-plugin-sharp": "^5.13.1", - "gatsby-plugin-sitemap": "^6.12.3", + "gatsby-plugin-sitemap": "^6.13.1", "gatsby-plugin-webfonts": "^2.3.2", "gatsby-remark-autolink-headers": "^6.12.3", "gatsby-remark-copy-linked-files": "^6.12.0", From 2197bff9d84b91188abf7208ef017bf310ab92fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:32:23 -0500 Subject: [PATCH 4/6] Bump CoverletMsBuildVersion from 6.0.0 to 6.0.1 (#200) Bumps `CoverletMsBuildVersion` from 6.0.0 to 6.0.1. Updates `coverlet.msbuild` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.0...v6.0.1) Updates `coverlet.collector` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Smulovics --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index ce4f7f62..b3cf4871 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ - 6.0.0 + 6.0.1 17.8.0 2.7.0 2.5.7 From 6dad52b3c58a6ea1a5774feaf7b3daf0e8007d6b Mon Sep 17 00:00:00 2001 From: Peter Smulovics Date: Mon, 4 Mar 2024 16:41:31 -0500 Subject: [PATCH 5/6] Trying to group gatsby updates together (#211) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bc4de14..40b31dce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,11 @@ updates: directory: /site schedule: interval: "monthly" + groups: + gatsby: + patterns: + - "*gatsby*/*" + - "*/*gatsby*" - package-ecosystem: github-actions directory: / From feb55aba8a1f0b48093c998e344d046f7f6162db Mon Sep 17 00:00:00 2001 From: Peter Smulovics Date: Mon, 4 Mar 2024 17:03:33 -0500 Subject: [PATCH 6/6] One more try for grouping gatsby (#213) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40b31dce..d8a6fe6a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,7 @@ updates: patterns: - "*gatsby*/*" - "*/*gatsby*" + - "gatsby*" - package-ecosystem: github-actions directory: /