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/dist/plugin.cjs CHANGED
@@ -40,7 +40,7 @@ var import_ts_extras41 = require("ts-extras");
40
40
  var package_default = {
41
41
  $schema: "https://www.schemastore.org/package.json",
42
42
  name: "eslint-plugin-typefest",
43
- version: "1.2.0",
43
+ version: "1.2.1",
44
44
  private: false,
45
45
  description: "ESLint rules for adopting type-fest and ts-extras conventions.",
46
46
  keywords: [
@@ -187,6 +187,7 @@ var package_default = {
187
187
  "lint:knip:unused:exports": "npm run knip -- --dependencies --exports",
188
188
  "lint:leaves": "npm run madge:leaves",
189
189
  "lint:metrics": "npm run sloc",
190
+ "lint:nocache": "cross-env NODE_OPTIONS=--max_old_space_size=16384 eslint .",
190
191
  "lint:node-version-files": "node scripts/sync-node-version-files.mjs --check",
191
192
  "lint:orphans": "npm run madge:orphans",
192
193
  "lint:package": 'npm run lint:node-version-files && npm run lint:package-sort && npm run lint:packagelintrc && echo "Package.json lint done!"',
@@ -214,7 +215,7 @@ var package_default = {
214
215
  "open:coverage": "open-cli coverage/index.html",
215
216
  prepublishOnly: "npm run release:check",
216
217
  "release:check": "npm run release:verify",
217
- "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",
218
+ "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",
218
219
  "remark:fix": 'remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail --quiet --output -- "*.{md,mdx}" "docs/**/*.{md,mdx}"',
219
220
  "remark:test-config": 'remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail "README.md"',
220
221
  "sync:node-version-files": "node scripts/sync-node-version-files.mjs",
@@ -374,13 +375,13 @@ var package_default = {
374
375
  "eslint-plugin-sdl-2": "^1.0.6",
375
376
  "eslint-plugin-security": "^4.0.0",
376
377
  "eslint-plugin-sonarjs": "^4.0.2",
377
- "eslint-plugin-stylelint-2": "^1.0.10",
378
+ "eslint-plugin-stylelint-2": "^1.0.11",
378
379
  "eslint-plugin-testing-library": "^7.16.2",
379
380
  "eslint-plugin-toml": "^1.3.1",
380
381
  "eslint-plugin-tsdoc": "^0.5.2",
381
382
  "eslint-plugin-tsdoc-require-2": "^1.0.9",
382
383
  "eslint-plugin-typedoc": "^1.1.4",
383
- "eslint-plugin-typefest": "^1.0.10",
384
+ "eslint-plugin-typefest": "^1.2.0",
384
385
  "eslint-plugin-undefined-css-classes": "^0.1.5",
385
386
  "eslint-plugin-unicorn": "^64.0.0",
386
387
  "eslint-plugin-unused-imports": "^4.4.1",
@@ -398,7 +399,7 @@ var package_default = {
398
399
  leasot: "^14.4.0",
399
400
  madge: "^8.0.0",
400
401
  "markdown-link-check": "^3.14.2",
401
- "npm-check-updates": "^20.0.2",
402
+ "npm-check-updates": "^21.0.0",
402
403
  "npm-package-json-lint": "^10.2.1",
403
404
  picocolors: "^1.1.1",
404
405
  postcss: "^8.5.9",