Skip to content

Commit

Permalink
Bump remark-lint-no-auto-link-without-protocol from 3.1.2 to 4.0.0 in…
Browse files Browse the repository at this point in the history
… /.config/remark (#1478)

* Bump remark-lint-no-auto-link-without-protocol in /.config/remark

Bumps [remark-lint-no-auto-link-without-protocol](https://github.com/remarkjs/remark-lint) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/4.0.0/history.md)
- [Commits](https://github.com/remarkjs/remark-lint/commits/4.0.0)

---
updated-dependencies:
- dependency-name: remark-lint-no-auto-link-without-protocol
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Removed remark-lint-no-auto-link-without-protocol since it is deperecated

* Removed remark-lint-no-auto-link-without-protocol from problem file.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Mundra <[email protected]>
  • Loading branch information
dependabot[bot] and dmundra authored Dec 4, 2024
1 parent 64972da commit 84f1096
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
1 change: 0 additions & 1 deletion .config/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"remark-lint-list-item-indent": "^4.0.0",
"remark-lint-maximum-heading-length": "^4.0.0",
"remark-lint-maximum-line-length": "^4.0.1",
"remark-lint-no-auto-link-without-protocol": "^3.1.2",
"remark-lint-no-blockquote-without-marker": "^6.0.0",
"remark-lint-no-consecutive-blank-lines": "^5.0.0",
"remark-lint-no-duplicate-definitions": "^4.0.0",
Expand Down
1 change: 0 additions & 1 deletion .config/remark/remarkrc.problem
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"remark-validate-links",
"remark-comment-config",
"remark-normalize-headings",
"remark-lint-no-auto-link-without-protocol",
"remark-lint-no-duplicate-headings-in-section",
"remark-lint-no-empty-url",
"remark-lint-no-tabs",
Expand Down
33 changes: 2 additions & 31 deletions .config/remark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2494,19 +2494,6 @@ remark-lint-maximum-line-length@^4.0.0, remark-lint-maximum-line-length@^4.0.1:
unist-util-position "^5.0.0"
unist-util-visit "^5.0.0"

remark-lint-no-auto-link-without-protocol@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/remark-lint-no-auto-link-without-protocol/-/remark-lint-no-auto-link-without-protocol-3.1.2.tgz#ff0645409d83c657e83c94182d73e45d5482b6b5"
integrity sha512-mPIdFOGxdDhCMa2qIzjzjDzDoQeyK+/1BBgsseqThuBtoAoXR5l1TZfII2isNbBo6L8d+fMFdx1/3qALoDjtcA==
dependencies:
"@types/mdast" "^3.0.0"
mdast-util-to-string "^3.0.0"
unified "^10.0.0"
unified-lint-rule "^2.0.0"
unist-util-generated "^2.0.0"
unist-util-position "^4.0.0"
unist-util-visit "^4.0.0"

remark-lint-no-blockquote-without-marker@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-6.0.0.tgz#cc243d86f6548492150b5a7871f99afad9653973"
Expand Down Expand Up @@ -3440,16 +3427,7 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==

"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^4.1.0:
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -3491,14 +3469,7 @@ stringify-entities@^4.0.0:
character-entities-html4 "^2.0.0"
character-entities-legacy "^3.0.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down

0 comments on commit 84f1096

Please sign in to comment.