Skip to content

Bump husky and 3 others#76

Merged
lucaslorentz merged 1 commit intomainfrom
dependabot/nuget/dot-config/dotnet-f7866f9c59
Mar 31, 2026
Merged

Bump husky and 3 others#76
lucaslorentz merged 1 commit intomainfrom
dependabot/nuget/dot-config/dotnet-f7866f9c59

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

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

New 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

  • Introduced FilteringRule, allowing you to use Include and Exclude filters without relying on variables like $staged.
  • Add task-runner.json schema to enable IDE integration while working with and editing tasks.

Make sure to add this line to your task-runner.json file if you already have one:

  "$schema": "https://alirezanet.github.io/Husky.Net/schema.json",

Full Changelog: alirezanet/Husky.Net@v0.6.5...v0.7.0

0.6.5

What's Changed

  • Bugfix: fatal: pathspec for paths that contain space

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

  • Bugfix Sourcetree compatibility when in very specific scenarios on Windows if there were two global environment variables with the same name but different casing #​96

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

  • Add more verbose logs in install and run commands

0.6.0-Preview1

What's Changed

  • Drop .dotnet 5.0 support
  • Add dotnet 8.0 preview support

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

Full 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

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

Commits viewable in compare view.

@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 30, 2026
@lucaslorentz
Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

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 @dependabot recreate.

@lucaslorentz
Copy link
Copy Markdown
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>
@dependabot dependabot bot changed the title Bump the dotnet group with 4 updates Bump husky and 3 others Mar 30, 2026
@dependabot dependabot bot force-pushed the dependabot/nuget/dot-config/dotnet-f7866f9c59 branch from 048c467 to c5a8621 Compare March 30, 2026 22:21
@lucaslorentz lucaslorentz merged commit 2f21d87 into main Mar 31, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/dot-config/dotnet-f7866f9c59 branch March 31, 2026 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant