Skip to content

Commit

Permalink
Bump the dev-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [JustEat.HttpClientInterception](https://github.com/justeattakeaway/httpclient-interception) | `4.0.0` | `4.2.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.7.2` | `17.9.0` |
| [xunit](https://github.com/xunit/xunit) | `2.6.1` | `2.7.0` |
| xunit.analyzers | `1.4.0` | `1.11.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.6` | `2.5.7` |
| jetbrains.resharper.globaltools | `2023.3.2` | `2023.3.3` |


Updates `JustEat.HttpClientInterception` from 4.0.0 to 4.2.0
- [Release notes](https://github.com/justeattakeaway/httpclient-interception/releases)
- [Commits](justeattakeaway/httpclient-interception@v4.0.0...v4.2.0)

Updates `Microsoft.NET.Test.Sdk` from 17.7.2 to 17.9.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.2...v17.9.0)

Updates `xunit` from 2.6.1 to 2.7.0
- [Commits](xunit/xunit@2.6.1...2.7.0)

Updates `xunit.analyzers` from 1.4.0 to 1.11.0

Updates `xunit.runner.visualstudio` from 2.5.6 to 2.5.7
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.6...2.5.7)

Updates `jetbrains.resharper.globaltools` from 2023.3.2 to 2023.3.3

---
updated-dependencies:
- dependency-name: JustEat.HttpClientInterception
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: xunit.analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: jetbrains.resharper.globaltools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent fa71aa3 commit 68e1cc0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2023.3.2",
"commands": [
"jb"
]
},
"nvika": {
"version": "3.0.0",
"commands": [
"nvika"
]
}
}
}
{
"version": 1,
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2023.3.3",
"commands": [
"jb"
]
},
"nvika": {
"version": "3.0.0",
"commands": [
"nvika"
]
}
}
}

0 comments on commit 68e1cc0

Please sign in to comment.