firestormforum / firestorm

An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
http://www.firestormforum.org
MIT License
970 stars 88 forks source link

Update earmark requirement from ~> 1.3.2 to ~> 1.4.1 #211

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on earmark to permit the latest version.

Changelog *Sourced from [earmark's changelog](https://github.com/pragdave/earmark/blob/master/RELEASE.md).* > # 1.4.1 2019/09/24 > > - [277 Expose an AST to HTML Transformer](https://github-redirect.dependabot.com/pragdave/earmark/issues/277) > While it should be faster to call `to_ast|>transform` it cannot be used instead of `as_html` yet > as the API is not yet stable and some subtle differences in the output need to be addressed. > > - [278 Implementing better GFM Table support ](https://github-redirect.dependabot.com/pragdave/earmark/issues/278) > Because of compatility issues we use a new option `gfm_tables` defaulting to `false` for this. > Using this option `Earmark` will implement its own table extension **+** GFM tables at the same > time. > > > - [279 Languages in code blocks were limited to alphanum names, thus excluding, e.g. C# ](https://github-redirect.dependabot.com/pragdave/earmark/issues/279) > - [281 Urls in links were URL endoded, that is actually a bug ](https://github-redirect.dependabot.com/pragdave/earmark/issues/281) > It is the markdown author's responsability to url encode her urls, if she does so correctly > we double encoded the url before this fix. > > - [282 Always create a `` in tables](https://github-redirect.dependabot.com/pragdave/earmark/issues/282) > Although strictly speaking a `` is only needed when there is a ``, semantic > HTML suggests the presence of `` anyway. > > > > # 1.4.0 2019/09/05 > > - [145 Expose AST for output manipulation]( https://github-redirect.dependabot.com/pragdave/earmark/issues/145) > > - [238 Pure Links are default now]( https://github-redirect.dependabot.com/pragdave/earmark/issues/238) > > - [256 Align needed Elixir Version with ex_doc (>= 1.7)]( https://github-redirect.dependabot.com/pragdave/earmark/issues/256) > > - [259 Deprecated option `sanitize` removed]( https://github-redirect.dependabot.com/pragdave/earmark/issues/259) > > - [261 Deprecated Plugins removed]( https://github-redirect.dependabot.com/pragdave/earmark/issues/261) > > - [265 Make deprecated `Earmark.parse/2` private]( https://github-redirect.dependabot.com/pragdave/earmark/issues/265) > > > # 1.3.6 2019/08/30 > > Hopefully the last patch release of 1.3 before the structural changes of 1.4. > > - [#270]( https://github-redirect.dependabot.com/pragdave/earmark/issues/270) > Error messages during parsing of table celles were duplicated in a number, exponential to the number of table cells. > > - [#268]( https://github-redirect.dependabot.com/pragdave/earmark/issues/268) > Deprecation warnings concerning pure links showed fixed link to https://github.com/pragdave/earmark, at least a reasonable choice ;), > instead of the text of the link. > > - [#266]( https://github-redirect.dependabot.com/pragdave/earmark/issues/266) > ... (truncated)
Commits - [`3cb8ca0`](https://github.com/pragdave/earmark/commit/3cb8ca08ce3fe96b3258e91936ca470c6073caa3) Minor adjustments to docs, commented code, etc - [`2b7add7`](https://github.com/pragdave/earmark/commit/2b7add7310e8f26b36af77fd116bd4544d375632) RELEASE NOTES for 1.4.1 - [`7ff8f73`](https://github.com/pragdave/earmark/commit/7ff8f736db0270f7b6dc29b5648825c1b08cfbcb) Merge pull request [#287](https://github-redirect.dependabot.com/pragdave/earmark/issues/287) from pragdave/i282-always-tbody - [`a58a03a`](https://github.com/pragdave/earmark/commit/a58a03afed18b4c28f8c87b4e7946b055c841e0b) Fixes: [#282](https://github-redirect.dependabot.com/pragdave/earmark/issues/282); - [`d9b007c`](https://github.com/pragdave/earmark/commit/d9b007cd332cd772f394b324e1e133ec87cfd9b3) Merge pull request [#286](https://github-redirect.dependabot.com/pragdave/earmark/issues/286) from pragdave/i278-missing-gfm-table-support - [`0c1859b`](https://github.com/pragdave/earmark/commit/0c1859b2419dcf4608f745a15e817a30e9c9dd21) Fixes: [#278](https://github-redirect.dependabot.com/pragdave/earmark/issues/278) - [`09548fd`](https://github.com/pragdave/earmark/commit/09548fd5ef1cc1d2105cac6078b3d34165c9e4f6) Merge pull request [#285](https://github-redirect.dependabot.com/pragdave/earmark/issues/285) from pragdave/i281-double-url-encoding-in-links - [`ad4955f`](https://github.com/pragdave/earmark/commit/ad4955fd58d300f9bf8b28e37676fefd3ece0cc2) Fixes [#281](https://github-redirect.dependabot.com/pragdave/earmark/issues/281); - [`518ded0`](https://github.com/pragdave/earmark/commit/518ded0c69d47f64fab2dc121eaa2e32d3923d6d) Merge pull request [#284](https://github-redirect.dependabot.com/pragdave/earmark/issues/284) from pragdave/i279-csharp-code-blocks - [`4bfda79`](https://github.com/pragdave/earmark/commit/4bfda79de5ff069f76c75b95080e3daf76335f6d) Fixes: [#279](https://github-redirect.dependabot.com/pragdave/earmark/issues/279); - Additional commits viewable in [compare view](https://github.com/pragdave/earmark/compare/v1.3.2...v1.4.1)


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 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 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) - Pull request limits (per update run and/or open at any time) - 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)
dependabot-preview[bot] commented 5 years ago

Superseded by #216.