Changelog
*Sourced from [symfony/dependency-injection's changelog](https://github.com/symfony/dependency-injection/blob/master/CHANGELOG.md).*
> CHANGELOG
> =========
>
> 5.0.0
> -----
>
> * removed support for auto-discovered extension configuration class which does not implement `ConfigurationInterface`
> * removed support for non-string default env() parameters
> * moved `ServiceSubscriberInterface` to the `Symfony\Contracts\Service` namespace
> * removed `RepeatedPass` and `RepeatablePassInterface`
> * removed support for short factory/configurator syntax from `YamlFileLoader`
> * removed `ResettableContainerInterface`, use `ResetInterface` instead
> * added argument `$returnsClone` to `Definition::addMethodCall()`
> * removed `tagged`, use `tagged_iterator` instead
>
> 4.4.0
> -----
>
> * added `CheckTypeDeclarationsPass` to check injected parameters type during compilation
> * added support for opcache.preload by generating a preloading script in the cache folder
> * added support for dumping the container in one file instead of many files
> * deprecated support for short factories and short configurators in Yaml
> * added `tagged_iterator` alias for `tagged` which might be deprecated in a future version
> * deprecated passing an instance of `Symfony\Component\DependencyInjection\Parameter` as class name to `Symfony\Component\DependencyInjection\Definition`
> * added support for binding iterable and tagged services
> * made singly-implemented interfaces detection be scoped by file
> * added ability to define a static priority method for tagged service
> * added support for improved syntax to define method calls in Yaml
> * made the `%env(base64:...)%` processor able to decode base64url
> * added ability to choose behavior of decorations on non existent decorated services
>
> 4.3.0
> -----
>
> * added `%env(trim:...)%` processor to trim a string value
> * added `%env(default:param_name:...)%` processor to fallback to a parameter or to null when using `%env(default::...)%`
> * added `%env(url:...)%` processor to convert an URL or DNS into an array of components
> * added `%env(query_string:...)%` processor to convert a query string into an array of key values
> * added support for deprecating aliases
> * made `ContainerParametersResource` final and not implement `Serializable` anymore
> * added `ReverseContainer`: a container that turns services back to their ids
> * added ability to define an index for a tagged collection
> * added ability to define an index for services in an injected service locator argument
> * made `ServiceLocator` implement `ServiceProviderInterface`
> * deprecated support for non-string default env() parameters
> * added `%env(require:...)%` processor to `require()` a PHP file and use the value returned from it
>
> 4.2.0
> -----
>
> ... (truncated)
Commits
- [`dee85a9`](https://github.com/symfony/dependency-injection/commit/dee85a9148399cdb2731603802842bcfd8afe5ab) [DI] Check service IDs are valid
- [`a076234`](https://github.com/symfony/dependency-injection/commit/a076234bdf3e087d09e7fd698589337bf6f1bae3) bug [#29944](https://github-redirect.dependabot.com/symfony/dependency-injection/issues/29944) [DI] Overriding services autowired by name under _defaults bind no...
- [`cc9ffe6`](https://github.com/symfony/dependency-injection/commit/cc9ffe65b9e6895064506810bc7b61b9aa1b4548) more tests
- [`da09ff8`](https://github.com/symfony/dependency-injection/commit/da09ff8100a135ff78acba3da71ea9f70be11337) [DI] Fixes: [#28326](https://github-redirect.dependabot.com/symfony/dependency-injection/issues/28326) - Overriding services autowired by name under _defaults bi...
- [`2f2ebf4`](https://github.com/symfony/dependency-injection/commit/2f2ebf4c22907574db764ea872700647f54bd1c3) fix tests
- [`5243aca`](https://github.com/symfony/dependency-injection/commit/5243aca39f406202f2393ccc5e13f0daa4a365d5) [WIP] [DependencyInjection] Fix a wrong error when using a factory and a call
- [`85172cc`](https://github.com/symfony/dependency-injection/commit/85172cca352fe0790fa6f485ad194862a8ac57ee) use behavior instead of behaviour
- [`e373904`](https://github.com/symfony/dependency-injection/commit/e3739040696f9acf24160957b43ef117989b1bb5) update docblock to match the actual behavior
- [`b63109c`](https://github.com/symfony/dependency-injection/commit/b63109c4a8b3cb137d1a48819d144b756d8b36f0) moved XSD to HTTPS
- [`c3dd7b7`](https://github.com/symfony/dependency-injection/commit/c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11) Apply php-cs-fixer rule for array_key_exists()
- Additional commits viewable in [compare view](https://github.com/symfony/dependency-injection/compare/v3.4.0...v3.4.26)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jadu/meteor/network/alerts).
Bumps symfony/dependency-injection from 3.4.0 to 3.4.26.
Changelog
*Sourced from [symfony/dependency-injection's changelog](https://github.com/symfony/dependency-injection/blob/master/CHANGELOG.md).* > CHANGELOG > ========= > > 5.0.0 > ----- > > * removed support for auto-discovered extension configuration class which does not implement `ConfigurationInterface` > * removed support for non-string default env() parameters > * moved `ServiceSubscriberInterface` to the `Symfony\Contracts\Service` namespace > * removed `RepeatedPass` and `RepeatablePassInterface` > * removed support for short factory/configurator syntax from `YamlFileLoader` > * removed `ResettableContainerInterface`, use `ResetInterface` instead > * added argument `$returnsClone` to `Definition::addMethodCall()` > * removed `tagged`, use `tagged_iterator` instead > > 4.4.0 > ----- > > * added `CheckTypeDeclarationsPass` to check injected parameters type during compilation > * added support for opcache.preload by generating a preloading script in the cache folder > * added support for dumping the container in one file instead of many files > * deprecated support for short factories and short configurators in Yaml > * added `tagged_iterator` alias for `tagged` which might be deprecated in a future version > * deprecated passing an instance of `Symfony\Component\DependencyInjection\Parameter` as class name to `Symfony\Component\DependencyInjection\Definition` > * added support for binding iterable and tagged services > * made singly-implemented interfaces detection be scoped by file > * added ability to define a static priority method for tagged service > * added support for improved syntax to define method calls in Yaml > * made the `%env(base64:...)%` processor able to decode base64url > * added ability to choose behavior of decorations on non existent decorated services > > 4.3.0 > ----- > > * added `%env(trim:...)%` processor to trim a string value > * added `%env(default:param_name:...)%` processor to fallback to a parameter or to null when using `%env(default::...)%` > * added `%env(url:...)%` processor to convert an URL or DNS into an array of components > * added `%env(query_string:...)%` processor to convert a query string into an array of key values > * added support for deprecating aliases > * made `ContainerParametersResource` final and not implement `Serializable` anymore > * added `ReverseContainer`: a container that turns services back to their ids > * added ability to define an index for a tagged collection > * added ability to define an index for services in an injected service locator argument > * made `ServiceLocator` implement `ServiceProviderInterface` > * deprecated support for non-string default env() parameters > * added `%env(require:...)%` processor to `require()` a PHP file and use the value returned from it > > 4.2.0 > ----- > > ... (truncated)Commits
- [`dee85a9`](https://github.com/symfony/dependency-injection/commit/dee85a9148399cdb2731603802842bcfd8afe5ab) [DI] Check service IDs are valid - [`a076234`](https://github.com/symfony/dependency-injection/commit/a076234bdf3e087d09e7fd698589337bf6f1bae3) bug [#29944](https://github-redirect.dependabot.com/symfony/dependency-injection/issues/29944) [DI] Overriding services autowired by name under _defaults bind no... - [`cc9ffe6`](https://github.com/symfony/dependency-injection/commit/cc9ffe65b9e6895064506810bc7b61b9aa1b4548) more tests - [`da09ff8`](https://github.com/symfony/dependency-injection/commit/da09ff8100a135ff78acba3da71ea9f70be11337) [DI] Fixes: [#28326](https://github-redirect.dependabot.com/symfony/dependency-injection/issues/28326) - Overriding services autowired by name under _defaults bi... - [`2f2ebf4`](https://github.com/symfony/dependency-injection/commit/2f2ebf4c22907574db764ea872700647f54bd1c3) fix tests - [`5243aca`](https://github.com/symfony/dependency-injection/commit/5243aca39f406202f2393ccc5e13f0daa4a365d5) [WIP] [DependencyInjection] Fix a wrong error when using a factory and a call - [`85172cc`](https://github.com/symfony/dependency-injection/commit/85172cca352fe0790fa6f485ad194862a8ac57ee) use behavior instead of behaviour - [`e373904`](https://github.com/symfony/dependency-injection/commit/e3739040696f9acf24160957b43ef117989b1bb5) update docblock to match the actual behavior - [`b63109c`](https://github.com/symfony/dependency-injection/commit/b63109c4a8b3cb137d1a48819d144b756d8b36f0) moved XSD to HTTPS - [`c3dd7b7`](https://github.com/symfony/dependency-injection/commit/c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11) Apply php-cs-fixer rule for array_key_exists() - Additional commits viewable in [compare view](https://github.com/symfony/dependency-injection/compare/v3.4.0...v3.4.26)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jadu/meteor/network/alerts).