@alextheman/eslint-plugin 4.1.0 → 4.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "4.1.0",
3
+ "version": "4.2.1",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "dist"
16
16
  ],
17
17
  "scripts": {
18
- "build": "tsup && tsx src/utility/hashConfigChanges.ts",
18
+ "build": "tsdown && tsx src/utility/hashConfigChanges.ts",
19
19
  "change-major": "npm version major -m \"Change version number to v%s\"",
20
20
  "change-minor": "npm version minor -m \"Change version number to v%s\"",
21
21
  "change-patch": "npm version patch -m \"Change version number to v%s\"",
@@ -37,10 +37,12 @@
37
37
  "test": "vitest run",
38
38
  "test-watch": "vitest",
39
39
  "update-dependencies": "bash -c 'npx npm-check-updates -u \"$@\" && npm install' --",
40
- "update-peer-dependencies": "bash -c 'npx npm-check-updates --dep peer -u \"$@\" && npm install' --"
40
+ "update-peer-dependencies": "bash -c 'npx npm-check-updates --dep peer -u \"$@\" && npm install' --",
41
+ "use-live-utility": "npm uninstall @alextheman/utility && npm install @alextheman/utility",
42
+ "use-local-utility": "dotenv -e .env -- sh -c 'UTILITY_PATH=${LOCAL_UTILITY_PATH:-../utility}; npm --prefix \"$UTILITY_PATH\" run create-local-package && npm uninstall @alextheman/eslint-plugin && npm install \"$UTILITY_PATH\"/alextheman-utility-*.tgz'"
41
43
  },
42
44
  "dependencies": {
43
- "@alextheman/utility": "^2.20.0",
45
+ "@alextheman/utility": "^2.21.0",
44
46
  "@typescript-eslint/utils": "^8.47.0",
45
47
  "common-tags": "^1.8.2",
46
48
  "zod": "^4.1.12"
@@ -51,6 +53,7 @@
51
53
  "@types/eslint-plugin-jsx-a11y": "^6.10.1",
52
54
  "@types/node": "^24.10.1",
53
55
  "@typescript-eslint/rule-tester": "^8.47.0",
56
+ "dotenv-cli": "^11.0.0",
54
57
  "eslint": "^9.39.1",
55
58
  "eslint-config-prettier": "^10.1.8",
56
59
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -66,7 +69,7 @@
66
69
  "husky": "^9.1.7",
67
70
  "jsdom": "^27.2.0",
68
71
  "prettier": "^3.6.2",
69
- "tsup": "^8.5.1",
72
+ "tsdown": "^0.16.6",
70
73
  "tsx": "^4.20.6",
71
74
  "typescript": "^5.9.3",
72
75
  "typescript-eslint": "^8.47.0",