demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

chore(deps): update symfony/routing requirement from ^5.3,<6 to ^6.3.2 #102

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on symfony/routing to permit the latest version.

Release notes

Sourced from symfony/routing's releases.

v6.3.2

Changelog (https://github.com/symfony/routing/compare/v6.3.1...v6.3.2)

  • no significant changes
Changelog

Sourced from symfony/routing's changelog.

CHANGELOG

6.2

  • Add Requirement::POSITIVE_INT for common ids and pagination

6.1

  • Add getMissingParameters and getRouteName methods on MissingMandatoryParametersException
  • Allow using UTF-8 parameter names
  • Support the attribute type (alias of annotation) in annotation loaders
  • Already encoded slashes are not decoded nor double-encoded anymore when generating URLs (query parameters)
  • Add EnumRequirement to help generate route requirements from a \BackedEnum
  • Add Requirement, a collection of universal regular-expression constants to use as route parameter requirements
  • Add params variable to condition expression
  • Deprecate not passing route parameters as the fourth argument to UrlMatcher::handleRouteRequirements()

5.3

  • Already encoded slashes are not decoded nor double-encoded anymore when generating URLs
  • Add support for per-env configuration in XML and Yaml loaders
  • Deprecate creating instances of the Route annotation class by passing an array of parameters
  • Add RoutingConfigurator::env() to get the current environment

5.2.0

  • Added support for inline definition of requirements and defaults for host
  • Added support for \A and \z as regex start and end for route requirement
  • Added support for #[Route] attributes

5.1.0

  • added the protected method PhpFileLoader::callConfigurator() as extension point to ease custom routing configuration
  • deprecated RouteCollectionBuilder in favor of RoutingConfigurator.
  • added "priority" option to annotated routes
  • added argument $priority to RouteCollection::add()
  • deprecated the RouteCompiler::REGEX_DELIMITER constant
  • added ExpressionLanguageProvider to expose extra functions to route conditions
  • added support for a stateless keyword for configuring route stateless in PHP, YAML and XML configurations.
  • added the "hosts" option to be able to configure the host per locale.
  • added RequestContext::fromUri() to ease building the default context

5.0.0

... (truncated)

Commits
  • 9874c77 Merge branch '6.2' into 6.3
  • 1e54cc8 Merge branch '5.4' into 6.2
  • 853fc7d [Routing] Fix testMissingPrefixLocale and testMissingRouteLocale
  • 1b7c668 Merge branch '6.2' into 6.3
  • b1fd2e9 Merge branch '5.4' into 6.2
  • c886862 [Routing] Use vsprintf instead of sprintf + unpacking
  • d37ad17 Merge branch '6.2' into 6.3
  • d59dc6a Merge branch '5.4' into 6.2
  • 56bfc13 [Routing] Fix Psalm
  • 827f59f Add missing return types
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #104.