Skip to content

[repo-assist] eng: update paket.lock to latest compatible dependency versions - #486

Merged
sergey-tihon merged 1 commit into
masterfrom
repo-assist/eng-bump-deps-20260829-04fd5afc6af1ad70
Aug 29, 2026
Merged

[repo-assist] eng: update paket.lock to latest compatible dependency versions#486
sergey-tihon merged 1 commit into
masterfrom
repo-assist/eng-bump-deps-20260829-04fd5afc6af1ad70

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 This PR was created by Repo Assist, an automated AI assistant.

Summary

Ran dotnet paket update to refresh paket.lock with the latest package versions compatible with the existing version constraints in paket.dependencies (no dependency ranges were changed).

Notable updates:

  • Microsoft.OpenApi 2.7.5 → 2.12.2 (and Microsoft.OpenApi.YamlReader) — still within the ~> 2 constraint pinned in paket.dependencies pending the 3.x migration tracked in [repo-assist] eng: evaluate Microsoft.OpenApi 3.x migration #358.
  • FSharp.Core 10.1.300 → 10.1.400
  • SharpYaml 2.1.4 → 2.1.5
  • Various transitive System.* / Microsoft.Extensions.* packages bumped to their latest 10.0.x patch releases
  • Test tooling: Microsoft.NET.Test.Sdk, xunit.v3, FSharp.Compiler.Service, Azure.Core, OpenTelemetry.*, etc.

Why

Keeping dependencies current reduces exposure to known bugs/vulnerabilities in older patch releases and keeps CI closer to what a fresh paket install would produce for new contributors.

Test Status

  • dotnet fsi build.fsx -t RunUnitTests — Build succeeded, all 548 unit tests passed (1 skipped, pre-existing).
  • ⚠️ RunIntegrationTests (provider/integration tests) could not be exercised in this sandbox: the type-provider network calls used to generate types from the test server are blocked by the sandbox's outbound proxy (403 on the CONNECT tunnel). This is a pre-existing sandbox limitation — the same failure reproduces on master without this change, confirming it is unrelated to the dependency bump.
  • Format check (CheckFormat) passed as part of the build chain above.

No paket.dependencies changes were made — only the lock file was refreshed.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • petstore.swagger.io

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "petstore.swagger.io"

See Network Configuration for more information.

Generated by 🌈 Repo Assist, see workflow run. Learn more.
Comment /repo-assist to run again

Add this agentic workflow to your repo

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@ae8d551f07c7ed7619f8c58c7bb4c3ac89395d38

Updates Microsoft.OpenApi 2.7.5->2.12.2, FSharp.Core 10.1.300->10.1.400,
SharpYaml, xunit and other test/build tooling to latest versions within
existing version constraints (paket.dependencies unchanged).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@sergey-tihon
sergey-tihon marked this pull request as ready for review August 29, 2026 05:48
Copilot AI lite review requested due to automatic review settings August 29, 2026 05:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@sergey-tihon
sergey-tihon merged commit b180161 into master Aug 29, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants