[stable10] Bump lukasreschke/id3parser from 0.0.1 to 0.0.3#30370
Closed
phil-davis wants to merge 1 commit into
Closed
[stable10] Bump lukasreschke/id3parser from 0.0.1 to 0.0.3#30370phil-davis wants to merge 1 commit into
phil-davis wants to merge 1 commit into
Conversation
Bumps [lukasreschke/id3parser](https://github.com/LukasReschke/ID3Parser) from 0.0.1 to 0.0.3. - [Release notes](https://github.com/LukasReschke/ID3Parser/releases) - [Commits](LukasReschke/ID3Parser@v0.0.1...v0.0.3)
Codecov Report
@@ Coverage Diff @@
## stable10 #30370 +/- ##
==============================================
- Coverage 61.17% 61.17% -0.01%
Complexity 18087 18087
==============================================
Files 1067 1067
Lines 60064 60072 +8
==============================================
Hits 36747 36747
- Misses 23317 23325 +8
Continue to review full report at Codecov.
|
Contributor
Author
|
The bot has got this already as PR #30085 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #29920
This implements a minor point version bump, as was done in master recently. Achieved by a cherry-pick of the commit from master and then:
to generate a correct
composer.lockwith relevantcontent-hashetc .This is just 1 of quite a few
composerthings that are done inmasterbut not yet implemented instable10