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

124

9.0.0

Diff

Changelog

Source

9.0.0 (2020-10-26)

Bug Fixes

Features

  • @spotify/best-practices/no-discouraged-words: switch to warn (f1aed8c)
  • use TypeScript 4 (bbf1164), closes #487 #252

BREAKING CHANGES

  • must upgrade to TypeScript 4 as a consumer; new tsconfig takes advantage of incremental + noEmit
spotify-eng
published 8.0.0 •

Changelog

Source

8.0.0 (2020-06-23)

Features

  • commitlint: v9 (2709cb8)
  • eslint: v7 (55ebb7f)
  • eslint-plugin-jest: minor bump (e1fef3b)
  • jest: v26 (14c37a8)
  • jest-junit: v11 (1ef34c4)
  • semantic-release: minor bump (ded14f4)
  • typescript-eslint: upgrade to latest to support type export syntax (688324b)
  • typescript-eslint/eslint-plugin: v3.4.0 (195400a)

BREAKING CHANGES

  • commitlint: 'improvement' type will now be rejected by this config.
  • eslint: see release notes for eslint v7
  • jest-junit: see jest-junit 11 release notes
  • jest: See jest 26 release notes
  • typescript-eslint: The camelcase rule was deprecated in typescript-eslint. I've tried to replace it with an equivalent naming-convention rule config. I question if we should have this at all.
spotify-eng
published 7.0.0 •

Changelog

Source

7.0.0 (2020-04-28)

BREAKING CHANGES

  • running web-scripts without arguments exits code 1 now instead of exiting 0

  • prettier 2.0 may introduce breaking changes

  • prettier 2.0 may introduce breaking changes

  • improvement(web-scripts): make stylecheck and typecheck default for lint

the lint script will now default typechecking and stylechecking to true by default. You may shut these off with --no-typecheck and --no-stylecheck.

  • Users who have projects incompatible with TypeScript checks or with projects that do not user prettier will now fail yarn lint.
spotify-eng
published 6.2.0 •

Changelog

Source

6.2.0 (2020-04-04)

Features

spotify-eng
published 6.1.1 •

Changelog

Source

6.1.1 (2020-04-03)

Bug Fixes

  • pin ts-jest to 25.2 (48e4cd5)
  • web-scripts: pin ts-jest version to 25.2 (01c9d86)
spotify-eng
published 6.0.0 •

Changelog

Source

6.0.0 (2020-01-29)

Build System

  • bump node in engines to 10.18.0 (08ea936)

Features

  • web-scripts: fix lint-staged usage for latest version (5215e25)

BREAKING CHANGES

  • increasing Node version in engines declaration
  • web-scripts: * the --no-fix option has been removed from web-scripts precommit
  • a --no-typecheck was added to web-scripts precommit because the typecheck had to be removed from lint-staged, and so it is no longer aware of which files changed.
spotify-eng
published 5.0.0 •

Changelog

Source

5.0.0 (2020-01-06)

Features

  • tsconfig: expose a single tsconfig (5048d6a), closes #21
  • web-scripts: enable declarationMaps on types by default (835793e), closes #17

BREAKING CHANGES

  • tsconfig: deleted a number of exports from tsconfig
spotify-eng
published 4.0.0 •

Changelog

Source

4.0.0 (2020-01-03)

chore

Features

  • eslint 6 updates (d5444b6)
  • web-scripts: Upgrade to ESLint ^6.8.0 (d0c37e9)

BREAKING CHANGES

  • Minimum Node version has been increased
  • web-scripts: Users of web-scripts that rely on ESLint 5 will see unexpected linting errors.
spotify-eng
published 3.0.0 •

Changelog

Source

3.0.0 (2019-10-10)

Bug Fixes

  • eslint-config: Update typescript-eslint packages to ^2.2.0 (bda6c5f)

BREAKING CHANGES

  • eslint-config: Major version bump
spotify-eng
published 2.0.0 •

Changelog

Source

2.0.0 (2019-09-23)

Features

  • eslint-config-base: Add rule for disallowing useless constructors (beab7ec)
  • web-scripts: add format script; use implicit prettier config (e7a15b1)
  • web-scripts: use Jest config in project (a6284a6), closes #39
  • web-scripts: use project ESLint configs (233ed23), closes #39

BREAKING CHANGES

  • web-scripts: users who have Jest configs but do not pass them will begin having that config applied.
  • web-scripts: projects which have ESLint files but do not pass them to web-scripts will start having them automatically applied
  • eslint-config-base: Adding a lint rule which doesn't have a fix, which means that upgrading could break builds due to the new rule.
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