Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Update dependency stylelint to version 7.10.1 #268

Merged
merged 2 commits into from
Apr 3, 2017

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 1, 2017

This Pull Request updates dependency stylelint from version 7.9.0 to 7.10.1

Changelog

7.10.1 / 2017-04-02

  • Prepare 7.10.1
  • Update CHANGELOG.md
  • Keep scope when using `schema.preceedingPlugins` (#2455)
    • fix: keep scope when using `preceedingPlugins`
    • test: add test for createRuleTester
    • refactor: change processor.use invocation
    • test: diversified assertions
    • style: lintroller
    • style: naming
  • Fix system tests on win32 (#2465)
    Closes #2357
  • Corrected `media-feature-range-operator-space-*` documentation and tests. (#2463)
  • Add consistent type to code fence

7.10.0 / 2017-04-01

  • Prepare 7.10.0
  • Prepare changelog
  • Update CHANGELOG.md
  • Add ignoreNamespaces and ignore:["default-namespace"] options (#2461)
    Closes #2326
  • chore(package): update eslint to version 3.19.0 (#2460)
    https://greenkeeper.io/
  • Fix not specified array as primary option for "function-url-scheme-whitelist" (#2447)
  • Add text about searching nested directories (#2451)
    • Add text about searching nested directories
    • Update cli.md
    • Update cli.md
  • Cache implementation (#2293)
  • Specify `declaration-empty-line-before` scope in readme (#2434)
  • Add flow annotations (#2361)
    • Add flow annotations
    • chore(remove): unnecessary annotations
    • move type declaration to decls postcss.js file; removed unnecessary annotations;
    • feat(flow): add postcss; fixed to lowercase postcss; remove redundant anntoations;
    • chore(fix): remove redundant console.logs;
  • chore(package): update eslint to version 3.18.0 (#2431)
    https://greenkeeper.io/
  • chore(package): update flow-bin to version 0.42.0 (#2429)
    https://greenkeeper.io/
  • Merge pull request #2425 from stylelint/greenkeeper/sinon-2.0.0
    Update sinon to the latest version 🚀
  • Add previous selector line number to message of no-duplicate-selectors (#2415)
    • Add previous selector line number to message of no-duplicate-selectors
    • Change report message
  • chore(package): update sinon to version 2.0.0
    https://greenkeeper.io/
  • Flow fixes (#2400)
  • feat(flow): increase coverage from 55% to 84% (#2413)
  • Add stylelint-suitcss to plugin list (#2405)
    • Add stylelint-suitcss to plugin list
      Also updates deprecation notices in READMEs and code
      Addresses #2226
    • Add a period
    • Copy edits
  • Add ignore: ["comments"] option to max-empty-lines (#2401)
    • Add ignore: ["comments"] option to max-empty-lines
      Add ignore: ["comments"] option to max-empty-lines
      added more test cases
    • changed examples
  • [docs] Correct config lookup in node API (#2368)
    • Correct config lookup in node API
      Brings into line with reality.
    • Use relative link in docs
    • Correct path to config docs
  • Merge pull request #2420 from stylelint/fix-testrule
    Fix testRule loose behaviour
  • Fix testRule loose behaviour
  • Add some flow annotations, trailing comma and additional checking (#2281)
    • ADD/some flow annotations;
      ADD/additional check if `range.end` exist, because there is case where number tries to be compared with undefined;
    • before checkout master
    • flow comment annotations; `range.end` a bit precise check;
    • chore(fix): remove redundant annotations; switch strict and flow;
    • chore(fix): remove .eslintcache file;
  • Improve testRule reliability (#2421)
    • Improve testRule reliability
    • Remove worse warning
    • Add forgotten messages to reject test cases
  • Reinstate Coveralls test code coverage (#2174)
    • Reinstate Coveralls test code coverage
    • Coverage path is `.coverage`
    • Update collect coverage glob pattern
    • Run Coveralls code coverage on Trusty & GCE (more RAM)
    • Run Coveralls code coverage on Ubuntu Precise & GCE (more RAM)
    • Run Coveralls code coverage jobs on NodeJS 4, 5 & 6
    • Remove Coveralls code coverage jobs on NodeJS 4, 5 & 6
    • Try the NodeJS 4, 5, 6 & 7 jobs without `runInBand`
    • Revert the NodeJS 4, 5, 6 & 7 jobs without `runInBand`
    • Add a test bumping NodeJS allowed memory usage
    • Use the correct testPathPattern
    • Try with --runInBand
    • Try with 4000MB
    • Enable coverage
    • Remove leading hyphen before `after_success` YAML section
  • Merge pull request #2416 from kaelig/master
    Docs: Mention supported .yml extension for config files
  • Merge pull request #2414 from stylelint/gitignore-coverage
    gitignore coverage report
  • Merge pull request #2407 from stylelint/issue-2406
    Fixed: `value-keyword-case` is now ignore counter-reset property and counter, counters and attr functions.
  • Add missing comma
  • Add flow comments annotation to function signatures (#2319)
    • add flow comments annotation
    • chore(annotations): removed constants annotations; add more specificity to returning object;
    • feat(flow): add postcss type; remove redundant annotations;
  • Mention supported .yml extension for config files
  • gitignore coverage report
  • Fix custom properties sets followed by comments in no-extra-semicolons (#2396)
    • Add tests for no-extra-semicolons
    • Fixed: it is break my mind 😭.
    • Remove extra parentheses
  • Fixed: `value-keyword-case` is now ignore counter, counters and attr fucntions.
  • Fix typos (#2412)
  • Fixed: `value-keyword-case` is now ignore counter-reset property.
  • Merge pull request #2410 from stylelint/greenkeeper/eslint-3.17.0
    Update eslint to the latest version 🚀
  • Merge pull request #2411 from stylelint/greenkeeper/flow-bin-0.41.0
    Update flow-bin to the latest version 🚀
  • chore(package): update flow-bin to version 0.41.0
    https://greenkeeper.io/
  • chore(package): update eslint to version 3.17.0
    https://greenkeeper.io/
  • Fix the example for Custom Message in docs (#2409)
  • Add at-rule-semicolon-space-before rule (#2388)
    • Add README for at-rule-semicolon-space-before
    • Wrote failing tests for at-rule-semicolon-space-before
    • Add edge case tests
    • Set up boilerplate for at-rule-semicolon-space-before
    • Logic there - a few problems
    • Check carefully column counts
    • Set skipBasicChecks to true for the 'always' tests
    • Add at-rule-semicolon-space-before to documentation
    • Add some more multiline tests
    • Amend documentation for at-rule-semicolon-space-before
  • Print out filenames/globs when files do not exist (#2328)
  • Tests: improved tests for `no-missing-end-of-source-newline` rule. (#2384)
  • Update stylelint-disable-reason changelog entry (#2393)
  • Add min rules
  • chore(package): update flow-bin to version 0.40.0 (#2390)
    https://greenkeeper.io/
  • chore: Update `remark-*` modules (#2391)
  • Merge pull request #2377 from stylelint/stylehacks-v2-3-2
    Update stylehacks and snapshot
  • Update stylehacks and snapshot
  • Update jest to the latest version 🚀 (#2372)
    • chore(package): update jest to version 19.0.0
      https://greenkeeper.io/
    • Update snapshots to "Jest Snapshot v1" format
    • Update deprecated Jest config option
    • Use latest patch version
  • Merge pull request #2373 from stylelint/greenkeeper/known-css-properties-0.0.7
    Update known-css-properties to the latest version 🚀
  • fix(package): update known-css-properties to version 0.0.7
    https://greenkeeper.io/
  • Merge pull request #2370 from stylelint/greenkeeper/eslint-3.16.0
    Update eslint to the latest version 🚀
  • chore(package): update eslint to version 3.16.0
    https://greenkeeper.io/
  • Add support for async rules (#2351)
    • Add support for async rules
    • Copy editing

@renovate-bot renovate-bot changed the title Update dependency stylelint to version 7.10.0 Update dependency stylelint to version 7.10.1 Apr 2, 2017
@rarkins rarkins merged commit b516bae into master Apr 3, 2017
@rarkins rarkins deleted the renovate/stylelint-7.x branch April 3, 2017 07:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants