Skip to content

Bump AspNetCore.HealthChecks.Uris from 8.0.1 to 9.0.0 - #629

Merged
Dan Moseley (danmoseley) merged 2 commits into
mainfrom
dependabot/nuget/AspNetCore.HealthChecks.Uris-9.0.0
Jan 23, 2025
Merged

Bump AspNetCore.HealthChecks.Uris from 8.0.1 to 9.0.0#629
Dan Moseley (danmoseley) merged 2 commits into
mainfrom
dependabot/nuget/AspNetCore.HealthChecks.Uris-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 20, 2024

Copy link
Copy Markdown
Contributor

Bumps AspNetCore.HealthChecks.Uris from 8.0.1 to 9.0.0.

Commits
  • 2b47b15 Migrate HealthChecks.Npgsql tests to Testcontainers (#2349)
  • 69fa668 Reusable GH action for Redis ci (#2350)
  • 05f5ba4 Migrate HealthChecks.SqlServer tests to Testcontainers (#2348)
  • f54852f Migrate Redis tests to Testcontainers (#2345)
  • b32acbb Fix labeler.yml (#2344)
  • b3e8417 Remove private static cache from RabbitMQHealthCheck (#2343)
  • c291a6a Use recommended NATS.Net client for Nats package (#2336)
  • 4fe6a0a Upgrade SurrealDb.Net to v0.7.0 (#2342)
  • 133ff15 Re-design Azure IoTHub health checks to allow for managed identity and other ...
  • b68d35a stop using preview version of Pomelo driver for EF. fixes #2127 (#2341)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [AspNetCore.HealthChecks.Uris](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) from 8.0.1 to 9.0.0.
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](Xabaril/AspNetCore.Diagnostics.HealthChecks@release-all-8.0.1...release-all-9.0.0)

---
updated-dependencies:
- dependency-name: AspNetCore.HealthChecks.Uris
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@danmoseley
Dan Moseley (danmoseley) deleted the dependabot/nuget/AspNetCore.HealthChecks.Uris-9.0.0 branch January 23, 2025 17:54
David Pine (IEvangelist) pushed a commit that referenced this pull request Jul 30, 2026
…rity patches

The angular-tooling group bump (main #1848) set typescript ~7.0.2, which
violates @angular-devkit/build-angular@22's peer requirement
(typescript >=6.0 <6.1). This breaks `npm ci` for the Angular sample
(run via AppHost .WithNpm(installCommand: "ci")) and has left main red.
Revert typescript to ~6.0.3 to restore a resolvable dependency tree.

Reset this sample's package.json/package-lock.json to the upstream/main
baseline and apply three surgical leaf patches:
- typescript 7.0.2 -> 6.0.3 (drops 20 orphaned @typescript/typescript-* platform pkgs)
- postcss    8.5.10 -> 8.5.18  (GHSA-r28c-9q8g-f849 #630, GHSA-6g55-p6wh-862q #629)
- js-yaml    4.2.0  -> 4.3.0   (GHSA-52cp-r559-cp3m #601)

Remaining Angular alerts (fast-uri #624, webpack-dev-server #604/#603/#563,
@hono/node-server #617, brace-expansion #600) are deferred to a follow-up
once CI is verified green.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Jul 31, 2026
…rity patches

The angular-tooling group bump (main #1848) set typescript ~7.0.2, which
violates @angular-devkit/build-angular@22's peer requirement
(typescript >=6.0 <6.1). This breaks `npm ci` for the Angular sample
(run via AppHost .WithNpm(installCommand: "ci")) and has left main red.
Revert typescript to ~6.0.3 to restore a resolvable dependency tree.

Reset this sample's package.json/package-lock.json to the upstream/main
baseline and apply three surgical leaf patches:
- typescript 7.0.2 -> 6.0.3 (drops 20 orphaned @typescript/typescript-* platform pkgs)
- postcss    8.5.10 -> 8.5.18  (GHSA-r28c-9q8g-f849 #630, GHSA-6g55-p6wh-862q #629)
- js-yaml    4.2.0  -> 4.3.0   (GHSA-52cp-r559-cp3m #601)

Remaining Angular alerts (fast-uri #624, webpack-dev-server #604/#603/#563,
@hono/node-server #617, brace-expansion #600) are deferred to a follow-up
once CI is verified green.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Aug 3, 2026
…rity patches

The angular-tooling group bump (main #1848) set typescript ~7.0.2, which
violates @angular-devkit/build-angular@22's peer requirement
(typescript >=6.0 <6.1). This breaks `npm ci` for the Angular sample
(run via AppHost .WithNpm(installCommand: "ci")) and has left main red.
Revert typescript to ~6.0.3 to restore a resolvable dependency tree.

Reset this sample's package.json/package-lock.json to the upstream/main
baseline and apply three surgical leaf patches:
- typescript 7.0.2 -> 6.0.3 (drops 20 orphaned @typescript/typescript-* platform pkgs)
- postcss    8.5.10 -> 8.5.18  (GHSA-r28c-9q8g-f849 #630, GHSA-6g55-p6wh-862q #629)
- js-yaml    4.2.0  -> 4.3.0   (GHSA-52cp-r559-cp3m #601)

Remaining Angular alerts (fast-uri #624, webpack-dev-server #604/#603/#563,
@hono/node-server #617, brace-expansion #600) are deferred to a follow-up
once CI is verified green.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Aug 6, 2026
…postcss, fast-uri, js-yaml)

Clears 27 Dependabot alerts via minimal, lockfile-only patch bumps (registry.npmjs.org, sha512):
- brace-expansion 5.0.5->5.0.7 (9 samples) and 1.1.15->1.1.16 (Angular): #590,#592-#600 (HIGH ReDoS)
- postcss ->8.5.23 (Angular, Vite, Vue, aspire-with-node, rag-svelte, vite-csharp, vite-react): #629,#630,#647,#649,#651,#659,#660,#695,#704,#706,#709,#715,#716,#717
- fast-uri 3.1.3->3.1.4 (Angular, React): #624,#626 (HIGH)
- js-yaml 4.2.0->4.3.0 (Angular): #601 (HIGH)

Same-major patch bumps only; dependency trees unchanged. Deferred (see PR body): fast-uri 3.1.5, webpack-dev-server, esbuild, @babel/core, @hono/node-server, body-parser, protobufjs.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist) pushed a commit that referenced this pull request Aug 8, 2026
…postcss, fast-uri, js-yaml)

Clears 27 Dependabot alerts via minimal, lockfile-only patch bumps (registry.npmjs.org, sha512):
- brace-expansion 5.0.5->5.0.7 (9 samples) and 1.1.15->1.1.16 (Angular): #590,#592-#600 (HIGH ReDoS)
- postcss ->8.5.23 (Angular, Vite, Vue, aspire-with-node, rag-svelte, vite-csharp, vite-react): #629,#630,#647,#649,#651,#659,#660,#695,#704,#706,#709,#715,#716,#717
- fast-uri 3.1.3->3.1.4 (Angular, React): #624,#626 (HIGH)
- js-yaml 4.2.0->4.3.0 (Angular): #601 (HIGH)

Same-major patch bumps only; dependency trees unchanged. Deferred (see PR body): fast-uri 3.1.5, webpack-dev-server, esbuild, @babel/core, @hono/node-server, body-parser, protobufjs.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.

1 participant