Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Rocks from 8.3.1 to 9.0.0 #228

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps Rocks from 8.3.1 to 9.0.0.

Release notes

Sourced from Rocks's releases.

Rocks 9.0.0 Release

A changelog can be found here.

Rocks 9.0.0-alpha.1 Release

A changelog can be found here.

Changelog

Sourced from Rocks's changelog.

[9.0.0] - 2024-12-4

Added

  • [RockPartial] allows the user to define the name of the expectations type (issue #342)

[9.0.0-alpha.1] - 2024-10-22

Added

  • Type parameters constrained with allows ref struct are now supported (issue #331)
  • Added more parameter information when an ExpectationException occurs (issue #338)

Changed

  • Closed generics are no longer valid types to mock (issue #318)
  • The following attributes were removed: RockCreateAttribute, RockCreateAttribute<>, RockMakeAttribute, and RockMakeAttribute<> (issue #324)
  • Improved handling of ref struct types (issue #170)
  • Improved handling of pointer and special types (issue #330)

Fixed

  • scoped is no longer added to a params argument (issue #328)
  • Parameters for base member invocations now make all names literal (issue #334)
  • "Caller" attributes are no longer emitted with parameters that have optional values and the method is explicitly implemented (issue #332)
  • Static virtual members on interfaces will not be processed (issue #337)
  • Special types (ArgIterator, RuntimeArgumentHandle, TypedReference) used as parameter or return types are now handled (issue #329)
  • Nested generic types are now handled correctly (issue #333)
  • Members that hide other members are now handled correctly (issue #336)
Commits
  • 6fcaa5f 9.0.0 is being released!
  • 5e8e470 Updated docs to provide help on handling specific type issues
  • d20c49d Back to latest
  • 1d5b333 Update Overview.md
  • f27ba9a Oops, forgot to delete code
  • 33f8e31 #342 fixed an issue with events and adornment names. I think it's time for a ...
  • d4d6a33 #342 got code gen test to update partial targets, discovered a bug with file ...
  • 7e11d35 #342 updated analyzer to target [RockPartial], updated NuGet packages, and ad...
  • 05ec3aa #342 added tests for generic case
  • ca36301 Added integration tests, attribute tests, and updated change log
  • Additional 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 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)

Bumps [Rocks](https://github.com/jasonbock/rocks) from 8.3.1 to 9.0.0.
- [Release notes](https://github.com/jasonbock/rocks/releases)
- [Changelog](https://github.com/JasonBock/Rocks/blob/main/changelog.md)
- [Commits](JasonBock/Rocks@Rocks.8.3.1...Rocks.9.0.0)

---
updated-dependencies:
- dependency-name: Rocks
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency label Dec 4, 2024
@SteveDesmond-ca SteveDesmond-ca merged commit 703afd5 into main Dec 4, 2024
6 checks passed
@SteveDesmond-ca SteveDesmond-ca deleted the dependabot/nuget/Rocks-9.0.0 branch December 4, 2024 20:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant