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-wikimedia from 0.11.1 to 0.14.0 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 23, 2023

Bumps stylelint-config-wikimedia from 0.11.1 to 0.14.0.

Release notes

Sourced from stylelint-config-wikimedia's releases.

0.14.0 / 2023-02-23

  • Changed rule: selector-pseudo-element-colon-notation: Expect double colon notation not single (Volker-E)

  • Upgrade styelint-no-unsupported-browser-features from 6.0.1 to 6.1.0 (James D. Forrester)
  • Upgrade stylelint from 14.8.1 to 14.9.1 (#192) (James D. Forrester)

  • packaging: Add 'Less' to package keywords (Volker E)
  • build: Drop Node.js version 12.x and update to '14.x, 16.x' (Volker-E)
  • build: Update 'stylelint' and dependencies to latest (Volker-E)
  • build: Upgrade and pin qunit from ^2.19.0 to 2.19.4 (James D. Forrester)
  • build: Upgrade eslint-config-wikimedia from 0.22.1 to 0.24.0 (James D. Forrester)

0.13.1 / 2022-07-29

  • Add back support for linting .vue files (James D. Forrester)
  • Add reportNeedlessDisables to main config (Ed Sanders)
  • Rule fix: Ensure selector-class-pattern is a prefix (Ed Sanders)
  • Tests: Assert disabled rules (Ed Sanders)

0.13.0 / 2022-04-29

  • Require stylelint 14.8.1, up from 14.2.0 (Ed Sanders)
  • profiles: Remove 'grade-a' and 'grade-c' deprecated aliases for 'support-modern' and 'support-basic' (Ed Sanders)
  • New rule: function-no-unknown (Ed Sanders)
  • New rule: selector-not-notation (Ed Sanders)
  • New rules from extending stylelint-config-recommended: (Ed Sanders)
    • custom-property-no-missing-var-function
    • declaration-block-no-duplicate-custom-properties
    • font-family-no-duplicate-names
    • keyframe-declaration-no-important
    • named-grid-areas-no-invalid
    • no-duplicate-at-import-rules
    • no-empty-source
    • no-invalid-position-at-import-rule
    • no-irregular-whitespace
    • selector-pseudo-element-no-unknown
  • Changed rule: declaration-block-no-duplicate-properties, from ignore:consecutive-duplicates to ignore:consecutive-duplicates-with-different-values. (Ed Sanders)
  • Changed rule: no-invalid-position-at-import-rule, disable in LESS files (Ed Sanders)
  • Changed rule: font-family-no-duplicate-names, allow 'monospace, monospace' hack (Ed Sanders)
  • Changed rule: function-name-case: Remove exception for 'DXImageTransform.Microsoft' (Ed Sanders)
  • profiles: Introduce 'mediawiki' config (Ed Sanders)
  • mediawiki profile: New rule: selector-class-pattern, to prevent use of overly-generic class names without prefixes (James D. Forrester)
  • mediawiki profile: New rule: at-rule-disallowed-list, disallowing @​import outside of LESS files (Ed Sanders)
  • mediawiki profile: New rule: wikimedia/no-at-import-css for LESS files, blocking unsupported @​import at-rules (Ed Sanders)

0.12.2 / 2022-02-22

  • Add postcss-less as a peerDependency too (James D. Forrester)

0.12.1 / 2022-02-19

  • Upgrade postcss-less from devDependency to dependency (James D. Forrester)

... (truncated)

Changelog

Sourced from stylelint-config-wikimedia's changelog.

0.14.0 / 2023-02-23

  • Changed rule: selector-pseudo-element-colon-notation: Expect double colon notation not single (Volker-E)

  • Upgrade styelint-no-unsupported-browser-features from 6.0.1 to 6.1.0 (James D. Forrester)
  • Upgrade stylelint from 14.8.1 to 14.9.1 (#192) (James D. Forrester)

  • packaging: Add 'Less' to package keywords (Volker E)
  • build: Drop Node.js version 12.x and update to '14.x, 16.x' (Volker-E)
  • build: Update 'stylelint' and dependencies to latest (Volker-E)
  • build: Upgrade and pin qunit from ^2.19.0 to 2.19.4 (James D. Forrester)
  • build: Upgrade eslint-config-wikimedia from 0.22.1 to 0.24.0 (James D. Forrester)

0.13.1 / 2022-07-29

  • Add back support for linting .vue files (James D. Forrester)
  • Add reportNeedlessDisables to main config (Ed Sanders)
  • Rule fix: Ensure selector-class-pattern is a prefix (Ed Sanders)
  • Tests: Assert disabled rules (Ed Sanders)

0.13.0 / 2022-04-29

  • Require stylelint 14.8.1, up from 14.2.0 (Ed Sanders)
  • profiles: Remove 'grade-a' and 'grade-c' deprecated aliases for 'support-modern' and 'support-basic' (Ed Sanders)
  • New rule: function-no-unknown (Ed Sanders)
  • New rule: selector-not-notation (Ed Sanders)
  • New rules from extending stylelint-config-recommended: (Ed Sanders) ** custom-property-no-missing-var-function ** declaration-block-no-duplicate-custom-properties ** font-family-no-duplicate-names ** keyframe-declaration-no-important ** named-grid-areas-no-invalid ** no-duplicate-at-import-rules ** no-empty-source ** no-invalid-position-at-import-rule ** no-irregular-whitespace ** selector-pseudo-element-no-unknown
  • Changed rule: declaration-block-no-duplicate-properties, from ignore:consecutive-duplicates to ignore:consecutive-duplicates-with-different-values. (Ed Sanders)
  • Changed rule: no-invalid-position-at-import-rule, disable in LESS files (Ed Sanders)
  • Changed rule: font-family-no-duplicate-names, allow 'monospace, monospace' hack (Ed Sanders)
  • Changed rule: function-name-case: Remove exception for 'DXImageTransform.Microsoft' (Ed Sanders)
  • profiles: Introduce 'mediawiki' config (Ed Sanders)
  • mediawiki profile: New rule: selector-class-pattern, to prevent use of overly-generic class names without prefixes (James D. Forrester)
  • mediawiki profile: New rule: at-rule-disallowed-list, disallowing @​import outside of LESS files (Ed Sanders)
  • mediawiki profile: New rule: wikimedia/no-at-import-css for LESS files, blocking unsupported @​import at-rules (Ed Sanders)

0.12.2 / 2022-02-22

  • Add postcss-less as a peerDependency too (James D. Forrester)

0.12.1 / 2022-02-19

... (truncated)

Commits
  • e095dbc Release 0.14.0 (#205)
  • e82cb56 build: Upgrade and pin qunit from ^2.19.0 to 2.19.4
  • f2dfeb4 build: Upgrade eslint-config-wikimedia from 0.22.1 to 0.24.0
  • 565fab2 rules: Expect double colon notation for pseudo elements
  • 7e83b1d build: Update 'stylelint' and dependencies to latest
  • 67aa4b6 Upgrade stylelint from 14.8.1 to 14.9.1 (#192)
  • 9a7e31d build: Drop Node.js version 12.x and update to '14.x, 16.x'
  • f8791be Add 'Less' to package keywords
  • 54a3377 Release v0.13.1 (#195)
  • 46b51b8 Add back support for linting .vue files (#194)
  • 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)

Bumps [stylelint-config-wikimedia](https://github.com/wikimedia/stylelint-config-wikimedia) from 0.11.1 to 0.14.0.
- [Release notes](https://github.com/wikimedia/stylelint-config-wikimedia/releases)
- [Changelog](https://github.com/wikimedia/stylelint-config-wikimedia/blob/master/CHANGELOG.md)
- [Commits](wikimedia/stylelint-config-wikimedia@v0.11.1...v0.14.0)

---
updated-dependencies:
- dependency-name: stylelint-config-wikimedia
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2023
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
0 participants