@powerlines/plugin-eslint 0.8.192 → 0.8.193

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 (21) hide show
  1. package/dist/index.cjs +1 -1
  2. package/dist/index.mjs +1 -1
  3. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/get-object-tag.cjs +1 -1
  4. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/get-object-tag.mjs +1 -1
  5. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-empty.cjs +1 -1
  6. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-empty.mjs +1 -1
  7. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-non-null-object.cjs +1 -1
  8. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-non-null-object.mjs +1 -1
  9. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-null.cjs +1 -1
  10. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-null.mjs +1 -1
  11. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-object.cjs +1 -1
  12. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-object.mjs +1 -1
  13. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-plain-object.cjs +1 -1
  14. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-plain-object.mjs +1 -1
  15. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-set-object.cjs +1 -1
  16. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-set-object.mjs +1 -1
  17. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-set.cjs +1 -1
  18. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-set.mjs +1 -1
  19. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-undefined.cjs +1 -1
  20. package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.19 → @stryke_type-checks@0.5.20}/node_modules/@stryke/type-checks/dist/is-undefined.mjs +1 -1
  21. package/package.json +5 -5
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- const require_is_set_object = require('./node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set-object.cjs');
2
+ const require_is_set_object = require('./node_modules/.pnpm/@stryke_type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-set-object.cjs');
3
3
  const require_helpers_format_message = require('./helpers/format-message.cjs');
4
4
  require('./helpers/index.cjs');
5
5
  let __storm_software_config_tools_types = require("@storm-software/config-tools/types");
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { isSetObject } from "./node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set-object.mjs";
1
+ import { isSetObject } from "./node_modules/.pnpm/@stryke_type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-set-object.mjs";
2
2
  import { MessageSeverity, formatMessage } from "./helpers/format-message.mjs";
3
3
  import "./helpers/index.mjs";
4
4
  import { LogLevelLabel } from "@storm-software/config-tools/types";
@@ -1,5 +1,5 @@
1
1
 
