eslint-plugin-zod 3.12.0 → 3.12.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.
package/dist/meta.cjs CHANGED
@@ -5,7 +5,7 @@ const { name: PLUGIN_NAME, version: PLUGIN_VERSION, homepage } = JSON.parse((0,
5
5
  /** @see https://github.com/marcalexiei/eslint-plugin-zod/pull/97 */
6
6
  const PLUGIN_HOMEPAGE = homepage.replace(/#[^#]*$/, "");
7
7
  function getRuleURL(ruleID) {
8
- return `${PLUGIN_HOMEPAGE}/blob/HEAD/docs/rules/${ruleID}.md`;
8
+ return `${PLUGIN_HOMEPAGE}/blob/v${PLUGIN_VERSION}/docs/rules/${ruleID}.md`;
9
9
  }
10
10
  //#endregion
11
11
  exports.PLUGIN_NAME = PLUGIN_NAME;
package/dist/meta.mjs CHANGED
@@ -4,7 +4,7 @@ const { name: PLUGIN_NAME, version: PLUGIN_VERSION, homepage } = JSON.parse(read
4
4
  /** @see https://github.com/marcalexiei/eslint-plugin-zod/pull/97 */
5
5
  const PLUGIN_HOMEPAGE = homepage.replace(/#[^#]*$/, "");
6
6
  function getRuleURL(ruleID) {
7
- return `${PLUGIN_HOMEPAGE}/blob/HEAD/docs/rules/${ruleID}.md`;
7
+ return `${PLUGIN_HOMEPAGE}/blob/v${PLUGIN_VERSION}/docs/rules/${ruleID}.md`;
8
8
  }
9
9
  //#endregion
10
10
  export { PLUGIN_NAME, PLUGIN_VERSION, getRuleURL };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-zod",
3
- "version": "3.12.0",
3
+ "version": "3.12.1",
4
4
  "type": "module",
5
5
  "description": "ESLint plugin that adds custom linting rules to enforce best practices when using Zod",
6
6
  "engines": {
@@ -63,24 +63,24 @@
63
63
  "devDependencies": {
64
64
  "@changesets/changelog-github": "0.6.0",
65
65
  "@changesets/cli": "2.31.0",
66
- "@marcalexiei/eslint-config": "6.0.0",
66
+ "@marcalexiei/eslint-config": "7.0.0",
67
67
  "@marcalexiei/prettier-config": "1.1.4",
68
68
  "@types/esquery": "1.5.4",
69
69
  "@types/node": "25.6.0",
70
- "@typescript-eslint/rule-tester": "8.59.0",
70
+ "@typescript-eslint/rule-tester": "8.59.2",
71
71
  "@vitest/eslint-plugin": "1.6.16",
72
72
  "dedent": "1.7.2",
73
- "eslint": "10.2.1",
73
+ "eslint": "10.3.0",
74
74
  "eslint-doc-generator": "3.3.2",
75
75
  "eslint-import-resolver-typescript": "4.4.4",
76
- "eslint-plugin-eslint-plugin": "7.3.2",
76
+ "eslint-plugin-eslint-plugin": "7.3.3",
77
77
  "eslint-plugin-import-x": "4.16.2",
78
78
  "eslint-plugin-n": "17.24.0",
79
- "knip": "6.7.0",
79
+ "knip": "6.11.0",
80
80
  "prettier": "3.8.3",
81
81
  "tsdown": "0.21.10",
82
82
  "typescript": "6.0.3",
83
- "typescript-eslint": "8.59.0",
83
+ "typescript-eslint": "8.59.2",
84
84
  "vitest": "4.1.5"
85
85
  },
86
86
  "scripts": {