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

Bump composer/class-map-generator from 1.1.1 to 1.3.2 #1333

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps composer/class-map-generator from 1.1.1 to 1.3.2.

Release notes

Sourced from composer/class-map-generator's releases.

1.3.2

  • Fixed regression fetching PSR violations when the list is empty on older PHP versions

Full Changelog: composer/class-map-generator@1.3.1...1.3.2

1.3.1

  • Fixed regression in PSR violation handling

Full Changelog: composer/class-map-generator@1.3.0...1.3.1

1.3.0

  • Added ClassMap::clearPsrViolationsByPath to be able to remove PSR violations by path
  • Fixed PSR violations being retained even after a further scan of a file finds a valid class (6307dcf030da2396270d7f1bc3f6408ded44a0fc)

Full Changelog: composer/class-map-generator@1.2.1...1.3.0

1.2.1

  • Tweak PSR violations text to contain the source rule (base namespace and path) (234f4c57967b8f377e4577527beb061e66bb1f89)

Full Changelog: composer/class-map-generator@1.2.0...1.2.1

1.2.0

New Contributors

Full Changelog: composer/class-map-generator@1.1.1...1.2.0

Commits
  • acd2279 Fix regression fetching violations when the list is empty
  • 5bb7f1e Fix strtr calls 🤦🏻‍♂️
  • fa7edd2 Fix function name
  • 6307dcf Fix psr violations being kept for paths that are later scanned correctly
  • d90e2bc Fix tests
  • 234f4c5 Tweak PSR violation text to contain source rule (base namespace and path)
  • c27da00 Fix test
  • a05a230 Detect other PSR violations where namespace is missing or not a subnamespace ...
  • a5758da Do stricter array_filter checks
  • a96c53d feat: ClassMapGenerator::scanPaths can exclude specific dirs (#7)
  • See full diff 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 [composer/class-map-generator](https://github.com/composer/class-map-generator) from 1.1.1 to 1.3.2.
- [Release notes](https://github.com/composer/class-map-generator/releases)
- [Commits](composer/class-map-generator@1.1.1...1.3.2)

---
updated-dependencies:
- dependency-name: composer/class-map-generator
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update PHP code labels Jun 3, 2024
@omnicolor omnicolor merged commit f9ffe21 into main Jun 3, 2024
6 checks passed
@omnicolor omnicolor deleted the dependabot/composer/composer/class-map-generator-1.3.2 branch June 3, 2024 17:56
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 php Pull requests that update PHP code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant