Ahmad45123 / ExtremeStudio

ExtremeStudio is a PAWN editor and is designed to be used in SA-MP development.
GNU General Public License v3.0
28 stars 5 forks source link

Bump SharpCompress from 0.21.1 to 0.23.0 #52

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps SharpCompress from 0.21.1 to 0.23.0.

Release notes *Sourced from [SharpCompress's releases](https://github.com/adamhathcock/sharpcompress/releases).* > ## Feature and fixes rollup release! > Lots of stuff from users! > > New features: > > - [Changes to populate ZipArchive.ZipVolumne.Comment](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/436) > - [Tar symlink support](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/423) > - [Allow Flush on EntryStream](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/417) > - [file search support linq Pattern](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/402) > > Fixes: > > - [Tar filename with exactly 100 characters gets cut](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/408) > - [Recognise empty tar archives](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/409) > - [Enable parallel test execution](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/404) > - [Avoid throwing NotSupportedException in ReaderFactory hot path](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/400) > > ## Some perf fixes! > Mostly fixes this release. > > - [Implemented ReadByte/WriteByte on streams to improve performance > ](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/384) > - [Fixed EFS Handling](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/385) > - [Correctly set IsEncrypted For Rar5](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/396) > - [Zip Slip fix for Reader extensions](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/395)
Commits - [`acf66c5`](https://github.com/adamhathcock/sharpcompress/commit/acf66c519517d6a751db73d0a0e0df02620a48e3) Merge pull request [#440](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/440) from adamhathcock/release-023 - [`880c9fa`](https://github.com/adamhathcock/sharpcompress/commit/880c9fa97abcef6ff20529a7b79ea04d254559dd) Bump release and update dependencies - [`e5c111f`](https://github.com/adamhathcock/sharpcompress/commit/e5c111f2be84ca8ebc7927523e09a0b5bb2f4e2f) Merge pull request [#436](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/436) from Numpsy/populate_zip_volume_comment - [`4e9cd06`](https://github.com/adamhathcock/sharpcompress/commit/4e9cd064dd120354eab19c031554ae5e40969a29) Unit test to show reading of a Zip volume/archive comment - [`12a6d39`](https://github.com/adamhathcock/sharpcompress/commit/12a6d3977e548c3ccdf280ec6a88215552819e25) Return the DirectoryEndHeader from SeekableZipHeaderFactory.ReadSeekable so t... - [`a95bbaf`](https://github.com/adamhathcock/sharpcompress/commit/a95bbaf820701e5ecb21782370452fc0b5012640) Merge pull request [#423](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/423) from markfinal/tarsymlink - [`70bafa6`](https://github.com/adamhathcock/sharpcompress/commit/70bafa653b552b2f629b9090126153bca4fe772f) Tar symlink extraction - [`3f43384`](https://github.com/adamhathcock/sharpcompress/commit/3f4338489cb0311ced6b361c235a78c718ebd241) Removed unnecessary code - [`d91e58f`](https://github.com/adamhathcock/sharpcompress/commit/d91e58f2cce50db1ea57017eeb6f613b7c088342) Refs [#248](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/248). Refs [#132](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/132). Added a test case of a tar containing symlinks - [`192b9c1`](https://github.com/adamhathcock/sharpcompress/commit/192b9c1e8bb36b76fb2b05ebd36918982bb1d6bf) Ref [#248](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/248). Ref [#132](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/132). Tar reader support for symlinks for .NET standard 2 and P... - Additional commits viewable in [compare view](https://github.com/adamhathcock/sharpcompress/compare/0.21.1...0.23)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Looks like SharpCompress is up-to-date now, so this is no longer needed.