Skip to content

Bump the analyzers group with 1 update#12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/analyzers-c61fba7ead
Closed

Bump the analyzers group with 1 update#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/analyzers-c61fba7ead

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Updated Meziantou.Analyzer from 3.0.101 to 3.0.104.

Release notes

Sourced from Meziantou.Analyzer's releases.

3.0.104

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.104

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.103...3.0.104

3.0.103

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.103

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.102...3.0.103

3.0.102

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.102

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.101...3.0.102

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Meziantou.Analyzer from 3.0.101 to 3.0.104

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-version: 3.0.104
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
...

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 Jun 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like Meziantou.Analyzer is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 19, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/analyzers-c61fba7ead branch June 19, 2026 20:48
ivanball added a commit that referenced this pull request Jul 2, 2026
…e batch

Test-infra fix (trace-proven on ADC run 28589825631): the post-login/
post-register WaitForBlazorAsync retry never ran because Playwright's
timeout exception derives from System.TimeoutException, not
PlaywrightException; and re-waiting on the same stalled page just
watched a dead boot. WaitForInteractiveOrReloadAsync now catches both
exception types and RELOADS once before the second wait, giving the
retry a fresh request with HTTP-cached assets.

Governance batch (approved 2026-07-02):
- ADRs: 7 drifted records updated (015/023/027/029/030/032/033), new
  ADR-035 optimistic concurrency + ADR-036 external OAuth login;
  README index rows + refreshed summaries; range now 001-036.
- FACTS.md regenerated (14 packages, ADR 001-036, 77 methods/24 bases).
- ArchitectureScorecard.md thirteenth wave: Maturity 93.5% (303/324) /
  Implementation 84.0% (680/810); §12 M3->4 (performance-smoke gate),
  §14/§19/§26/§34 Impl recalibrated one band.
- RemediationBacklog.md reconciled: #12 to protect list, #31 FinOps to
  Deliberate/accepted, ranks recomputed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015XcCPVeqggDiQJ4cU5sHiX
ivanball added a commit that referenced this pull request Jul 16, 2026
The performance-smoke CI job now measures (--job Short, JSON export)
instead of only running clean (--job Dry), and a new dependency-free
build/perfgate verifier fails the job against the committed
Tests/Performance/perf-baseline.json: deterministic allocation ceilings
per benchmark plus a machine-independent ratio floor (compiled-expression
cache >= 1000x the recompile anti-pattern; measured ~120,000x). Missing
benchmarks fail the gate rather than passing vacuously. Verified green on
real results and red on a seeded ceiling violation. Reopened backlog #12
lever shipped; maturity candidacy recorded for the next re-score.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
ivanball added a commit that referenced this pull request Jul 17, 2026
…ave, v1.117.0) (#75)

Full 34-category two-pass evidence re-score at HEAD 76d70cf (clean tree).
Four scores move: SS25 Navigation M3->4 (NavigationContractTests drift gate,
CI-gated slnx), SS33 DevEx M3->4 + I8->9 (consumer-source-build canary now a
required merge gate), SS22 Responsive I8->9 (webkit promoted to a required
gate 2026-07-16; all three engines block), SS13 Observability I9->8 (band
recalibration: alerting/dashboards/runbooks deployer-owned). Refuted lifts
recorded not applied: SS9/SS17 maturity, SS31 both axes. SS12 M4 candidacy
declined: the shipped perf gate is not in required_status_checks.
Indices: Maturity 95.1% -> 96.3% (312/324), Implementation 84.3% -> 84.6%
(685/810). Backlog: #25/#33 closed to the protect list, #12 gains the
required-check promotion step, #17/#22 candidacies adjudicated, counts
synced to FACTS.md (Common runs 49). RESPONSIVE.md webkit row un-staled.


Claude-Session: https://claude.ai/code/session_01JvQTSNFCB5gyLgULEZFaqF

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.

0 participants