Code Monkey home page Code Monkey logo

Comments (8)

greenkeeper avatar greenkeeper commented on July 23, 2024

After pinning to 3.8.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits.

  • 147b44c Prepare version 3.9.1 [skip ci]
  • 94d448f Merge pull request #342 from kristerkari/bugfix/selector-no-union-class-name-false-positives
  • ffa8ce5 selector-no-union-class-name: fix false positives for id/attr/pseudo

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.9.2
  • Fixed: selector-no-union-class-name throwing an error when using nested @-rules.
Commits

The new version differs by 7 commits.

  • 306af61 Prepare version 3.9.2 [skip ci]
  • c10b8a2 Merge pull request #347 from jantimon/bugfix/selector-no-union-class-name-nesting
  • c765d13 Use closest selector
  • 124e835 Fix selector-no-union-class-name throwing when parent.selector is undefined
  • 147b44c Prepare version 3.9.1 [skip ci]
  • 94d448f Merge pull request #342 from kristerkari/bugfix/selector-no-union-class-name-false-positives
  • ffa8ce5 selector-no-union-class-name: fix false positives for id/attr/pseudo

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.9.3
  • Fixed: map-keys-quotes warning for unquoted numeric keys.
Commits

The new version differs by 12 commits.

  • a7d6592 Prepare version 3.9.3 [skip ci]
  • 5f14d20 Merge pull request #350 from kristerkari/bugfix/map-keys-quotes-numeric-keys
  • 4ba37df Update src/rules/map-keys-quotes/tests/index.js
  • c616a2c map-keys-quotes: don't require numbers to be quoted
  • a0e54d7 Update contributors list [skip ci]
  • 306af61 Prepare version 3.9.2 [skip ci]
  • c10b8a2 Merge pull request #347 from jantimon/bugfix/selector-no-union-class-name-nesting
  • c765d13 Use closest selector
  • 124e835 Fix selector-no-union-class-name throwing when parent.selector is undefined
  • 147b44c Prepare version 3.9.1 [skip ci]
  • 94d448f Merge pull request #342 from kristerkari/bugfix/selector-no-union-class-name-false-positives
  • ffa8ce5 selector-no-union-class-name: fix false positives for id/attr/pseudo

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.9.4
  • Fixed: selector-nest-combinators rule throwing an error when using nested props.
Commits

The new version differs by 22 commits.

  • c2b5b1f Update lockfile
  • 0cd1c39 Prepare version 3.9.4 [skip ci]
  • 2a7cf7f Merge pull request #358 from kristerkari/greenkeeper/rimraf-3.0.0
  • ecc4de9 Merge pull request #360 from kristerkari/bugfix/selector-nest-combinators-nested-properties
  • f0f53ad Fix selector-nest-combinators throwing an error when using nested props
  • 6fe8497 chore(package): update rimraf to version 3.0.0
  • 1b0bdd2 Merge pull request #355 from kristerkari/update/deps
  • 5fb1fa3 Update dependencies
  • 5cf4c20 Merge pull request #353 from kristerkari/greenkeeper/eslint-plugin-lodash-6.0.0
  • cb31f07 chore(package): update eslint-plugin-lodash to version 6.0.0
  • a7d6592 Prepare version 3.9.3 [skip ci]
  • 5f14d20 Merge pull request #350 from kristerkari/bugfix/map-keys-quotes-numeric-keys
  • 4ba37df Update src/rules/map-keys-quotes/tests/index.js
  • c616a2c map-keys-quotes: don't require numbers to be quoted
  • a0e54d7 Update contributors list [skip ci]

There are 22 commits in total.

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.10.0
  • Added: at-if-no-nullrule.
  • Added: at-import-partial-extension rule.
  • Added: at-rule-conditional-no-parentheses rule.
  • Added: dimension-no-non-numeric-values rule.
Commits

The new version differs by 57 commits.

  • 3a08937 Prepare version 3.10.0 [skip ci]
  • 7d856a4 Update README.md [skip ci]
  • 45b787a Merge pull request #356 from kristerkari/rule/at-import-partial-extension
  • 5ae7ec9 Add at-import-partial-extension rule
  • e10b7a5 Merge pull request #357 from rambleraptor/no-non-numeric-dimensions
  • 5690c68 Merge pull request #351 from rambleraptor/at-rule-no-parentheses
  • 859438c Merge pull request #344 from rambleraptor/at-if-no-null
  • 66a08a1 rule namechange
  • a6d304e use lodash for includes
  • 0e63041 name change
  • c2b5b1f Update lockfile
  • 0cd1c39 Prepare version 3.9.4 [skip ci]
  • 2a7cf7f Merge pull request #358 from kristerkari/greenkeeper/rimraf-3.0.0
  • ecc4de9 Merge pull request #360 from kristerkari/bugfix/selector-nest-combinators-nested-properties
  • f0f53ad Fix selector-nest-combinators throwing an error when using nested props

There are 57 commits in total.

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.10.1
  • Fixed: broken linting reporting for dimension-no-non-numeric-values rule.
Commits

The new version differs by 60 commits.

  • 2f63ae0 Prepare version 3.10.1 [skip ci]
  • 964dd90 Merge pull request #365 from kristerkari/bugfix/dimension-no-non-numeric-values
  • 891e0ab Fix error reporting for dimension-no-non-numeric-values
  • 3a08937 Prepare version 3.10.0 [skip ci]
  • 7d856a4 Update README.md [skip ci]
  • 45b787a Merge pull request #356 from kristerkari/rule/at-import-partial-extension
  • 5ae7ec9 Add at-import-partial-extension rule
  • e10b7a5 Merge pull request #357 from rambleraptor/no-non-numeric-dimensions
  • 5690c68 Merge pull request #351 from rambleraptor/at-rule-no-parentheses
  • 859438c Merge pull request #344 from rambleraptor/at-if-no-null
  • 66a08a1 rule namechange
  • a6d304e use lodash for includes
  • 0e63041 name change
  • c2b5b1f Update lockfile
  • 0cd1c39 Prepare version 3.9.4 [skip ci]

There are 60 commits in total.

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 3.11.0
  • Added: support for stylelint version 11.
Commits

The new version differs by 68 commits.

  • 2d66180 Prepare version 3.11.0 [skip ci]
  • 3e88a8d Update package-lock.json
  • ab71951 Delete yarn.lock
  • 06fe0ce Merge pull request #369 from bjankord/master
  • 830a85a Update package.json
  • 37081c8 Update changelog
  • 4f7df58 Update package-lock.json
  • 133dda6 Add support for stylelint 11
  • 2f63ae0 Prepare version 3.10.1 [skip ci]
  • 964dd90 Merge pull request #365 from kristerkari/bugfix/dimension-no-non-numeric-values
  • 891e0ab Fix error reporting for dimension-no-non-numeric-values
  • 3a08937 Prepare version 3.10.0 [skip ci]
  • 7d856a4 Update README.md [skip ci]
  • 45b787a Merge pull request #356 from kristerkari/rule/at-import-partial-extension
  • 5ae7ec9 Add at-import-partial-extension rule

There are 68 commits in total.

See the full diff

from frontend-app-publisher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.