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.10.1 #28

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps stylelint from 9.1.1 to 9.10.1.

Release notes *Sourced from [stylelint's releases](https://github.com/stylelint/stylelint/releases).* > ## 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 > - 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 > ... (truncated)
Changelog *Sourced from [stylelint's changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md).* > ## [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][] > > - 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)). > ... (truncated)
Commits - [`9feb822`](https://github.com/stylelint/stylelint/commit/9feb822ca038a6139c8fcca7f535490a86f6eb45) Prepare 9.10.1 - [`d762243`](https://github.com/stylelint/stylelint/commit/d762243a5b277e0b9bd9c600ae97cc25d88bfb50) Update CHANGELOG.md - [`d896a74`](https://github.com/stylelint/stylelint/commit/d896a740771655f25306e08519a2d5022c91716e) Remove jison-gho dependency ([#3915](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3915)) - [`f703624`](https://github.com/stylelint/stylelint/commit/f70362445d9b580cb59d8d7a7c0c3105f1fbbc50) Lint staged files on pre-commit hook ([#3906](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3906)) - [`127fef7`](https://github.com/stylelint/stylelint/commit/127fef7717212093624210987a334bf03d1d1504) Update file-entry-cache to avoid the deprecated warning ([#3903](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3903)) - [`fb7b8bf`](https://github.com/stylelint/stylelint/commit/fb7b8bf0bde5729bc41620c7b18d1e4657cc02f7) Re-format CHANGELOG.md ([#3905](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3905)) - [`69f2c59`](https://github.com/stylelint/stylelint/commit/69f2c59b683cec6f79e49ce94bffcce8662ec2af) Resolve the ambiguity of the `Node.js` name ([#3904](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3904)) - [`e26fb81`](https://github.com/stylelint/stylelint/commit/e26fb81aa08f8ec81e3e1250083c043de7a615e7) Fix failing tests. Closes [#3898](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3898) ([#3914](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3914)) - [`863cb29`](https://github.com/stylelint/stylelint/commit/863cb2953b89d66a1d21abe6b5548a4299d1088f) Fix link address in `docs/developer-guide/issues.md` ([#3911](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3911)) - [`0d5d5fe`](https://github.com/stylelint/stylelint/commit/0d5d5fe8e003393073d7813419a1bec1edce984c) Update flow-bin to the latest version 🚀 ([#3909](https://github-redirect.dependabot.com/stylelint/stylelint/issues/3909)) - Additional commits viewable in [compare view](https://github.com/stylelint/stylelint/compare/9.1.1...9.10.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 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 #30.