Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Bump htmllint from 0.7.2 to 0.7.3 #27

Merged
merged 2 commits into from
Nov 1, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps htmllint from 0.7.2 to 0.7.3.

Changelog

Sourced from htmllint's changelog.

v0.7.3

  • disable indent-delta checking on continuation lines when indent-width-cont is set
  • don't check fragment links (those that start with #) in href-style
  • fix parsing of attributes in incorrectly self-closed tags
  • fix attribute validation in self-closed tags
  • add checks for keywords "banner" and "social" to id-class-no-ad rule
  • correct line and column numbers in id-class-no-ad and spec-char-escape output
  • add link-req-noopener rule
  • allow continuation lines (with indent-width-cont) to use spaces after tabs for alignment
Commits
  • 0cffe02 0.7.3
  • 10357a2 Fix jscs linting issues
  • 33b2587 Update from gulp version 3 to version 4
  • c0219bf Update HISTORY for v0.7.3
  • d1cd241 Update dependencies except gulp
  • 8897e74 Merge pull request #245 from acalvo/master
  • aa2a26e Update href-style documentation for fragments
  • f42eb2a Merge pull request #251 from alecmerdler/href-style-allow-fragment
  • f61bf10 Merge pull request #249 from SerhiiBilyk/bugfix/attribute_parse
  • a82723e allow fragment-only URLs in 'href-style' rule
  • Additional commits viewable in compare view

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:

  • 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 dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2020
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

@MacFan4000
Copy link
Contributor

will have this recreated

@MacFan4000 MacFan4000 closed this Oct 23, 2020
@MacFan4000 MacFan4000 deleted the dependabot/npm_and_yarn/htmllint-0.7.3 branch October 23, 2020 21:04
@RhinosF1
Copy link
Contributor

RhinosF1 commented Nov 1, 2020

@MacFan4000: did you get this recreated?

@MacFan4000
Copy link
Contributor

updater | INFO <job_68518448> Checking if htmllint 0.7.2 needs updating
proxy | 2020/10/30 05:55:54 [022] GET https://registry.npmjs.org:443/htmllint
proxy | 2020/10/30 05:55:54 [022] 200 https://registry.npmjs.org:443/htmllint
updater | INFO <job_68518448> Latest version is
updater | INFO <job_68518448> Requirements to unlock update_not_possible
updater | INFO <job_68518448> Requirements update strategy bump_versions
updater | INFO <job_68518448> No update possible for htmllint 0.7.2

These are the dependabot logs regarding htmllint (accessible through insights-> dependency graph-> dependabot

@RhinosF1
Copy link
Contributor

RhinosF1 commented Nov 1, 2020

Could you manually do an update?

@MacFan4000 MacFan4000 restored the dependabot/npm_and_yarn/htmllint-0.7.3 branch November 1, 2020 15:33
@MacFan4000 MacFan4000 reopened this Nov 1, 2020
@sonarcloud
Copy link

sonarcloud bot commented Nov 1, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@MacFan4000 MacFan4000 merged commit 61ded30 into master Nov 1, 2020
@MacFan4000 MacFan4000 deleted the dependabot/npm_and_yarn/htmllint-0.7.3 branch November 1, 2020 15:35
@MacFan4000
Copy link
Contributor

I believe htmllint-cli is holding us back from updating to 0.8.0 - it hasn’t been updated since 2018

@RhinosF1
Copy link
Contributor

RhinosF1 commented Nov 1, 2020

I believe htmllint-cli is holding us back from updating to 0.8.0 - it hasn’t been updated since 2018

There is a very old issue. See htmllint/htmllint-cli#40

@RhinosF1
Copy link
Contributor

RhinosF1 commented Nov 1, 2020

We could try a PR

@RhinosF1
Copy link
Contributor

RhinosF1 commented Nov 1, 2020

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

2 participants