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

build(deps): bump the symfony group across 1 directory with 8 updates #695

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the symfony group with 7 updates in the / directory:

Package From To
symfony/cache 6.3.5 6.4.8
symfony/console 6.3.4 6.4.9
symfony/css-selector 6.3.2 6.4.8
symfony/dom-crawler 6.3.4 6.4.8
symfony/filesystem 6.3.1 6.4.9
symfony/html-sanitizer 6.3.4 6.4.8
symfony/mailer 6.3.5 6.4.9

Updates symfony/cache from 6.3.5 to 6.4.8

Release notes

Sourced from symfony/cache's releases.

v6.4.8

Changelog (symfony/cache@v6.4.7...v6.4.8)

v6.4.7

Changelog (symfony/cache@v6.4.6...v6.4.7)

v6.4.6

Changelog (symfony/cache@v6.4.5...v6.4.6)

v6.4.4

Changelog (symfony/cache@v6.4.3...v6.4.4)

v6.4.3

Changelog (symfony/cache@v6.4.2...v6.4.3)

v6.4.2

Changelog (symfony/cache@v6.4.1...v6.4.2)

v6.4.0

Changelog (symfony/cache@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC2

Changelog (symfony/cache@v6.4.0-RC1...v6.4.0-RC2)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/cache@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

... (truncated)

Changelog

Sourced from symfony/cache's changelog.

CHANGELOG

7.1

  • Add option sentinel_master as an alias for redis_sentinel
  • Deprecate CouchbaseBucketAdapter, use CouchbaseCollectionAdapter
  • Add support for URL encoded characters in Couchbase DSN
  • Add support for using DSN with PDOAdapter
  • The algorithm for the default cache namespace changed from SHA256 to XXH128

7.0

  • Add parameter $isSameDatabase to DoctrineDbalAdapter::configureSchema()
  • Drop support for Postgres < 9.5 and SQL Server < 2008 in DoctrineDbalAdapter

6.4

  • EarlyExpirationHandler no longer implements MessageHandlerInterface, rely on AsMessageHandler instead

6.3

  • Add support for Relay PHP extension for Redis
  • Updates to allow Redis cluster connections using predis/predis:^2.0
  • Add optional parameter $isSameDatabase to DoctrineDbalAdapter::configureSchema()

6.1

  • Add support for ACL auth in RedisAdapter
  • Improve reliability and performance of TagAwareAdapter by making tag versions an integral part of item value

6.0

  • Remove DoctrineProvider and DoctrineAdapter
  • Remove support of Doctrine DBAL in PdoAdapter

5.4

  • Deprecate DoctrineProvider and DoctrineAdapter because these classes have been added to the doctrine/cache package
  • Add DoctrineDbalAdapter identical to PdoAdapter for Doctrine\DBAL\Connection or DBAL URL
  • Deprecate usage of PdoAdapter with Doctrine\DBAL\Connection or DBAL URL

5.3

... (truncated)

Commits
  • 287142d Merge branch '5.4' into 6.4
  • 89005bc Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • c4034b3 sync Relay proxy
  • f42d6c5 [Cache] Fix support for predis/predis:^2.0
  • cb875b5 Merge branch '5.4' into 6.4
  • 9c81cbc fix: remove unwanted type cast
  • b9e9b93 Merge branch '5.4' into 6.4
  • 982237e Auto-close PRs on subtree-splits
  • 954af00 [Cache] Fix test failure related to Redis6Proxy on appveyor
  • b7b45be Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/console from 6.3.4 to 6.4.9

Release notes

Sourced from symfony/console's releases.

v6.4.9

Changelog (symfony/console@v6.4.8...v6.4.9)

  • no significant changes

v6.4.8

Changelog (symfony/console@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/console@v6.4.6...v6.4.7)

v6.4.6

Changelog (symfony/console@v6.4.5...v6.4.6)

v6.4.4

Changelog (symfony/console@v6.4.3...v6.4.4)

v6.4.3

Changelog (symfony/console@v6.4.2...v6.4.3)

v6.4.2

Changelog (symfony/console@v6.4.1...v6.4.2)

v6.4.1

Changelog (symfony/console@v6.4.0...v6.4.1)

  • no significant changes

v6.4.0

Changelog (symfony/console@v6.4.0-RC2...v6.4.0)

  • no significant changes

... (truncated)

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
  • 6edb536 Merge branch '5.4' into 6.4
  • 6473d44 Test convert CompletionInput into string
  • be5854c Merge branch '5.4' into 6.4
  • aa73115 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 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...
  • a170e64 Merge branch '5.4' into 6.4
  • f3e591c Auto-close PRs on subtree-splits
  • Additional commits viewable in compare view

Updates symfony/css-selector from 6.3.2 to 6.4.8

Release notes

Sourced from symfony/css-selector's releases.

v6.4.8

Changelog (symfony/css-selector@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/css-selector@v6.4.6...v6.4.7)

  • no significant changes

v6.4.3

Changelog (symfony/css-selector@v6.4.2...v6.4.3)

  • no significant changes

v6.4.0

Changelog (symfony/css-selector@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/css-selector@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/css-selector@v6.4.0-BETA2...v6.4.0-BETA3)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/css-selector@v6.3.6...v6.4.0-BETA1)

  • no significant changes

