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 the minor-patch group with 8 updates #867

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-patch group with 8 updates:

Package From To
symfony/console 7.0.7 7.1.0
composer/class-map-generator 1.1.1 1.3.2
composer/pcre 3.1.3 3.1.4
symfony/filesystem 7.0.7 7.1.0
symfony/finder 7.0.7 7.1.0
symfony/mime 7.0.7 7.1.0
symfony/process 7.0.7 7.1.0
symfony/string 7.0.7 7.1.0

Updates symfony/console from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/console's releases.

v7.1.0

Changelog (symfony/console@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/console@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/console@v7.0.7...v7.1.0-BETA1)

v7.0.8

Changelog (symfony/console@v7.0.7...v7.0.8)

  • no significant changes
Changelog

Sourced from symfony/console's changelog.

CHANGELOG

7.1

  • Add ArgvInput::getRawTokens()

7.0

  • Add method __toString() to InputInterface
  • Remove Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Require explicit argument when calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault() and Question::setAutocompleterCallback/setValidator()
  • Remove StringInput::REGEX_STRING

6.4

  • Add SignalMap to map signal value to its name
  • Multi-line text in vertical tables is aligned properly
  • The application can also catch errors with Application::setCatchErrors(true)
  • Add RunCommandMessage and RunCommandMessageHandler
  • Dispatch ConsoleTerminateEvent after an exit on signal handling and add ConsoleTerminateEvent::getInterruptingSignal()

6.3

  • Add support for choosing exit code while handling signal, or to not exit at all
  • Add ProgressBar::setPlaceholderFormatter to set a placeholder attached to a instance, instead of being global.
  • Add ReStructuredTextDescriptor

6.2

  • Improve truecolor terminal detection in some cases
  • Add support for 256 color terminals (conversion from Ansi24 to Ansi8 if terminal is capable of it)
  • Deprecate calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault(), Question::setAutocompleterCallback/setValidator()without any arguments
  • Change the signature of OutputFormatterStyleInterface::setForeground/setBackground() to setForeground/setBackground(?string)
  • Change the signature of HelperInterface::setHelperSet() to setHelperSet(?HelperSet)

6.1

  • Add support to display table vertically when calling setVertical()
  • Add method __toString() to InputInterface
  • Added OutputWrapper to prevent truncated URL in SymfonyStyle::createBlock.
  • Deprecate Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Add suggested values for arguments and options in input definition, for input completion
  • Add $resumeAt parameter to ProgressBar#start(), so that one can easily 'resume' progress on longer tasks, and still get accurate getEstimate() and getRemaining() results.

... (truncated)

