@storm-software/eslint 0.169.39 → 0.169.41

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/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.169.38-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.169.39-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/dist/preset.js CHANGED
@@ -1978,7 +1978,7 @@ import defu2 from "defu";
1978
1978
 
1979
1979
  // ../config-tools/src/logger/console.ts
1980
1980
  init_esm_shims();
1981
- import { formatDistanceToNowStrict } from "date-fns/formatDistanceToNowStrict";
1981
+ import { formatDistanceToNow } from "date-fns/formatDistanceToNow";
1982
1982
 
1983
1983
  // ../config-tools/src/types.ts
1984
1984
  init_esm_shims();
package/dist/types.d.ts CHANGED
@@ -6517,6 +6517,11 @@ Backward pagination arguments
6517
6517
  * @see https://typescript-eslint.io/rules/no-unused-expressions
6518
6518
  */
6519
6519
  'ts/no-unused-expressions'?: Linter.RuleEntry<TsNoUnusedExpressions>
6520
+ /**
6521
+ * Disallow unused private class members
6522
+ * @see https://typescript-eslint.io/rules/no-unused-private-class-members
6523
+ */
6524
+ 'ts/no-unused-private-class-members'?: Linter.RuleEntry<[]>
6520
6525
  /**
6521
6526
  * Disallow unused variables
6522
6527
  * @see https://typescript-eslint.io/rules/no-unused-vars
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.39",
3
+ "version": "0.169.41",
4
4
  "type": "module",
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -164,13 +164,13 @@
164
164
  "@eslint/eslintrc": "^3.3.1",
165
165
  "@eslint/markdown": "^6.6.0",
166
166
  "@nx/eslint-plugin": "22.0.3",
167
- "@storm-software/config": "^1.134.39",
168
- "@storm-software/config-tools": "^1.188.39",
167
+ "@storm-software/config": "^1.134.41",
168
+ "@storm-software/config-tools": "^1.188.41",
169
169
  "@stylistic/eslint-plugin": "^4.4.1",
170
- "@typescript-eslint/eslint-plugin": "^8.46.4",
171
- "@typescript-eslint/parser": "^8.46.4",
172
- "@typescript-eslint/utils": "^8.46.4",
173
- "@vitest/eslint-plugin": "^1.4.2",
170
+ "@typescript-eslint/eslint-plugin": "^8.47.0",
171
+ "@typescript-eslint/parser": "^8.47.0",
172
+ "@typescript-eslint/utils": "^8.47.0",
173
+ "@vitest/eslint-plugin": "^1.4.3",
174
174
  "chalk": "^4.1.2",
175
175
  "defu": "6.1.4",
176
176
  "eslint-config-flat-gitignore": "^2.1.0",
@@ -241,5 +241,5 @@
241
241
  },
242
242
  "publishConfig": { "access": "public" },
243
243
  "sideEffects": false,
244
- "gitHead": "683b06afd59fd93e874443a9fde76c586e2fc05f"
244
+ "gitHead": "225b086d3e279e6cfb27e454d8bfd186b0c2aeb2"
245
245
  }