renoki-co / jetstream-cashier-billing-portal

Cashierstream is a simple Spark alternative written for Laravel Jetstream, with the super-power of tracking plan quotas, like seats or projects number on a per-plan basis
Apache License 2.0
163 stars 20 forks source link

Update claudiodekker/inertia-laravel-testing requirement from ^1.2.0 to ^2.2.5 #16

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on claudiodekker/inertia-laravel-testing to permit the latest version.

Release notes

Sourced from claudiodekker/inertia-laravel-testing's releases.

2.2.5

  • Re-fixes the previous release's bugfix, which only partly solved the issue. (#32)
Changelog

Sourced from claudiodekker/inertia-laravel-testing's changelog.

2.2.5 - 2021-01-22

  • Re-fixes the previous release's bugfix, which only partly solved the issue. (#32)

2.2.4 - 2021-01-21

  • Fixes a bug where arrays that were ordered differently would cause a failure (#31)

2.2.3 - 2021-01-19

  • Fail when an unsupported second argument is provided to has (#28)

2.2.2 - 2021-01-19

  • Use assertSame instead of assertEquals for safer comparisons (#27)

2.2.1 - 2021-01-18

  • Fixes a bug where the automatic property interaction check was also enabled on the top-level by default (#26)

2.2.0 - 2021-01-18

  • Add dump and dd helpers by default (#24)
  • Add & prefer missing & missingAll methods (#23)
  • Fixes an issue where complex objects could not be scoped/asserted against correctly (#22)

2.1.0 - 2021-01-18

  • Make the Assert class Macroable (#20)
  • Provide a dump and dd macro that can be mixed in using Assert::mixin(new VarDumper());

2.0.0 - 2021-01-18

  • Reworked the entire library using a brand-new, fluent syntax (#18)
  • Updated deprecation notice: This version serves as the official beta for inertiajs/inertia-laravel.
  • $response->assertInertia('component') now also asserts that the component exists on the filesystem (#17)

1.1.0 - 2020-09-10

  • Added the ability to select a single (nested) prop using $response->inertiaProps('nested.prop')

1.0.0 - 2020-09-03

Commits


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[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.