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 mediawiki/mediawiki-phan-config requirement from 0.12.1 to 0.14.0 #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Updates the requirements on mediawiki/mediawiki-phan-config to permit the latest version.

Changelog

Sourced from mediawiki/mediawiki-phan-config's changelog.

0.14.0 / 2024-02-03

  • Add plugin to disallow use of new Exception (Daimona Eaytoy)
  • Do not emit MediaWikiNoEmptyIfDefined for properties of classes with the AllowDynamicProperties attribute (Daimona Eaytoy)
  • Emit MediaWikiNoEmptyIfDefined for all node types except array element access (Daimona Eaytoy)
  • Upgrade phan to 5.4.3 and mediawiki/phan-taint-check-plugin to 6.0.0 (James D. Forrester)

0.13.0 / 2023-09-08

  • Add plugin to forbid empty() on defined variables and properties (Daimona Eaytoy)
  • Bump phan to 5.4.2 and taint-check to 5.0.0 (Michael Große)
  • "Auto discovery" of namespaces of wgConf and wgRequest (Amir Sarabadani)

0.12.1 / 2023-04-17

  • Enable PhanCompatibleSerializeInterfaceDeprecated (Umherirrender)
  • Create a separate config file for libraries (Daimona Eaytoy)

0.12.0 / 2022-10-06

  • Avoid PhanRedefinedInheritedInterface by excluding symfony/polyfill-php80 (Umherirrender)
  • Bump minimum PHP version to 7.4 (C. Scott Ananian)
  • Disable PhanPluginDuplicateExpressionAssignmentOperation (Reedy)
  • Bump phan to 5.4.1 and taint-check to 4.0.0 (Daimona Eaytoy)

0.11.1 / 2021-11-08

  • Set minimum and target PHP version (Daimona Eaytoy)

0.11.0 / 2021-09-03

  • Enable plugin UseReturnValuePlugin (Umherirrender)
  • Exclude stubs from .phan configurations in libraries (C. Scott Ananian)
  • Suppress PhanDeprecatedCaseInsensitiveDefine (Umherirrender)
  • Suppress phan issues about use statements (Umherirrender)
  • Add plugins: LoopVariableReusePlugin, RedundantAssignmentPlugin, UnreachableCodePlugin, SimplifyExpressionPlugin, DuplicateArrayKeyPlugin (Daimona Eaytoy)
  • Remove hack that allows disabling taint-check (Daimona Eaytoy)
  • Bump phan to 5.2.0, taint-check to 3.3.2 (Daimona Eaytoy)

0.10.6 / 2020-12-14

  • Add a ConfigBuilder class to configure phan (Daimona Eaytoy)
  • Remove option for filtering the list of directories (Daimona Eaytoy)
  • Bump taint-check to 3.2.1 and phan to 3.2.6 (Daimona Eaytoy)

0.10.5 / 2020-12-05

Intermediate maintenance release without ConfigBuilder.

  • Bump taint-check to 3.1.1 (Daimona Eaytoy)

  • Expand globals_type_map (Daimona Eaytoy)

  • build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 (James D. Forrester)

  • build: Updating ockcyp/covers-validator to 1.3.1 (libraryupgrader)

  • build: Updating ockcyp/covers-validator to 1.3.0 (libraryupgrader)

  • build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 (libraryupgrader)

... (truncated)

Commits
  • 58c01ba Prepare 0.14.0 release
  • 4d0f255 Upgrade phan to 5.4.3 and mediawiki/phan-taint-check-plugin to 6.0.0
  • 8170df9 build: Upgrade phpunit to 9.6.16
  • 7dc649e Merge "Run phan's bootstrap in PHPUnit tests"
  • fe43331 Make NoEmptyIfDefinedPlugin check all node types except AST_DIM
  • ffd0091 Run phan's bootstrap in PHPUnit tests
  • 679ac25 Fix NoEmptyIfDefined behaviour with dynamic properties
  • 34590f1 Make PHPUnit tests more robust
  • c80924d Add plugin to disallow use of new Exception
  • 5875745 Enable PhanPluginDuplicateExpressionAssignmentOperation issue
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.59%. Comparing base (1a3a742) to head (8617bd7).
Report is 1 commits behind head on master.

❗ Current head 8617bd7 differs from pull request most recent head c4d0bfe. Consider uploading reports for the commit c4d0bfe to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #118      +/-   ##
============================================
+ Coverage     59.25%   59.59%   +0.33%     
+ Complexity      511      510       -1     
============================================
  Files            38       38              
  Lines          1593     1584       -9     
============================================
  Hits            944      944              
+ Misses          649      640       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Updates the requirements on [mediawiki/mediawiki-phan-config](https://github.com/wikimedia/mediawiki-tools-phan) to permit the latest version.
- [Changelog](https://github.com/wikimedia/mediawiki-tools-phan/blob/master/HISTORY.md)
- [Commits](wikimedia/mediawiki-tools-phan@0.12.1...0.14.0)

---
updated-dependencies:
- dependency-name: mediawiki/mediawiki-phan-config
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/mediawiki/mediawiki-phan-config-0.14.0 branch from 8617bd7 to c4d0bfe Compare April 13, 2024 17:10
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants