Skip to content

Releases: mscharley/node-presets

@mscharley/[email protected]

07 Oct 03:32
Compare
Choose a tag to compare

Patch Changes

  • ab92718: Cleanup some of the testing rules
  • 7d6a205: Fix readme for flat configurations

@mscharley/[email protected]

07 Oct 02:33
Compare
Choose a tag to compare

Patch Changes

  • d680c72: Fix an issue with detecting typescript projects

@mscharley/[email protected]

06 Oct 12:51
Compare
Choose a tag to compare

Major Changes

  • 1720d57: Migrate ESLint to flat configurations.

    BREAKING CHANGE: it will require migration work to update to this version. The migration to the new flat configuration format is fairly straightforward. The new rulesets are exported as import('@mscharley/eslint-config').configs. There is also a withStyles() function for enabling style linting for a project which was enabled by default previously. This doesn't currently take any options but may in the future to allow certain style parameters to be tweaked.

    BREAKING CHANGE: Officially drop node 16 support.

Patch Changes

  • 8c70c28: fix(deps): update dependency eslint-plugin-react to ^7.36.0
  • 8f4d995: fix(deps): update dependency eslint-plugin-react to ^7.36.1
  • 31a13e3: fix(deps): update dependency eslint to ^8.57.1
  • 99b0098: fix(deps): update dependency eslint-plugin-react to ^7.37.0
  • 1f13a80: fix(deps): update dependency eslint-plugin-react to ^7.37.1
  • abf5881: fix(deps): update dependency eslint-plugin-import to ^2.31.0
  • 2ed1dfc: fix(deps): update eslint packages

@mscharley/[email protected]

14 Sep 12:32
Compare
Choose a tag to compare

Patch Changes

  • fb20454: fix(deps): update dependency prettier to v3.3.0
  • adea400: fix(deps): update dependency prettier to v3.3.1
  • e8f0d78: fix(deps): update dependency prettier to v3.3.2
  • 339c312: fix(deps): update dependency prettier to v3.3.3

@mscharley/[email protected]

14 Sep 12:32
Compare
Choose a tag to compare

Patch Changes

  • 64016d4: fix(deps): update typescript-eslint monorepo to ^7.9.0
  • 08f4b1c: fix(deps): update typescript-eslint monorepo to ^7.10.0
  • e092de8: fix(deps): update dependency eslint-plugin-react to ^7.34.2
  • b718913: fix(deps): update typescript-eslint monorepo to ^7.11.0
  • 7fa333b: fix(deps): update typescript-eslint monorepo to ^7.12.0
  • 04544dc: fix(deps): update typescript-eslint monorepo to ^7.13.0
  • a82107a: fix(deps): update dependency eslint-plugin-react to ^7.34.3
  • 001ead1: fix(deps): update typescript-eslint monorepo to ^7.13.1
  • 82c7dd3: fix(deps): update dependency typescript to v5.5.2
  • 4831062: fix(deps): update typescript-eslint monorepo to ^7.14.1
  • 9695744: fix(deps): update dependency typescript to v5.5.3
  • e5c3af3: fix(deps): update typescript-eslint monorepo to ^7.15.0
  • 3e0d059: fix(deps): update typescript-eslint monorepo to ^7.16.0
  • 83a04ff: fix(deps): update dependency eslint-plugin-react to ^7.34.4
  • 40611b6: fix(deps): update typescript-eslint monorepo to ^7.16.1
  • 7506cb7: fix(deps): update dependency typescript to v5.5.4
  • 496d3d2: fix(deps): update dependency eslint-plugin-react to ^7.35.0
  • 66fc1a0: fix(deps): update typescript-eslint monorepo to ^7.17.0
  • 798e9a6: fix(deps): update typescript-eslint monorepo to ^7.18.0
  • 272c7bb: fix(deps): update dependency eslint-import-resolver-typescript to ^3.6.3
  • 826b5be: fix(deps): update eslint packages
  • d31f77b: fix(deps): update dependency typescript to v5.6.2

@mscharley/[email protected]

11 May 11:58
Compare
Choose a tag to compare

Patch Changes

  • 57e7303: fix(deps): update dependency eslint-plugin-react-hooks to ^4.6.2
  • f73ca03: fix(deps): update dependency @stylistic/eslint-plugin to ^1.8.0
  • 07d6174: fix(deps): update typescript-eslint monorepo to ^7.8.0
  • 8c22aed: fix(deps): update dependency @stylistic/eslint-plugin to ^1.8.1

@mscharley/[email protected]

29 Apr 03:20
Compare
Choose a tag to compare

Patch Changes

  • 6e298f0: Migrate to n/no-process-exit instead of the deprecated no-process-exit rule
  • 7d74015: fix(deps): update typescript-eslint monorepo to ^7.5.0
  • 0951542: fix(deps): update dependency typescript to v5.4.4
  • f39ccd3: fix(deps): update typescript-eslint monorepo to ^7.6.0
  • 93bf6c6: fix(deps): update dependency typescript to v5.4.5
  • c5c49af: fix(deps): update dependency @stylistic/eslint-plugin to ^1.7.2
  • 71c43a3: fix(deps): update typescript-eslint monorepo to ^7.7.0
  • 7aef700: fix(deps): update typescript-eslint monorepo to ^7.7.1
  • c21caaa: fix(deps): update dependency eslint-plugin-react-hooks to ^4.6.1

@mscharley/[email protected]

03 Apr 11:28
Compare
Choose a tag to compare

Patch Changes

  • aa48c87: Migrate to using the stylistic plugin for all style rules instead of the deprecated eslint rules

@mscharley/[email protected]

03 Apr 13:43
Compare
Choose a tag to compare

Patch Changes

  • ada7204: fix(deps): update dependency eslint-plugin-n to v16
  • 3f7617a: Don't use prettier for ts/js

@mscharley/[email protected]

03 Apr 11:28
Compare
Choose a tag to compare

Patch Changes

  • eb2ff9b: fix(deps): update typescript-eslint monorepo to ^7.1.0
  • 65ca38c: fix(deps): update dependency eslint-plugin-react to ^7.34.0
  • 03682c3: fix(deps): update typescript-eslint monorepo to ^7.1.1
  • 45ab99e: fix(deps): update dependency typescript to v5.4.2
  • ab01fe6: fix(deps): update typescript-eslint monorepo to ^7.2.0
  • 11cf009: fix(deps): replace eslint packages
  • 43822af: fix(deps): update typescript-eslint monorepo to ^7.3.1
  • 6e751eb: fix(deps): update dependency typescript to v5.4.3
  • f701198: fix(deps): update typescript-eslint monorepo to ^7.4.0
  • aa48c87: Migrate to using the stylistic plugin for all style rules instead of the deprecated eslint rules
  • Updated dependencies [aa48c87]