New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spotify/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spotify/eslint-config - npm Package Versions

1
6

11.0.0

Diff

Changelog

Source

11.0.0 (2021-07-16)

Features

  • add support for Husky v6+ (934ee73)

HEADS UP

  • upgrade prettier from 2.2.x to 2.3.x

    • ⚠️ formatting improvements that could result in large diffs. See https://prettier.io/blog/2021/05/09/2.3.0.html
  • ⚠️ jest v27: if you have tests using fake timers that break, jest.useFakeTimers('legacy') might be the mitigation (See https://github.com/facebook/jest/issues/11521 for more deets)

  • ⚠️ jest v27: default test environment was changed from "jsdom" to "node" for performance. if you are affected by this change because you use DOM APIs and do not have the test environment explicitly configured, you should be receiving an error when e.g. document is accessed, and you can configure "testEnvironment": "jsdom" or use per-file environment configuration to resolve this.

BREAKING CHANGES

  • upgrade Jest from v26.x to v27.x

    TL;DR --

    • tests using fake timers might break due to a regression
    • default test environment was changed from "jsdom" to "node" for performance
    • The same done test callback may not be called more than once,
    • calling done and returning a Promise may not be combined,
    • a describe block must not return anything,
    • under the hood the test runner jest-jasmine2 was replaced with jest-circus

    For more breaking changes see: https://jestjs.io/blog/2021/05/25/jest-27

spotify-eng
published 10.1.0 •

Changelog

Source

10.1.0 (2021-06-30)

INVALID RELEASE

  • This release was a mistake and should have been a major bump. This version has been npm deprecated
spotify-eng
published 10.0.2-dev.31 •

spotify-eng
published 10.0.1 •

Changelog

Source

10.0.1 (2021-04-27)

Bug Fixes

  • precommit opts destructuring (e8a238f)
spotify-eng
published 10.0.1-rc.11 •

spotify-eng
published 10.0.1-dev.11 •

spotify-eng
published 10.0.0 •

Changelog

Source

10.0.0 (2021-04-14)

Bug Fixes

  • eslint-config: use jest version setting to fix no-deprecated-functions functionality (9a67198)

Build System

Features

  • eslint-config-react: disable react/prop-types rule (d445345)
  • eslint-config-typescript: turn off @typescript-eslint/no-unused-vars (4845031)

BREAKING CHANGES

  • drop support for NodeJS v10.x, which reaches EOL on April 30, 2021.
  • deps: introduces new lint rules for jest that might break existing tests.
spotify-eng
published 9.0.3-rc.18 •

spotify-eng
published 9.0.3-dev.14 •

spotify-eng
published 9.0.2 •

Changelog

Source

9.0.2 (2021-02-26)

Bug Fixes

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