ItinerisLtd / wordpress-packager

Generates itinerisltd/wordpress composer package
MIT License
0 stars 1 forks source link

build(deps): bump symfony/event-dispatcher from 4.3.8 to 4.4.0 #222

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps symfony/event-dispatcher from 4.3.8 to 4.4.0.

Changelog *Sourced from [symfony/event-dispatcher's changelog](https://github.com/symfony/event-dispatcher/blob/master/CHANGELOG.md).* > 4.4.0 > ----- > > * `AddEventAliasesPass` has been added, allowing applications and bundles to extend the event alias mapping used by `RegisterListenersPass`. > * Made the `event` attribute of the `kernel.event_listener` tag optional for FQCN events. > > 4.3.0 > ----- > > * The signature of the `EventDispatcherInterface::dispatch()` method should be updated to `dispatch($event, string $eventName = null)`, not doing so is deprecated > * deprecated the `Event` class, use `Symfony\Contracts\EventDispatcher\Event` instead > > 4.1.0 > ----- > > * added support for invokable event listeners tagged with `kernel.event_listener` by default > * The `TraceableEventDispatcher::getOrphanedEvents()` method has been added. > * The `TraceableEventDispatcherInterface` has been deprecated. > > 4.0.0 > ----- > > * removed the `ContainerAwareEventDispatcher` class > * added the `reset()` method to the `TraceableEventDispatcherInterface` > > 3.4.0 > ----- > > * Implementing `TraceableEventDispatcherInterface` without the `reset()` method has been deprecated. > > 3.3.0 > ----- > > * The ContainerAwareEventDispatcher class has been deprecated. Use EventDispatcher with closure factories instead. > > 3.0.0 > ----- > > * The method `getListenerPriority($eventName, $listener)` has been added to the > `EventDispatcherInterface`. > * The methods `Event::setDispatcher()`, `Event::getDispatcher()`, `Event::setName()` > and `Event::getName()` have been removed. > The event dispatcher and the event name are passed to the listener call. > > 2.5.0 > ----- > > * added Debug\TraceableEventDispatcher (originally in HttpKernel) > * changed Debug\TraceableEventDispatcherInterface to extend EventDispatcherInterface > * added RegisterListenersPass (originally in HttpKernel) > ... (truncated)
Commits - [`ab1c43e`](https://github.com/symfony/event-dispatcher/commit/ab1c43e17fff802bef0a898f3bc088ac33b8e0e1) [EventDispatcher] dont allow event-dispatcher-contracts ^2 - [`4c6cfd5`](https://github.com/symfony/event-dispatcher/commit/4c6cfd5d8753bf299d0c0a8c3a5e1105ad188657) Merge branch '4.3' into 4.4 - [`88cdd1a`](https://github.com/symfony/event-dispatcher/commit/88cdd1ab53c58fd0ce79ee3d3b54da2d06ce8bb7) minor [#33963](https://github-redirect.dependabot.com/symfony/event-dispatcher/issues/33963) Add .gitignore to .gitattributes (reedy) - [`8900a04`](https://github.com/symfony/event-dispatcher/commit/8900a04edd77d7b2a9ac232dc7d4bce02dfe697b) [EventDispatcher] handle lazy-callable invokable - [`9bcf9b2`](https://github.com/symfony/event-dispatcher/commit/9bcf9b263340105fe399b3976bb3f0bd53d76e5e) Add .gitignore to .gitattributes - [`c73bdef`](https://github.com/symfony/event-dispatcher/commit/c73bdefc20ff6e180f878122e07f1f59afba03f5) cs fix - [`4bc5679`](https://github.com/symfony/event-dispatcher/commit/4bc5679ace049e7c28ef582c4e62ab6febbbfd4c) [EventDispatcher] Allow to omit the event name when registering listeners. - [`ed990f8`](https://github.com/symfony/event-dispatcher/commit/ed990f86531e653b3956881a325fa7b24febd35e) [EventDispatcher] A compiler pass for aliased userland events. - [`181eda9`](https://github.com/symfony/event-dispatcher/commit/181eda93f2cd28daa7563d0907ff04b747291cbd) Merge branch '4.3' into 4.4 - [`5bf6437`](https://github.com/symfony/event-dispatcher/commit/5bf6437b9c07ac6cd89f6ff08ca4a45b8c3afbe4) Adding .gitattributes to remove Tests directory from "dist" - Additional commits viewable in [compare view](https://github.com/symfony/event-dispatcher/compare/v4.3.8...v4.4.0)


Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)