@sapphire/eslint-plugin-result 2.0.0-next.59d4c6b9.0 → 2.0.0

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/eslint-plugin-result@2.0.0](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-plugin-result@1.0.3...@sapphire/eslint-plugin-result@2.0.0) - (2023-07-21)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - **eslint-plugin-result:** Fix typo in rule name constant ([fb156b0](https://github.com/sapphiredev/utilities/commit/fb156b05fd3e9d7b2a5bf640fd8ec0dede2d0a4a))
10
+ - **deps:** Update all non-major dependencies ([3c9d07e](https://github.com/sapphiredev/utilities/commit/3c9d07e34217c2494f160d84cd177fba6ced4ac3))
11
+
12
+ ## 🚀 Features
13
+
14
+ - **eslint-plugin-result:** Update to `@typescript-eslint v6` ([750be13](https://github.com/sapphiredev/utilities/commit/750be13a307db0395b8cb10c29130182c47b20fd))
15
+ - 💥 **BREAKING CHANGE:** This package now depends on `@typescript-eslint` v6
16
+
17
+ ## 🪞 Styling
18
+
19
+ - Prettier formatting ([2650e29](https://github.com/sapphiredev/utilities/commit/2650e29fe20fe4e82c0d24ecf93ae583bafdee5b))
20
+
5
21
  # [@sapphire/eslint-plugin-result@1.0.3](https://github.com/sapphiredev/utilities/compare/@sapphire/eslint-plugin-result@1.0.2...@sapphire/eslint-plugin-result@1.0.3) - (2023-07-05)
6
22
 
7
23
  ## 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/eslint-plugin-result",
3
- "version": "2.0.0-next.59d4c6b9.0",
3
+ "version": "2.0.0",
4
4
  "description": "A TypeScript ESLint plugin for @sapphire/result",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",