v6.3.12

Changelog (symfony/css-selector@v6.3.11...v6.3.12)

  • no significant changes
Commits
  • 4b61b02 Merge branch '5.4' into 6.4
  • ea43887 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 1c5d5c2 Merge branch '5.4' into 6.4
  • 0934c9f Auto-close PRs on subtree-splits
  • ee0f7ed Merge branch '6.3' into 6.4
  • 7bb2f44 Merge branch '5.4' into 6.3
  • 9e615d3 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • d036c6c [Tests] Move expectException closer to the place of the expectation to avoid ...
  • 40eff9d Use Stringable interface as much as possible
  • See full diff in compare view

Updates symfony/dom-crawler from 6.3.4 to 6.4.8

Release notes

Sourced from symfony/dom-crawler's releases.

v6.4.8

Changelog (symfony/dom-crawler@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/dom-crawler@v6.4.6...v6.4.7)

v6.4.4

Changelog (symfony/dom-crawler@v6.4.3...v6.4.4)

v6.4.3

Changelog (symfony/dom-crawler@v6.4.2...v6.4.3)

  • no significant changes

v6.4.0

Changelog (symfony/dom-crawler@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC2

Changelog (symfony/dom-crawler@v6.4.0-RC1...v6.4.0-RC2)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/dom-crawler@v6.4.0-BETA3...v6.4.0-RC1)

v6.4.0-BETA2

Changelog (symfony/dom-crawler@v6.4.0-BETA1...v6.4.0-BETA2)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/dom-crawler@v6.3.6...v6.4.0-BETA1)

v6.3.12

Changelog (symfony/dom-crawler@v6.3.11...v6.3.12)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/dom-crawler's changelog.

CHANGELOG

7.0

  • Add argument $normalizeWhitespace to Crawler::innerText()
  • Add argument $default to Crawler::attr()

6.4

  • Add CrawlerAnySelectorTextContains test constraint
  • Add CrawlerAnySelectorTextSame test constraint
  • Add argument $default to Crawler::attr()

6.3

  • Add $useHtml5Parser argument to Crawler
  • Add CrawlerSelectorCount test constraint
  • Add argument $normalizeWhitespace to Crawler::innerText()
  • Make Crawler::innerText() return the first non-empty text

6.0

  • Remove Crawler::parents() method, use ancestors() instead

5.4

  • Add Crawler::innerText method.

5.3

  • The parents() method is deprecated. Use ancestors() instead.
  • Marked the containsOption(), availableOptionValues(), and disableValidation() methods of the ChoiceFormField class as internal

5.1.0

  • Added an internal cache layer on top of the CssSelectorConverter
  • Added UriResolver to resolve an URI according to a base URI

5.0.0

... (truncated)

Commits
  • 105b56a Merge branch '5.4' into 6.4
  • 2ad469c Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 2088c5d Merge branch '5.4' into 6.4
  • 1dffb11 Auto-close PRs on subtree-splits
  • fd18b0f Merge branch '5.4' into 6.4
  • 000634e [DomCrawler] Encode html entities only if nessecary
  • f0e7ec3 [DomCrawler] [Form] Fix the exclusion of <template>
  • 6db3184 Merge branch '6.3' into 6.4
  • e412abb Merge branch '5.4' into 6.3
  • e3b4806 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • Additional commits viewable in compare view

Updates symfony/filesystem from 6.3.1 to 6.4.9

Release notes

Sourced from symfony/filesystem's releases.

v6.4.9

Changelog (symfony/filesystem@v6.4.8...v6.4.9)

v6.4.8

Changelog (symfony/filesystem@v6.4.7...v6.4.8)

v6.4.7

Changelog (symfony/filesystem@v6.4.6...v6.4.7)

v6.4.6

Changelog (symfony/filesystem@v6.4.5...v6.4.6)

v6.4.3

Changelog (symfony/filesystem@v6.4.2...v6.4.3)

  • no significant changes

