ghosh / microtip

💬 Minimal, accessible, ultra lightweight css tooltip library. Just 1kb.
https://microtip.vercel.app/
MIT License
1.38k stars 74 forks source link

chore(deps-dev): Bump stylelint from 9.1.1 to 9.9.0 #25

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps stylelint from 9.1.1 to 9.9.0.

Release notes *Sourced from [stylelint's releases](https://github.com/stylelint/stylelint/releases).* > ## 9.9.0 > - Added: `selector-list-comma-newline-after` autofix ([#3815](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3815)). > - Added: `value-list-max-empty-lines` autofix ([#3814](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3814)). > - Added: `ignoreSelectors: []` to `selector-no-vendor-prefix` ([#3748](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3748)). > - Fixed: ignored files are no longer parsed ([#3801](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3801)). > - Fixed: ignore `&:extend` for Less syntax ([#3824](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3824)). > - Fixed: `--report-needless-disables` CLI flag ([#3819](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3819)). > - Fixed: `font-family-no-missing-generic-family-keyword` false positives for system fonts ([#3794](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3794)). > > ## 9.8.0 > - Added: `value-keyword-case` autofix ([#3775](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3775)). > - Added: `ignore: ["pseudo-classes"]` to `max-nesting-depth` ([#3724](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3724)). > - Added: `ignoreTypes:[]` to `selector-type-case` ([#3758](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3758)). > - Added: `ignoreFunctions:[]` to `unit-no-unkown` ([#3736](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3736)). > - Fixed: error for single-line Sass comments ([#3772](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3772)). > - Fixed: `at-rule-*` false positives for Less variables and mixins ([#3767](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3767)). > - Fixed: `max-empty-lines` false positives for final newlines ([#3785](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3785)). > > ## 9.7.1 > - Fixed: `at-rule-*` false positives for Less variables and mixins ([#3759](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3759)). > > ## 9.7.0 > - Added: allow globally installed configuration ([#3642](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3642)). > - Added: `media-feature-parentheses-space-inside` autofix ([#3720](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3720)). > - Added: `selector-descendant-combinator-no-non-space` autofix ([#3565](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3565)). > - Added: `unit-case` autofix ([#3725](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3725)). > - Fixed: false negatives for Less at-imports ([#3687](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3687)). > - Fixed: SyntaxError when an empty string is used for a rule's custom message ([#3743](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3743)). > - Fixed: `max-empty-lines` false positives for empty lines before `` ([#3708](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3708)). > - Fixed: `selector-max-specificity` false positives for functional psuedo-classes ([#3711](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3711)). > > ## 9.6.0 > - Added: suggestions for invalid CLI options ([#3622](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3622)). > - Added: `no-empty-first-line` rule ([#3650](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3650)). > - Added: `at-rule-name-space-after` autofix ([#3653](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3653)). > - Added: `block-closing-brace-empty-line-before` autofix ([#3598](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3617)). > - Added: `block-closing-brace-space-before` autofix ([#3673](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3673)). > - Added: `comment-whitespace-inside` autofix ([#3619](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3619)). > - Added: `declaration-bang-space-after` autofix ([#3598](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3598)). > - Added: `declaration-bang-space-before` autofix ([#3592](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3592)). > - Added: `declaration-colon-newline-after` autofix ([#3588](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3588)). > - Added: `function-comma-space-after` autofix ([#3555](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3555)). > - Added: `function-comma-space-before` autofix ([#3596](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3596)). > - Added: `function-name-case` autofix ([#3674](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3674)). > - Added: `function-max-empty-lines` autofix ([#3645](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3645)). > - Added: `function-parentheses-newline-inside` autofix ([#3601](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3601)). > - Added: `function-whitespace-after` autofix ([#3648](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3648)). > - Added: `media-feature-colon-space-after` autofix ([#3623](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3623)). > - Added: `media-feature-colon-space-before` autofix ([#3637](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3637)). > - Added: `media-feature-name-case` autofix ([#3685](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3685)). > ... (truncated)
Changelog *Sourced from [stylelint's changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md).* > # 9.9.0 > > - Added: `selector-list-comma-newline-after` autofix ([#3815](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3815)). > - Added: `value-list-max-empty-lines` autofix ([#3814](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3814)). > - Added: `ignoreSelectors: []` to `selector-no-vendor-prefix` ([#3748](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3748)). > - Fixed: ignored files are no longer parsed ([#3801](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3801)). > - Fixed: ignore `&:extend` for Less syntax ([#3824](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3824)). > - Fixed: `--report-needless-disables` CLI flag ([#3819](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3819)). > - Fixed: `font-family-no-missing-generic-family-keyword` false positives for system fonts ([#3794](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3794)). > > # 9.8.0 > > - Added: `value-keyword-case` autofix ([#3775](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3775)). > - Added: `ignore: ["pseudo-classes"]` to `max-nesting-depth` ([#3724](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3724)). > - Added: `ignoreTypes:[]` to `selector-type-case` ([#3758](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3758)). > - Added: `ignoreFunctions:[]` to `unit-no-unkown` ([#3736](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3736)). > - Fixed: error for single-line Sass comments ([#3772](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3772)). > - Fixed: `at-rule-*` false positives for Less variables and mixins ([#3767](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3767)). > - Fixed: `max-empty-lines` false positives for final newlines ([#3785](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3785)). > > # 9.7.1 > > - Fixed: `at-rule-*` false positives for Less variables and mixins ([#3759](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3759)). > > # 9.7.0 > > - Added: allow globally installed configuration ([#3642](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3642)). > - Added: `media-feature-parentheses-space-inside` autofix ([#3720](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3720)). > - Added: `selector-descendant-combinator-no-non-space` autofix ([#3565](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3565)). > - Added: `unit-case` autofix ([#3725](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3725)). > - Fixed: false negatives for Less at-imports ([#3687](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3687)). > - Fixed: SyntaxError when an empty string is used for a rule's custom message ([#3743](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3743)). > - Fixed: `max-empty-lines` false positives for empty lines before `` ([#3708](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3708)). > - Fixed: `selector-max-specificity` false positives for functional psuedo-classes ([#3711](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3711)). > > # 9.6.0 > > - Added: suggestions for invalid CLI options ([#3622](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3622)). > - Added: `no-empty-first-line` rule ([#3650](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3650)). > - Added: `at-rule-name-space-after` autofix ([#3653](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3653)). > - Added: `block-closing-brace-empty-line-before` autofix ([#3598](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3617)). > - Added: `block-closing-brace-space-before` autofix ([#3673](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3673)). > - Added: `comment-whitespace-inside` autofix ([#3619](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3619)). > - Added: `declaration-bang-space-after` autofix ([#3598](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3598)). > - Added: `declaration-bang-space-before` autofix ([#3592](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3592)). > - Added: `declaration-colon-newline-after` autofix ([#3588](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3588)). > - Added: `function-comma-space-after` autofix ([#3555](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3555)). > - Added: `function-comma-space-before` autofix ([#3596](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3596)). > - Added: `function-name-case` autofix ([#3674](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3674)). > - Added: `function-max-empty-lines` autofix ([#3645](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3645)). > ... (truncated)
Commits - [`7cbb032`](https://github.com/stylelint/stylelint/commit/7cbb0323e0d3702599e36ccc6dcb0b5c510fb551) Prepare 9.9.0 - [`e5847cd`](https://github.com/stylelint/stylelint/commit/e5847cdf54dbcf85be5ab6448a8fe003cba7a626) Prepare Changelog - [`97a538f`](https://github.com/stylelint/stylelint/commit/97a538f1104a28b4d1aa3b5c78851f50f1359846) Update CHANGELOG.md - [`ac09f8d`](https://github.com/stylelint/stylelint/commit/ac09f8dd9b8a1be177d8a300b7216d6fa7f7161f) Add ignoreSelectors: [] to selector-no-vendor-prefix ([#3748](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3748)) - [`25c3d0a`](https://github.com/stylelint/stylelint/commit/25c3d0a85b83a19cf359e045ade55043d9a1d7b0) Update CHANGELOG.md - [`450685c`](https://github.com/stylelint/stylelint/commit/450685c28dd068a546ea4c9f0b2cfe94ea428037) Mark report-needless-disable as boolean ([#3819](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3819)) - [`8098e91`](https://github.com/stylelint/stylelint/commit/8098e9134b57422ddf299471e22c7eb12d9c427d) Update CHANGELOG.md - [`9dde9be`](https://github.com/stylelint/stylelint/commit/9dde9be713bc58423bbf1cf4b1d39e2edb74ec37) Ignore Less &:extend in isStandardSyntaxDeclaration ([#3824](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3824)) - [`29424d4`](https://github.com/stylelint/stylelint/commit/29424d49000d4c1972dd9ed407b7f45e6becaa15) Update CHANGELOG.md - [`df0630d`](https://github.com/stylelint/stylelint/commit/df0630de4ff2f4d536b12366b4ccd64e40158d2b) Add autofix to selector-list-comma-newline-after ([#3815](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3815)) - Additional commits viewable in [compare view](https://github.com/stylelint/stylelint/compare/9.1.1...9.9.0)


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #28.