@comet/eslint-config 8.8.0-canary-20251127153349 → 8.9.0-canary-20251129141621

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 +8 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @comet/eslint-config
2
2
 
3
- ## 8.8.0-canary-20251127153349
3
+ ## 8.9.0-canary-20251129141621
4
+
5
+ ### Patch Changes
6
+
7
+ - @comet/eslint-plugin@8.9.0-canary-20251129141621
8
+
9
+ ## 8.8.0
4
10
 
5
11
  ### Minor Changes
6
12
 
@@ -10,7 +16,7 @@
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - @comet/eslint-plugin@8.8.0-canary-20251127153349
19
+ - @comet/eslint-plugin@8.8.0
14
20
 
15
21
  ## 8.7.1
16
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/eslint-config",
3
- "version": "8.8.0-canary-20251127153349",
3
+ "version": "8.9.0-canary-20251129141621",
4
4
  "description": "A set of ESLint configurations for Comet projects",
5
5
  "repository": {
6
6
  "directory": "packages/eslint-config",
@@ -45,7 +45,7 @@
45
45
  "globals": "^15.15.0",
46
46
  "npm-run-all2": "^8.0.0",
47
47
  "typescript-eslint": "^8.24.1",
48
- "@comet/eslint-plugin": "8.8.0-canary-20251127153349"
48
+ "@comet/eslint-plugin": "8.9.0-canary-20251129141621"
49
49
  },
50
50
  "devDependencies": {
51
51
  "eslint": "^9.30.1",