Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spotify/prettier-config

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spotify/prettier-config - npm Package Versions

134

14.0.0

Diff

Changelog

Source

14.0.0 (2022-07-11)

Bug Fixes

  • do not output type declarations for cjs/esm (262a174)
  • web-scripts: fix type declaration output by specifying module (814fc6b)

chore

  • deps: upgrade deps; jest from v27 to v28 (13aff23)

BREAKING CHANGES

  • deps: Jest bump from v27 to v28
spotify-eng
published 13.0.1 •

Changelog

Source

13.0.1 (2022-04-19)

Bug Fixes

  • fix peer dependency versioning for eslint (46068c2)
spotify-eng
published 12.0.1-dev.1 •

spotify-eng
published 13.0.0 •

Changelog

Source

13.0.0 (2022-03-21)

Bug Fixes

  • eslint: specify parserOptions.project (5ea256c)
  • remove parserOptions.project (c901579)
  • update yarn.lock (9ed6d68)

chore

BREAKING CHANGES

  • update semantic-release from v18 to v19
  • update jest-junit from v12 to v13
  • update @typescript-eslint from v4 to v5, eslint from v7 to v8
  • update eslint from v7 to v8
  • update @spotify/eslint-plugin from v11 to v12
  • update commitlint from v13 to v16
spotify-eng
published 12.0.0 •

Changelog

Source

12.0.0 (2021-09-22)

Build System

  • deps: bump typescript from 4.3.5 to 4.4.3 (b50b7b3)
  • node: drop support for Node v12. Support only NodeJS >= 14.17.x (be04398)

BREAKING CHANGES

  • node: Dropped support for Node v12. Minimum supported NodeJS version is now >= 14.17.x.
  • deps: https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#breaking-changes
spotify-eng
published 11.0.1-dev.6 •

spotify-eng
published 11.0.0 •

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.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 •

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