Commits
  • 5bcde9e Merge branch '7.0' into 7.1
  • 5ccbfd6 Merge branch '6.4' into 7.0
  • bd3fee3 Merge branch '5.4' into 6.4
  • 96dfcec minor #54785 Remove calls to TestCase::iniSet() and calls to deprecated met...
  • 58b1658 Remove calls to getMockForAbstractClass()
  • b695405 Remove calls to TestCase::iniSet() and calls to deprecated methods of `Mock...
  • 965f054 Cleanup past sponsors
  • d159174 Merge branch '7.0' into 7.1
  • 1b84910 [Console] Handle SIGQUIT signal
  • ae16627 Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view

Updates 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

Updates composer/pcre from 3.1.3 to 3.1.4

Release notes

Sourced from composer/pcre's releases.

3.1.4

  • Fixed one last deprecation when running on PHP 8.4

Full Changelog: composer/pcre@3.1.3...3.1.4

Commits

Updates symfony/filesystem from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/filesystem's releases.

v7.1.0

Changelog (symfony/filesystem@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/filesystem@v7.1.0-BETA1...v7.1.0-RC1)

v7.1.0-BETA1

Changelog (symfony/filesystem@v7.0.7...v7.1.0-BETA1)

v7.0.8

Changelog (symfony/filesystem@v7.0.7...v7.0.8)

Changelog

Sourced from symfony/filesystem's changelog.

CHANGELOG

7.1

  • Add the Filesystem::readFile() method

7.0

  • Add argument $lock to Filesystem::appendToFile()

5.4

  • Add Path class
  • Add $lock argument to Filesystem::appendToFile()

5.0.0

  • Filesystem::dumpFile() and appendToFile() don't accept arrays anymore

4.4.0

  • support for passing a null value to Filesystem::isAbsolutePath() is deprecated and will be removed in 5.0
  • tempnam() now accepts a third argument $suffix.

4.3.0

  • support for passing arrays to Filesystem::dumpFile() is deprecated and will be removed in 5.0
  • support for passing arrays to Filesystem::appendToFile() is deprecated and will be removed in 5.0

4.0.0

  • removed LockHandler
  • Support for passing relative paths to Filesystem::makePathRelative() has been removed.

3.4.0

  • support for passing relative paths to Filesystem::makePathRelative() is deprecated and will be removed in 4.0

3.3.0

... (truncated)

Commits
  • 8ecdde2 Merge branch '7.0' into 7.1
  • 872454a Merge branch '6.4' into 7.0
  • 49b1495 Merge branch '5.4' into 6.4
  • f538cda [Filesystem] Fix dumpFile stat failed error hitting custom handler
  • a7f188b [Filesystem] Run high-deps tests with Process 7
  • 93ce9b2 Merge branch '7.0' into 7.1
  • 17d5b27 Merge branch '6.4' into 7.0
  • 59cc509 Merge branch '5.4' into 6.4
  • ca1c224 bug #54759 [Filesystem] better distinguish URL schemes and Windows drive lett...
  • 4eb063a move Process component dep to require-dev
  • Additional commits viewable in compare view

Updates symfony/finder from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/finder's releases.

v7.1.0

Changelog (symfony/finder@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/finder@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/finder@v7.0.7...v7.1.0-BETA1)

  • no significant changes

v7.0.8

Changelog (symfony/finder@v7.0.7...v7.0.8)

  • no significant changes
Commits

Updates symfony/mime from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/mime's releases.

v7.1.0

Changelog (symfony/mime@v7.1.0-RC1...v7.1.0)

v7.1.0-RC1

Changelog (symfony/mime@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.0.8

Changelog (symfony/mime@v7.0.7...v7.0.8)

Commits
  • 92d6b9b Merge branch '7.0' into 7.1
  • 51d6a7f Merge branch '6.4' into 7.0
  • 99add8a Revert "fix PHP 7 compatibility"
  • be07d1d Merge branch '6.4' into 7.0
  • 35f0ff4 Merge branch '5.4' into 6.4
  • 98f9671 fix PHP 7 compatibility
  • a8ba365 [Mime] Fixed Mime\Message::ensureValidity() when a required header is set, ...
  • b796381 Merge branch '7.0' into 7.1
  • c537f46 Merge branch '7.0' into 7.1
  • 08cb7c9 Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view

Updates symfony/process from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/process's releases.

v7.1.0

Changelog (symfony/process@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/process@v7.1.0-BETA1...v7.1.0-RC1)

v7.1.0-BETA1

Changelog (symfony/process@v7.0.7...v7.1.0-BETA1)

v7.0.8

Changelog (symfony/process@v7.0.7...v7.0.8)

Changelog

Sourced from symfony/process's changelog.

CHANGELOG

7.1

  • Add Process::setIgnoredSignals() to disable signal propagation to the child process

6.4

  • Add PhpSubprocess to handle PHP subprocesses that take over the configuration from their parent
  • Add RunProcessMessage and RunProcessMessageHandler
  • Support using Process::findExecutable() independently of open_basedir

5.2.0

  • added Process::setOptions() to set Process specific options
  • added option create_new_console to allow a subprocess to continue to run after the main script exited, both on Linux and on Windows

5.1.0

  • added Process::getStartTime() to retrieve the start time of the process as float

5.0.0

  • removed Process::inheritEnvironmentVariables()
  • removed PhpProcess::setPhpBinary()
  • Process must be instantiated with a command array, use Process::fromShellCommandline() when the command should be parsed by the shell
  • removed Process::setCommandLine()

4.4.0

  • deprecated Process::inheritEnvironmentVariables(): env variables are always inherited.
  • added Process::getLastOutputTime() method

4.2.0

  • added the Process::fromShellCommandline() to run commands in a shell wrapper
  • deprecated passing a command as string when creating a Process instance
  • deprecated the Process::setCommandline() and the PhpProcess::setPhpBinary() methods
  • added the Process::waitUntil() method to wait for the process only for a specific output, then continue the normal execution of your application

... (truncated)

Commits
  • 56c8a1e Merge branch '7.0' into 7.1
  • 820da2d Merge branch '6.4' into 7.0
  • 64b6202 Merge branch '5.4' into 6.4
  • 1393de6 Return false in isTtySupported() when open_basedir restrictions prevent acces...
  • b3da76c Remove calls to TestCase::iniSet() and calls to deprecated methods of `Mock...
  • 2f00ea0 Merge branch '7.0' into 7.1
  • 8e99b1b fix(process): don't call sigprocmask if there is no ignored signals
  • 14730a2 feat(process): allow to ignore signals when executing a process
  • cebb2ae chore: CS fixes
  • ef909ca Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view

Updates symfony/string from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/string's releases.

v7.1.0

Changelog (symfony/string@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/string@v7.1.0-BETA1...v7.1.0-RC1)

v7.1.0-BETA1

