[PR #80] [MERGED] Bump remark-lint from 6.0.0 to 6.0.5 #99

Closed
opened 2025-11-06 09:08:54 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sobolevn/awesome-cryptography/pull/80
Author: @dependabot-preview[bot]
Created: 6/27/2019
Status: Merged
Merged: 7/16/2019
Merged by: @sobolevn

Base: masterHead: dependabot/npm_and_yarn/remark-lint-6.0.5


📝 Commits (1)

  • b2f64bb Bump remark-lint from 6.0.0 to 6.0.5

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Bumps remark-lint from 6.0.0 to 6.0.5.

Release notes

Sourced from remark-lint's releases.

6.0.4

  • dd3133f Add more badges
  • 65e2539 Move URLs to HTTPS

6.0.3

  • 02295bc Update logo
  • 0345ca0 remark-lint-list-item-indent: 1.0.3
  • 6eaf3e9 remark-lint-list-item-indent: add support for list.spread

6.0.2

Minor
Patches
  • 22f7092 linebreak-style: remove useless variable
  • 2dc68ce no-multiple-toplevel-headings: fix bug in message
  • b680c86 link-title-style: fix false-positives on parens (thanks @​pvdlg)
  • 5372fdb linebreak-style: handle explicit default (thanks @​Planeshifter)
  • c23a5ec no-paragraph-content-indent: fix crash caused by empty alt (thanks @​Murderlon)
  • 1392178 remark-lint-no-paragraph-content-indent: fix typo (thanks @​BubuAnabelas)
Chores
  • 19150d9 Add Contribute section to readme.md
  • ddfad50 Migrate to remarkjs
  • 6c1b4cf Refactor code-style
  • b4f1bae Fix typo in readme.md
  • ebda39b Add remark-lint-heading-whitespace to plugins list (thanks @​vhf)
  • ada5cfd Fix broken links to using remark to fix markdown (thanks @​kachkaev)
Commits

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:

  • 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/80 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/27/2019 **Status:** ✅ Merged **Merged:** 7/16/2019 **Merged by:** [@sobolevn](https://github.com/sobolevn) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/remark-lint-6.0.5` --- ### 📝 Commits (1) - [`b2f64bb`](https://github.com/sobolevn/awesome-cryptography/commit/b2f64bb4fe18387290aea7363e1c38d282ccd9b1) Bump remark-lint from 6.0.0 to 6.0.5 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 6.0.0 to 6.0.5. <details> <summary>Release notes</summary> *Sourced from [remark-lint's releases](https://github.com/remarkjs/remark-lint/releases).* > ## 6.0.4 > * dd3133f Add more badges > * 65e2539 Move URLs to HTTPS > > ## 6.0.3 > * 02295bc Update logo > * 0345ca0 remark-lint-list-item-indent: 1.0.3 > * 6eaf3e9 remark-lint-list-item-indent: add support for `list.spread` > > ## 6.0.2 > ##### Minor > > * 895de7d maximum-line-length: ignore inline code (thanks [@&#8203;estrada9166](https://github.com/estrada9166)) > > ##### Patches > > * 22f7092 linebreak-style: remove useless variable > * 2dc68ce no-multiple-toplevel-headings: fix bug in message > * b680c86 link-title-style: fix false-positives on parens (thanks [@&#8203;pvdlg](https://github.com/pvdlg)) > * 5372fdb linebreak-style: handle explicit default (thanks [@&#8203;Planeshifter](https://github.com/Planeshifter)) > * c23a5ec no-paragraph-content-indent: fix crash caused by empty alt (thanks [@&#8203;Murderlon](https://github.com/Murderlon)) > * 1392178 remark-lint-no-paragraph-content-indent: fix typo (thanks [@&#8203;BubuAnabelas](https://github.com/BubuAnabelas)) > > ##### Chores > > * 19150d9 Add `Contribute` section to `readme.md` > * ddfad50 Migrate to `remarkjs` > * 6c1b4cf Refactor code-style > * b4f1bae Fix typo in `readme.md` > * ebda39b Add `remark-lint-heading-whitespace` to plugins list (thanks [@&#8203;vhf](https://github.com/vhf)) > * ada5cfd Fix broken links to using remark to fix markdown (thanks [@&#8203;kachkaev](https://github.com/kachkaev)) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/remarkjs/remark-lint/commits) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=remark-lint&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://dependabot.com/compatibility-score.html?dependency-name=remark-lint&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5) 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-automerge-start) [//]: # (dependabot-automerge-end) --- **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](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> 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. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 09:08:54 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#99