mtchavez / ueberauth_gitlab

Gitlab OAuth2 Strategy fo Überauth
Other
7 stars 7 forks source link

build(deps-dev): bump earmark from 1.3.2 to 1.4.3 #54

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps earmark from 1.3.2 to 1.4.3.

Changelog *Sourced from [earmark's changelog](https://github.com/pragdave/earmark/blob/master/RELEASE.md).* > # 1.4.3 2019/11/23 > > - [309 fenced code allows for more than 3 backticks/tildes now](https://github-redirect.dependabot.com/pragdave/earmark/issues/309) > > - [302 Earmark.version returned a charlist, now a string](https://github-redirect.dependabot.com/pragdave/earmark/issues/302) > > - [298 Blockquotes nested in lists only work with an indentation of 2 spaces](https://github-redirect.dependabot.com/pragdave/earmark/issues/298) > > > # 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) > > ... (truncated)
Commits - [`8f533b1`](https://github.com/pragdave/earmark/commit/8f533b11dc4a10ba42101fd9514b234e6c64c72a) Preparing Release 1.4.3: RELEASE NOTES - [`93acf4c`](https://github.com/pragdave/earmark/commit/93acf4cf0f8012f19a637db197c38dea79693265) Merge pull request [#310](https://github-redirect.dependabot.com/pragdave/earmark/issues/310) from pragdave/i309-longer-fences - [`28382a3`](https://github.com/pragdave/earmark/commit/28382a31a14a86e06cc8f0e95d1a814a891666fc) Fixes: [#309](https://github-redirect.dependabot.com/pragdave/earmark/issues/309) - [`1c2a302`](https://github.com/pragdave/earmark/commit/1c2a302bf613fe2205d416ac0ead628e7e90d2b3) Travis Elixir -> 1.9.4, Erlang -> 22.1.6; and simplification of the matrix - [`a09beca`](https://github.com/pragdave/earmark/commit/a09beca9c3cc7045597a25e9b08d70e812a8717d) Merge pull request [#306](https://github-redirect.dependabot.com/pragdave/earmark/issues/306) from pragdave/302-version-as-string - [`6fdba63`](https://github.com/pragdave/earmark/commit/6fdba6327a09b84aab9abd0894aedc0135a28e09) Fixes: [#302](https://github-redirect.dependabot.com/pragdave/earmark/issues/302); - [`df57543`](https://github.com/pragdave/earmark/commit/df5754345640412b88c73c76c315ccf90e39ea24) Merge pull request [#305](https://github-redirect.dependabot.com/pragdave/earmark/issues/305) from pragdave/i298-list-indent - [`ee64681`](https://github.com/pragdave/earmark/commit/ee646819e12be8436b84b23bdae8e3f205ee1be5) Fixes: [#298](https://github-redirect.dependabot.com/pragdave/earmark/issues/298) - [`c8cff9b`](https://github.com/pragdave/earmark/commit/c8cff9b609524ebcef1470daad04880e9fcacfb7) Merge pull request [#303](https://github-redirect.dependabot.com/pragdave/earmark/issues/303) from josevalim/patch-2 - [`b2dfcde`](https://github.com/pragdave/earmark/commit/b2dfcde6ff3203c87e8b4e933049e85bb7189557) Remove duplicate struct field definition - Additional commits viewable in [compare view](https://github.com/pragdave/earmark/compare/v1.3.2...1.4.3)


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 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)