ghosh / microtip

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

Bump stylelint from 9.1.1 to 10.0.1 #30

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps stylelint from 9.1.1 to 10.0.1.

Release notes *Sourced from [stylelint's releases](https://github.com/stylelint/stylelint/releases).* > ## 10.0.1 > - Fixed: minimum Node.js engine reduced to 8.7.0 ([#4032](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4032)). > - Fixed: `--allow-empty-input` CLI flag ([#4029](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4029)). > - Fixed: `color-no-invalid-hex` false positives for hashes in URLs ([#4035](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4035)). > - Fixed: `function-linear-gradient-no-nonstandard-direction` false positives for dollar variables ([#4027](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4027)). > > ## 10.0.0 > - Removed: Node.js 6.x support. Node.js 8.15.1 or greater is now required ([#4006](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4006)). > - Removed: `styled` and `jsx` syntax options that were replaced with `css-in-js` in v9.10.0 ([#4007](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4007)). > - Changed: throws error if glob matches no files, use the `--allow-empty-input` flag for the old behaviour ([#3965](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3965)). > - Changed: rules are now applied in the order defined in `lib/rules/index.js` ([#3923](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3923)). > - Added: `at-rule-property-requirelist` rule ([#3997](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3997)). > - Added: `disallowInList` to `no-duplicate-selectors` ([#3936](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3936)). > - Added: `ignore: ["comments"]` to `block-no-empty` ([#4008](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4008)). > - Fixed: false negatives in declaration-based rules for CSS-in-JS ([#3933](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3933)). > - Fixed: `color-no-invalid-hex` false negatives for CSS-in-JS ([#3957](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3957)). > - Fixed: `feature-name-no-unknown` false positives for `prefers-color-scheme` ([#3951](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3951)). > - Fixed: `function-calc-no-invalid` false positives for negative numbers ([#3921](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3921)). > - Fixed: `no-descending-specificity` false positives for vendor prefixed pseudo-elements ([#3929](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3929)). > - Fixed: `selector-max-*` false negatives for nested at-rules ([#3959](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3959)). > - Fixed: `value-keyword-case` autofix for single-line comments within maps ([#4019](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4019)). > > ## 9.10.1 > - Fixed: "fatal: Not a git repository" error ([#3915](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3915)). > - Fixed: unintended increase in package size ([#3915](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3915)). > > ## 9.10.0 > - Added: support for ordinary regular expressions anywhere a regex string is accepted in rule config ([#3799](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3799)). > - Added: `css-in-js` syntax option that will replace the existing `styled` and `jsx` ones ([#3872](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3872)). > - Added: `function-calc-no-invalid` rule ([#3833](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3833)). > - Added: `ignore: ["next-sibling"]` to `selector-max-type` ([#3832](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3832)). > - Added: `declaration-block-semicolon-space-after` autofix ([#3865](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3865)). > - Fixed: autofix is now disabled when a stylelint processors is used ([#3873](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3873)). > - Fixed: `CssSyntaxError` for functions in template literals ([#3869](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3869)). > - Fixed: `no-descending-specificity` false positives for styled-components ([#3875](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3875)). > - Fixed: `no-duplicate-selectors` false positives for styled-components ([#3875](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3875)). > - Fixed: `selector-pseudo-class-no-unknown` false positives for `focus-visible` ([#3887](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3887)). > - Fixed: `selector-max-universal` false positives for flush comments containing a comma ([#3817](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3817)). > - Fixed: `shorthand-property-redundant-values` false positives for negative values ([#3888](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3888)). > > ## 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 > ... (truncated)
Changelog *Sourced from [stylelint's changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md).* > ## [10.0.1][] > > - Fixed: minimum Node.js engine reduced to 8.7.0 ([#4032](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4032)). > - Fixed: `--allow-empty-input` CLI flag ([#4029](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4029)). > - Fixed: `color-no-invalid-hex` false positives for hashes in URLs ([#4035](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4035)). > - Fixed: `function-linear-gradient-no-nonstandard-direction` false positives for dollar variables ([#4027](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4027)). > > ## [10.0.0][] > > - Removed: Node.js 6.x support. Node.js 8.15.1 or greater is now required ([#4006](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4006)). > - Removed: `styled` and `jsx` syntax options that were replaced with `css-in-js` in v9.10.0 ([#4007](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4007)). > - Changed: throws error if glob matches no files, use the `--allow-empty-input` flag for the old behaviour ([#3965](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3965)). > - Changed: rules are now applied in the order defined in `lib/rules/index.js` ([#3923](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3923)). > - Added: `at-rule-property-requirelist` rule ([#3997](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3997)). > - Added: `disallowInList` to `no-duplicate-selectors` ([#3936](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3936)). > - Added: `ignore: ["comments"]` to `block-no-empty` ([#4008](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4008)). > - Fixed: false negatives in declaration-based rules for CSS-in-JS ([#3933](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3933)). > - Fixed: `color-no-invalid-hex` false negatives for CSS-in-JS ([#3957](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3957)). > - Fixed: `feature-name-no-unknown` false positives for `prefers-color-scheme` ([#3951](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3951)). > - Fixed: `function-calc-no-invalid` false positives for negative numbers ([#3921](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3921)). > - Fixed: `no-descending-specificity` false positives for vendor prefixed pseudo-elements ([#3929](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3929)). > - Fixed: `selector-max-*` false negatives for nested at-rules ([#3959](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3959)). > - Fixed: `value-keyword-case` autofix for single-line comments within maps ([#4019](https://github-redirect.dependabot.com/stylelint/stylelint/pull/4019)). > > ## [9.10.1][] > > - Fixed: "fatal: Not a git repository" error ([#3915](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3915)). > - Fixed: unintended increase in package size ([#3915](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3915)). > > ## [9.10.0][] > > - Added: support for ordinary regular expressions anywhere a regex string is accepted in rule config ([#3799](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3799)). > - Added: `css-in-js` syntax option that will replace the existing `styled` and `jsx` ones ([#3872](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3872)). > - Added: `function-calc-no-invalid` rule ([#3833](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3833)). > - Added: `ignore: ["next-sibling"]` to `selector-max-type` ([#3832](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3832)). > - Added: `declaration-block-semicolon-space-after` autofix ([#3865](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3865)). > - Fixed: autofix is now disabled when a stylelint processors is used ([#3873](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3873)). > - Fixed: `CssSyntaxError` for functions in template literals ([#3869](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3869)). > - Fixed: `no-descending-specificity` false positives for styled-components ([#3875](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3875)). > - Fixed: `no-duplicate-selectors` false positives for styled-components ([#3875](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3875)). > - Fixed: `selector-pseudo-class-no-unknown` false positives for `focus-visible` ([#3887](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3887)). > - Fixed: `selector-max-universal` false positives for flush comments containing a comma ([#3817](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3817)). > - Fixed: `shorthand-property-redundant-values` false positives for negative values ([#3888](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3888)). > > ## [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)). > ... (truncated)
Commits - [`453ca4c`](https://github.com/stylelint/stylelint/commit/453ca4c110b131f04f53ee546fc59e16a2e69880) Prepare 10.0.1 - [`97c54d8`](https://github.com/stylelint/stylelint/commit/97c54d8a4d87161f07f711ed9ebb1f27097040db) Update CHANGELOG.md - [`3bf38ca`](https://github.com/stylelint/stylelint/commit/3bf38ca018956730fe80fcce6a93501176e19b21) Fix false positives for hashes in URLs in color-no-invalid-hex ([#4035](https://github-redirect.dependabot.com/stylelint/stylelint/issues/4035)) - [`108edd2`](https://github.com/stylelint/stylelint/commit/108edd25b35205ebf0d2e851dcc0ac07ed8082f7) Update CHANGELOG.md - [`1d204c2`](https://github.com/stylelint/stylelint/commit/1d204c2f580ae5e1dd06ad343854c40d49a37367) Fix Node.js required version from 8.15.0 to 8.7.0 ([#4032](https://github-redirect.dependabot.com/stylelint/stylelint/issues/4032)) - [`011f112`](https://github.com/stylelint/stylelint/commit/011f112a875abf201435cb4a249797e6ecb4b0a6) Update get-stdin to the latest version 🚀 ([#4030](https://github-redirect.dependabot.com/stylelint/stylelint/issues/4030)) - [`da1a34f`](https://github.com/stylelint/stylelint/commit/da1a34fb333548ef53c3dbd0b963b96cf67ae486) Update CHANGELOG.md - [`68cd18f`](https://github.com/stylelint/stylelint/commit/68cd18fc466eff9aa9f3ac752360e6936a542a8a) Fix false positives for dollar variables in function-linear-gradient-no-nonst... - [`af2664f`](https://github.com/stylelint/stylelint/commit/af2664fc0872c18ea261d8c4dc59d637d20e9f17) Update CHANGELOG.md - [`55863bb`](https://github.com/stylelint/stylelint/commit/55863bb2af5a3050f8421ecf1f3abd6d8f344be6) Fix allow-empty-input CLI flag ([#4029](https://github-redirect.dependabot.com/stylelint/stylelint/issues/4029)) - Additional commits viewable in [compare view](https://github.com/stylelint/stylelint/compare/9.1.1...10.0.1)


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 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 #32.