@sapphire/eslint-config 5.0.6-next.cd7e6b59 → 5.0.6-next.ef2a0072

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +10 -10
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/eslint-config",
3
- "version": "5.0.6-next.cd7e6b59",
3
+ "version": "5.0.6-next.ef2a0072",
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",
28
+ "@typescript-eslint/eslint-plugin": "^7.13.1",
29
+ "@typescript-eslint/parser": "^7.13.1",
30
30
  "eslint": "^8.57.0",
31
31
  "eslint-config-prettier": "^9.1.0",
32
- "eslint-plugin-prettier": "^5.1.3",
33
- "prettier": "^3.3.0",
34
- "typescript": "^5.4.5"
32
+ "eslint-plugin-prettier": "^5.2.1",
33
+ "prettier": "^3.3.3",
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.2",
66
- "@vitest/coverage-v8": "^1.6.0",
67
- "tsup": "^8.0.2",
65
+ "@favware/cliff-jumper": "^4.0.3",
66
+ "@vitest/coverage-v8": "^2.0.3",
67
+ "tsup": "^8.2.1",
68
68
  "typedoc-json-parser": "^10.0.0",
69
- "vitest": "^1.6.0"
69
+ "vitest": "^2.0.3"
70
70
  }
71
71
  }