v6.4.0

Changelog (symfony/filesystem@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/filesystem@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/filesystem@v6.3.6...v6.4.0-BETA1)

  • no significant changes

v6.3.12

Changelog (symfony/filesystem@v6.3.11...v6.3.12)

  • no significant changes
Commits
  • b51ef80 Merge branch '5.4' into 6.4
  • 6d29dd9 [Filesystem][Mime] Fix transient tests
  • 748ccd8 Merge branch '5.4' into 6.4
  • 6a03d7f [Filesystem] Fix Filesystem::remove() on Windows
  • 4d37529 Merge branch '5.4' into 6.4
  • 26dd991 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 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
  • 59cc509 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/html-sanitizer from 6.3.4 to 6.4.8

Release notes

Sourced from symfony/html-sanitizer's releases.

v6.4.8

Changelog (symfony/html-sanitizer@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/html-sanitizer@v6.4.6...v6.4.7)

v6.4.4

Changelog (symfony/html-sanitizer@v6.4.3...v6.4.4)

  • no significant changes

v6.4.3

Changelog (symfony/html-sanitizer@v6.4.2...v6.4.3)

  • no significant changes

v6.4.0

Changelog (symfony/html-sanitizer@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/html-sanitizer@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA2

Changelog (symfony/html-sanitizer@v6.4.0-BETA1...v6.4.0-BETA2)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/html-sanitizer@v6.3.6...v6.4.0-BETA1)

v6.3.12

Changelog (symfony/html-sanitizer@v6.3.11...v6.3.12)

  • no significant changes

v6.3.7

Changelog (symfony/html-sanitizer@v6.3.6...v6.3.7)

  • no significant changes
Changelog

Sourced from symfony/html-sanitizer's changelog.

CHANGELOG

6.4

  • Add support for sanitizing unlimited length of HTML document

6.1

  • Add the component as experimental
Commits
  • 9de29a7 Remove subtree split checks
  • 0ff5d77 Merge branch '5.4' into 6.4
  • bc4f7c4 [HtmlSanitizer] Ignore Processing Instructions
  • 83e1dc8 Fix fetching data in W3CReferenceTest on AppVeyor
  • 116335a Merge branch '6.3' into 6.4
  • 77d508d Merge branch '5.4' into 6.3
  • 9cc71f2 Merge branch '6.3' into 6.4
  • 45e5a24 [HtmlSanitizer] Consider width attribute as safe
  • 9920830 [HtmlSanitizer] Add support for sanitizing unlimited length of HTML document
  • 53a8ff8 Fix markdown in README files
  • See full diff in compare view

Updates symfony/mailer from 6.3.5 to 6.4.9

Release notes

Sourced from symfony/mailer's releases.

v6.4.9

Changelog (symfony/mailer@v6.4.8...v6.4.9)

v6.4.8

Changelog (symfony/mailer@v6.4.7...v6.4.8)

v6.4.7

Changelog (symfony/mailer@v6.4.6...v6.4.7)

  • no significant changes

v6.4.6

Changelog (symfony/mailer@v6.4.5...v6.4.6)

v6.4.4

Changelog (symfony/mailer@v6.4.3...v6.4.4)

v6.4.3

Changelog (symfony/mailer@v6.4.2...v6.4.3)

v6.4.2

Changelog (symfony/mailer@v6.4.1...v6.4.2)

... (truncated)

Changelog

Sourced from symfony/mailer's changelog.

CHANGELOG

7.1

  • Dispatch Postmark's "406 - Inactive recipient" API error code as a PostmarkDeliveryEvent instead of throwing an exception
  • Add DSN param auto_tls to disable automatic STARTTLS
  • Add support for allowing some users even if recipients is defined in EnvelopeListener

7.0

  • Remove the OhMySmtp bridge in favor of the MailPace bridge

6.4

  • Add DSN parameter peer_fingerprint to verify TLS certificate fingerprint
  • Change the default port for the mailjet+smtp transport from 465 to 587

6.3

  • Add MessageEvent::reject() to allow rejecting an email before sending it
  • Change the default port for the mailgun+smtp transport from 465 to 587
  • Add $authenticators parameter in EsmtpTransport constructor and EsmtpTransport::setAuthenticators() to allow overriding of default eSMTP authenticators

6.2.7

  • [BC BREAK] The following data providers for TransportFactoryTestCase are now static: supportsProvider(), createProvider(), unsupportedSchemeProvider()and incompleteDsnProvider()

6.2

  • Add a mailer:test command
  • Add SentMessageEvent and FailedMessageEvent events

