nwhitehead / pineapple

http://nwhitehead.github.io/pineapple/
Other
351 stars 26 forks source link

Bump mistune from 0.7.1 to 0.8.1 #78

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 4 years ago

Bumps mistune from 0.7.1 to 0.8.1.

Changelog *Sourced from [mistune's changelog](https://github.com/lepture/mistune/blob/master/CHANGES.rst).* > Changelog > ---------- > > Here is the full history of mistune. > > Version 0.8.4 > ~~~~~~~~~~~~~ > > Released on Oct. 11, 2018 > > * Support an escaped pipe char in a table cell. `[#150](https://github-redirect.dependabot.com/lepture/mistune/issues/150)`_ > * Fix ordered and unordered list. `[#152](https://github-redirect.dependabot.com/lepture/mistune/issues/152)`_ > * Fix spaces between = in HTML tags > * Add max_recursive_depth for list and blockquote. > * Fix fences code block. > > .. _`[#150](https://github-redirect.dependabot.com/lepture/mistune/issues/150)`: [lepture/mistune#150](https://github-redirect.dependabot.com/lepture/mistune/pull/150) > .. _`[#152](https://github-redirect.dependabot.com/lepture/mistune/issues/152)`: [lepture/mistune#152](https://github-redirect.dependabot.com/lepture/mistune/pull/152) > > Version 0.8.3 > ~~~~~~~~~~~~~ > > Relased on Dec. 04, 2017 > > * Fix nested html issue. `[#137](https://github-redirect.dependabot.com/lepture/mistune/issues/137)`_ > > .. _`[#137](https://github-redirect.dependabot.com/lepture/mistune/issues/137)`: [lepture/mistune#137](https://github-redirect.dependabot.com/lepture/mistune/pull/137) > > > Version 0.8.2 > ~~~~~~~~~~~~~ > > Relased on Dec. 04, 2017 > > * Fix ``_keyify`` with lower case. > > > Version 0.8.1 > ~~~~~~~~~~~~~ > > Released on Nov. 07, 2017 > > * Security fix CVE-2017-16876, thanks Dawid Czarnecki > > Version 0.8 > ~~~~~~~~~~~ > > Released on Oct. 26, 2017 > > * Remove non breaking spaces preprocessing > ... (truncated)
Commits - [`cef69ac`](https://github.com/lepture/mistune/commit/cef69acaa506567595e95ab6ecea25a806de622e) Add change log for v0.8.1 - [`5f06d72`](https://github.com/lepture/mistune/commit/5f06d724bc05580e7f203db2d4a4905fc1127f98) Fix CVE-2017-16876 - [`7f7f106`](https://github.com/lepture/mistune/commit/7f7f106a717e6cf58012304e56b41d6fb2b98e5f) Version bump 0.8 - [`f8ac83f`](https://github.com/lepture/mistune/commit/f8ac83ff6d49c0e850436b8d9e57b71c3b2c4d57) Cleanup appveyor CI - [`dda2ace`](https://github.com/lepture/mistune/commit/dda2ace2c74b534c82ba3a9571ee8e0bddba9e0e) Fix CI testing - [`ab8f7de`](https://github.com/lepture/mistune/commit/ab8f7de8bc78c2a88f9e01522b8a3a0aa8cd9416) Merge pull request [#140](https://github-redirect.dependabot.com/lepture/mistune/issues/140) from junorouse/master - [`d6f0b64`](https://github.com/lepture/mistune/commit/d6f0b6402299bf5a380e7b4e77bd80e8736630fe) Fix bypassing XSS vulnerability. - [`5b8c3f7`](https://github.com/lepture/mistune/commit/5b8c3f7db4321bada0b955a9fb833a3faba4a67f) Change donate link - [`4c11715`](https://github.com/lepture/mistune/commit/4c117151ab536004599b0d5a8079ccda84cc5472) Add missing regex import to Lexers example ([#129](https://github-redirect.dependabot.com/lepture/mistune/issues/129)) - [`e9e2066`](https://github.com/lepture/mistune/commit/e9e2066fee8ea4970cec17f1e480031db96906b9) Update benchmark for misaka - Additional commits viewable in [compare view](https://github.com/lepture/mistune/compare/v0.7.1...v0.8.1)


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.


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/nwhitehead/pineapple/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #90.