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 9.2.1 #17

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps stylelint from 9.1.1 to 9.2.1.

Release notes *Sourced from [stylelint's releases](https://github.com/stylelint/stylelint/releases).* > ## 9.2.1 > - Fixed: `cache` option hiding CssSyntaxError outputs ([#3258](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3258)). > - Fixed: regression with processors (e.g. styled-components) ([#3261](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3261)). > - Fixed: `no-descending-specificity` false positives for Sass nested properties ([#3283](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3283)). > - Fixed: `selector-pseudo-class-no-unknown` false positives proprietary webkit pseudo classes when applied to a simple selector ([#3271](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3271)). > > ## 9.2.0 > - Added: `selector-max-pseudo-class` rule ([#3195](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3195)). > - Fixed: slow `require('stylelint')` time ([#3242](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3242)). > - Fixed: autofix erroneously writing to unchanged files ([#3241](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3241)). > - Fixed: false negatives for template literals within script tags by updating postcss-html dependency ([#3238](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3238)). > - Fixed: `indentation` false positives for at-root ([#3225](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3225)). > - Fixed: `max-empty-lines` false positives for non-CSS blocks ([#3229](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3229)). > - Fixed: `no-empty-source` false positives for non-CSS blocks ([#3240](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3240)). > - Fixed: `string-no-newline` false positives for non-CSS blocks ([#3228](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3228)). > > ## 9.1.3 > - Fixed: invalid HTML causing CssSyntaxError by updating postcss-html dependency ([#3214](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3214)). > - Fixed: empty markdown block causing CssSyntaxError by updating postcss-html dependency ([#3214](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3214)). > > ## 9.1.2 > - Fixed: parsing of markdown files by updating postcss-html dependency ([#3207](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3207)).
Changelog *Sourced from [stylelint's changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md).* > # 9.2.1 > > - Fixed: `cache` option hiding CssSyntaxError outputs ([#3258](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3258)). > - Fixed: regression with processors (e.g. styled-components) ([#3261](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3261)). > - Fixed: `no-descending-specificity` false positives for Sass nested properties ([#3283](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3283)). > - Fixed: `selector-pseudo-class-no-unknown` false positives proprietary webkit pseudo classes when applied to a simple selector ([#3271](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3271)). > > # 9.2.0 > > - Added: `selector-max-pseudo-class` rule ([#3195](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3195)). > - Fixed: slow `require('stylelint')` time ([#3242](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3242)). > - Fixed: autofix erroneously writing to unchanged files ([#3241](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3241)). > - Fixed: false negatives for template literals within script tags by updating postcss-html dependency ([#3238](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3238)). > - Fixed: `indentation` false positives for at-root ([#3225](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3225)). > - Fixed: `max-empty-lines` false positives for non-CSS blocks ([#3229](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3229)). > - Fixed: `no-empty-source` false positives for non-CSS blocks ([#3240](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3240)). > - Fixed: `string-no-newline` false positives for non-CSS blocks ([#3228](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3228)). > > > # 9.1.3 > > - Fixed: invalid HTML causing CssSyntaxError by updating postcss-html dependency ([#3214](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3214)). > - Fixed: empty markdown block causing CssSyntaxError by updating postcss-html dependency ([#3214](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3214)). > > # 9.1.2 > > - Fixed: parsing of markdown files by updating postcss-html dependency ([#3207](https://github-redirect.dependabot.com/stylelint/stylelint/pull/3207)).
Commits - [`0a7c7ed`](https://github.com/stylelint/stylelint/commit/0a7c7ed1fd363c02b3334756b2bdc655789c1723) Update CHANGELOG.md - [`bef48d1`](https://github.com/stylelint/stylelint/commit/bef48d1119cb65beee0ca0d95498056f05393501) Prepare 9.2.1 - [`288b6a4`](https://github.com/stylelint/stylelint/commit/288b6a4f80010adc9eed979167da19096b66dff6) Update CHANGELOG.md - [`9417497`](https://github.com/stylelint/stylelint/commit/94174973b2bdb397830deae804ca2f5d46b19ab4) Fix support for processors ([#3261](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3261)) - [`3b9d937`](https://github.com/stylelint/stylelint/commit/3b9d9374c53e92aadc8b25f17544bc83f1817252) Fix line endings to LF - [`7bdecd8`](https://github.com/stylelint/stylelint/commit/7bdecd84e04b75abe8715255b10966959d336984) chore(package): update cp-file to version 6.0.0 ([#3305](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3305)) - [`143083d`](https://github.com/stylelint/stylelint/commit/143083df767c69f735acde1ea1026a117d9a825b) Update issue templates ([#3294](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3294)) - [`a483b73`](https://github.com/stylelint/stylelint/commit/a483b73ab0b525638abe958b322c6ea7457fd87a) chore: clone last 10 commits ([#3303](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3303)) - [`8e77552`](https://github.com/stylelint/stylelint/commit/8e7755296873ade07b80ba5ccdfa41f7cdf807f4) Cache node_modules in Travis ([#3300](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3300)) - [`d5f7cfd`](https://github.com/stylelint/stylelint/commit/d5f7cfd0462e2a5c0461a0d86e84863c866391b7) Clone only last commit at Appveyor ([#3301](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3301)) - Additional commits viewable in [compare view](https://github.com/stylelint/stylelint/compare/9.1.1...9.2.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 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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language 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 6 years ago

Superseded by #18.