eslint-plugin-typefest 1.2.0 → 1.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,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "eslint-plugin-typefest",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "private": false,
6
6
  "description": "ESLint rules for adopting type-fest and ts-extras conventions.",
7
7
  "keywords": [
@@ -148,6 +148,7 @@
148
148
  "lint:knip:unused:exports": "npm run knip -- --dependencies --exports",
149
149
  "lint:leaves": "npm run madge:leaves",
150
150
  "lint:metrics": "npm run sloc",
151
+ "lint:nocache": "cross-env NODE_OPTIONS=--max_old_space_size=16384 eslint .",
151
152
  "lint:node-version-files": "node scripts/sync-node-version-files.mjs --check",
152
153
  "lint:orphans": "npm run madge:orphans",
153
154
  "lint:package": "npm run lint:node-version-files && npm run lint:package-sort && npm run lint:packagelintrc && echo \"Package.json lint done!\"",
@@ -175,7 +176,7 @@
175
176
  "open:coverage": "open-cli coverage/index.html",
176
177
  "prepublishOnly": "npm run release:check",
177
178
  "release:check": "npm run release:verify",
178
- "release:verify": "cross-env NODE_OPTIONS= npm run build && cross-env NODE_OPTIONS= npm run lint && cross-env NODE_OPTIONS= npm run typecheck && cross-env NODE_OPTIONS= VITEST_TYPECHECK=false npm run test && cross-env NODE_OPTIONS= npm run sync:readme-rules-table && cross-env NODE_OPTIONS= npm run sync:presets-rules-matrix && cross-env NODE_OPTIONS= npm run docs:check-links && cross-env NODE_OPTIONS= npm run lint:package:strict",
179
+ "release:verify": "cross-env NODE_OPTIONS= npm run build && cross-env NODE_OPTIONS= npm run lint:nocache && cross-env NODE_OPTIONS= npm run typecheck && cross-env NODE_OPTIONS= VITEST_TYPECHECK=false npm run test && cross-env NODE_OPTIONS= npm run sync:readme-rules-table && cross-env NODE_OPTIONS= npm run sync:presets-rules-matrix && cross-env NODE_OPTIONS= npm run docs:check-links && cross-env NODE_OPTIONS= npm run lint:package:strict",
179
180
  "remark:fix": "remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail --quiet --output -- \"*.{md,mdx}\" \"docs/**/*.{md,mdx}\"",
180
181
  "remark:test-config": "remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail \"README.md\"",
181
182
  "sync:node-version-files": "node scripts/sync-node-version-files.mjs",
@@ -335,13 +336,13 @@
335
336
  "eslint-plugin-sdl-2": "^1.0.6",
336
337
  "eslint-plugin-security": "^4.0.0",
337
338
  "eslint-plugin-sonarjs": "^4.0.2",
338
- "eslint-plugin-stylelint-2": "^1.0.10",
339
+ "eslint-plugin-stylelint-2": "^1.0.11",
339
340
  "eslint-plugin-testing-library": "^7.16.2",
340
341
  "eslint-plugin-toml": "^1.3.1",
341
342
  "eslint-plugin-tsdoc": "^0.5.2",
342
343
  "eslint-plugin-tsdoc-require-2": "^1.0.9",
343
344
  "eslint-plugin-typedoc": "^1.1.4",
344
- "eslint-plugin-typefest": "^1.0.10",
345
+ "eslint-plugin-typefest": "^1.2.0",
345
346
  "eslint-plugin-undefined-css-classes": "^0.1.5",
346
347
  "eslint-plugin-unicorn": "^64.0.0",
347
348
  "eslint-plugin-unused-imports": "^4.4.1",
@@ -359,7 +360,7 @@
359
360
  "leasot": "^14.4.0",
360
361
  "madge": "^8.0.0",
361
362
  "markdown-link-check": "^3.14.2",
362
- "npm-check-updates": "^20.0.2",
363
+ "npm-check-updates": "^21.0.0",
363
364
  "npm-package-json-lint": "^10.2.1",
364
365
  "picocolors": "^1.1.1",
365
366
  "postcss": "^8.5.9",