tarampampam / laravel-roadrunner-in-docker

:rocket: An example of Laravel app that runs in a docker container with RoadRunner
MIT License
179 stars 36 forks source link

Update facade/ignition requirement from ^2.13 to ^2.16 #82

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on facade/ignition to permit the latest version.

Release notes

Sourced from facade/ignition's releases.

2.16.0

  • improve recording data from jobs (#416)
Changelog

Sourced from facade/ignition's changelog.

2.16.0 - 2021-10-28

  • improve recording data from jobs (#416)

2.15.0 - 2021-10-11

  • improve output of flare:test

2.14.1 - 2021-10-08

  • update base URL for Flare

2.14.0 - 2021-10-01

  • add support for VScode WSL + SSH remote (#420)

2.13.1 - 2021-09-13

  • fix namespace of SentReports in facade

2.13.0 - 2021-09-13

  • add tracking uuid (#418)

2.12.1 - 2021-09-08

  • add support for VS Codium editor (#417)

2.12.0 - 2021-08-24

  • add support for collecting information about jobs (#412)

2.11.4 - 2021-08-16

  • use npm ci instead of install (#411)

2.11.3 - 2021-08-16

  • fix issues with circular dependencies in model route parameters (#408)
  • remove notice about dirty git state in context
  • wrap AddGitInformation middleware in try-catch

2.11.2 - 2021-07-20

  • fix issues introduced in 2.11.1 (#403)

2.11.1 - 2021-07-20

  • fix sending queued reports on Laravel Vapor queues (#398)

... (truncated)

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @tarampampam.


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)
tarampampam commented 3 years ago

@dependabot rebase

tarampampam commented 3 years ago

@dependabot squash and merge