component-detection
component-detection copied to clipboard
chore(deps): update dependency fluentassertions.analyzers to v0.31.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
FluentAssertions.Analyzers | 0.26.0 -> 0.31.0 |
Release Notes
fluentassertions/fluentassertions.analyzers (FluentAssertions.Analyzers)
v0.31.0
: 0.31.0
What's Changed
- docs: add test project for FluentAssertionsAnalyzer by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/304
- chore: Cleanup solution structure by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/308
- bugfix: limit CollectionShouldHaveCount_LengthShouldBe to one dimension arrays only by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/310
Closed issues
- #309 thanks @scott-moxham for reporting this!
Full Changelog: https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.30.0...v0.31.0
v0.30.0
: 0.30.0
What's Changed
- feat: add nunit null assertions by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/293
- feat: add nunit numeric assertions by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/294
- feat: add nunit equality assertions by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/295
- feat: add nunit types assertions by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/296
- feat: add nunit contains assertions by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/297
- feat: add nunit Assert.Conditions by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/298
- bugfix: fix docs for issue #301 by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/302
- bugfix: fix analyzer for issue #300 and #299 by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/303
Closed issues
- #299, #300, #301 thanks @FantasyTeddy for reporting these!
Full Changelog: https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.29.1...v0.30.0
v0.29.1
: 0.29.1
What's Changed
- feat: add xunit Assert.InRange by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/281
- feat: add xunit Assert.Equivalent by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/282
- #137 xunit define codefixes for exceptionasserts assert.throws by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/284
- feat: Add Using directive for FluentAssertion if missing by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/285
- chore: update benchmark pipeline by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/288
- bugfix: and test for #96 by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/289
- feat: add nunit boolean assertions by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/291
- bugfix: fix issue #290 by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/292 (thanks @JeppeSN for reporting this)
Full Changelog: https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.29.0...v0.29.1
v0.29.0
: 0.29.0
What's Changed
- bugfix: fix #276
- feat: Migrate fluent assertions code-fixers to levarage IOperation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/278
- bugfix: Do not report fluentassertion diagnostic when there is a condition expression before the Should invocation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/279
- feat: Migrate NullConditionalAssertion to IOperation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/280
Full Changelog: https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.28.0...v0.29.0
v0.28.0
: 0.28.0
What's Changed
- use single analyzer for fluentassertions tips - collections by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/252
- Use specific message for code fixes by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/256
- feat: Migrate numerics to IOperation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/259
- feat: Migrate String to IOperation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/260
- feat: Migrate dictionary to IOperation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/263
- feat: migrate exceptions to IOperation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/264
- tests: introduce API for creating complex test projects by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/267
- feat: Migrate MsTest to IOperation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/269
- feat: Migrate xunit to IOperation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/270
- feat: Migrate equals to IOperation by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/272
faster analyzers (see all https://fluentassertions.github.io/fluentassertions.analyzers/dev/bench/)
Full Changelog: https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.27.0...v0.28.0
v0.27.0
: 0.27.0
What's Changed
- Benchmark tests by @Meir017 in https://github.com/fluentassertions/fluentassertions.analyzers/pull/180
- Fix missing parenthesis after applying XUnit code fixes by @jairbubbles in https://github.com/fluentassertions/fluentassertions.analyzers/pull/248
New Contributors
- @jairbubbles made their first contribution in https://github.com/fluentassertions/fluentassertions.analyzers/pull/248
Full Changelog: https://github.com/fluentassertions/fluentassertions.analyzers/compare/v0.26.0...v0.27.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
👋 Hi! It looks like you modified some files in the Detectors
folder.
You may need to bump the detector versions if any of the following scenarios apply:
- The detector detects more or fewer components than before
- The detector generates different parent/child graph relationships than before
- The detector generates different
devDependencies
values than before
If none of the above scenarios apply, feel free to ignore this comment 🙂
Will be handled with #1150
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (0.32.0
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.