From 3b3d43336b867708859bb729b9b664148833c878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:40:11 +0000 Subject: [PATCH 1/3] Bump Fluid.Core Bumps the visual-studio-dependencies group in /visual-studio with 1 update: [Fluid.Core](https://github.com/sebastienros/fluid). Updates `Fluid.Core` from 2.13.1 to 2.14.0 - [Release notes](https://github.com/sebastienros/fluid/releases) - [Commits](https://github.com/sebastienros/fluid/compare/v2.13.1...v2.14.0) --- updated-dependencies: - dependency-name: Fluid.Core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: visual-studio-dependencies ... Signed-off-by: dependabot[bot] --- visual-studio/Directory.Packages.props | 2 +- visual-studio/source/GitWebLinks/packages.lock.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/visual-studio/Directory.Packages.props b/visual-studio/Directory.Packages.props index 6fecb3b..e3ce530 100644 --- a/visual-studio/Directory.Packages.props +++ b/visual-studio/Directory.Packages.props @@ -7,7 +7,7 @@ - + diff --git a/visual-studio/source/GitWebLinks/packages.lock.json b/visual-studio/source/GitWebLinks/packages.lock.json index 9e8cc78..30e9645 100644 --- a/visual-studio/source/GitWebLinks/packages.lock.json +++ b/visual-studio/source/GitWebLinks/packages.lock.json @@ -20,13 +20,13 @@ }, "Fluid.Core": { "type": "Direct", - "requested": "[2.13.1, )", - "resolved": "2.13.1", - "contentHash": "/m4ytKlapXgTzBLMTC2cYn/Fz5KdaBeMbLEohWCZfsyilmbTp/jQzUs8+bdivK2OCn4s0MjWrKRMBnyf0B3X8A==", + "requested": "[2.14.0, )", + "resolved": "2.14.0", + "contentHash": "ZdE7Q8zPmIZZVbTAPwPScyGUzBkP1WKLr7oVpntKhW32PocsHDprDSpG8GTgP3DbhV2MuRDttFluSb8sC9JgqQ==", "dependencies": { "Microsoft.CSharp": "4.7.0", "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Parlot": "1.1.0", + "Parlot": "1.2.2", "System.Reflection.Emit.Lightweight": "4.7.0", "System.Text.Json": "8.0.5", "TimeZoneConverter": "6.1.0" @@ -868,8 +868,8 @@ }, "Parlot": { "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "4oesnjw6QkOrNDvqjOe0HcqqhjbEp2QPsCxuPbeRO3vd8qaDmEzTJSdh6hz8qAnxVXN2D6r9PijIeQqz2E+Jyw==", + "resolved": "1.2.2", + "contentHash": "Vz4SFXeF5BKiQ8jjnkYxw3B8ZVXrl/TcT6RM9hH8+HGLeSqpnWmYi1BidUlchwVFlliW6lorv4TAcGPFvhPj0Q==", "dependencies": { "System.Memory": "4.6.0" } From 65880231df2ca173143c1f6c070be6145bd68779 Mon Sep 17 00:00:00 2001 From: reduckted Date: Mon, 2 Dec 2024 20:45:27 +1000 Subject: [PATCH 2/3] Updated NuGet lock files. --- .../tests/GitWebLinks.UnitTests/packages.lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/visual-studio/tests/GitWebLinks.UnitTests/packages.lock.json b/visual-studio/tests/GitWebLinks.UnitTests/packages.lock.json index b638e0f..41a6101 100644 --- a/visual-studio/tests/GitWebLinks.UnitTests/packages.lock.json +++ b/visual-studio/tests/GitWebLinks.UnitTests/packages.lock.json @@ -815,8 +815,8 @@ }, "Parlot": { "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "4oesnjw6QkOrNDvqjOe0HcqqhjbEp2QPsCxuPbeRO3vd8qaDmEzTJSdh6hz8qAnxVXN2D6r9PijIeQqz2E+Jyw==", + "resolved": "1.2.2", + "contentHash": "Vz4SFXeF5BKiQ8jjnkYxw3B8ZVXrl/TcT6RM9hH8+HGLeSqpnWmYi1BidUlchwVFlliW6lorv4TAcGPFvhPj0Q==", "dependencies": { "System.Memory": "4.6.0" } @@ -1197,7 +1197,7 @@ "type": "Project", "dependencies": { "Community.VisualStudio.Toolkit.17": "[17.0.527, )", - "Fluid.Core": "[2.13.1, )", + "Fluid.Core": "[2.14.0, )", "Microsoft.VisualStudio.SDK": "[17.0.31902.203, )" } }, @@ -1213,13 +1213,13 @@ }, "Fluid.Core": { "type": "CentralTransitive", - "requested": "[2.13.1, )", - "resolved": "2.13.1", - "contentHash": "/m4ytKlapXgTzBLMTC2cYn/Fz5KdaBeMbLEohWCZfsyilmbTp/jQzUs8+bdivK2OCn4s0MjWrKRMBnyf0B3X8A==", + "requested": "[2.14.0, )", + "resolved": "2.14.0", + "contentHash": "ZdE7Q8zPmIZZVbTAPwPScyGUzBkP1WKLr7oVpntKhW32PocsHDprDSpG8GTgP3DbhV2MuRDttFluSb8sC9JgqQ==", "dependencies": { "Microsoft.CSharp": "4.7.0", "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Parlot": "1.1.0", + "Parlot": "1.2.2", "System.Reflection.Emit.Lightweight": "4.7.0", "System.Text.Json": "8.0.5", "TimeZoneConverter": "6.1.0" From 14bddbe49235c5e8d1467ccdc4c9192c36f564b9 Mon Sep 17 00:00:00 2001 From: reduckted Date: Mon, 2 Dec 2024 20:45:38 +1000 Subject: [PATCH 3/3] Reduced NuGet updates to monthly. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dce0f15..b544239 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: - package-ecosystem: "nuget" directory: "/visual-studio" schedule: - interval: "weekly" + interval: "monthly" groups: visual-studio-dependencies: patterns: