chore(deps): bump actions/setup-dotnet from 5.2.0 to 5.3.0#85
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump actions/setup-dotnet from 5.2.0 to 5.3.0#85dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@c2fa09f...9a946fd) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
ad8bbb1 to
4119a34
Compare
4Keyy
added a commit
that referenced
this pull request
Jun 3, 2026
…& conflicts resolved (#92) Consolidates every open pull request into a single, verified `develop` branch and promotes it to `main`. ## What was merged - **PR #91 (`fixes`)** — subtasks backend + UI, autosave for task/category modals, branch-feed redesign, and the `fix(dashboard): narrow weekly stats fetch` improvement. The one merge conflict (`frontend/src/app/dashboard/page.tsx`) was resolved by taking the `fixes` version, which narrows the weekly-stats request to completed items + `totalCount` instead of fetching 1000 todos and filtering client-side. - **PR #85** — bump `actions/setup-dotnet` 5.2.0 → 5.3.0 across CI workflows. - **PR #89** — bump the `npm-patch-minor` group in `/frontend` (5 updates). ## Net change vs previous main Only three areas differ from the previous `main` (everything else from `fixes` was already in `main` via #90): - `.github/workflows/*` — setup-dotnet bump - `frontend/package.json` + `package-lock.json` — npm bumps - `frontend/src/app/dashboard/page.tsx` — narrowed weekly-stats fetch No backend (`.cs`) changes beyond what `main` already contained. ## Verification - `npm ci` — lockfile consistent with bumped `package.json` - `npm run type-check` — clean - `npm run lint` — clean - `npm test` — 393 passed (39 files) - `npm run build` — production build succeeded Backend (.NET 10) was not rebuilt in this environment (no dotnet SDK), but no C# changed relative to `main`. https://claude.ai/code/session_01YXrAyAz3fuB799NVDudnTV --- _Generated by [Claude Code](https://claude.ai/code/session_01YXrAyAz3fuB799NVDudnTV)_ --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: vichca <287469776+vichca@users.noreply.github.com>
Contributor
Author
|
Looks like actions/setup-dotnet is up-to-date now, so this is no longer needed. |
Owner
|
The Generated by Claude Code |
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.
Bumps actions/setup-dotnet from 5.2.0 to 5.3.0.
Release notes
Sourced from actions/setup-dotnet's releases.
Commits
9a946fdAdd rollForward note in README, improve proxy health check in e2e tests and b...98af08bSupport global.json's rollForward latest* variants (#538)8404272Update install scripts to v2026.05.19 (#736)f1970f5Don't download releases-index.json to resolve major version (#560)af9211bAdd dotnet-version: latest support with dotnet-channel input (#730)df991aechore: bump @actions/* and fast-xml-parser dependencies (#728)a66eefaCI: remove manual PowerShell install from test-proxy job (e2e-tests.yml) (#703)