@sapphire/eslint-config 4.3.8-next.f731c3c.0 β†’ 4.3.8

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,6 +2,28 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/eslint-config@4.3.8](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-config@4.3.7...@sapphire/eslint-config@4.3.8) - (2022-08-20)
6
+
7
+ ## πŸ› Bug Fixes
8
+
9
+ - **eslint-config:** Bump deps ([d63c41e](https://github.com/sapphiredev/utilities/commit/d63c41e672035f31e8479f9560bcbe25d4a2a018))
10
+ - **deps:** Update all non-major dependencies ([2308bd7](https://github.com/sapphiredev/utilities/commit/2308bd74356b6b2e0c12995b25f4d8ade4803fe9))
11
+ - **eslint-config:** Bump dependencies ([04967b3](https://github.com/sapphiredev/utilities/commit/04967b311e04197bf17adc45f25d75746919ebe2))
12
+ - **eslint-config:** Bump typescript eslint dependencies ([658f2d7](https://github.com/sapphiredev/utilities/commit/658f2d76a2d51b56dc689f077f608d5d8f3e9013))
13
+ - **deps:** Update all non-major dependencies ([94ffa04](https://github.com/sapphiredev/utilities/commit/94ffa04dd42594019f3439f66ee2019cc40d402c))
14
+ - **deps:** Update all non-major dependencies ([26774e0](https://github.com/sapphiredev/utilities/commit/26774e0f52ce063a327a50047e61aacb3503422b))
15
+ - **deps:** Update all non-major dependencies ([84af0db](https://github.com/sapphiredev/utilities/commit/84af0db2db749223b036aa99fe19a2e9af5681c6))
16
+
17
+ ## πŸ“ Documentation
18
+
19
+ - Add @muchnameless as a contributor ([a1221fe](https://github.com/sapphiredev/utilities/commit/a1221fea68506e99591d5d00ec552a07c26833f9))
20
+ - Add @enxg as a contributor ([d2382f0](https://github.com/sapphiredev/utilities/commit/d2382f04e3909cb4ad11798a0a10e683f6cf5383))
21
+ - Add @EvolutionX-10 as a contributor ([efc3a32](https://github.com/sapphiredev/utilities/commit/efc3a320a72ae258996dd62866d206c33f8d4961))
22
+
23
+ ## πŸ§ͺ Testing
24
+
25
+ - Migrate to vitest (#380) ([075ec73](https://github.com/sapphiredev/utilities/commit/075ec73c7a8e3374fad3ada612d37eb4ac36ec8d))
26
+
5
27
  # [@sapphire/eslint-config@4.3.7](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-config@4.3.6...@sapphire/eslint-config@4.3.7) - (2022-06-13)
6
28
 
7
29
  ## πŸ› Bug Fixes
package/README.md CHANGED
@@ -121,6 +121,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
121
121
  </tr>
122
122
  <tr>
123
123
  <td align="center"><a href="https://github.com/MajesticString"><img src="https://avatars.githubusercontent.com/u/66224939?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Harry Allen</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=MajesticString" title="Documentation">πŸ“–</a></td>
124
+ <td align="center"><a href="https://github.com/EvolutionX-10"><img src="https://avatars.githubusercontent.com/u/85353424?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Evo</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=EvolutionX-10" title="Code">πŸ’»</a></td>
125
+ <td align="center"><a href="https://enes.ovh/"><img src="https://avatars.githubusercontent.com/u/61084101?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Enes GenΓ§</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=enxg" title="Code">πŸ’»</a></td>
126
+ <td align="center"><a href="https://github.com/muchnameless"><img src="https://avatars.githubusercontent.com/u/12682826?v=4?s=100" width="100px;" alt=""/><br /><sub><b>muchnameless</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=muchnameless" title="Code">πŸ’»</a></td>
124
127
  </tr>
125
128
  </table>
126
129
 
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/eslint-config",
3
- "version": "4.3.8-next.f731c3c.0",
3
+ "version": "4.3.8",
4
4
  "description": "Standard ESLint config for the Sapphire Community",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -21,9 +21,9 @@
21
21
  "check-update": "cliff-jumper --dry-run"
22
22
  },
23
23
  "dependencies": {
24
- "@typescript-eslint/eslint-plugin": "^5.30.6",
25
- "@typescript-eslint/parser": "^5.30.6",
26
- "eslint": "^8.20.0",
24
+ "@typescript-eslint/eslint-plugin": "^5.33.1",
25
+ "@typescript-eslint/parser": "^5.33.1",
26
+ "eslint": "^8.22.0",
27
27
  "eslint-config-prettier": "^8.5.0",
28
28
  "eslint-plugin-prettier": "^4.2.1",
29
29
  "prettier": "^2.7.1",
@@ -60,7 +60,9 @@
60
60
  "access": "public"
61
61
  },
62
62
  "devDependencies": {
63
- "@favware/cliff-jumper": "^1.8.5",
64
- "tsup": "^6.1.3"
63
+ "@favware/cliff-jumper": "^1.8.6",
64
+ "@vitest/coverage-c8": "^0.22.1",
65
+ "tsup": "^6.2.2",
66
+ "vitest": "^0.22.1"
65
67
  }
66
68
  }