Skip to content

chore(deps): update all dependencies (major)#50

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/major-all-deps
Oct 15, 2025
Merged

chore(deps): update all dependencies (major)#50
renovate[bot] merged 1 commit into
masterfrom
renovate/major-all-deps

Conversation

@renovate

@renovate renovate Bot commented Mar 25, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
Chickensoft.GoDotTest 1.7.6 -> 2.0.19 age confidence nuget major
actions/checkout v4 -> v5 age confidence action major
actions/checkout v3 -> v5 age confidence action major
actions/setup-dotnet v4 -> v5 age confidence action major
actions/setup-dotnet v3 -> v5 age confidence action major
actions/upload-pages-artifact v3 -> v4 age confidence action major
dotnet-sdk 8.0.415 -> 9.0.306 age confidence dotnet-sdk major
streetsidesoftware/cspell-action v6 -> v7 age confidence action major

Release Notes

chickensoft-games/GoDotTest (Chickensoft.GoDotTest)

v2.0.19

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.18...2.0.19

v2.0.18

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.17...2.0.18

v2.0.17

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.16...2.0.17

v2.0.16

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.15...2.0.16

v2.0.15

Compare Source

What's Changed

  • chore(deps): update dependency chickensoft.collections to 3.1.2 by @​renovate[bot] in #​184

Full Changelog: chickensoft-games/GoDotTest@2.0.14...2.0.15

v2.0.14

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.13...2.0.14

v2.0.13

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.12...2.0.13

v2.0.12

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.11...2.0.12

v2.0.11

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.10...2.0.11

v2.0.10

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.9...2.0.10

v2.0.9

Compare Source

What's Changed

  • chore(deps): update dependency jetbrains.annotations to 2025.2.2 by @​renovate[bot] in #​178

Full Changelog: chickensoft-games/GoDotTest@2.0.8...2.0.9

v2.0.8

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.7...2.0.8

v2.0.7

Compare Source

What's Changed

  • chore(deps): update dependency jetbrains.annotations to 2025.2.1 by @​renovate[bot] in #​176

Full Changelog: chickensoft-games/GoDotTest@2.0.6...2.0.7

v2.0.6

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.5...2.0.6

v2.0.5

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.4...2.0.5

v2.0.4

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.3...2.0.4

v2.0.3

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.2...2.0.3

v2.0.2

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.1...2.0.2

v2.0.1

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@2.0.0...2.0.1

v2.0.0

Compare Source

What's Changed

Full Changelog: chickensoft-games/GoDotTest@1.7.6...2.0.0

actions/checkout (actions/checkout)

v5

Compare Source

actions/setup-dotnet (actions/setup-dotnet)

v5

Compare Source

actions/upload-pages-artifact (actions/upload-pages-artifact)

v4

Compare Source

dotnet/sdk (dotnet-sdk)

v9.0.306

Compare Source

v9.0.305: .NET 9.0.9

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v9.0.304...v9.0.305

v9.0.304

Compare Source

v9.0.303

Compare Source

v9.0.302

Compare Source

v9.0.301

Compare Source

Bug Fixes

  • Prevent Solution Folders Outside Solution Directory
    The sln-add command now avoids adding solution folders that are outside the scope of the solution directory, ensuring better project organization and preventing accidental inclusion of unrelated folders.
    #​48611

  • Static Web Assets Clean-up Improvement
    Static web asset cache files are now properly tracked and deleted during the clean operation, preventing leftover files from cluttering the build output.
    #​48984

Technical Improvements

  • Ignore .slnx Files
    The SDK now ignores .slnx files, reducing noise and potential confusion in solution management workflows.
    #​48729

  • Update Test Template Translations
    Test templates have updated translations, improving localization and making the SDK more accessible to non-English users.
    #​48902

  • Localized File Check-in
    Automated localization updates have been applied, ensuring that the latest translations are included for a better global user experience.
    #​48907

  • Merging Internal Commits for Release Branch
    Internal commits have been merged into the release/9.0.3xx branch, ensuring that all recent improvements and fixes are included in this release.
    #​48931

Infrastructure

  • Rename CI Workflow File
    The continuous integration workflow file has been renamed from ci.yml to sb-ci.yml to improve clarity and maintain consistency in build automation scripts.
    #​48955

  • Update Build Triggers
    Build triggers have been updated to only target the release/9.0.1xx branch, streamlining the CI process and reducing unnecessary builds.
    #​48960

  • Automated Branch Merge
    The release/9.0.2xx branch has been automatically merged into release/9.0.3xx, ensuring that all relevant changes are synchronized across release branches.
    #​48856

Dependency Updates

  • dotnet/templating

  • dotnet/razor

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, ensuring the latest Razor tooling and runtime features are included.
      #​48833, #​48731, #​48989, #​49029
  • dotnet/msbuild

    • Updated dependencies for release/9.0.3xx, providing the latest MSBuild enhancements and bug fixes.
      #​48787
  • dotnet/arcade

  • dotnet/scenario-tests

  • dotnet/roslyn

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, bringing in the latest C# and VB compiler improvements.
      #​48751, #​48895, #​48937
  • dotnet/fsharp

    • Updated dependencies for release/9.0.3xx, ensuring the latest F# language features and fixes are available.
      #​48760

Miscellaneous

  • Update Branding to 9.0.301 and 9.0.205
    The SDK branding has been updated to reflect versions 9.0.301 and 9.0.205, ensuring accurate versioning and identification for this release.
    #​48852, #​48851

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.300...v9.0.301

v9.0.300: .NET 9.0.5

Compare Source

Release

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) March 25, 2025 22:45
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from e75bf5c to eaf4954 Compare April 9, 2025 19:08
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 58cce22 to 867b137 Compare May 14, 2025 16:14
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 867b137 to fe115c2 Compare June 11, 2025 02:36
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from fe115c2 to 436e256 Compare June 19, 2025 09:13
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 436e256 to 97772a4 Compare July 9, 2025 16:32
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 97772a4 to 6c39489 Compare July 18, 2025 05:12
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 4 times, most recently from 19d3a75 to fa42adb Compare August 12, 2025 11:29
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from fc8af6b to c0189f8 Compare August 22, 2025 19:28
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 3 times, most recently from 4de8ad3 to 1387d11 Compare September 3, 2025 09:38
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 6 times, most recently from 4915a24 to 77d9830 Compare September 10, 2025 06:24
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 9ac7ac3 to 5d65251 Compare September 16, 2025 22:44
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from d32cc69 to f2bc9a8 Compare October 3, 2025 01:34
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 3 times, most recently from ffe9a11 to 1b01b4a Compare October 15, 2025 03:51
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 1b01b4a to 9e4b85e Compare October 15, 2025 14:13
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 9e4b85e to c3f28e1 Compare October 15, 2025 15:13
@Enn3Developer Enn3Developer self-requested a review October 15, 2025 15:16
@renovate renovate Bot merged commit 962eab2 into master Oct 15, 2025
6 checks passed
@renovate renovate Bot deleted the renovate/major-all-deps branch October 15, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant