@storm-software/eslint 0.170.105 → 0.170.106

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/preset.cjs CHANGED
@@ -2121,14 +2121,10 @@ var init_package = __esm({
2121
2121
  "../eslint-plugin-tsdoc/package.json"() {
2122
2122
  package_default3 = {
2123
2123
  name: "@storm-software/eslint-plugin-tsdoc",
2124
- version: "0.0.34",
2124
+ version: "0.0.35",
2125
2125
  private: false,
2126
2126
  description: "An ESLint Plugin that enforces TSDoc comments in Storm Software projects.",
2127
- keywords: [
2128
- "eslint",
2129
- "eslint-plugin",
2130
- "storm-software"
2131
- ],
2127
+ keywords: ["eslint", "eslint-plugin", "storm-software"],
2132
2128
  homepage: "https://stormsoftware.com",
2133
2129
  bugs: {
2134
2130
  url: "https://stormsoftware.com/support",
@@ -2173,9 +2169,7 @@ var init_package = __esm({
2173
2169
  },
2174
2170
  types: "./dist/index.d.ts",
2175
2171
  typings: "dist/index.d.mts",
2176
- files: [
2177
- "dist"
2178
- ],
2172
+ files: ["dist"],
2179
2173
  dependencies: {
2180
2174
  "@microsoft/tsdoc": "catalog:",
2181
2175
  "@microsoft/tsdoc-config": "catalog:",
@@ -5916,7 +5910,7 @@ init_cjs_shims();
5916
5910
 
5917
5911
  // ../eslint-plugin-banner/package.json
5918
5912
  var package_default = {
5919
- version: "0.0.36"};
5913
+ version: "0.0.37"};
5920
5914
 
5921
5915
  // ../eslint-plugin-banner/src/rules/banner.ts
5922
5916
  init_cjs_shims();
@@ -20082,7 +20076,7 @@ plugin3.configs = configs3;
20082
20076
 
20083
20077
  // ../eslint-plugin-pnpm/package.json
20084
20078
  var package_default2 = {
20085
- version: "0.0.34"};
20079
+ version: "0.0.35"};
20086
20080
 
20087
20081
  // ../eslint-plugin-pnpm/src/plugin.ts
20088
20082
  var plugin4 = {
package/dist/preset.js CHANGED
@@ -4872,7 +4872,7 @@ init_esm_shims();
4872
4872
 
4873
4873
  // ../eslint-plugin-banner/package.json
4874
4874
  var package_default = {
4875
- version: "0.0.36"};
4875
+ version: "0.0.37"};
4876
4876
 
4877
4877
  // ../eslint-plugin-banner/src/rules/banner.ts
4878
4878
  init_esm_shims();
@@ -18772,7 +18772,7 @@ plugin3.configs = configs3;
18772
18772
 
18773
18773
  // ../eslint-plugin-pnpm/package.json
18774
18774
  var package_default2 = {
18775
- version: "0.0.34"};
18775
+ version: "0.0.35"};
18776
18776
 
18777
18777
  // ../eslint-plugin-pnpm/src/plugin.ts
18778
18778
  var plugin4 = {
@@ -19651,7 +19651,7 @@ async function tsdoc(options = {}) {
19651
19651
  } = options;
19652
19652
  await ensurePackages(["@storm-software/eslint-plugin-tsdoc"]);
19653
19653
  const [pluginTsdoc] = await Promise.all([
19654
- interopDefault(import('./src-B37473G7.js'))
19654
+ interopDefault(import('./src-XM26HI2Q.js'))
19655
19655
  ]);
19656
19656
  return [
19657
19657
  {
@@ -553,7 +553,7 @@ var import_eslint_plugin_tsdoc = __toESM(require_lib(), 1);
553
553
 
554
554
  // ../eslint-plugin-tsdoc/package.json
555
555
  var package_default = {
556
- version: "0.0.34"};
556
+ version: "0.0.35"};
557
557
 
558
558
  // ../eslint-plugin-tsdoc/src/plugin.ts
559
559
  var plugin = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.170.105",
3
+ "version": "0.170.106",
4
4
  "private": false,
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -141,9 +141,9 @@
141
141
  "@eslint/eslintrc": "^3.3.5",
142
142
  "@eslint/markdown": "^6.6.0",
143
143
  "@nx/eslint-plugin": "22.7.5",
144
- "@storm-software/config": "1.138.9",
145
- "@storm-software/config-tools": "1.190.72",
146
- "@storm-software/package-constants": "0.1.85",
144
+ "@storm-software/config": "1.138.10",
145
+ "@storm-software/config-tools": "1.190.73",
146
+ "@storm-software/package-constants": "0.1.86",
147
147
  "@stylistic/eslint-plugin": "^4.4.1",
148
148
  "@typescript-eslint/eslint-plugin": "^8.61.1",
149
149
  "@typescript-eslint/parser": "^8.61.1",
@@ -196,10 +196,10 @@
196
196
  "@next/eslint-plugin-next": "^15.5.19",
197
197
  "@nx/eslint": "22.7.5",
198
198
  "@prettier/plugin-xml": "^3.4.2",
199
- "@storm-software/eslint-plugin-banner": "0.0.37",
200
- "@storm-software/eslint-plugin-pnpm": "0.0.35",
201
- "@storm-software/eslint-plugin-tsdoc": "0.0.35",
202
- "@storm-software/tsdoc": "0.13.225",
199
+ "@storm-software/eslint-plugin-banner": "0.0.38",
200
+ "@storm-software/eslint-plugin-pnpm": "0.0.36",
201
+ "@storm-software/eslint-plugin-tsdoc": "0.0.36",
202
+ "@storm-software/tsdoc": "0.13.226",
203
203
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
204
204
  "@types/eslint": "^9.6.1",
205
205
  "@types/eslint__js": "^8.42.3",
@@ -272,5 +272,5 @@
272
272
  "zod": { "optional": true }
273
273
  },
274
274
  "publishConfig": { "access": "public" },
275
- "gitHead": "d5059e9410e372ebc2b7d04da35d98daec8dc649"
275
+ "gitHead": "3dd2fb4ab63355ce109d0de971a2a0151d79cdba"
276
276
  }