Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump remark-lint-final-definition from 3.1.2 to 4.0.0 #511

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2024

Bumps remark-lint-final-definition from 3.1.2 to 4.0.0.

Changelog

Sourced from remark-lint-final-definition's changelog.

4.0.0 / 2016-06-06

  • Add support for setting allowed file-name characters (fd908a4)
  • Fix parameters when using reset (b8f52a9)
  • Update list-item-spacing message (d562d6e)
  • Fix checkbox lists starting with links (019ff36)

3.2.1 / 2016-04-26

  • Fix incorrect error in no-heading-content-indent (1f2e9a8)
  • Fix CRLF line-endings in hard-break-spaces (31f5069)

3.2.0 / 2016-04-04

  • Add support for global externals in Electron (2b31591)

3.1.0 / 2016-04-03

  • Update main heading rules to accept preferred depth (7f4a51e)
  • Remove : requirement for no-emphasis-as-heading (d54441e)

3.0.0 / 2016-02-14

  • Remove support for Duo (e55fb3a)
  • Update for changes in remark@4.0.0 (7fde792)
  • Add example for running remark with lint plugin (34d19b4)

2.3.1 / 2016-02-03

  • Fix Travis deploy to GitHub Releases (203367c)

2.3.0 / 2016-02-03

  • Update support for configuration comments (870cb99)
  • Fix literal URL and blank lines detection (b6309f0)
  • Add remark-lint-code to list of external rules (a81e82b)

2.2.1 / 2016-01-15

  • Fix list-item-indent for non-incremented lists (e708a1c)

2.2.0 / 2016-01-13

... (truncated)

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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 9, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/remark-lint-final-definition-4.0.0 branch 2 times, most recently from 264b8ff to 0ea135d Compare April 9, 2024 22:05
Trott pushed a commit to Trott/io.js that referenced this pull request Apr 10, 2024
remark-lint-final-definition@4.0.0 will start flagging footnotes in
BUILDING.md. I don't think we want to move them to the bottom, so I've
disabled the lint rule where relevant.

Ref: nodejs/remark-preset-lint-node#511
@Trott

This comment was marked as resolved.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/remark-lint-final-definition-4.0.0 branch 3 times, most recently from edb0ca2 to 13371b5 Compare April 10, 2024 22:58
nodejs-github-bot pushed a commit to nodejs/node that referenced this pull request Apr 10, 2024
remark-lint-final-definition@4.0.0 will start flagging footnotes in
BUILDING.md. I don't think we want to move them to the bottom, so I've
disabled the lint rule where relevant.

Ref: nodejs/remark-preset-lint-node#511
PR-URL: #52454
Refs: nodejs/remark-preset-lint-node#511
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/remark-lint-final-definition-4.0.0 branch 4 times, most recently from 4cd2f54 to 437e02f Compare April 12, 2024 05:44
Trott pushed a commit to Trott/io.js that referenced this pull request Apr 12, 2024
A line break in a definition ends the definition, causing an error with
upcoming changes to the linter and possibly other tools.

This (or some other change) is needed for
nodejs/remark-preset-lint-node#511.

Refs: nodejs/remark-preset-lint-node#511
Bumps [remark-lint-final-definition](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-final-definition
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/remark-lint-final-definition-4.0.0 branch from 437e02f to c785013 Compare April 13, 2024 05:19
Trott pushed a commit to Trott/io.js that referenced this pull request Apr 17, 2024
The new version of remark-lint-final-definition flags two things in our
docs. These changes are needed before we land the updated package in our
markdown linter.

Refs: nodejs/remark-preset-lint-node#511
@Trott

This comment was marked as outdated.

@Trott
Copy link
Member

Trott commented Apr 17, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2024

Looks like remark-lint-final-definition is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/remark-lint-final-definition-4.0.0 branch April 17, 2024 21:27
marco-ippolito pushed a commit to nodejs/node that referenced this pull request May 2, 2024
remark-lint-final-definition@4.0.0 will start flagging footnotes in
BUILDING.md. I don't think we want to move them to the bottom, so I've
disabled the lint rule where relevant.

Ref: nodejs/remark-preset-lint-node#511
PR-URL: #52454
Refs: nodejs/remark-preset-lint-node#511
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
marco-ippolito pushed a commit to nodejs/node that referenced this pull request May 3, 2024
remark-lint-final-definition@4.0.0 will start flagging footnotes in
BUILDING.md. I don't think we want to move them to the bottom, so I've
disabled the lint rule where relevant.

Ref: nodejs/remark-preset-lint-node#511
PR-URL: #52454
Refs: nodejs/remark-preset-lint-node#511
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant