Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Updates the requirements on nunomaduro/larastan to permit the latest version.

Release notes

Sourced from nunomaduro/larastan's releases.

1.0.1

What's Changed

Changed

  • Fix groupBy Collection method signature
  • Renamed CheckJobDispatchArgumentTypesCompatibleWithClassConstructorRule to CheckDispatchArgumentTypesCompatibleWithClassConstructorRule by @​canvural in nunomaduro/larastan#1003
  • CheckDispatchArgumentTypesCompatibleWithClassConstructorRule now checks for argument types compatibility with the class constructor for both Event and Job classes. by @​canvural in nunomaduro/larastan#1003

Improvements

New Contributors

Full Changelog: larastan/larastan@1.0.0...1.0.1

Changelog

Sourced from nunomaduro/larastan's changelog.

[1.0.1] - 2021-11-06

Changed

  • Fix groupBy Collection method signature
  • Renamed CheckJobDispatchArgumentTypesCompatibleWithClassConstructorRule to CheckDispatchArgumentTypesCompatibleWithClassConstructorRule by @​canvural in nunomaduro/larastan#1003
  • CheckDispatchArgumentTypesCompatibleWithClassConstructorRule now checks for argument types compatibility with the class constructor for both Event and Job classes. by @​canvural in nunomaduro/larastan#1003

Improvements

[1.0.0] - 2021-11-01

Added

Fixed

BC breaking changes

  • JsonResource class is no longer generic. You can remove @template tags from your resource classes and directly add @mixin Model tags to your resource classes. larastan/larastan@37f9ce8

[0.7.15] - 2021-10-26

Fixed

  • Removed tags from conditional rules.

[0.7.14] - 2021-10-25

Fixed

  • Fixed template resolution when flatMap's callback returns an Enumerable (#970) Thanks @​bastien-phi

Added

  • Detection of fields added/modified a migration $table->after() method (Added in Laravel 8.27). (#972) Thanks @​jimohalloran
  • Add new rule NoModelMake to prevent inefficient model instantiation (#976) Thanks @​spawnia

[0.7.13] - 2021-10-14

Fixed

Added

... (truncated)

Commits
  • a2db045 docs: prepare release 1.0.1
  • ab5cac2 Revert "feat: update stubs to use non-empty-string"
  • 48a09d1 Update README.md
  • 658ef46 Clarified static analysis wording, since Larastan is not static analysis (#1008)
  • a244eea Adjusts readme
  • 7e559db fix: groupBy Collection method signature
  • c36c27e refactor: CheckDispatchArgumentTypesCompatibleWithClassConstructorRule can c...
  • a5a6bda docs(release): 1.0.0
  • e67a1b0 refactor(tests): update test data
  • be8cfb1 docs: add new rules to documentation
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [nunomaduro/larastan](https://github.com/nunomaduro/larastan) to permit the latest version.
- [Release notes](https://github.com/nunomaduro/larastan/releases)
- [Changelog](https://github.com/nunomaduro/larastan/blob/master/CHANGELOG.md)
- [Commits](larastan/larastan@v0.7.12...1.0.1)

---
updated-dependencies:
- dependency-name: nunomaduro/larastan
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2021

Superseded by #130.

@dependabot dependabot bot closed this Nov 23, 2021
@dependabot dependabot bot deleted the dependabot/composer/nunomaduro/larastan-tw-1.0.1 branch November 23, 2021 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant