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

Update nunomaduro/larastan requirement from ^0.7.2 to ^0.7.2 || ^1.0.0 #22

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from nunomaduro/larastan's releases.

1.0.0

What's Changed

Added

You can read more details about the rules here.

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

New Contributors

Full Changelog: larastan/larastan@v0.7.14...1.0.0

Changelog

Sourced from nunomaduro/larastan's changelog.

[1.0.0] - 2021-01-11

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

  • Support global macros on the eloquent query builder.
  • Partial support for defining columns with foreignIdFor in migrations. (#932) Thanks @​Josh-G
  • Extension for collect helper and Collection::make (#904)
  • Support for scopes defined in model docblocks (88422fb)
  • rescue helper stub (#961) Thanks @​jrmajor
  • Added trait_exists to ensure orchestra/testbench is installed for packages. (#957) Thanks @​rajyan

[0.7.12] - 2021-07-26

Added

... (truncated)

Commits
  • a5a6bda docs(release): 1.0.0
  • e67a1b0 refactor(tests): update test data
  • be8cfb1 docs: add new rules to documentation
  • 2b83727 refactor: removes license header
  • 8ad88e5 refactor: remove unused trait HasBroker
  • 37f9ce8 refactor!: JsonResource is not generic
  • c5b81cf feat: update stubs to use non-empty-string
  • 37e10b5 Update laravel-test.sh
  • 6d42547 Update laravel-test.sh
  • 05f1444 Merge pull request #993 from nunomaduro/analysis-OMGlgR
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 2, 2021
@github-actions github-actions bot enabled auto-merge (squash) November 2, 2021 02:13
@codecov
Copy link

codecov bot commented Nov 2, 2021

Codecov Report

Merging #22 (d434f2a) into master (5a37fed) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #22   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         5         5           
===========================================
  Files              1         1           
  Lines             25        25           
===========================================
  Hits              25        25           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a37fed...d434f2a. Read the comment docs.

@zingimmick
Copy link
Owner

@dependabot rebase

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.2...1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/nunomaduro/larastan-tw-0.7.2or-tw-1.0.0 branch from a939cd8 to 878852d Compare November 2, 2021 07:00
@github-actions github-actions bot merged commit c1f267f into master Nov 8, 2021
@dependabot dependabot bot deleted the dependabot/composer/nunomaduro/larastan-tw-0.7.2or-tw-1.0.0 branch November 8, 2021 10:54
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant