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 phpstan/phpstan-deprecation-rules from 1.1.3 to 1.2.1 #153

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

Conversation

violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • phpstan/phpstan: 1.12.3 (updated from 1.10.15)
  • phpstan/phpstan-deprecation-rules: 1.2.1 (updated from 1.1.3)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .gitattributes
  .github/renovate.json
  .github/workflows/build.yml
  .github/workflows/create-tag.yml
  .github/workflows/lock-closed-issues.yml
  .github/workflows/release-toot.yml
  .github/workflows/release.yml
  .gitignore
  LICENSE
  Makefile
  README.md
  build-cs/.gitignore
  build-cs/composer.json
  build-cs/composer.lock
  composer.json
  phpcs.xml
  phpstan.neon
  rules.neon
  src/DependencyInjection/LazyDeprecatedScopeResolverProvider.php
  src/Rules/Deprecations/AccessDeprecatedPropertyRule.php
  src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php
  src/Rules/Deprecations/CallToDeprecatedFunctionRule.php
  src/Rules/Deprecations/CallToDeprecatedMethodRule.php
  src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php
  src/Rules/Deprecations/DefaultDeprecatedScopeResolver.php
  src/Rules/Deprecations/DeprecatedClassHelper.php
  src/Rules/Deprecations/DeprecatedScopeHelper.php
  src/Rules/Deprecations/DeprecatedScopeResolver.php
  src/Rules/Deprecations/FetchingClassConstOfDeprecatedClassRule.php
  src/Rules/Deprecations/FetchingDeprecatedConstRule.php
  src/Rules/Deprecations/ImplementationOfDeprecatedInterfaceRule.php
  src/Rules/Deprecations/InheritanceOfDeprecatedClassRule.php
  src/Rules/Deprecations/InheritanceOfDeprecatedInterfaceRule.php
  src/Rules/Deprecations/InstantiationOfDeprecatedClassRule.php
  src/Rules/Deprecations/TypeHintDeprecatedInClassMethodSignatureRule.php
  src/Rules/Deprecations/TypeHintDeprecatedInClosureSignatureRule.php
  src/Rules/Deprecations/TypeHintDeprecatedInFunctionSignatureRule.php
  src/Rules/Deprecations/UsageOfDeprecatedCastRule.php
  src/Rules/Deprecations/UsageOfDeprecatedTraitRule.php
  tests/Rules/Deprecations/AccessDeprecatedPropertyRuleTest.php
  tests/Rules/Deprecations/AccessDeprecatedStaticPropertyRuleTest.php
  tests/Rules/Deprecations/CallToDeprecatedFunctionRuleTest.php
  tests/Rules/Deprecations/CallToDeprecatedMethodRuleTest.php
  tests/Rules/Deprecations/CallToDeprecatedStaticMethodRuleTest.php
  tests/Rules/Deprecations/CustomDeprecatedScopeResolverTest.php
  tests/Rules/Deprecations/FetchingClassConstOfDeprecatedClassRuleTest.php
  tests/Rules/Deprecations/FetchingDeprecatedConstRuleTest.php
  tests/Rules/Deprecations/ImplementationOfDeprecatedInterfaceRuleTest.php
  tests/Rules/Deprecations/InheritanceOfDeprecatedClassRuleTest.php
  tests/Rules/Deprecations/InstantiationOfDeprecatedClassRuleTest.php
  tests/Rules/Deprecations/TypeHintDeprecatedInClassMethodSignatureRuleTest.php
  tests/Rules/Deprecations/TypeHintDeprecatedInClosureSignatureRuleTest.php
  tests/Rules/Deprecations/TypeHintDeprecatedInFunctionSignatureRuleTest.php
  tests/Rules/Deprecations/UsageOfDeprecatedCastRuleTest.php
  tests/Rules/Deprecations/UsageOfDeprecatedTraitRuleTest.php
  tests/Rules/Deprecations/data/call-to-deprecated-method-definition.php
  tests/Rules/Deprecations/data/call-to-deprecated-method.php
  tests/Rules/Deprecations/data/custom-deprecation-scope.php
  tests/Rules/Deprecations/data/typehint-class-method-deprecated-class-definition.php
  tests/Rules/Deprecations/data/typehint-class-method-deprecated-class.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • f94d246 Add LICENSE
  • 8484018 Pin build-cs in Makefile too
  • cd21fa9 Pin build-cs
  • 52728dd Test newer PHP versions
  • fa8cce7 Update lock-closed-issues.yml
  • 8342041 Merge remote-tracking branch 'origin/1.1.x' into 1.2.x
  • d457b73 Update PHPStan version
  • ff4f00f Update FetchingDeprecatedConstRuleTest.php
  • 437ac71 Fix build
  • e9ea332 Update metcalfc/changelog-generator action to v4.3.1
  • f71dbf6 Update cbrgm/mastodon-github-action action to v2
  • 10f0e35 Merge branch '1.1.x' into 1.2.x
  • 674d785 Fix build
  • e7fe22b Update metcalfc/changelog-generator action to v4.2.0
  • 83345f7 Update dessant/lock-threads action to v5
  • 788ea1b remove phpstan/phpstan-php-parser
  • 4175e8a Update actions/checkout action to v4
  • f1cacde Fix a typo
  • 1884f9f Next-gen coding standard workflow
  • 2313a63 Modernize rules to use RuleErrorBuilder and report error identifiers
  • ca9e4fd Open 1.2.x-dev
  • 089d8a8 DeprecatedScopeResolver - documentation in README
  • ce6a85a DeprecatedScopeResolver - description in PHPDoc
  • 0f3fbc3 DeprecatedScopeResolver is covered with backward compatibility promise
  • 6d416c7 Add deprecated scope resolving
  • 94d68d3 Update dependency slevomat/coding-standard to v8.12.0
  • 4b7516f Update dependency slevomat/coding-standard to v8.11.1
  • 9d366de Update dependency slevomat/coding-standard to v8.10.0
  • a0b8839 Update build-cs
  • 67b670f Update PHPCS
  • e148790 Update metcalfc/changelog-generator action to v4.1.0
  • cbbbaa9 add test for deprecation inheritance in trait

Working with this branch

If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.


This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant