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

chore(deps): update dependency eslint-plugin-jest to ^21.0.0 #5192

Merged
merged 1 commit into from
Feb 27, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2018

This Pull Request updates dependency eslint-plugin-jest from ^20.0.3 to ^21.0.0

Release Notes

v21.3.0

Added
  • Add prefer-to-have-length rule
    (#​4771)

v21.3.1

Changed
  • Remove trailing commas from source code

v21.3.2

Changed
  • Fix prefer-to-have-length when there are no argument properties
    (#​6)

v21.4.0

Added
  • Add no-large-snapshots rule
    (#​24)
  • Add prefer-to-be-null rule
    (#​10)
  • Add prefer-to-be-undefined rule
    (#​9)

v21.4.1

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

v21.4.2

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

v21.4.3

Bug Fixes
  • update link to no-identical-title rule (#​36) (2577b8c)

v21.5.0

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

v21.6.0

Features
  • implement prefer-expect-assertions rule (#​43) (4effb3c)

v21.6.1

Bug Fixes
  • docs: prefer-expect-assertions rule docs (#​49) (d96baca)

v21.6.2

Bug Fixes
  • valid-expect: error on missing async matchers (#​53) (16889bb)

v21.7.0

Features
  • implement valid-expect-in-promise rule (#​42) (eb31a54)

v21.7.1

Bug Fixes
  • include meta.docs.url for all rules (824c2a3)

v21.8.0

Features
  • rule: add valid-describe rule (#​57) (5e01e6b), closes #​18

v21.9.0

Bug Fixes
  • add warning to describe (#​65) (18c97de)
Features
  • rules: add consistent-test-it rule (eb0a2a2), closes #​12

v21.10.0

Features
  • rule: add no-hooks rule (#​74) (178744b), closes #​72

v21.11.0

Features
  • rules: add no-test-prefixes rule (#​70) (a12a2d2), closes #​63

v21.12.0

Features
  • add lowercase-description rule (#​56) (ad377d8), closes #​46

v21.12.1

Bug Fixes
  • valid-describe: support TemplateLiteral first argument (#​77) (47eb6c2), closes #​75

v21.12.2

Bug Fixes
  • coverage: get close to 100% test coverage (#​67) (58f4396)

Commits

v21.0.0

  • eaacb40 Remove redundant yarn.lock entry in npmignores (#​4368)
  • b6e4949 v21.0.0

v21.0.2

v21.1.0

v21.2.0

  • 701e48b Allow eslint-plugin to recognize more disabled tests (#​4533)
  • ee5e274 🃏 Change license from BSD+Patents to MIT.
  • 3c50991 v21.2.0

v21.3.0

v21.3.1

v21.3.2

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

v21.4.0

  • 0abd29d chore(travis): whitelist greenkeeper branches
  • 1a09571 docs(readme): add Greenkeeper badge
  • f657ac6 chore(travis): add secure token for greenkeeper-lockfiles
  • 6f3bad6 chore(travis): add greenkeeper-lockfiles
  • 5ee57ae chore(travis): move node 8 to the top of the version list
  • cc1d4e6 chore(package): update lint-staged to version 5.0.0
  • a2347dd chore(package): update lockfile
  • 20231c9 Standarize header in README (#​11)
  • dda7d74 Use the current ESLint logo (#​16)
  • 8591e9f Add prefer-to-be-null rule (#​10)
  • 8972c41 Add prefer-to-be-undefined rule (#​9)
  • 493dc2d Update deps
  • d7a7e84 Add changelog
  • 15cebfa Update links in changelog
  • 29813d2 chore: git ignore coverage directory
  • fbdddb2 docs: Add rules table (#​23)
  • cabfd20 chore(package): update lint-staged to version 6.0.0
  • 19aac60 chore(package): update lockfile
  • a42d917 feat(rules): add no-large-snapshots
  • bc74d33 Refactor prefer rules (#​26)
  • 465c31d docs: update changelog for release
  • e35f58b chore: update yarn.lock
  • 2306f85 v21.4.0

v21.4.1

  • e7e9e62 ci: use semantic release (#​27)
  • 7673c54 fix: add argument node checks
  • 2879920 fix: add null guards on argument selectors
  • e3f8884 ci: build branches named next

v21.4.2

  • c35f2a1 fix: support identifiers in to-be-undefined
  • e25f7af fix: make .not.to{Be,Equal} autofixable

v21.4.3

  • 2577b8c fix: update link to no-identical-title rule (#​36)

v21.5.0

  • 446fe79 feat(recommended): add plugin and globals env

v21.6.0

  • 69ca21a chore(style): add eslintignore file
  • 439c1f1 chore: update Jest to version 22 (#​45)
  • 4effb3c feat: implement prefer-expect-assertions rule (#​43)

v21.6.1

  • 08f93ff chore(package): add semantic-release as a dev dependency
  • d96baca fix(docs): prefer-expect-assertions rule docs (#​49)

v21.6.2

  • b3f2490 chore(package): upgrade @​commitlint to 6
  • a9e343a chore(ci): ignore engines for greenkeeper as well
  • 6960e93 chore(package): upgrade commitlint config to version 6
  • 16889bb fix(valid-expect): error on missing async matchers (#​53)

v21.7.0

  • b44813a chore(package): update semantic-release to version 12.2.2 🚀 (#​55)
  • eb31a54 feat: implement valid-expect-in-promise rule (#​42)

v21.7.1

  • 911bba1 chore(ci): separate lint and test command
  • 5e5ceba chore: add eslint-plugin-eslint-plugin (#​59)
  • 824c2a3 fix: include meta.docs.url for all rules
  • 5a6d64b refactor: rename files to use kebab-case
  • 33bdfbf chore(lint): add pattern option to require-meta-docs-url rule

v21.8.0

  • 5e01e6b feat(rule): add valid-describe rule (#​57)

v21.9.0

  • bcafe77 ci: add Danger
  • 5ea5c23 Merge pull request #​15 from jest-community/add_danger
  • 883a842 style(lint): enable eqeqeq rule (#​62)
  • 18c97de fix: add warning to describe (#​65)
  • 18203aa style(lint): enable node/no-unsupported-features rule (#​66)
  • beb8128 chore: add prettylint
  • b05a3f5 chore: add proseWrap and update dependencies
  • 8518811 chore(package): set engine to node 4
  • eb0a2a2 feat(rules): add consistent-test-it rule
  • f4cb4a2 refactor(tests): rename test file to be aligned with the rule name (#​71)
  • 38f8ca0 chore(ci): set correct build leader for release

v21.10.0

  • 178744b feat(rule): add no-hooks rule (#​74)

v21.11.0

  • a12a2d2 feat(rules): add no-test-prefixes rule (#​70)

v21.12.0

  • ad377d8 feat: add lowercase-description rule (#​56)

v21.12.1

  • 47eb6c2 fix(valid-describe): support TemplateLiteral first argument (#​77)

v21.12.2

  • e0160e5 docs: Use link to tagged version for rule docs (#​79)
  • faf0403 docs: improve docs URL resolution (#​80)
  • 7412b82 style: tweak eslint config (#​84)
  • 092514b chore: add jest-runner-eslint (#​82)
  • 6f2256b refactor: require rule file in tests (#​85)
  • 58f4396 fix(coverage): get close to 100% test coverage (#​67)

This PR has been generated by Renovate Bot.

@buildsize
Copy link

buildsize bot commented Jan 8, 2018

This change will decrease the build size from 10.4 MB to 10.4 MB, a decrease of 766 bytes (0%)

File name Previous Size New Size Change
yarn-[version].noarch.rpm 900.42 KB 900.34 KB -84 bytes (0%)
yarn-[version].js 3.92 MB 3.92 MB -14 bytes (0%)
yarn-legacy-[version].js 4.06 MB 4.06 MB -14 bytes (0%)
yarn-v[version].tar.gz 906.14 KB 905.49 KB -670 bytes (0%)
yarn_[version]all.deb 669.23 KB 669.25 KB 16 bytes (0%)

@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-jest to ^21.0.0 chore(deps): update dependency eslint-plugin-jest to ^21.0.0 Jan 15, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-21.x branch from 636003a to e304419 Compare January 15, 2018 14:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-21.x branch 7 times, most recently from 8e283b3 to 6a6a823 Compare February 23, 2018 13:19
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-21.x branch from 6a6a823 to d254af6 Compare February 23, 2018 14:40
@arcanis arcanis merged commit 7d4ec52 into master Feb 27, 2018
@renovate renovate bot deleted the renovate/eslint-plugin-jest-21.x branch February 27, 2018 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants