Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new package @wordpress/stylelint config #22777

Merged
merged 355 commits into from
Dec 18, 2020
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 31, 2020

  1. Configuration menu
    Copy the full SHA
    2a8cb6d View commit details
    Browse the repository at this point in the history
  2. fix: Deprecated no-missing-eof-newline rule. Use the new `no-missin…

    …g-end-of-source-newline` rule instead. (#84)
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1c5d175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90cc185 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f432fe9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    553397b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82a8f7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d15a1c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9adab0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a5c26b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eebd971 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2def9cd View commit details
    Browse the repository at this point in the history
  12. Prepare 9.0.0

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    078ac5f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b70ece2 View commit details
    Browse the repository at this point in the history
  14. feat: Add SCSS preset config (#96)

    * feat: Add SCSS preset config
    
    * fix: Include README.md and scss.js in package.json files list
    
    * test: Add initial SCSS tests
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    413e48e View commit details
    Browse the repository at this point in the history
  15. Prepare 9.1.0

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    8261a33 View commit details
    Browse the repository at this point in the history
  16. Prepare 9.1.1

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    db3001e View commit details
    Browse the repository at this point in the history
  17. refactor: Use ECMAScript 8/2017, use async/await instead of returning…

    … a promise and move css code out of tests to individual files
    
    * feat: Use ECMAScript 8/2017
    
    * refactor: Use async/await instead of returning a promise and move css code out of tests to individual files
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    da15333 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5321d45 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fa79be4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bac1b91 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    430bf84 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0dcd082 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    08333a3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4f55051 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b27c6fc View commit details
    Browse the repository at this point in the history
  26. Update ava to the latest version 🚀 (#109)

    * chore(package): update ava to version 0.17.0
    * refactor: Include path to test fixtures
    
    https://greenkeeper.io/
    greenkeeper[bot] authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    c7b5e4b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    269a04f View commit details
    Browse the repository at this point in the history
  28. Update eslint-config-stylelint to the latest version 🚀 (#110)

    * chore(package): update eslint-config-stylelint to version 6.0.0
    * refactor: Update tests per latest `eslint-config-stylelint`
    greenkeeper[bot] authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    34a2b85 View commit details
    Browse the repository at this point in the history
  29. chore: bump minimum NodeJS requirement to 6.9.1 and drop NodeJS 4.x (#…

    …118)
    
    * chore: Drop NodeJS from Travis CI
    
    * chore: Drop NodeJS from AppVeyor
    
    * chore: Bump minimum NodeJS requirement to 6.9.1
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    4c65b5b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d991aa9 View commit details
    Browse the repository at this point in the history
  31. Update ava to the latest version 🚀 (#112)

    * chore(package): update ava to version 0.18.0
    
    https://greenkeeper.io/
    
    * chore: update ava to version 0.19.1
    greenkeeper[bot] authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    37730f4 View commit details
    Browse the repository at this point in the history
  32. Updated and removed deprecated stylelint rules for 8.0 (#116)

    * Updated and removed deprecated stylelint rules
    
    * Removed deprecated unit test
    harleyoliver authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    187c465 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2433933 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    00802b6 View commit details
    Browse the repository at this point in the history
  35. refactor: Switch from AVA to Jest for tests. (#122)

    * tests: Fix `media-query-list-comma-space-before` tests
    
    * refactor: Switch from AVA to Jest for tests.
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    69d62c4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c54a3bb View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1429be8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    dd921e8 View commit details
    Browse the repository at this point in the history
  39. refactor: Switch from eslint-plugin-ava to eslint-plugin-jest. (#126)

    * refactor: Switch from eslint-plugin-ava to eslint-plugin-jest.
    
    * docs: Add changelog entry for switch from eslint-plugin-ava to eslint-plugin-jest
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    8fb34e4 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7e7624d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d63184d View commit details
    Browse the repository at this point in the history
  42. docs: Update CHANEGLOG

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    2171fe9 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    e0338ab View commit details
    Browse the repository at this point in the history
  44. feat: Prepare 10.0.0 release.

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f29e418 View commit details
    Browse the repository at this point in the history
  45. fix: Remove stylelint v8 deprecated rule `rule-non-nested-empty-line-…

    …before` from SCSS config. (#130)
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f8d792e View commit details
    Browse the repository at this point in the history
  46. feat: Prepare 10.0.1 release.

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    cb183fc View commit details
    Browse the repository at this point in the history
  47. fix: Add @import to ignoreAtRules option in `at-rule-empty-line-b…

    …efore` rule for SCSS config (#131)
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    8a0789d View commit details
    Browse the repository at this point in the history
  48. feat: Prepare 10.0.2 release.

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e34cdba View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    93948e8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0a8af0c View commit details
    Browse the repository at this point in the history
  51. docs: Update docs to reflect the new repository home

    * docs: Update docs to reflect the new repository home at https://github.com/WordPress-Coding-Standards
    
    * chore: Update changelog noting repo location change
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    d8bc909 View commit details
    Browse the repository at this point in the history
  52. fix: Add declaration-property-unit-whitelist rule to enforce unitle…

    …ss `line-height` values. (#133)
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    be07ad0 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    5d0ad4d View commit details
    Browse the repository at this point in the history
  54. Fix: Allow px units in line-height values for the `declaration-pr…

    …operty-unit-whitelist` rule. (#140)
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    3674231 View commit details
    Browse the repository at this point in the history
  55. feat: Prepare 11.0.0 release.

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    4b2f202 View commit details
    Browse the repository at this point in the history
  56. Updated README section links (#141)

    hbrok authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    7b8f792 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    ecbccfd View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    6ab31cb View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    a7bc80f View commit details
    Browse the repository at this point in the history
  60. refactor: Switch to shared recommended config from `eslint-plugin-w…

    …ordpress` for ESLint configuration. (#147)
    
    * refactor: Switch to shared `recommended` config from `eslint-plugin-wordpress` for ESLint configuration.
    
    * chore: Use `git://` protocol
    
    * chore: Include a commit hash
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    3a35b75 View commit details
    Browse the repository at this point in the history
  61. chore: Update ESLint to version 4.1.0

    * chore: Update ESLint to version 4.x
    
    * refactor: Update indentation per updated ESLint version 4.x `indent` rule.
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    71679c4 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    4fe31eb View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    9f41778 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    dff948f View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    ef00061 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    de5445c View commit details
    Browse the repository at this point in the history
  67. tests: Add Jest snapshot tests

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    d46fc16 View commit details
    Browse the repository at this point in the history
  68. tests: Update Jest snapshots

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    b86f29e View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e96ee67 View commit details
    Browse the repository at this point in the history
  70. fix: Add initial support for long comments in headers of WordPress th…

    …eme `style.css` files. (#151)
    
    This change allows for longer comments in themes header:
    • URLs longer than 80 characters
    • Descriptions longer than 80 characters
    • Tags longer than 80 characters
    
    Fixes #150.
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    5c671cd View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    41f0c46 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    bde556b View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    e24d4b5 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    5edb86a View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    ab7150b View commit details
    Browse the repository at this point in the history
  76. tests: Update snapshots

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    2d8e9e9 View commit details
    Browse the repository at this point in the history
  77. tests: Update tests to account for new rules introduced in `stylelint…

    …-config-recommended`.
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    6a78ed0 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    3787d8d View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    2f1a10c View commit details
    Browse the repository at this point in the history
  80. docs: Remove the styleguide from the repo.

    We should have one canonical source of truth and not try to maintain two instances.
    
    https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    550d81c View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    d26626d View commit details
    Browse the repository at this point in the history
  82. feat: Prepare 12.0.0 release.

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    6dacec1 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    f0f63c6 View commit details
    Browse the repository at this point in the history
  84. chore: Update package-lock.json

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    7462eb3 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    dfe0447 View commit details
    Browse the repository at this point in the history
  86. chore: Update package-lock.json

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    301c17f View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    c104688 View commit details
    Browse the repository at this point in the history
  88. chore: Update package-lock.json

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e241c86 View commit details
    Browse the repository at this point in the history
  89. chore: Add stylelint-find-rules

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    7d96c1e View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    5dce976 View commit details
    Browse the repository at this point in the history
  91. chore: Update package-lock.json

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    55097af View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    9145c9c View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    b822e86 View commit details
    Browse the repository at this point in the history
  94. chore: Update package-lock.json

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    0f0661d View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    777aff7 View commit details
    Browse the repository at this point in the history
  96. chore: Update package-lock.json

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    2f72b5b View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    f801a68 View commit details
    Browse the repository at this point in the history
  98. docs: Update CHANGELOG

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e3a8e58 View commit details
    Browse the repository at this point in the history
  99. Use toHaveLength() in tests

    Not only does it check the length of something is exactly a certain integer, it also checks that the length property exists in the first place.
    
    Addresses lint issues identified at https://www.bithound.io/github/WordPress-Coding-Standards/stylelint-config-wordpress/e2bbe0d9c867cc95da6de5b3bff2a73742135fb6/files#failing
    GaryJones authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    a8e3382 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    c678e16 View commit details
    Browse the repository at this point in the history
  101. chore: Remove package-lock.json

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1b32394 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    56c4b81 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    0e8eb40 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    5d0ce9b View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    48ec301 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    b96a124 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    41abc86 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    b5728cf View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    155ec7e View commit details
    Browse the repository at this point in the history
  110. chore: standardize Jest tests

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    b49e16f View commit details
    Browse the repository at this point in the history
  111. chore: add commitlint

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    a88e1c0 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    fc77753 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    23287cc View commit details
    Browse the repository at this point in the history
  114. feat: update stylelint to 9.1.3

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    34471bf View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    b8d5e3c View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    7fb6cff View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    9fe73d2 View commit details
    Browse the repository at this point in the history
  118. feat: prepare 13.0.0 release

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    8a49f46 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    d55d19b View commit details
    Browse the repository at this point in the history
  120. docs: update changelog

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f0e6f0f View commit details
    Browse the repository at this point in the history
  121. test: add SCSS tests for _extends_ shared configs

    This test ensures that the rules included in the _shared configs_ inherited by this SCSS _shared config_ via the `extends` option are in actual fact included.
    
    The `stylelint-config-wordpress/scss` shared config _extends_ the `stylelint-config-wordpress` shared config, which in turn _extends_ the `stylelint-config-recommended` shared config.
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    20604ed View commit details
    Browse the repository at this point in the history
  122. docs: update changelog

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    86488ad View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    6fde670 View commit details
    Browse the repository at this point in the history
  124. test: use Jest snapshots for invalid tests

    This change simplifies the maintainence of the invalid CSS and SCSS tests
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    c7678d4 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    a68b316 View commit details
    Browse the repository at this point in the history
  126. feat: update stylelint to 9.2.0

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    c013232 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    7712280 View commit details
    Browse the repository at this point in the history
  128. Update to node 10 in .travis.yml

    greenkeeper[bot] authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    ee81e90 View commit details
    Browse the repository at this point in the history
  129. Drop Node.js v9.x

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    7c4aade View commit details
    Browse the repository at this point in the history
  130. Update appveyor.yml

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    a6d87e3 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    ae564f4 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    3098437 View commit details
    Browse the repository at this point in the history
  133. chore(package): update npmpub to version 4.0.1

    Closes #204
    greenkeeper[bot] authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    910ab70 View commit details
    Browse the repository at this point in the history
  134. feat: update stylelint to 9.5.0

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f50e319 View commit details
    Browse the repository at this point in the history
  135. chore: update ESLint to 5.4.0

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1d6aad3 View commit details
    Browse the repository at this point in the history
  136. chore: update Jest to 23.5.0

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    5494bec View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    d49ff69 View commit details
    Browse the repository at this point in the history
  138. chore: update npmpub to 4.1.0

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    8c82d0a View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    9a2bcf1 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    8736082 View commit details
    Browse the repository at this point in the history
  141. chore: update remark presets: • remark-preset-lint-consistent to `2…

    ….0.2` • `remark-preset-lint-recommended` to `3.0.2`
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    65f250d View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    ce8d973 View commit details
    Browse the repository at this point in the history
  143. chore: add npm-package-json-lint

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    416ec14 View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    7a87ab0 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    29ee796 View commit details
    Browse the repository at this point in the history
  146. feat: Prepare 13.1.0 release (#208)

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    3488c1c View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    b72a63c View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    f6359de View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    37850fd View commit details
    Browse the repository at this point in the history
  150. Update stylelint-find-rules to the latest version 🚀 (#213)

    ## The devDependency [stylelint-find-rules](https://github.com/alexilyaev/stylelint-find-rules) was updated from `1.1.1` to `2.0.0`.
    This version is **not covered** by your **current version range**.
    
    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
    greenkeeper[bot] authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    5432cb1 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    be4fceb View commit details
    Browse the repository at this point in the history
  152. chore: update @commitlint

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    5e83957 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    dcd9b8b View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    6e15b7f View commit details
    Browse the repository at this point in the history
  155. chore: update devDependencies

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    0383daa View commit details
    Browse the repository at this point in the history
  156. feat: prepare 14.0.0 release

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    140d322 View commit details
    Browse the repository at this point in the history
  157. chore(package): update husky to version 2.2.0

    Closes #219
    greenkeeper[bot] authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    31688b2 View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    f71b28c View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    0fec4a8 View commit details
    Browse the repository at this point in the history
  160. chore(package): update husky to version 3.0.1

    Closes #227
    greenkeeper[bot] authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    482ec97 View commit details
    Browse the repository at this point in the history
  161. test: fix type in snapshot test

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    9c42a37 View commit details
    Browse the repository at this point in the history
  162. Configuration menu
    Copy the full SHA
    ec0d641 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    be73b6a View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    ee894b6 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    f7285ae View commit details
    Browse the repository at this point in the history
  166. Configuration menu
    Copy the full SHA
    15833fd View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    569d161 View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    cec3f98 View commit details
    Browse the repository at this point in the history
  169. docs: nocapital_S_dangit

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    ea2dd05 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    52a7c27 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    07d12ce View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    b39e191 View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    f47746e View commit details
    Browse the repository at this point in the history
  174. docs: update changelog

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    0d90048 View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    808ecbe View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    34de7c8 View commit details
    Browse the repository at this point in the history
  177. Update eslint to the latest version 🚀 (#233)

    * chore(package): update eslint to version 6.3.0
    
    * chore: add `ecmaVersion: 2015,` to `parserOptions` ESLint config
    greenkeeper[bot] authored and ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    5457b97 View commit details
    Browse the repository at this point in the history
  178. docs: update changelog

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    651b58c View commit details
    Browse the repository at this point in the history
  179. chore: bump dependencies

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    52c2fd1 View commit details
    Browse the repository at this point in the history
  180. chore: add Node.js v12 to Travis CI test matrix, remove 8.x, min 10.x

    chore: add Node.js v12 to Travis CI test matrix
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    c2ce2ab View commit details
    Browse the repository at this point in the history
  181. feat: prepare 15.0.0 release

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    ae58016 View commit details
    Browse the repository at this point in the history
  182. Merge pull request #241 from WordPress-Coding-Standards/update/find-r…

    …ules
    
    chore: update `stylelint-find-rules` to 2.2.0
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    2408939 View commit details
    Browse the repository at this point in the history
  183. Update npm-package-json-lint to the latest version 🚀 (#242)

    Update npm-package-json-lint to the latest version 🚀
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    9162884 View commit details
    Browse the repository at this point in the history
  184. Use @wordpress/scripts (#231)

    Use `@wordpress/scripts`
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    7cbfa39 View commit details
    Browse the repository at this point in the history
  185. Configuration menu
    Copy the full SHA
    401fdb4 View commit details
    Browse the repository at this point in the history
  186. Configuration menu
    Copy the full SHA
    a25e6e2 View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    322e749 View commit details
    Browse the repository at this point in the history
  188. chore: update husky to 3.1.0

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    5b5493b View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    b2999e5 View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    9d9feee View commit details
    Browse the repository at this point in the history
  191. Fixed: selector-class-* regex to account for numerals, case de… (#247)

    Fixed: `selector-class-*` regex to account for numerals, case detection, and ensure kebab-case
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1a5238c View commit details
    Browse the repository at this point in the history
  192. ci: add Windows to Travis CI (#248)

    ci: add Windows to Travis CI
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    0d04ca7 View commit details
    Browse the repository at this point in the history
  193. chore: remove AppVeyor (#249)

    chore: remove AppVeyor
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f2ca6f0 View commit details
    Browse the repository at this point in the history
  194. feat: prepare 16.0.0 release

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    083e16b View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    6365c77 View commit details
    Browse the repository at this point in the history
  196. feat: prepare 16.0.0 release

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    3da024e View commit details
    Browse the repository at this point in the history
  197. fix: npm script temp workaround

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    c7961e2 View commit details
    Browse the repository at this point in the history
  198. Merge pull request #251 from WordPress-Coding-Standards/greenkeeper/@…

    …wordpress/scripts-6.1.1
    
    chore(package): update @wordpress/scripts to version 6.1.1
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    ff48bd5 View commit details
    Browse the repository at this point in the history
  199. Revert "fix: npm script temp workaround"

    This reverts commit e409112e0e8f3965993e3f1b3a6ecc3c8ffdc8e0.
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e364be5 View commit details
    Browse the repository at this point in the history
  200. Update husky to the latest version 🚀 (#252)

    Update husky to the latest version 🚀
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    c5b97be View commit details
    Browse the repository at this point in the history
  201. Merge pull request #255 from WordPress-Coding-Standards/greenkeeper/s…

    …tylelint-13.1.0
    
    Update stylelint to the latest version 🚀
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    d094e6b View commit details
    Browse the repository at this point in the history
  202. Merge pull request #254 from WordPress-Coding-Standards/greenkeeper/@…

    …wordpress/scripts-7.0.0
    
    Update @wordpress/scripts to the latest version 🚀
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    76c9b7e View commit details
    Browse the repository at this point in the history
  203. Configuration menu
    Copy the full SHA
    523b67e View commit details
    Browse the repository at this point in the history
  204. Configuration menu
    Copy the full SHA
    831d43c View commit details
    Browse the repository at this point in the history
  205. Configuration menu
    Copy the full SHA
    45c1c14 View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    792d818 View commit details
    Browse the repository at this point in the history
  207. Configuration menu
    Copy the full SHA
    e094f58 View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    a7ad586 View commit details
    Browse the repository at this point in the history
  209. Merge pull request #256 from WordPress-Coding-Standards/greenkeeper/r…

    …emark-cli-8.0.0
    
    Update remark-cli to the latest version 🚀
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1de6126 View commit details
    Browse the repository at this point in the history
  210. Merge pull request #258 from WordPress-Coding-Standards/greenkeeper/r…

    …emark-preset-lint-recommended-4.0.0
    
    Update remark-preset-lint-recommended to the latest version 🚀
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f12d76f View commit details
    Browse the repository at this point in the history
  211. Merge pull request #257 from WordPress-Coding-Standards/greenkeeper/r…

    …emark-preset-lint-consistent-3.0.0
    
    Update remark-preset-lint-consistent to the latest version 🚀
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    36a5b38 View commit details
    Browse the repository at this point in the history
  212. Merge pull request #260 from WordPress-Coding-Standards/greenkeeper/@…

    …wordpress/scripts-8.0.1
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    45a445f View commit details
    Browse the repository at this point in the history
  213. Merge pull request #264 from WordPress-Coding-Standards/greenkeeper/@…

    …wordpress/scripts-10.0.0
    
    chore(package): update @wordpress/scripts to version 10.0.0
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    595df6d View commit details
    Browse the repository at this point in the history
  214. Configuration menu
    Copy the full SHA
    9d0d278 View commit details
    Browse the repository at this point in the history
  215. feat: prepare 17.0.0 release

    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    beb5ed4 View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    06d1097 View commit details
    Browse the repository at this point in the history
  217. refactor: rename stylelint-config-wordpress to `@wordpress/stylelin…

    …t-config` in `package.json`
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e2b0dc5 View commit details
    Browse the repository at this point in the history
  218. Configuration menu
    Copy the full SHA
    f4056da View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    2176040 View commit details
    Browse the repository at this point in the history
  220. Configuration menu
    Copy the full SHA
    8d3e8fe View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    ea2ecef View commit details
    Browse the repository at this point in the history
  222. Configuration menu
    Copy the full SHA
    bc3a534 View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    8d017f3 View commit details
    Browse the repository at this point in the history
  224. Configuration menu
    Copy the full SHA
    f41fa54 View commit details
    Browse the repository at this point in the history
  225. Configuration menu
    Copy the full SHA
    26e52c8 View commit details
    Browse the repository at this point in the history
  226. Configuration menu
    Copy the full SHA
    fdd35d4 View commit details
    Browse the repository at this point in the history
  227. Configuration menu
    Copy the full SHA
    c3427d5 View commit details
    Browse the repository at this point in the history
  228. Configuration menu
    Copy the full SHA
    f5e6d31 View commit details
    Browse the repository at this point in the history
  229. Configuration menu
    Copy the full SHA
    13b52fd View commit details
    Browse the repository at this point in the history
  230. Configuration menu
    Copy the full SHA
    af27f79 View commit details
    Browse the repository at this point in the history
  231. Configuration menu
    Copy the full SHA
    d265c5a View commit details
    Browse the repository at this point in the history
  232. chore: add .stylelintignore for _invalid_ scss test fixtures in `@w…

    …ordpress/stylelint-config`
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    05ab441 View commit details
    Browse the repository at this point in the history
  233. Revert "chore: add .stylelintignore for _invalid_ scss test fixture…

    …s in `@wordpress/stylelint-config`"
    
    This reverts commit 05ab441.
    ntwb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    9f35bce View commit details
    Browse the repository at this point in the history
  234. Configuration menu
    Copy the full SHA
    32fe96a View commit details
    Browse the repository at this point in the history
  235. Configuration menu
    Copy the full SHA
    88b1482 View commit details
    Browse the repository at this point in the history
  236. Configuration menu
    Copy the full SHA
    c6bed96 View commit details
    Browse the repository at this point in the history
  237. Configuration menu
    Copy the full SHA
    811ee50 View commit details
    Browse the repository at this point in the history
  238. Configuration menu
    Copy the full SHA
    a8c44ae View commit details
    Browse the repository at this point in the history
  239. Configuration menu
    Copy the full SHA
    67e2ff9 View commit details
    Browse the repository at this point in the history
  240. Configuration menu
    Copy the full SHA
    e88910a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    1db4034 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    3d956d6 View commit details
    Browse the repository at this point in the history
  2. Update Jest snapshots

    ocean90 committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    a1ab9ef View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    64007e5 View commit details
    Browse the repository at this point in the history
  2. Update package author

    ocean90 committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    64a43f8 View commit details
    Browse the repository at this point in the history
  3. Update readme

    ocean90 committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    8eec3d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    490cde8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c4ab8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aa8939 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0605d8b View commit details
    Browse the repository at this point in the history