@sapphire/eslint-config 5.0.5 → 5.0.6-next.014a7928

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.
package/CHANGELOG.md CHANGED
@@ -2,16 +2,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- # [@sapphire/eslint-config@5.0.5](https://github.com/sapphire/eslint-config/compare/@sapphire/eslint-config@5.0.4...@sapphire/eslint-config@5.0.5) - (2024-06-03)
5
+ # [@sapphire/eslint-config@5.0.5](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-config@5.0.4...@sapphire/eslint-config@5.0.5) - (2024-06-03)
6
6
 
7
7
  ## 🐛 Bug Fixes
8
8
 
9
- - **eslint-config:** Bump transient dependencies ([f83936d](https://github.com/sapphire/eslint-config/commit/f83936db505bdcda957f5c52bdde557dbb1410b9))
10
- - **deps:** Update all non-major dependencies ([7dc491a](https://github.com/sapphire/eslint-config/commit/7dc491a3eebea3bd320fcc73d3b434067646c7df))
9
+ - **eslint-config:** Bump transient dependencies ([f83936d](https://github.com/sapphiredev/utilities/commit/f83936db505bdcda957f5c52bdde557dbb1410b9))
10
+ - **deps:** Update all non-major dependencies ([7dc491a](https://github.com/sapphiredev/utilities/commit/7dc491a3eebea3bd320fcc73d3b434067646c7df))
11
11
 
12
12
  ## 📝 Documentation
13
13
 
14
- - **eslint-config:** Add note on how to use with flat config ([875402c](https://github.com/sapphire/eslint-config/commit/875402c3d1a3611a89ba3680d107b1c8d2be20dd))
14
+ - **eslint-config:** Add note on how to use with flat config ([875402c](https://github.com/sapphiredev/utilities/commit/875402c3d1a3611a89ba3680d107b1c8d2be20dd))
15
15
 
16
16
  # [@sapphire/eslint-config@5.0.4](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-config@5.0.3...@sapphire/eslint-config@5.0.4) - (2024-03-11)
17
17
 
package/README.md CHANGED
@@ -7,7 +7,6 @@
7
7
  **ESLint configuration for all Sapphire Community repositories.**
8
8
 
9
9
  [![GitHub](https://img.shields.io/github/license/sapphiredev/utilities)](https://github.com/sapphiredev/utilities/blob/main/LICENSE.md)
10
- [![codecov](https://codecov.io/gh/sapphiredev/utilities/branch/main/graph/badge.svg?token=OEGIV6RFDO)](https://codecov.io/gh/sapphiredev/utilities)
11
10
  [![npm bundle size](https://img.shields.io/bundlephobia/min/@sapphire/eslint-config?logo=webpack&style=flat-square)](https://bundlephobia.com/result?p=@sapphire/eslint-config)
12
11
  [![npm](https://img.shields.io/npm/v/@sapphire/eslint-config?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/@sapphire/eslint-config)
13
12
 
@@ -6,7 +6,7 @@ var __commonJS = (cb, mod) => function __require() {
6
6
  };
7
7
 
8
8
  // src/index.ts
9
- var require_src = __commonJS({
9
+ var require_index = __commonJS({
10
10
  "src/index.ts"(exports, module) {
11
11
  var eslintConfig = {
12
12
  root: true,
@@ -344,6 +344,6 @@ var require_src = __commonJS({
344
344
  module.exports = eslintConfig;
345
345
  }
346
346
  });
347
- var index = require_src();
347
+ var index = require_index();
348
348
 
349
349
  module.exports = index;
@@ -4,7 +4,7 @@ var __commonJS = (cb, mod) => function __require() {
4
4
  };
5
5
 
6
6
  // src/index.ts
7
- var require_src = __commonJS({
7
+ var require_index = __commonJS({
8
8
  "src/index.ts"(exports, module) {
9
9
  var eslintConfig = {
10
10
  root: true,
@@ -342,6 +342,6 @@ var require_src = __commonJS({
342
342
  module.exports = eslintConfig;
343
343
  }
344
344
  });
345
- var index = require_src();
345
+ var index = require_index();
346
346
 
347
347
  export { index as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/eslint-config",
3
- "version": "5.0.5",
3
+ "version": "5.0.6-next.014a7928",
4
4
  "description": "Standard ESLint config for the Sapphire Community",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -25,13 +25,13 @@
25
25
  "check-update": "cliff-jumper --dry-run"
26
26
  },
27
27
  "dependencies": {
28
- "@typescript-eslint/eslint-plugin": "^7.11.0",
29
- "@typescript-eslint/parser": "^7.11.0",
30
- "eslint": "^8.57.0",
31
- "eslint-config-prettier": "^9.1.0",
32
- "eslint-plugin-prettier": "^5.1.3",
33
- "prettier": "^3.3.0",
34
- "typescript": "^5.4.5"
28
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
29
+ "@typescript-eslint/parser": "^7.18.0",
30
+ "eslint": "^8.57.1",
31
+ "eslint-config-prettier": "^10.0.1",
32
+ "eslint-plugin-prettier": "^5.2.3",
33
+ "prettier": "^3.4.2",
34
+ "typescript": "~5.4.5"
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",
@@ -62,10 +62,10 @@
62
62
  "access": "public"
63
63
  },
64
64
  "devDependencies": {
65
- "@favware/cliff-jumper": "^4.0.1",
66
- "@vitest/coverage-v8": "^1.6.0",
67
- "tsup": "^8.0.2",
68
- "typedoc-json-parser": "^10.0.0",
69
- "vitest": "^1.6.0"
65
+ "@favware/cliff-jumper": "^6.0.0",
66
+ "@vitest/coverage-v8": "^3.0.4",
67
+ "tsup": "^8.3.6",
68
+ "typedoc-json-parser": "^10.2.0",
69
+ "vitest": "^3.0.4"
70
70
  }
71
71
  }