Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Bump wnx/laravel-stats from 2.0.2 to 2.5.2#491

Open
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/composer/wnx/laravel-stats-2.5.2
Open

Bump wnx/laravel-stats from 2.0.2 to 2.5.2#491
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/composer/wnx/laravel-stats-2.5.2

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps wnx/laravel-stats from 2.0.2 to 2.5.2.

Release notes

Sourced from wnx/laravel-stats's releases.

v2.5.2

Fixes

  • Update config to exclude Swoole namespace when running stats command. (Fixes Issue when running stats in a Laravel Octane Application) #196

v2.5.1

Fixes

  • Fix stats command when run in projects which is using Closure based Event Listeners in Models booted method. #193

v2.5.0

Added

  • Support for PHP 8 #187

v2.4.1

Changed

  • Use latest version of stefanzweifel/laravel-stats-phploc (Remove deprecated sebastian/finder-facade dependency) #185, #184

v2.4.0

Added

  • Add Database Factory Classifier #183
  • Add Support for Laravel 8 #180

v2.3.0

I'm thrilled to release v2.3.0 of laravel-stats. 🎉

A quick overview of what has changed in this version.

  • Support for Model Observers has been added. (#177, #128)
  • A new --share option has been added (see below for more information) #178
  • Support for Laravel 6 and PHPUnit 8 has been added back. (Was previously removed in v2.1.0)

New --share option

v2.3.0 comes with a new --share-option for the stats-command.

By executing php artisan stats --share your project statistics are shared anonymously with the Laravel community. Your statistics will be combined with other Laravel projects to provide metrics available on stats.laravelshift.com.

The stats command will never automatically share anything! Only when this option is used and you confirm the prompts will data be shared.

What does this mean in detail?

By executing php artisan stats --share you can opt-in to share the used components and its statistical numbers like "number of classes" and "lines of code per component" with the Laravel community on stats.laravelshift.com.

Jason McCreary, the creator of Shift, and I developed this feature from an idea we had 2 years ago after Jason gave his "Laravel by the Numbers" talk at Laracon US 2018.

Our goal is to collect and aggregate statistical data from Laravel projects and transform the raw data into an easy-to-read dashboard for the Laravel community.

We hope it to make it easier for you as a developer to make decisions when crafting your Laravel projects. For example: "How many projects use Blade Components?" or "How many projects have a Models folder?"

... (truncated)

Changelog

Sourced from wnx/laravel-stats's changelog.

v2.5.2 - 2021-05-02

Fixes

  • Update config to exclude Swoole namespace when running stats command. (Fixes Issue when running stats in a Laravel Octane Application) #196

v2.5.1 - 2021-03-11

Fixes

  • Fix stats command when run in projects which is using Closure based Event Listeners in Models booted method. #193

v2.5.0 - 2020-11-20

Added

  • Support for PHP 8 #187

v2.4.1 - 2020-09-29

Changed

  • Use latest version of stefanzweifel/laravel-stats-phploc (Remove deprecated sebastian/finder-facade dependency) #185, #184

v2.4.0 - 2020-09-08

Added

  • Add Database Factory Classifier #183
  • Add Support for Laravel 8 #180

v2.3.0 - 2020-09-01

Added

  • Add Observer Classifier #177, #128
  • Add --share option #178

v2.2.0 - 2020-04-04

Added

  • Add Blade Components Classifier #169, #173
  • Add Custom Casts Classifier #168, #174

v2.1.1 - 2020-03-03

Removed

  • Drop support for phpunit 8.0

... (truncated)

Commits
  • 3bb622c Release v2.5.2
  • d127376 Merge pull request #196 from stefanzweifel/fix-195
  • e19a71d Exclude Swoole Namespace from Stats
  • 6894082 Release v2.5.1
  • 2ecf21f Merge pull request #193 from stefanzweifel/bugfix/check-eventlistener-type
  • 73eaaf5 Fix failing assertions due to updated User Model
  • f4023a7 Ignore Closure based EventListeners
  • 078d533 Add a Closure Event Listener to User Model
  • 13474ea Merge pull request #191 from stefanzweifel/add-rector
  • 5ee3fe6 Refactor Code through Refactor
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants