@comet/eslint-config 9.0.0-canary-20251002064922 → 9.0.0-canary-20251013121422

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,10 +1,16 @@
1
1
  # @comet/eslint-config
2
2
 
3
- ## 9.0.0-canary-20251002064922
3
+ ## 9.0.0-canary-20251013121422
4
+
5
+ ### Major Changes
6
+
7
+ - 740dba8: Bump Next.js peer dependency to v15
8
+
9
+ Follow the official [migration guide](https://nextjs.org/docs/app/guides/upgrading/version-15) to upgrade.
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - @comet/eslint-plugin@9.0.0-canary-20251002064922
13
+ - @comet/eslint-plugin@9.0.0-canary-20251013121422
8
14
 
9
15
  ## 8.3.0
10
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/eslint-config",
3
- "version": "9.0.0-canary-20251002064922",
3
+ "version": "9.0.0-canary-20251013121422",
4
4
  "description": "A set of ESLint configurations for Comet projects",
5
5
  "repository": {
6
6
  "directory": "packages/eslint-config",
@@ -30,8 +30,8 @@
30
30
  "@calm/eslint-plugin-react-intl": "^1.4.1",
31
31
  "@eslint/eslintrc": "^3.3.1",
32
32
  "@eslint/js": "^9.30.1",
33
- "@next/eslint-plugin-next": "^15.3.5",
34
- "eslint-config-next": "^15.3.5",
33
+ "@next/eslint-plugin-next": "^15.5.4",
34
+ "eslint-config-next": "^15.5.4",
35
35
  "eslint-config-prettier": "^10.1.5",
36
36
  "eslint-plugin-formatjs": "^5.4.0",
37
37
  "eslint-plugin-import": "^2.31.0",
@@ -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": "9.0.0-canary-20251002064922"
48
+ "@comet/eslint-plugin": "9.0.0-canary-20251013121422"
49
49
  },
50
50
  "devDependencies": {
51
51
  "eslint": "^9.30.1",