Skip to content

Bump NSubstitute from 5.1.0 to 5.3.0#10

Open
dependabot[bot] wants to merge 9 commits intomainfrom
dependabot/nuget/src/SnipLink.Tests/NSubstitute-5.3.0
Open

Bump NSubstitute from 5.1.0 to 5.3.0#10
dependabot[bot] wants to merge 9 commits intomainfrom
dependabot/nuget/src/SnipLink.Tests/NSubstitute-5.3.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Updated NSubstitute from 5.1.0 to 5.3.0.

Release notes

Sourced from NSubstitute's releases.

5.3.0

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

Full Changelog: nsubstitute/NSubstitute@v5.2.0...v5.3.0

5.2.0

⚠️ Note: there is no build currently available for this version due to an issue switching over to a new automated release build. We'll have a new release shortly once we sort this.

Summary of main changes:

  • [UPDATE] Upgrade website build to jekyll 3.9.0 and add link to edit website pages (#​767, #​769; thanks to @​brad)
  • [UPDATE] Build improvements:
    • migrate to GitHub Actions and update doc dependencies (#​754, #​774; thanks to @​alexandrnikitin)
    • improve test platform coverage; add .NET 8 to test platforms (#​742, #​756; thanks to @​Romfos)
    • source code format improvements; check format on CI (#​758, ##​761, #​762, #​763; thanks again to @​Romfos)
  • [NEW] Support for Sourcelink and Deterministic Build. Thanks @​304NotModified! (#​737)

Many thanks to @​alexandrnikitin, @​Romfos, @​brad, and @​304NotModified for their contributions!
Thanks a lot to all code contributors, reviewers, and people who have raised and/or commented on issues.

If you haven't already done so, please make sure you add the NSubstitute.Analyzers package wherever you reference NSubstitute: https://nsubstitute.github.io/help/nsubstitute-analysers/

As always, please raise an issue on GitHub if you have any problems.

Changelog: https://github.com/nsubstitute/NSubstitute/blob/v5.2.0/CHANGELOG.md
Breaking changes: None.

Project links:

Change list

New Contributors

... (truncated)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

daniyalmlik and others added 9 commits March 19, 2025 00:00
- SlugGeneratorTests: length, uniqueness, valid/invalid slug validation
- AbuseDetectionServiceTests: URL safety (schemes, extensions)
- LinkServiceTests: create/delete with SQLite in-memory + SqliteTestDbContext
- ApiIntegrationTests: register, auth guard, create link, redirect, 404
- 34/34 tests passing
- Add email verification on register (token sent via SMTP or Resend)
- Add GET /api/auth/verify-email endpoint to confirm tokens
- Add POST /api/auth/resend-verification endpoint
- Add IEmailService abstraction with SmtpEmailService and ResendEmailService
- Auto-select Resend if ApiKey is configured, otherwise fall back to SMTP
- Add VerifyEmail.razor page and update Register/Login Blazor pages
- Add ResendVerificationRequest DTO and EmailOptions/ResendOptions
- Add appsettings.Local.json to .gitignore and provide .example file
- GitHub Actions workflow: build/test, CodeQL, Docker smoke test
- Dependabot: weekly updates for nuget and github-actions
- Multi-stage Dockerfiles for API and Blazor (aspnet:8.0-alpine, non-root user)
- docker-compose.yml with SQLite named volume and service health checks
- MIT License and GitHub issue templates
---
updated-dependencies:
- dependency-name: NSubstitute
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 1, 2026
@daniyalmlik daniyalmlik force-pushed the main branch 3 times, most recently from 49869cb to cc9ba6f Compare April 2, 2026 18:28
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