stormwarning / typeset.css

✍ tr.v. type·set To set (written material) into type; compose.
http://stormwarning.github.io/typeset.css/
ISC License
20 stars 0 forks source link

Bump stylelint-scss from 3.4.3 to 3.8.0 #71

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps stylelint-scss from 3.4.3 to 3.8.0.

Release notes *Sourced from [stylelint-scss's releases](https://github.com/kristerkari/stylelint-scss/releases).* > ## 3.8.0 > - Added: `function-unquote-no-unquoted-strings-inside` rule. > - Fixed: wrong message name for `at-each-key-value-single-line` rule. > > ## 3.7.0 > - Added: `at-each-key-value-single-line` rule. > - Added: `function-quote-no-quoted-strings-inside` rule. > > ## 3.6.1 > - Fixed: `double-slash-comment-empty-line-before` autofix not working in certain situations. > > ## 3.6.0 > Added: support for stylelint version 10. > > ## 3.5.4 > - Fixed: `dollar-variable-colon-newline-after` no longer warns for multiline variables that use `!default`. > > ## 3.5.3 > - Fixed: `operator-no-unspaced` no longer warns for valid absolute urls and urls with interpolation. > > ## 3.5.2 > - Fixed: handle SCSS interpolation in `selector-nest-combinators` rule. > > ## 3.5.1 > - Fixed: error messages for `selector-nest-combinators` rule. > > ## 3.5.0 > - Added: `selector-nest-combinators` rule. > > ## 3.4.4 > - Updated: `postcss-selector-parser` dependency to 5.0.0 (major version bump) with a memory leak fix and other bug fixes.
Changelog *Sourced from [stylelint-scss's changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md).* > # 3.8.0 > > - Added: `function-unquote-no-unquoted-strings-inside` rule. > - Fixed: wrong message name for `at-each-key-value-single-line` rule. > > # 3.7.0 > > - Added: `at-each-key-value-single-line` rule. > - Added: `function-quote-no-quoted-strings-inside` rule. > > # 3.6.1 > > - Fixed: `double-slash-comment-empty-line-before` autofix not working in certain situations. > > # 3.6.0 > > - Added: support for stylelint version 10. > > # 3.5.4 > > - Fixed: `dollar-variable-colon-newline-after` no longer warns for multiline variables that use `!default`. > > # 3.5.3 > > - Fixed: `operator-no-unspaced` no longer warns for valid absolute urls and urls with interpolation. > > # 3.5.2 > > - Fixed: handle SCSS interpolation in `selector-nest-combinators` rule. > > # 3.5.1 > > - Fixed: error messages for `selector-nest-combinators` rule. > > # 3.5.0 > > - Added: `selector-nest-combinators` rule. > > # 3.4.4 > > - Updated: `postcss-selector-parser` dependency to 5.0.0 (major version bump) with a memory leak fix and other bug fixes.
Commits - [`ddce197`](https://github.com/kristerkari/stylelint-scss/commit/ddce1978d673eb76c8b2248cebc8ed891874be8e) Prepare version 3.8.0 [skip ci] - [`5abebcd`](https://github.com/kristerkari/stylelint-scss/commit/5abebcdd8c0732fb3aa19ce933dd3eb8da05f6b6) fix function name [skip ci] - [`8f851a8`](https://github.com/kristerkari/stylelint-scss/commit/8f851a83f09f38ef8a1c5bf9b52dc1bdba2ff7fc) Update readme [skip ci] - [`4d6b887`](https://github.com/kristerkari/stylelint-scss/commit/4d6b8879da761d2db8f410b4a145f448a6414de4) Merge pull request [#326](https://github-redirect.dependabot.com/kristerkari/stylelint-scss/issues/326) from rambleraptor/unquote - [`8cfa902`](https://github.com/kristerkari/stylelint-scss/commit/8cfa9026a5eee054b4baeb3e23b08a5f68bcc410) Merge pull request [#327](https://github-redirect.dependabot.com/kristerkari/stylelint-scss/issues/327) from kristerkari/bugfix/at-each-key-value-single-line... - [`17a2a9a`](https://github.com/kristerkari/stylelint-scss/commit/17a2a9a73124540b3d86202a0f043aab06bf01b6) Add changelog entry - [`84d06cd`](https://github.com/kristerkari/stylelint-scss/commit/84d06cdd74ef2f14c21db1ec76a99cb7ac1084df) at-each-key-value-single-line: fix message name - [`d8ccd2a`](https://github.com/kristerkari/stylelint-scss/commit/d8ccd2a5d0384cd134c74e4e2f6a9875f40c1e9d) unquote string rule working - [`16dae29`](https://github.com/kristerkari/stylelint-scss/commit/16dae299087cff66782db3e3020d927d2d399768) updated readmes and tests - [`b93c18d`](https://github.com/kristerkari/stylelint-scss/commit/b93c18d836b7cc8471494506a493247eba932d33) creating new rule that's based on quote rule - Additional commits viewable in [compare view](https://github.com/kristerkari/stylelint-scss/compare/3.4.3...3.8.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 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 #90.