Merged
Conversation
Owner
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Owner
|
@dependabot recreate |
Bumps husky from 0.5.4 to 0.9.1 Bumps Microsoft.CodeAnalysis.CSharp.Scripting from 5.0.0 to 5.3.0 Bumps Microsoft.DurableTask.SqlServer from 1.5.4 to 1.6.0 Bumps Microsoft.Extensions.Hosting from 9.0.7 to 9.0.14 --- updated-dependencies: - dependency-name: husky dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.CodeAnalysis.CSharp.Scripting dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.DurableTask.SqlServer dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
048c467 to
c5a8621
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated husky from 0.5.4 to 0.9.1.
Release notes
Sourced from husky's releases.
0.9.1
What's Changed
Full Changelog: alirezanet/Husky.Net@v0.9.0...v0.9.1
0.9.0
What's Changed
stagedproperty to custom variables for re-staging support in feat: addstagedproperty to custom variables for re-staging support alirezanet/Husky.Net#163New Contributors
Full Changelog: alirezanet/Husky.Net@v0.8.0...v0.9.0
0.8.0
What's Changed
New Contributors
Full Changelog: alirezanet/Husky.Net@v0.7.2...v0.8.0
0.7.2
What's Changed
New Contributors
Full Changelog: alirezanet/Husky.Net@v0.7.1...v0.7.2
0.7.1
What's Changed
New Contributors
Full Changelog: alirezanet/Husky.Net@v0.7.0...v0.7.1
0.7.0
What's Changed
FilteringRule, allowing you to use Include and Exclude filters without relying on variables like $staged.Make sure to add this line to your
task-runner.jsonfile if you already have one:Full Changelog: alirezanet/Husky.Net@v0.6.5...v0.7.0
0.6.5
What's Changed
Full Changelog: alirezanet/Husky.Net@v0.6.4...v0.6.5
0.6.4
What's Changed
To support tools like JetBrains Clean Code, the
${staged}variable can now accept a separator character. For example, to separate the staged files with a semicolon (;), you can use the variable like${staged:;}, and any other separator after:is valid. Additionally, it can be used along with any static arguments, such as "--include=${staged:;}".Here's an example in task-runner.json configuration:
{ "name": "jb cleanup", "group": "pre-commit", "command": "dotnet", "pathMode": "relative", "include": ["**/*.cs", "**/*.vb", "*.cs"], "args": [ "jb", "cleanupcode", "--include=${staged:;}", "solutionFile.sln" ] }Full Changelog: alirezanet/Husky.Net@v0.6.3...v0.6.4
0.6.3
Full Changelog: alirezanet/Husky.Net@v0.6.2...v0.6.3
0.6.2
Bugfix: Chunks tasks can't load csx files in parallel. #93
0.6.1
What's Changed
Full Changelog: alirezanet/Husky.Net@v0.6.0...v0.6.1
0.6.0
What's Changed
New Contributors
Full Changelog: alirezanet/Husky.Net@v0.5.4...v0.6.0
0.6.0-Preview4
0.6.0-Preview1
What's Changed
New Contributors
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.CSharp.Scripting from 5.0.0 to 5.3.0.
Release notes
Sourced from Microsoft.CodeAnalysis.CSharp.Scripting's releases.
5.0.4
Release
5.0.2
Release Notes
Install Instructions
Repos
5.0.1
Release Notes
Install Instructions
Repo
Commits viewable in compare view.
Updated Microsoft.DurableTask.SqlServer from 1.5.4 to 1.6.0.
Release notes
Sourced from Microsoft.DurableTask.SqlServer's releases.
1.6.0
What's Changed
New Contributors
Full Changelog: microsoft/durabletask-mssql@v1.5.4...v1.6.0
Commits viewable in compare view.
Updated Microsoft.Extensions.Hosting from 9.0.7 to 9.0.14.
Release notes
Sourced from Microsoft.Extensions.Hosting's releases.
9.0.14
Release
9.0.13
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.12...v9.0.13
9.0.12
Release
9.0.11
Release
What's Changed
UnsafeAccessor- ambiguous name and signature match by @AaronRobinsonMSFT in [release/9.0-staging]UnsafeAccessor- ambiguous name and signature match dotnet/runtime#120011Full Changelog: dotnet/runtime@v9.0.10...v9.0.11
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.8...v9.0.9
9.0.8
Release
What's Changed
InvalidOperationExceptiononTestOutputHelperlogging. by @ilonatommy in [release/9.0-staging][wbt] PreventInvalidOperationExceptiononTestOutputHelperlogging. dotnet/runtime#116916Ping_TimedOut_*tests by @github-actions[bot] in [release/9.0-staging] HardenPing_TimedOut_*tests dotnet/runtime#116630Full Changelog: dotnet/runtime@v9.0.7...v9.0.8
Commits viewable in compare view.