@open-turo/eslint-config 9.0.45 → 9.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "extends": [
3
- "github>open-turo/renovate-config#v1.18.0",
4
- "github>open-turo/renovate-config:npm-lib#v1.18.0"
3
+ "github>open-turo/renovate-config#v1.19.0",
4
+ "github>open-turo/renovate-config:npm-lib#v1.19.0"
5
5
  ]
6
6
  }
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 24.15.0
1
+ 24.16.0
@@ -13,7 +13,7 @@ repos:
13
13
  additional_dependencies: ["prettier@3.8.1"]
14
14
  stages: [pre-commit]
15
15
  - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
16
- rev: v9.24.0
16
+ rev: v9.25.0
17
17
  hooks:
18
18
  - id: commitlint
19
19
  stages: [commit-msg]
package/README.md CHANGED
@@ -1,34 +1,5 @@
1
1
  # `@open-turo/eslint-config`
2
2
 
3
- Turo eslint configuration
3
+ > **DEPRECATED** — This package is deprecated and no longer maintained. It does not support ESLint 9+ and will not receive further updates. If you are still using this package, please migrate to https://github.com/open-turo/eslint-config-typescript.
4
4
 
5
- [![Release](https://img.shields.io/github/v/release/open-turo/eslint-config)](https://github.com/open-turo/eslint-config/releases/)
6
- [![Tests pass/fail](https://img.shields.io/github/workflow/status/open-turo/eslint-config/CI)](https://github.com/open-turo/eslint-config/actions/)
7
5
  [![License](https://img.shields.io/github/license/open-turo/eslint-config)](./LICENSE)
8
- [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/dwyl/esta/issues)
9
- ![CI](https://github.com/open-turo/eslint-config/actions/workflows/release.yaml/badge.svg)
10
- [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
11
- [![Conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.2-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
12
- [![Join us!](https://img.shields.io/badge/Turo-Join%20us%21-593CFB.svg)](https://turo.com/jobs)
13
-
14
- ## Usage
15
-
16
- Install the package and all of its peer dependencies:
17
-
18
- ```shell
19
- npx install-peerdeps --dev @open-turo/eslint-config
20
- ```
21
-
22
- Then in your `.eslintrc` file add:
23
-
24
- ```
25
- "extends": "@open-turo/eslint-config"
26
- ```
27
-
28
- ## Get Help
29
-
30
- Please review Issues, post new Issues against this repository as needed.
31
-
32
- ## Contributions
33
-
34
- Please see [here](https://github.com/open-turo/contributions) for guidelines on how to contribute to this project.
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "eslint-plugin-json": "4.0.1",
10
10
  "eslint-plugin-n": "17.24.0",
11
11
  "eslint-plugin-prettier": "5.5.5",
12
- "eslint-plugin-simple-import-sort": "12.1.1",
12
+ "eslint-plugin-simple-import-sort": "13.0.0",
13
13
  "eslint-plugin-sonarjs": "4.0.3",
14
14
  "eslint-plugin-sort-destructure-keys": "3.0.0",
15
15
  "eslint-plugin-unicorn": "56.0.1"
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "@prettier/plugin-oxc": "0.1.4",
19
19
  "eslint": "8.57.1",
20
- "jest": "30.3.0",
20
+ "jest": "30.4.2",
21
21
  "prettier": "3.8.3"
22
22
  },
23
23
  "engines": {
@@ -40,6 +40,6 @@
40
40
  "lint": "echo noop",
41
41
  "test": "jest test.js"
42
42
  },
43
- "version": "9.0.45",
44
- "packageManager": "npm@11.12.1+sha512.cdca14b85d647b3192028d02aadbe82d75f79a446aceea9874be98e6d768f20ebd3555770a48d0e9906106007877bbc690f715e9372f2e2dc644a3c3157fb14c"
43
+ "version": "9.0.47",
44
+ "packageManager": "npm@11.15.0+sha512.fa4d2d93b9519e93143e70bb913b94ff2ad5fe69c5a0f84943be557cbb59e9fc1bcce55768fb1313f225f4f9f50c78b8f366f2332aa41effd7b10efa98d8d72f"
45
45
  }