@powerlines/plugin-eslint 0.8.336 → 0.8.337
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/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/get-object-tag.cjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/get-object-tag.mjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-empty.cjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-empty.mjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-non-null-object.cjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-non-null-object.mjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-null.cjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-null.mjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-object.cjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-object.mjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-plain-object.cjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-plain-object.mjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-set-object.cjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-set-object.mjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-set.cjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-set.mjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-undefined.cjs +1 -1
- package/dist/node_modules/.pnpm/{@stryke_type-checks@0.5.37 → @stryke_type-checks@0.5.38}/node_modules/@stryke/type-checks/dist/is-undefined.mjs +1 -1
- package/package.json +6 -6
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.
|
|
2
|
+
const require_is_set_object = require('./node_modules/.pnpm/@stryke_type-checks@0.5.38/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 __stryke_fs_exists = require("@stryke/fs/exists");
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isSetObject } from "./node_modules/.pnpm/@stryke_type-checks@0.5.
|
|
1
|
+
import { isSetObject } from "./node_modules/.pnpm/@stryke_type-checks@0.5.38/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 { existsSync } from "@stryke/fs/exists";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.
|
|
2
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
1
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
4
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
4
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
4
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
4
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
2
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
1
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
3
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
3
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
3
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
3
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
3
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
3
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
3
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
3
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
2
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
1
|
+
//#region ../../node_modules/.pnpm/@stryke+type-checks@0.5.38/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.
|
|
3
|
+
"version": "0.8.337",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for running ESLint on the codebase.",
|
|
6
6
|
"repository": {
|
|
@@ -114,17 +114,17 @@
|
|
|
114
114
|
"files": ["dist/**/*"],
|
|
115
115
|
"keywords": ["eslint", "powerlines", "storm-software", "powerlines-plugin"],
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@storm-software/config-tools": "^1.189.
|
|
118
|
-
"@stryke/fs": "^0.33.
|
|
119
|
-
"@stryke/path": "^0.26.
|
|
117
|
+
"@storm-software/config-tools": "^1.189.27",
|
|
118
|
+
"@stryke/fs": "^0.33.57",
|
|
119
|
+
"@stryke/path": "^0.26.19",
|
|
120
120
|
"defu": "^6.1.4",
|
|
121
121
|
"eslint": "^9.39.4",
|
|
122
|
-
"powerlines": "^0.40.
|
|
122
|
+
"powerlines": "^0.40.20"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": { "@types/node": "^25.4.0" },
|
|
125
125
|
"publishConfig": { "access": "public" },
|
|
126
126
|
"main": "./dist/index.cjs",
|
|
127
127
|
"module": "./dist/index.mjs",
|
|
128
128
|
"types": "./dist/index.d.cts",
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "8d772181f794749e0f19f97c732dd921148c31c8"
|
|
130
130
|
}
|