2
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/get-object-tag.mjs
2
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/get-object-tag.mjs
3
3
  /**
4
4
  * Gets the `toStringTag` of `obj`.
5
5
  *
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/get-object-tag.mjs
1
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/get-object-tag.mjs
2
2
  /**
3
3
  * Gets the `toStringTag` of `obj`.
4
4
  *
@@ -1,7 +1,7 @@
1
1
  const require_is_null = require('./is-null.cjs');
2
2
  const require_is_undefined = require('./is-undefined.cjs');
3
3
 
4
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-empty.mjs
4
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-empty.mjs
5
5
  /**
6
6
  * Check if the provided value's type is `null` or `undefined`
7
7
  *
@@ -1,7 +1,7 @@
1
1
  import { isNull } from "./is-null.mjs";
2
2
  import { isUndefined } from "./is-undefined.mjs";
3
3
 
4
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-empty.mjs
4
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-empty.mjs
5
5
  /**
6
6
  * Check if the provided value's type is `null` or `undefined`
7
7
  *
@@ -1,7 +1,7 @@
1
1
  const require_is_object = require('./is-object.cjs');
2
2
  const require_is_set = require('./is-set.cjs');
3
3
 
4
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-non-null-object.mjs
4
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-non-null-object.mjs
5
5
  /**
6
6
  * Check if the provided value's type is `Object` and is not `null` or `undefined`
7
7
  *
@@ -1,7 +1,7 @@
1
1
  import { isObject } from "./is-object.mjs";
2
2
  import { isSet } from "./is-set.mjs";
3
3
 
4
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-non-null-object.mjs
4
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-non-null-object.mjs
5
5
  /**
6
6
  * Check if the provided value's type is `Object` and is not `null` or `undefined`
7
7
  *
@@ -1,5 +1,5 @@
1
1
 
2
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-null.mjs
2
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-null.mjs
3
3
  const isNull = (value) => {
4
4
  try {
5
5
  return value === null;
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-null.mjs
1
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-null.mjs
2
2
  const isNull = (value) => {
3
3
  try {
4
4
  return value === null;
@@ -1,6 +1,6 @@
1
1
  const require_is_plain_object = require('./is-plain-object.cjs');
2
2
 
3
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-object.mjs
3
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-object.mjs
4
4
  /**
5
5
  * Check if the provided value's type is `Object`
6
6
  *
@@ -1,6 +1,6 @@
1
1
  import { isPlainObject } from "./is-plain-object.mjs";
2
2
 
3
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-object.mjs
3
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-object.mjs
4
4
  /**
5
5
  * Check if the provided value's type is `Object`
6
6
  *
@@ -1,6 +1,6 @@
1
1
  const require_get_object_tag = require('./get-object-tag.cjs');
2
2
 
3
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-plain-object.mjs
3
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-plain-object.mjs
4
4
  /**
5
5
  * Checks if `value` is object-like. A value is object-like if it's not `null`
6
6
  * and has a `typeof` result of "object".
@@ -1,6 +1,6 @@
1
1
  import { getObjectTag } from "./get-object-tag.mjs";
2
2
 
3
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-plain-object.mjs
3
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-plain-object.mjs
4
4
  /**
5
5
  * Checks if `value` is object-like. A value is object-like if it's not `null`
6
6
  * and has a `typeof` result of "object".
@@ -1,6 +1,6 @@
1
1
  const require_is_non_null_object = require('./is-non-null-object.cjs');
2
2
 
3
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set-object.mjs
3
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-set-object.mjs
4
4
  /**
5
5
  * Check if the provided value's type is an object with some fields set
6
6
  *
@@ -1,6 +1,6 @@
1
1
  import { isNonNullObject } from "./is-non-null-object.mjs";
2
2
 
3
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set-object.mjs
3
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-set-object.mjs
4
4
  /**
5
5
  * Check if the provided value's type is an object with some fields set
6
6
  *
@@ -1,6 +1,6 @@
1
1
  const require_is_empty = require('./is-empty.cjs');
2
2
 
3
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set.mjs
3
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-set.mjs
4
4
  /**
5
5
  * The inverse of the `isEmpty` function
6
6
  *
@@ -1,6 +1,6 @@
1
1
  import { isEmpty } from "./is-empty.mjs";
2
2
 
3
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set.mjs
3
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-set.mjs
4
4
  /**
5
5
  * The inverse of the `isEmpty` function
6
6
  *
@@ -1,5 +1,5 @@
1
1
 
2
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-undefined.mjs
2
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-undefined.mjs
3
3
  const isUndefined = (value) => {
4
4
  return value === void 0;
5
5
  };
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-undefined.mjs
1
+ //#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.20/node_modules/@stryke/type-checks/dist/is-undefined.mjs
2
2
  const isUndefined = (value) => {
3
3
  return value === void 0;
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-eslint",
3
- "version": "0.8.192",
3
+ "version": "0.8.193",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running ESLint on the codebase.",
6
6
  "repository": {
@@ -101,13 +101,13 @@
101
101
  "keywords": ["eslint", "powerlines", "storm-software", "powerlines-plugin"],
102
102
  "dependencies": {
103
103
  "@storm-software/config-tools": "^1.188.80",
104
- "@stryke/fs": "^0.33.35",
105
- "@stryke/path": "^0.25.3",
104
+ "@stryke/fs": "^0.33.36",
105
+ "@stryke/path": "^0.26.0",
106
106
  "defu": "^6.1.4",
107
107
  "eslint": "^9.39.2",
108
- "powerlines": "^0.37.62"
108
+ "powerlines": "^0.37.63"
109
109
  },
110
110
  "devDependencies": { "@types/node": "^24.10.9" },
111
111
  "publishConfig": { "access": "public" },
112
- "gitHead": "b535c27a2e65db3f031f63ee1a0d5a9140917c0a"
112
+ "gitHead": "77231bba385cc6a2bbbac44fd88f72cda9446331"
113
113
  }