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

Bump stylelint-config-htmlacademy from 0.1.4 to 1.1.3 #431

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2022

Bumps stylelint-config-htmlacademy from 0.1.4 to 1.1.3.

Release notes

Sourced from stylelint-config-htmlacademy's releases.

Обновили stylelint 14.14.0

Обновили зависимости до последних версий:

  • stylelint 14.14.0 и 14.15.0

Обновили stylelint 14.13.0

Обновили stylelint до версии 14.13.0

Обновили стайлинт до 14.12.0

Обновили зависимости до последних версий:

  • stylelint 14.12.0.

Догоняет до stylelint 14.11.0

1.1.0

  • Отсортировал список правил по rules list
  • Значения текущих правил не поменялись, но некоторые дополнились новыми значениями. Одно правило может иметь несколько значений используя массив [rule, rule2]
  • Добавили новые правила:

color-hex-alpha: never

Правило контролирует наличие четвёртого параметра у HEX для альфа канала.

Значение never запрещает использование a { color: #ffffffaa; }

Мотивация: из такой прозрачности aa не понятно сколько это в дробях. А при коммуникации мы используем человекопонятные “Прозрачность 50%”

custom-property-no-missing-var-function: true

Правило запрещает использовать кастомные свойства без var

Хорошо: color: var(--foo)

Плохо: color: --foo

function-calc-no-unspaced-operator: true

Заставляет ставить пробел вокруг оператора в функции calc()

Хорошо: a { top: calc(1px + 2px); }

Плохо: a { top: calc(1px+2px); }

length-zero-no-unit: ignoreFunctions: ["/^--/"]

Запрещает указывать единицы измерения, кроме функций

Хорошо: a { top: 0 }, a { top: var(--foo, 0px); }

Плохо: a { top: 0px }

Напоминалка: кастомным свойствам лучше указывать единицы измерения

value-keyword-case: [lower, { camelCaseSvgKeywords: true }]

Правило разрешает писать значения только в нижнем регистре.

... (truncated)

Changelog

Sourced from stylelint-config-htmlacademy's changelog.

1.1.3

Обновили зависимости до последних версий:

  • stylelint 14.14.0 и 14.15.0

1.1.2

Обновили зависимости до последних версий:

  • stylelint 14.13.0.

1.1.1

Обновили зависимости до последних версий:

  • stylelint 14.12.0.

1.1.0

  • Отсортировал список правил по rules list
  • Значения текущих правил не поменялись, но некоторые дополнились новыми значениями. Одно правило может иметь несколько значений используя массив [rule, rule2]
  • Добавили новые правила:

color-hex-alpha: never

Правило контролирует наличие четвёртого параметра у HEX для альфа канала.

Значение never запрещает использование a { color: #ffffffaa; }

Мотивация: из такой прозрачности aa не понятно сколько это в дробях. А при коммуникации мы используем человекопонятные “Прозрачность 50%”

custom-property-no-missing-var-function: true

Правило запрещает использовать кастомные свойства без var

Хорошо: color: var(--foo)

Плохо: color: --foo

function-calc-no-unspaced-operator: true

Заставляет ставить пробел вокруг оператора в функции calc()

Хорошо: a { top: calc(1px + 2px); }

Плохо: a { top: calc(1px+2px); }

length-zero-no-unit: ignoreFunctions: ["/^--/"]

Запрещает указывать единицы измерения, кроме функций

Хорошо: a { top: 0 }, a { top: var(--foo, 0px); }

Плохо: a { top: 0px }

Напоминалка: кастомным свойствам лучше указывать единицы измерения

value-keyword-case: [lower, { camelCaseSvgKeywords: true }]

Правило разрешает писать значения только в нижнем регистре.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by expa, a new releaser for stylelint-config-htmlacademy since your current version.


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)

Bumps [stylelint-config-htmlacademy](https://github.com/htmlacademy/stylelint-config-htmlacademy) from 0.1.4 to 1.1.3.
- [Release notes](https://github.com/htmlacademy/stylelint-config-htmlacademy/releases)
- [Changelog](https://github.com/htmlacademy/stylelint-config-htmlacademy/blob/master/CHANGELOG.md)
- [Commits](htmlacademy/stylelint-config-htmlacademy@0.1.4...v1.1.3)

---
updated-dependencies:
- dependency-name: stylelint-config-htmlacademy
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 30, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2022

Superseded by #434.

@dependabot dependabot bot closed this Dec 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylelint-config-htmlacademy-1.1.3 branch December 7, 2022 02:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants