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.2 #216

Closed dependabot-preview[bot] closed 4 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.2 2019/10/14 > > - [296 code for tasks removed from package](https://github-redirect.dependabot.com/pragdave/earmark/issues/296) > The additional tasks are only needed for dev and have been removed from the hex package. **Finally** > - [PR#293 Nice fix for broken TOC links in README](https://github-redirect.dependabot.com/pragdave/earmark/pull/293) > Kudos to Ray Gesualdo [raygesualdo](https://github.com/raygesualdo) > - [291 Transformer whitespace inside / around <code> <pre> tags](https://github-redirect.dependabot.com/pragdave/earmark/issues/291) > The spurious whitespace has been removed > - [289 HTML Problem](https://github-redirect.dependabot.com/pragdave/earmark/issues/289) > The AST parser can now correctly distinguish between _generated_ AST (from md) and _parsed_ AST (from HTML) > - [288 Metadata allowed to be added to the AST](https://github-redirect.dependabot.com/pragdave/earmark/issues/288) > The default HTML Transformer ignores metadata in the form of a map with the exception of `%{meta: ...}` > > # 1.4.1 2019/09/24 > > - [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. > > - [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. > > - [279 Languages in code blocks were limited to alphanum names, thus excluding, e.g. C# ](https://github-redirect.dependabot.com/pragdave/earmark/issues/279) > > - [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. > > - [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. > > > # 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) > > > ... (truncated)
Commits - [`84eac88`](https://github.com/pragdave/earmark/commit/84eac88763f43421731ad5bd1e894c8e25b0910a) version bumped for release - [`8f64fc2`](https://github.com/pragdave/earmark/commit/8f64fc23aafc03b508a19a44e32f373b7dc3cb50) Release Notes updated - [`6f3aaeb`](https://github.com/pragdave/earmark/commit/6f3aaebd69b552052b049a78e0dcc9c602ca7e40) Fixes: [#296](https://github-redirect.dependabot.com/pragdave/earmark/issues/296); - [`c09299c`](https://github.com/pragdave/earmark/commit/c09299c3e73b5b3aa87a085f11bbf92b911dbed3) Merge pull request [#297](https://github-redirect.dependabot.com/pragdave/earmark/issues/297) from pragdave/i288-ast-metadata - [`1bb4afb`](https://github.com/pragdave/earmark/commit/1bb4afb1210b12ccd97003e33f83b08b0a2a5ea4) Ready to merge - [`8815c77`](https://github.com/pragdave/earmark/commit/8815c77b5711d5738744bda8df7f6d94eedf58db) removed failing travis script excoveralls - [`e083d5e`](https://github.com/pragdave/earmark/commit/e083d5ecbdf53b5ae0474d292b2d46b4c60b6770) trying PR to check out travis -> elixir 1.9.2 and excoveralls - [`6abcf1c`](https://github.com/pragdave/earmark/commit/6abcf1c03c3e5dc715dc1c62428049ad026582a7) Refs: [#288](https://github-redirect.dependabot.com/pragdave/earmark/issues/288); Adding metadata for parsed html to AST and adapting Transform WIP... - [`06b6884`](https://github.com/pragdave/earmark/commit/06b6884ec0764a4dffb8fb2fc02b14ff6861bfb2) travis updated for 1.9.2 - [`9ea31f4`](https://github.com/pragdave/earmark/commit/9ea31f41f1e79b281c1b79ee7965911b2e232034) Merge pull request [#294](https://github-redirect.dependabot.com/pragdave/earmark/issues/294) from pragdave/ast-html-handling - Additional commits viewable in [compare view](https://github.com/pragdave/earmark/compare/v1.3.2...v1.4.2)


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 4 years ago

Superseded by #219.