6.1

  • Make start() and stop() methods public on SmtpTransport
  • Improve extensibility of EsmtpTransport

6.0

... (truncated)

Commits
  • e2d56f1 Merge branch '5.4' into 6.4
  • 13f4fac Fix typo: synchronous -> synchronously
  • 7632642 Merge branch '5.4' into 6.4
  • 54fec5a Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 085b7fd fix test
  • 928a8d6 Merge branch '5.4' into 6.4
  • 31d6641 bug #54572 [Mailer] Fix sendmail transport failure handling and interactive m...
  • 1c39471 [Mailer] Fix sendmail transport failure handling and interactive mode
  • 1b0ea6c Merge branch '5.4' into 6.4
  • 0b6698e Remove calls to getMockForAbstractClass()
  • Additional commits viewable in compare view

Updates symfony/mime from 6.3.5 to 6.4.9

Release notes

Sourced from symfony/mime's releases.

v6.4.9

Changelog (symfony/mime@v6.4.8...v6.4.9)

v6.4.8

Changelog (symfony/mime@v6.4.7...v6.4.8)

v6.4.7

Changelog (symfony/mime@v6.4.6...v6.4.7)

  • no significant changes

v6.4.6

Changelog (symfony/mime@v6.4.5...v6.4.6)

  • no significant changes

v6.4.3

Changelog (symfony/mime@v6.4.2...v6.4.3)

v6.4.0

Changelog (symfony/mime@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/mime@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/mime@v6.3.6...v6.4.0-BETA1)

v6.3.12

Changelog (symfony/mime@v6.3.11...v6.3.12)

... (truncated)

Commits
  • 7d04896 Merge branch '5.4' into 6.4
  • c71c7a1 [Filesystem][Mime] Fix transient tests
  • 5a659ba fix low deps
  • 897a004 bug #57224 [Mime] Use streams instead of loading raw message generator into m...
  • 2d2e8c4 [Mime] Use streams instead of loading raw message generator into memory
  • 618597a [Mime] Fix TextPart using an unknown File
  • 2e3107e Merge branch '5.4' into 6.4
  • 8c6dc1f Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 99add8a Revert "fix PHP 7 compatibility"
  • 35f0ff4 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 symfony group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/cache](https://github.com/symfony/cache) | `6.3.5` | `6.4.8` |
| [symfony/console](https://github.com/symfony/console) | `6.3.4` | `6.4.9` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `6.3.2` | `6.4.8` |
| [symfony/dom-crawler](https://github.com/symfony/dom-crawler) | `6.3.4` | `6.4.8` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `6.3.1` | `6.4.9` |
| [symfony/html-sanitizer](https://github.com/symfony/html-sanitizer) | `6.3.4` | `6.4.8` |
| [symfony/mailer](https://github.com/symfony/mailer) | `6.3.5` | `6.4.9` |



Updates `symfony/cache` from 6.3.5 to 6.4.8
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.1/CHANGELOG.md)
- [Commits](symfony/cache@v6.3.5...v6.4.8)

Updates `symfony/console` from 6.3.4 to 6.4.9
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.1/CHANGELOG.md)
- [Commits](symfony/console@v6.3.4...v6.4.9)

Updates `symfony/css-selector` from 6.3.2 to 6.4.8
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/7.1/CHANGELOG.md)
- [Commits](symfony/css-selector@v6.3.2...v6.4.8)

Updates `symfony/dom-crawler` from 6.3.4 to 6.4.8
- [Release notes](https://github.com/symfony/dom-crawler/releases)
- [Changelog](https://github.com/symfony/dom-crawler/blob/7.1/CHANGELOG.md)
- [Commits](symfony/dom-crawler@v6.3.4...v6.4.8)

Updates `symfony/filesystem` from 6.3.1 to 6.4.9
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.1/CHANGELOG.md)
- [Commits](symfony/filesystem@v6.3.1...v6.4.9)

Updates `symfony/html-sanitizer` from 6.3.4 to 6.4.8
- [Release notes](https://github.com/symfony/html-sanitizer/releases)
- [Changelog](https://github.com/symfony/html-sanitizer/blob/7.1/CHANGELOG.md)
- [Commits](symfony/html-sanitizer@v6.3.4...v6.4.8)

Updates `symfony/mailer` from 6.3.5 to 6.4.9
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mailer@v6.3.5...v6.4.9)

Updates `symfony/mime` from 6.3.5 to 6.4.9
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mime@v6.3.5...v6.4.9)

---
updated-dependencies:
- dependency-name: symfony/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/css-selector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/dom-crawler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/filesystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/html-sanitizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/mime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 1, 2024
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.

0 participants