Socket
Socket
Sign inDemoInstall

eslint-plugin-jest

Package Overview
Dependencies
Maintainers
11
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jest - npm Package Compare versions

Comparing version 25.0.0-next.2 to 25.0.0-next.3

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [25.0.0-next.3](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.2...v25.0.0-next.3) (2021-09-17)
### Features
* remove deprecated rules ([#661](https://github.com/jest-community/eslint-plugin-jest/issues/661)) ([e8f16ec](https://github.com/jest-community/eslint-plugin-jest/commit/e8f16ec0e204a94a0e549cb9b415b3c6c8981aee))
### BREAKING CHANGES
* Removes rules `no-expect-resolves`, `no-truthy-falsy`, `no-try-expect`, and `prefer-inline-snapshots`
# [25.0.0-next.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0-next.1...v25.0.0-next.2) (2021-09-13)

@@ -2,0 +14,0 @@

19

package.json
{
"name": "eslint-plugin-jest",
"version": "25.0.0-next.2",
"version": "25.0.0-next.3",
"description": "Eslint rules for Jest",

@@ -89,4 +89,4 @@ "keywords": [

"@babel/preset-typescript": "^7.3.3",
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@schemastore/package": "^0.0.6",

@@ -105,14 +105,14 @@ "@semantic-release/changelog": "^5.0.1",

"eslint": "^6.0.0 || ^7.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-eslint-config": "^2.0.0",
"eslint-plugin-eslint-plugin": "^2.0.0",
"eslint-plugin-eslint-plugin": "^3.5.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^6.0.0",
"eslint-plugin-prettier": "^3.4.1",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^27.0.0",
"jest-runner-eslint": "^0.10.0",
"lint-staged": "^10.2.2",
"lint-staged": "^11.1.2",
"pinst": "^2.0.0",

@@ -123,3 +123,4 @@ "prettier": "^2.0.5",

"semantic-release": "^17.0.7",
"ts-node": "^9.0.0",
"semver": "^7.3.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.0"

@@ -126,0 +127,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc