prettier-config-nick2bad4u 1.0.17 → 1.0.18

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 +14 -13
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.17",
4
+ "version": "1.0.18",
5
5
  "private": false,
6
6
  "description": "Shared Prettier config for Nick2bad4u projects.",
7
7
  "keywords": [
@@ -84,6 +84,7 @@
84
84
  "typecheck:all": "npm run typecheck",
85
85
  "types:update": "npx typesync",
86
86
  "update-actions": "npx actions-up --yes --style sha",
87
+ "update-all": "npm run update-actions && npm run update-deps",
87
88
  "update-deps": "npx ncu -i --install never && npm update --force && npm install --force && npm run sync:peer-prettier-range && npm run sync:node-version-files",
88
89
  "verify": "npm run release:verify"
89
90
  },
@@ -99,7 +100,7 @@
99
100
  "prettier-plugin-merge": "^0.10.1",
100
101
  "prettier-plugin-multiline-arrays": "^4.1.9",
101
102
  "prettier-plugin-packagejson": "^3.0.2",
102
- "prettier-plugin-powershell": "^2.1.5",
103
+ "prettier-plugin-powershell": "^2.1.6",
103
104
  "prettier-plugin-properties": "^0.3.1",
104
105
  "prettier-plugin-sh": "^0.18.1",
105
106
  "prettier-plugin-sort-json": "^4.2.0",
@@ -108,32 +109,32 @@
108
109
  "prettier-plugin-yaml": "^1.2.0"
109
110
  },
110
111
  "devDependencies": {
111
- "@arethetypeswrong/cli": "^0.18.3",
112
+ "@arethetypeswrong/cli": "^0.18.4",
112
113
  "@microsoft/tsdoc-config": "^0.18.1",
113
- "@types/node": "^25.9.3",
114
+ "@types/node": "^26.0.1",
114
115
  "@vitest/coverage-v8": "^4.1.9",
115
116
  "cross-env": "^10.1.0",
116
- "eslint": "^10.5.0",
117
- "eslint-config-nick2bad4u": "^1.2.15",
117
+ "eslint": "^10.6.0",
118
+ "eslint-config-nick2bad4u": "^3.0.3",
118
119
  "git-cliff": "^2.13.1",
119
120
  "gitleaks-config-nick2bad4u": "^1.0.2",
120
- "npm-check-updates": "^22.2.3",
121
+ "npm-check-updates": "^22.2.7",
121
122
  "npm-package-json-lint": "^10.4.1",
122
- "npm-package-json-lint-config-nick2bad4u": "^1.0.2",
123
+ "npm-package-json-lint-config-nick2bad4u": "^1.0.3",
123
124
  "picocolors": "^1.1.1",
124
- "prettier": "^3.8.4",
125
+ "prettier": "^3.9.0",
125
126
  "publint": "^0.3.21",
126
127
  "secretlint": "^13.0.2",
127
128
  "secretlint-config-nick2bad4u": "^1.1.0",
128
129
  "sort-package-json": "^4.0.0",
129
- "tsdoc-config-nick2bad4u": "^1.0.4",
130
+ "tsdoc-config-nick2bad4u": "^1.0.5",
130
131
  "typescript": "^6.0.3",
131
- "vite": "^8.0.16",
132
+ "vite": "^8.1.0",
132
133
  "vitest": "^4.1.9",
133
- "yamllint-config-nick2bad4u": "^1.0.1"
134
+ "yamllint-config-nick2bad4u": "^1.1.0"
134
135
  },
135
136
  "peerDependencies": {
136
- "prettier": "^3.0.0 || ^3.8.4"
137
+ "prettier": "^3.0.0 || ^3.9.0"
137
138
  },
138
139
  "packageManager": "npm@11.17.0",
139
140
  "engines": {