prettier-config-nick2bad4u 1.0.7 → 1.0.8

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 (1) hide show
  1. package/package.json +6 -16
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "prettier-config-nick2bad4u",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "private": false,
6
6
  "description": "Shared Prettier config for Nick2bad4u projects.",
7
7
  "keywords": [
@@ -66,7 +66,7 @@
66
66
  "lint:prettier": "prettier . --log-level warn --cache --cache-location=.cache/.prettier-cache --cache-strategy=content --check",
67
67
  "lint:prettier:fix": "prettier . --log-level warn --cache --cache-location=.cache/.prettier-cache --cache-strategy=content --write",
68
68
  "lint:publint": "publint",
69
- "lint:secretlint": "secretlint --secretlintrc .secretlintrc.json --secretlintignore .gitignore \"**/*\"",
69
+ "lint:secretlint": "secretlint --secretlintrc .secretlintrc.cjs --secretlintignore .gitignore \"**/*\"",
70
70
  "lint:yaml": "eslint --cache --cache-strategy content --cache-location .cache/.eslintcache \"**/*.{yml,yaml}\"",
71
71
  "lint:yaml:fix": "npm run lint:yaml -- --fix",
72
72
  "package:check": "npm pack --dry-run",
@@ -84,6 +84,7 @@
84
84
  },
85
85
  "dependencies": {
86
86
  "@softonus/prettier-plugin-duplicate-remover": "^1.1.2",
87
+ "npm-check-updates": "^22.1.0",
87
88
  "prettier-plugin-ini": "^1.3.0",
88
89
  "prettier-plugin-interpolated-html-tags": "^2.0.1",
89
90
  "prettier-plugin-jsdoc": "^1.8.0",
@@ -98,29 +99,18 @@
98
99
  },
99
100
  "devDependencies": {
100
101
  "@arethetypeswrong/cli": "^0.18.2",
101
- "@secretlint/secretlint-rule-anthropic": "^12.3.1",
102
- "@secretlint/secretlint-rule-aws": "^12.3.1",
103
- "@secretlint/secretlint-rule-database-connection-string": "^12.3.1",
104
- "@secretlint/secretlint-rule-gcp": "^12.3.1",
105
- "@secretlint/secretlint-rule-github": "^12.3.1",
106
- "@secretlint/secretlint-rule-no-dotenv": "^12.3.1",
107
- "@secretlint/secretlint-rule-no-homedir": "^12.3.1",
108
- "@secretlint/secretlint-rule-npm": "^12.3.1",
109
- "@secretlint/secretlint-rule-openai": "^12.3.1",
110
- "@secretlint/secretlint-rule-pattern": "^12.3.1",
111
- "@secretlint/secretlint-rule-privatekey": "^12.3.1",
112
- "@secretlint/secretlint-rule-secp256k1-privatekey": "^12.3.1",
113
102
  "@types/node": "^25.6.0",
114
103
  "@vitest/coverage-v8": "^4.1.5",
115
104
  "cross-env": "^10.1.0",
116
105
  "eslint": "^10.3.0",
117
- "eslint-config-nick2bad4u": "^1.0.5",
106
+ "eslint-config-nick2bad4u": "^1.0.9",
118
107
  "git-cliff": "^2.13.1",
119
- "npm-package-json-lint": "^10.3.0",
108
+ "npm-package-json-lint": "^10.4.0",
120
109
  "picocolors": "^1.1.1",
121
110
  "prettier": "^3.8.3",
122
111
  "publint": "^0.3.18",
123
112
  "secretlint": "^12.3.1",
113
+ "secretlint-config-nick2bad4u": "^1.0.2",
124
114
  "sort-package-json": "^3.6.1",
125
115
  "typescript": "^6.0.3",
126
116
  "vite": "^8.0.10",