@sapphire/eslint-config 4.3.8-next.fca7a80.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
@@ -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.fca7a80.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.32.0",
25
- "@typescript-eslint/parser": "^5.32.0",
26
- "eslint": "^8.21.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",
@@ -61,6 +61,8 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@favware/cliff-jumper": "^1.8.6",
64
- "tsup": "^6.2.1"
64
+ "@vitest/coverage-c8": "^0.22.1",
65
+ "tsup": "^6.2.2",
66
+ "vitest": "^0.22.1"
65
67
  }
66
68
  }