ItinerisLtd / wordpress-packager

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

build(deps): bump symfony/filesystem from 4.3.8 to 4.4.0 #212

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps symfony/filesystem from 4.3.8 to 4.4.0.

Changelog *Sourced from [symfony/filesystem's changelog](https://github.com/symfony/filesystem/blob/master/CHANGELOG.md).* > 4.4.0 > ----- > > * support for passing a `null` value to `Filesystem::isAbsolutePath()` is deprecated and will be removed in 5.0 > > 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 > ----- > > * added `appendToFile()` to append contents to existing files > > 3.2.0 > ----- > > * added `readlink()` as a platform independent method to read links > > 3.0.0 > ----- > > * removed `$mode` argument from `Filesystem::dumpFile()` > > 2.8.0 > ----- > > * added tempnam() a stream aware version of PHP's native tempnam() > > 2.6.0 > ----- > > * added LockHandler > > 2.3.12 > ------ > > ... (truncated)
Commits - [`d12b01c`](https://github.com/symfony/filesystem/commit/d12b01cba60be77b583c9af660007211e3909854) Allow \Throwable $previous everywhere - [`25dbb9e`](https://github.com/symfony/filesystem/commit/25dbb9eaa9f0e7abf521bade3b09b14080318ecf) Add .gitignore to .gitattributes - [`f903e39`](https://github.com/symfony/filesystem/commit/f903e39aca6b4a4a2dbc473a1287b79b6c41cfb8) Adding .gitattributes to remove Tests directory from "dist" - [`a7b5a7f`](https://github.com/symfony/filesystem/commit/a7b5a7f8e6805cfe0e183960acdf69e90b764494) Add return types to tests and final|internal|private methods - [`9cec0b6`](https://github.com/symfony/filesystem/commit/9cec0b686c0413f969aad34e6952b8ff2f712bbb) Merge branch '4.3' into 4.4 - [`f5cbc2c`](https://github.com/symfony/filesystem/commit/f5cbc2c90aea2fe088eae9a41b33dd915765ea0b) Add types to private and final methods. - [`3ad3f3d`](https://github.com/symfony/filesystem/commit/3ad3f3d88af7a23cd7edc94a9ee07efd4b68c72c) Merge branch '4.3' into 4.4 - [`ebe9b2f`](https://github.com/symfony/filesystem/commit/ebe9b2f480d3cf3779cbc9690db2b4d2763caeca) Merge branch '4.3' into 4.4 - [`38b92b5`](https://github.com/symfony/filesystem/commit/38b92b58a84155858d7e11bffeb8162b4a422774) Merge branch '4.3' into 4.4 - [`7b1946a`](https://github.com/symfony/filesystem/commit/7b1946a29b026f5a0e6c2ef53366a528ffb99738) Turned return type annotations of private methods into php return types. - Additional commits viewable in [compare view](https://github.com/symfony/filesystem/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)