Giter VIP home page Giter VIP logo

Comments (8)

greenkeeper avatar greenkeeper commented on June 14, 2024

After pinning to 21.2.0 your tests are passing again. Downgrade this dependency 📌.

from browserslist-config.

greenkeeper avatar greenkeeper commented on June 14, 2024

Version 21.3.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

See the full diff

from browserslist-config.

greenkeeper avatar greenkeeper commented on June 14, 2024

Version 21.3.2 just got published.

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

Commits

The new version differs by 2 commits.

  • 4bbec5f v21.3.2
  • 1df3bd5 Fix to-have-length when there are no argument properties (#6)

See the full diff

from browserslist-config.

greenkeeper avatar greenkeeper commented on June 14, 2024

Version 21.4.0 just got published.

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

Commits

The new version differs by 25 commits.

  • 2306f85 v21.4.0
  • e35f58b chore: update yarn.lock
  • 465c31d docs: update changelog for release
  • bc74d33 Refactor prefer rules (#26)
  • a42d917 feat(rules): add no-large-snapshots
  • 19aac60 chore(package): update lockfile
  • cabfd20 chore(package): update lint-staged to version 6.0.0
  • fbdddb2 docs: Add rules table (#23)
  • 29813d2 chore: git ignore coverage directory
  • 15cebfa Update links in changelog
  • d7a7e84 Add changelog
  • 493dc2d Update deps
  • 8972c41 Add prefer-to-be-undefined rule (#9)
  • 8591e9f Add prefer-to-be-null rule (#10)
  • dda7d74 Use the current ESLint logo (#16)

There are 25 commits in total.

See the full diff

from browserslist-config.

greenkeeper avatar greenkeeper commented on June 14, 2024

Version 21.4.1 just got published.

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

Release Notes v21.4.1

21.4.1 (2017-12-05)

Bug Fixes

  • add argument node checks (7673c54), closes #29
  • add null guards on argument selectors (2879920), closes #28
Commits

The new version differs by 29 commits.

  • e3f8884 ci: build branches named next
  • 2879920 fix: add null guards on argument selectors
  • 7673c54 fix: add argument node checks
  • e7e9e62 ci: use semantic release (#27)
  • 2306f85 v21.4.0
  • e35f58b chore: update yarn.lock
  • 465c31d docs: update changelog for release
  • bc74d33 Refactor prefer rules (#26)
  • a42d917 feat(rules): add no-large-snapshots
  • 19aac60 chore(package): update lockfile
  • cabfd20 chore(package): update lint-staged to version 6.0.0
  • fbdddb2 docs: Add rules table (#23)
  • 29813d2 chore: git ignore coverage directory
  • 15cebfa Update links in changelog
  • d7a7e84 Add changelog

There are 29 commits in total.

See the full diff

from browserslist-config.

greenkeeper avatar greenkeeper commented on June 14, 2024

Version 21.4.2 just got published.

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

Release Notes v21.4.2

21.4.2 (2017-12-06)

Bug Fixes

  • make .not.to{Be,Equal} autofixable (e25f7af)
  • support identifiers in to-be-undefined (c35f2a1)
Commits

The new version differs by 31 commits.

  • e25f7af fix: make .not.to{Be,Equal} autofixable
  • c35f2a1 fix: support identifiers in to-be-undefined
  • e3f8884 ci: build branches named next
  • 2879920 fix: add null guards on argument selectors
  • 7673c54 fix: add argument node checks
  • e7e9e62 ci: use semantic release (#27)
  • 2306f85 v21.4.0
  • e35f58b chore: update yarn.lock
  • 465c31d docs: update changelog for release
  • bc74d33 Refactor prefer rules (#26)
  • a42d917 feat(rules): add no-large-snapshots
  • 19aac60 chore(package): update lockfile
  • cabfd20 chore(package): update lint-staged to version 6.0.0
  • fbdddb2 docs: Add rules table (#23)
  • 29813d2 chore: git ignore coverage directory

There are 31 commits in total.

See the full diff

from browserslist-config.

greenkeeper avatar greenkeeper commented on June 14, 2024

Version 21.4.3 just got published.

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

Release Notes v21.4.3

21.4.3 (2017-12-14)

Bug Fixes

  • update link to no-identical-title rule (#36) (2577b8c)
Commits

The new version differs by 32 commits.

  • 2577b8c fix: update link to no-identical-title rule (#36)
  • e25f7af fix: make .not.to{Be,Equal} autofixable
  • c35f2a1 fix: support identifiers in to-be-undefined
  • e3f8884 ci: build branches named next
  • 2879920 fix: add null guards on argument selectors
  • 7673c54 fix: add argument node checks
  • e7e9e62 ci: use semantic release (#27)
  • 2306f85 v21.4.0
  • e35f58b chore: update yarn.lock
  • 465c31d docs: update changelog for release
  • bc74d33 Refactor prefer rules (#26)
  • a42d917 feat(rules): add no-large-snapshots
  • 19aac60 chore(package): update lockfile
  • cabfd20 chore(package): update lint-staged to version 6.0.0
  • fbdddb2 docs: Add rules table (#23)

There are 32 commits in total.

See the full diff

from browserslist-config.

greenkeeper avatar greenkeeper commented on June 14, 2024

Version 21.5.0 just got published.

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

Release Notes v21.5.0

21.5.0 (2017-12-15)

Features

  • recommended: add plugin and globals env (446fe79), closes #37
Commits

The new version differs by 33 commits.

  • 446fe79 feat(recommended): add plugin and globals env
  • 2577b8c fix: update link to no-identical-title rule (#36)
  • e25f7af fix: make .not.to{Be,Equal} autofixable
  • c35f2a1 fix: support identifiers in to-be-undefined
  • e3f8884 ci: build branches named next
  • 2879920 fix: add null guards on argument selectors
  • 7673c54 fix: add argument node checks
  • e7e9e62 ci: use semantic release (#27)
  • 2306f85 v21.4.0
  • e35f58b chore: update yarn.lock
  • 465c31d docs: update changelog for release
  • bc74d33 Refactor prefer rules (#26)
  • a42d917 feat(rules): add no-large-snapshots
  • 19aac60 chore(package): update lockfile
  • cabfd20 chore(package): update lint-staged to version 6.0.0

There are 33 commits in total.

See the full diff

from browserslist-config.

Related Issues (4)

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.