@2digits/eslint-config 4.14.0 → 4.14.1

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/dist/index.d.mts +1 -1
  2. package/package.json +7 -7
package/dist/index.d.mts CHANGED
@@ -1834,7 +1834,7 @@ interface RuleOptions {
1834
1834
  */
1835
1835
  'next/inline-script-id'?: Linter.RuleEntry<[]>;
1836
1836
  /**
1837
- * Prefer `next/script` component when using the inline script for Google Analytics.
1837
+ * Prefer `@next/third-parties/google` when using the inline script for Google Analytics and Tag Manager.
1838
1838
  * @see https://nextjs.org/docs/messages/next-script-for-ga
1839
1839
  */
1840
1840
  'next/next-script-for-ga'?: Linter.RuleEntry<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "4.14.0",
3
+ "version": "4.14.1",
4
4
  "description": "Effortlessly enforce best practices and catch errors with this comprehensive ESLint configuration for TypeScript, featuring popular plugins like @typescript-eslint, eslint-plugin-react, and eslint-plugin-unicorn.",
5
5
  "homepage": "https://2d-configs.vercel.app/",
6
6
  "repository": {
@@ -33,7 +33,7 @@
33
33
  "@eslint/js": "9.39.2",
34
34
  "@eslint/markdown": "7.5.1",
35
35
  "@graphql-eslint/eslint-plugin": "4.4.0",
36
- "@next/eslint-plugin-next": "16.0.10",
36
+ "@next/eslint-plugin-next": "16.1.0",
37
37
  "@stylistic/eslint-plugin": "5.6.1",
38
38
  "@tanstack/eslint-plugin-query": "5.91.2",
39
39
  "@tanstack/eslint-plugin-router": "1.141.0",
@@ -57,7 +57,7 @@
57
57
  "eslint-plugin-react-hooks": "7.0.1",
58
58
  "eslint-plugin-regexp": "2.10.0",
59
59
  "eslint-plugin-sonarjs": "3.0.5",
60
- "eslint-plugin-storybook": "10.1.9",
60
+ "eslint-plugin-storybook": "10.1.10",
61
61
  "eslint-plugin-tailwindcss": "3.18.2",
62
62
  "eslint-plugin-turbo": "2.6.3",
63
63
  "eslint-plugin-unicorn": "62.0.0",
@@ -71,14 +71,14 @@
71
71
  "tailwind-csstree": "0.1.4",
72
72
  "typescript-eslint": "8.50.0",
73
73
  "yaml-eslint-parser": "1.3.2",
74
- "@2digits/eslint-plugin": "3.2.13",
75
- "@2digits/constants": "1.1.12"
74
+ "@2digits/constants": "1.1.12",
75
+ "@2digits/eslint-plugin": "3.2.13"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@arethetypeswrong/core": "0.18.2",
79
79
  "@eslint/config-inspector": "1.4.2",
80
80
  "@types/react": "19.2.7",
81
- "dedent": "1.7.0",
81
+ "dedent": "1.7.1",
82
82
  "eslint": "9.39.2",
83
83
  "eslint-typegen": "2.3.0",
84
84
  "publint": "0.3.16",
@@ -87,7 +87,7 @@
87
87
  "tinyglobby": "0.2.15",
88
88
  "tsdown": "0.17.4",
89
89
  "typescript": "5.9.3",
90
- "vitest": "4.0.15",
90
+ "vitest": "4.0.16",
91
91
  "@2digits/tsconfig": "0.8.6"
92
92
  },
93
93
  "engines": {