Skip to content

Bump overtrue/phplint from 9.5 to 10.0 #16

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

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 Jun 10, 2025

Bumps overtrue/phplint from 9.5 to 10.0.

Release notes

Sourced from overtrue/phplint's releases.

9.6.2 - 2025-04-10

Added

  • lint command support now the new cache-dir option that replace the legacy cache option, marked as deprecated (and will be removed in next major version)

Changed

  • Remove support of a TTL = zero (store permanently) for the caching files syntax checking results

Full Changelog: 9.6.1...9.6.2

9.6.1 - 2025-04-09

Changed

  • default cache TTL value is now set to 1 hour (3600 seconds)

Fixed

  • ability to clear cache entries by invalidation with --cache-ttl option less than default TTL is in effect

Full Changelog: 9.6.0...9.6.1

9.6.0 - 2025-04-09

Added

Changed

  • drop support of PHPStan 1.x, raising min version to 2.0 now

Fixed

  • PHPUnit coverage code attributes usage

Full Changelog: 9.5.6...9.6.0

9.5.6 - 2025-01-15

Changed

  • Make this package PHP 8.1 compatible again to allow using Symfony Components 6.4 without getting deprecations notices,

... (truncated)

Changelog

Sourced from overtrue/phplint's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

9.6.2 - 2025-04-10

Added

  • lint command support now the new cache-dir option that replace the legacy cache option, marked as deprecated (and will be removed in next major version)

Changed

  • Remove support of a TTL = zero (store permanently) for the caching files syntax checking results

Full Changelog: 9.6.1...9.6.2

9.6.1 - 2025-04-09

Changed

  • default cache TTL value is now set to 1 hour (3600 seconds)

Fixed

  • ability to clear cache entries by invalidation with --cache-ttl option less than default TTL is in effect

Full Changelog: 9.6.0...9.6.1

9.6.0 - 2025-04-09

Added

Changed

  • drop support of PHPStan 1.x, raising min version to 2.0 now

Fixed

  • PHPUnit coverage code attributes usage

Full Changelog: 9.5.6...9.6.0

... (truncated)

Commits
  • cbce982 fixes contextual issue explained by https://github.com/overtrue/phplint/issue...
  • 43c8860 introduces the base of the new OutputManager extension
  • a8f7bef introduces the base of the new Extension Architecture
  • c5a630f removed legacy EventDispatcher, replacing by standard default Symfony Compone...
  • e2ebdba fix automagically replacement cache directory options
  • 1089c27 introduces the new 'cache-dir' option that will replace legacy 'cache' option...
  • 8cf9754 update configuration guide
  • 574e169 fix missing incorrect branch, forking repo is related to a major.minor version
  • 5f04dc4 clean-up contributing guide as Application::VERSION does not exists anymore
  • 694480b Remove support of a TTL = zero (store permanently) for the caching files synt...
  • 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 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)

Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.5 to 10.0.
- [Release notes](https://github.com/overtrue/phplint/releases)
- [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md)
- [Commits](overtrue/phplint@9.5...10.0)

---
updated-dependencies:
- dependency-name: overtrue/phplint
  dependency-version: '10.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 10, 2025
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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants