@darksheep/eslint 4.1.5 → 4.1.6

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 +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.1.6](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.5...v4.1.6) (2024-02-29)
4
+
5
+
6
+ ### 📦 Dependencies
7
+
8
+ * **dev:** update dependency @types/eslint to v8.56.5 ([#256](https://github.com/DarkSheepSoftware/eslint/issues/256)) ([c003b0c](https://github.com/DarkSheepSoftware/eslint/commit/c003b0cdde7184902e54b44f7550bf52b8d3ea3f))
9
+ * **dev:** update dependency @types/node to v20.11.22 ([#257](https://github.com/DarkSheepSoftware/eslint/issues/257)) ([66fc7b1](https://github.com/DarkSheepSoftware/eslint/commit/66fc7b136d4e2f211b4339d47f3e67de4f8761ff))
10
+ * **dev:** update dependency @types/node to v20.11.23 ([#272](https://github.com/DarkSheepSoftware/eslint/issues/272)) ([0c442e5](https://github.com/DarkSheepSoftware/eslint/commit/0c442e53269ac907e60914e3d49a9a927955808d))
11
+ * **lock:** lock file maintenance ([#270](https://github.com/DarkSheepSoftware/eslint/issues/270)) ([d456726](https://github.com/DarkSheepSoftware/eslint/commit/d456726eff6ce461273d5bf22151c52e0682cb9b))
12
+ * **pkg:** update dependency @stylistic/eslint-plugin to v1.6.3 ([#260](https://github.com/DarkSheepSoftware/eslint/issues/260)) ([3c2b223](https://github.com/DarkSheepSoftware/eslint/commit/3c2b223e2024335d982e85b8a454455b120f84d9))
13
+
3
14
  ## [4.1.5](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.4...v4.1.5) (2024-02-28)
4
15
 
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/eslint",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "type": "module",
5
5
  "packageManager": "yarn@4.1.0",
6
6
  "bin": "./src/bin/eslint.cjs",