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.0 #16

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps stylelint from 9.1.1 to 9.2.0.

Release notes *Sourced from stylelint's [releases](https://github.com/stylelint/stylelint/releases).* > ## 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.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 - [`f60ab68`](https://github.com/stylelint/stylelint/commit/f60ab68d2efd6c9a58078aecc85a56d9bd9894af) Increase timeout for long running tests - [`55ab24d`](https://github.com/stylelint/stylelint/commit/55ab24d927c68306aea5a37e0e77b440567b19ed) Mock getStdin - [`67b062a`](https://github.com/stylelint/stylelint/commit/67b062a24e8f0fe52058ffc8e07566d143a9c7e3) Resolve promise - [`b021ad0`](https://github.com/stylelint/stylelint/commit/b021ad087be3efe03fc0dcef0e116de8a7cbb0c9) Incease CLI test timeout - [`6f6aa39`](https://github.com/stylelint/stylelint/commit/6f6aa3927f42ed2a2db3a7add56766c8ee889167) Update CHANGELOG.md - [`1814f4d`](https://github.com/stylelint/stylelint/commit/1814f4d62bcc6bef6dcfe48ee4bd040f3ab1442c) Fix autofix writing to files that aren't changed ([#3241](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3241)) - [`60aadd1`](https://github.com/stylelint/stylelint/commit/60aadd19597882b5ce80e5ed7fe71fdc52661ba0) Fix false positives for non-CSS files in no-empty-source ([#3240](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3240)) - [`973e07b`](https://github.com/stylelint/stylelint/commit/973e07b81244eb359cfe5ee8cdf63a2ab4fba72c) Fix require (and test) performance ([#3242](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3242)) - [`07df575`](https://github.com/stylelint/stylelint/commit/07df575c44d6a8d2dfd8b57fcb055c14679a2a3b) fix(package): update postcss-html to version 0.18.0 ([#3243](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3243)) - [`2083aef`](https://github.com/stylelint/stylelint/commit/2083aef50604670c01863b3d09cc77436f6457ff) Increase timeout only for specific tests - Additional commits viewable in [compare view](https://github.com/stylelint/stylelint/compare/9.1.1...9.2.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 ignore this [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 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #17.