@powerlines/plugin-eslint 0.8.8 → 0.8.9

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.
@@ -1,4 +1,4 @@
1
- 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('../chunk-FBBMZ4NC.cjs'),types$1=require('@storm-software/config-tools/types'),exists=require('@stryke/fs/exists'),getParentPath=require('@stryke/fs/get-parent-path'),packageFns=require('@stryke/fs/package-fns'),readFile=require('@stryke/fs/read-file'),semverFns=require('@stryke/fs/semver-fns'),writeFile=require('@stryke/fs/write-file'),find=require('@stryke/path/find'),isSetObject=require('@stryke/type-checks/is-set-object'),defu=require('defu'),formatMessage=require('./helpers/format-message'),helpers=require('./helpers'),types=require('./types');/*****************************************
1
+ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('./chunk-FBBMZ4NC.cjs'),types$1=require('@storm-software/config-tools/types'),exists=require('@stryke/fs/exists'),getParentPath=require('@stryke/fs/get-parent-path'),packageFns=require('@stryke/fs/package-fns'),readFile=require('@stryke/fs/read-file'),semverFns=require('@stryke/fs/semver-fns'),writeFile=require('@stryke/fs/write-file'),find=require('@stryke/path/find'),isSetObject=require('@stryke/type-checks/is-set-object'),defu=require('defu'),formatMessage=require('./helpers/format-message'),helpers=require('./helpers'),types=require('./types');/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
@@ -1,6 +1,6 @@
1
- import { E as ESLintPluginOptions, P as Plugin, a as ESLintPluginContext } from '../index-3RSMqZL4.cjs';
2
- export { c as ESLintPluginResolvedConfig, b as ESLintPluginUserConfig } from '../index-3RSMqZL4.cjs';
3
- export { LintMessage, MessageSeverity, formatMessage } from '../helpers/format-message.cjs';
1
+ import { E as ESLintPluginOptions, P as Plugin, a as ESLintPluginContext } from './index-3RSMqZL4.cjs';
2
+ export { c as ESLintPluginResolvedConfig, b as ESLintPluginUserConfig } from './index-3RSMqZL4.cjs';
3
+ export { LintMessage, MessageSeverity, formatMessage } from './helpers/format-message.cjs';
4
4
  import 'eslint';
5
5
  import 'eslint/use-at-your-own-risk';
6
6
  import '@storm-software/build-tools/types';
@@ -1,6 +1,6 @@
1
- import { E as ESLintPluginOptions, P as Plugin, a as ESLintPluginContext } from '../index-3RSMqZL4.js';
2
- export { c as ESLintPluginResolvedConfig, b as ESLintPluginUserConfig } from '../index-3RSMqZL4.js';
3
- export { LintMessage, MessageSeverity, formatMessage } from '../helpers/format-message.js';
1
+ import { E as ESLintPluginOptions, P as Plugin, a as ESLintPluginContext } from './index-3RSMqZL4.js';
2
+ export { c as ESLintPluginResolvedConfig, b as ESLintPluginUserConfig } from './index-3RSMqZL4.js';
3
+ export { LintMessage, MessageSeverity, formatMessage } from './helpers/format-message.js';
4
4
  import 'eslint';
5
5
  import 'eslint/use-at-your-own-risk';
6
6
  import '@storm-software/build-tools/types';
@@ -1,4 +1,4 @@
1
- import {a}from'../chunk-UCUR73HG.js';import {LogLevelLabel}from'@storm-software/config-tools/types';import {existsSync}from'@stryke/fs/exists';import {getParentPath}from'@stryke/fs/get-parent-path';import {isPackageExists}from'@stryke/fs/package-fns';import {readFile}from'@stryke/fs/read-file';import {parseVersion}from'@stryke/fs/semver-fns';import {writeFile}from'@stryke/fs/write-file';import {findFileName}from'@stryke/path/find';import {isSetObject}from'@stryke/type-checks/is-set-object';import {defu}from'defu';import {formatMessage}from'./helpers/format-message';export*from'./helpers';export*from'./types';/*****************************************
1
+ import {a}from'./chunk-UCUR73HG.js';import {LogLevelLabel}from'@storm-software/config-tools/types';import {existsSync}from'@stryke/fs/exists';import {getParentPath}from'@stryke/fs/get-parent-path';import {isPackageExists}from'@stryke/fs/package-fns';import {readFile}from'@stryke/fs/read-file';import {parseVersion}from'@stryke/fs/semver-fns';import {writeFile}from'@stryke/fs/write-file';import {findFileName}from'@stryke/path/find';import {isSetObject}from'@stryke/type-checks/is-set-object';import {defu}from'defu';import {formatMessage}from'./helpers/format-message';export*from'./helpers';export*from'./types';/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-eslint",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running ESLint on the codebase.",
6
6
  "repository": {
@@ -89,17 +89,17 @@
89
89
  "keywords": ["eslint", "powerlines", "storm-software", "powerlines-plugin"],
90
90
  "dependencies": {
91
91
  "@storm-software/config-tools": "^1.188.19",
92
- "@stryke/fs": "^0.32.10",
93
- "@stryke/path": "^0.18.5",
92
+ "@stryke/fs": "^0.32.11",
93
+ "@stryke/path": "^0.19.0",
94
94
  "defu": "^6.1.4",
95
95
  "eslint": "^9.39.1",
96
- "powerlines": "^0.19.0"
96
+ "powerlines": "^0.19.1"
97
97
  },
98
98
  "devDependencies": {
99
- "@powerlines/nx": "^0.10.4",
99
+ "@powerlines/nx": "^0.10.5",
100
100
  "@storm-software/tsup": "^0.2.17",
101
101
  "@types/node": "^22.19.0"
102
102
  },
103
103
  "publishConfig": { "access": "public" },
104
- "gitHead": "8ee43c2a7eebce6b221aa572553f4296c87fce76"
104
+ "gitHead": "d25499feacd0143784f3cd426488909134bffab2"
105
105
  }