Changelog (symfony/string@v7.0.7...v7.1.0-BETA1)

v7.0.8

Changelog (symfony/string@v7.0.7...v7.0.8)

Changelog

Sourced from symfony/string's changelog.

CHANGELOG

7.1

  • Add localeLower(), localeUpper(), localeTitle() methods to AbstractUnicodeString

6.2

  • Add support for emoji in AsciiSlugger

5.4

  • Add trimSuffix() and trimPrefix() methods

5.3

  • Made AsciiSlugger fallback to parent locale's symbolsMap

5.2.0

  • added a FrenchInflector class

5.1.0

  • added the AbstractString::reverse() method
  • made AbstractString::width() follow POSIX.1-2001
  • added LazyString which provides memoizing stringable objects
  • The component is not marked as @experimental anymore
  • added the s() helper method to get either an UnicodeString or ByteString instance, depending of the input string UTF-8 compliancy
  • added $cut parameter to Symfony\Component\String\AbstractString::truncate()
  • added AbstractString::containsAny()
  • allow passing a string of custom characters to ByteString::fromRandom()

5.0.0

  • added the component as experimental
Commits
  • 6f41b18 Merge branch '7.0' into 7.1
  • 4ed8062 Merge branch '6.4' into 7.0
  • d683a4c Merge branch '5.4' into 6.4
  • eb775bb [String] Fix folded in compat mode
  • ffe3085 Merge branch '7.0' into 7.1
  • f9b06cc Merge branch '6.4' into 7.0
  • aaea6b8 Merge branch '5.4' into 6.4
  • eab887e [Strings][EnglishInflector] Fix incorrect pluralisation of 'Album'
  • 236b450 Merge branch '7.0' into 7.1
  • dd156dc Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/console](https://github.com/symfony/console) | `7.0.7` | `7.1.0` |
| [composer/class-map-generator](https://github.com/composer/class-map-generator) | `1.1.1` | `1.3.2` |
| [composer/pcre](https://github.com/composer/pcre) | `3.1.3` | `3.1.4` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `7.0.7` | `7.1.0` |
| [symfony/finder](https://github.com/symfony/finder) | `7.0.7` | `7.1.0` |
| [symfony/mime](https://github.com/symfony/mime) | `7.0.7` | `7.1.0` |
| [symfony/process](https://github.com/symfony/process) | `7.0.7` | `7.1.0` |
| [symfony/string](https://github.com/symfony/string) | `7.0.7` | `7.1.0` |


Updates `symfony/console` from 7.0.7 to 7.1.0
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.1/CHANGELOG.md)
- [Commits](symfony/console@v7.0.7...v7.1.0)

Updates `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)

Updates `composer/pcre` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/composer/pcre/releases)
- [Commits](composer/pcre@3.1.3...3.1.4)

Updates `symfony/filesystem` from 7.0.7 to 7.1.0
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.1/CHANGELOG.md)
- [Commits](symfony/filesystem@v7.0.7...v7.1.0)

Updates `symfony/finder` from 7.0.7 to 7.1.0
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/7.1/CHANGELOG.md)
- [Commits](symfony/finder@v7.0.7...v7.1.0)

Updates `symfony/mime` from 7.0.7 to 7.1.0
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mime@v7.0.7...v7.1.0)

Updates `symfony/process` from 7.0.7 to 7.1.0
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](symfony/process@v7.0.7...v7.1.0)

Updates `symfony/string` from 7.0.7 to 7.1.0
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.1/CHANGELOG.md)
- [Commits](symfony/string@v7.0.7...v7.1.0)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: composer/class-map-generator
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: composer/pcre
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: symfony/filesystem
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: symfony/finder
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: symfony/mime
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: symfony/process
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: symfony/string
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

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
@alcohol alcohol enabled auto-merge (rebase) June 3, 2024 13:37
Copy link

composer.lock

Package changes

Package Operation From To About
composer/class-map-generator upgrade 1.1.1 1.3.2 diff
composer/pcre upgrade 3.1.3 3.1.4 diff
symfony/console upgrade v7.0.7 v7.1.0 diff
symfony/filesystem upgrade v7.0.7 v7.1.0 diff
symfony/finder upgrade v7.0.7 v7.1.0 diff
symfony/mime upgrade v7.0.7 v7.1.0 diff
symfony/process upgrade v7.0.7 v7.1.0 diff
symfony/string upgrade v7.0.7 v7.1.0 diff

Settings · Docs · Powered by Private Packagist

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Superseded by #870.

@dependabot dependabot bot closed this Jun 10, 2024
auto-merge was automatically disabled June 10, 2024 09:59

Pull request was closed

@dependabot dependabot bot deleted the dependabot/composer/minor-patch-c02ebddf1b branch June 10, 2024 09:59
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.

None yet

1 participant