@powerlines/plugin-oxlint 0.7.42 → 0.7.43
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/helpers/generate-config.d.cts +1 -1
- package/dist/helpers/generate-config.d.ts +1 -1
- package/dist/helpers/index.d.cts +1 -1
- package/dist/helpers/index.d.ts +1 -1
- package/dist/{index-6d2aLo8g.d.cts → index-Dlb-_BBq.d.cts} +2 -2
- package/dist/{index-6d2aLo8g.d.ts → index-Dlb-_BBq.d.ts} +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +6 -6
package/dist/helpers/index.d.cts
CHANGED
package/dist/helpers/index.d.ts
CHANGED
|
@@ -1465,7 +1465,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1465
1465
|
* @param other - The other plugin to compare against.
|
|
1466
1466
|
* @returns `true` if the two plugins are the same, `false` otherwise.
|
|
1467
1467
|
*/
|
|
1468
|
-
dedupe?: false | ((other: Plugin<
|
|
1468
|
+
dedupe?: false | ((other: Plugin<TContext>) => boolean);
|
|
1469
1469
|
/**
|
|
1470
1470
|
* A list of pre-requisite plugins that must be loaded before this plugin can be used.
|
|
1471
1471
|
*/
|
|
@@ -1476,7 +1476,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1476
1476
|
* @param environment - The environment to check.
|
|
1477
1477
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
1478
1478
|
*/
|
|
1479
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<
|
|
1479
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
1482
|
interface OxlintPluginOptions {
|
|
@@ -1465,7 +1465,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1465
1465
|
* @param other - The other plugin to compare against.
|
|
1466
1466
|
* @returns `true` if the two plugins are the same, `false` otherwise.
|
|
1467
1467
|
*/
|
|
1468
|
-
dedupe?: false | ((other: Plugin<
|
|
1468
|
+
dedupe?: false | ((other: Plugin<TContext>) => boolean);
|
|
1469
1469
|
/**
|
|
1470
1470
|
* A list of pre-requisite plugins that must be loaded before this plugin can be used.
|
|
1471
1471
|
*/
|
|
@@ -1476,7 +1476,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1476
1476
|
* @param environment - The environment to check.
|
|
1477
1477
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
1478
1478
|
*/
|
|
1479
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<
|
|
1479
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
1482
|
interface OxlintPluginOptions {
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as OxlintPluginOptions, P as Plugin, a as OxlintPluginContext } from './index-
|
|
2
|
-
export { c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from './index-
|
|
1
|
+
import { O as OxlintPluginOptions, P as Plugin, a as OxlintPluginContext } from './index-Dlb-_BBq.cjs';
|
|
2
|
+
export { c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from './index-Dlb-_BBq.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as OxlintPluginOptions, P as Plugin, a as OxlintPluginContext } from './index-
|
|
2
|
-
export { c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from './index-
|
|
1
|
+
import { O as OxlintPluginOptions, P as Plugin, a as OxlintPluginContext } from './index-Dlb-_BBq.js';
|
|
2
|
+
export { c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from './index-Dlb-_BBq.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OxlintPluginContext, O as OxlintPluginOptions, c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from '../index-
|
|
1
|
+
export { a as OxlintPluginContext, O as OxlintPluginOptions, c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from '../index-Dlb-_BBq.cjs';
|
|
2
2
|
import '@storm-software/build-tools/types';
|
|
3
3
|
import '@storm-software/config-tools/types';
|
|
4
4
|
import '@storm-software/config/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OxlintPluginContext, O as OxlintPluginOptions, c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from '../index-
|
|
1
|
+
export { a as OxlintPluginContext, O as OxlintPluginOptions, c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from '../index-Dlb-_BBq.js';
|
|
2
2
|
import '@storm-software/build-tools/types';
|
|
3
3
|
import '@storm-software/config-tools/types';
|
|
4
4
|
import '@storm-software/config/types';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OxlintPluginContext, O as OxlintPluginOptions, c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from '../index-
|
|
1
|
+
export { a as OxlintPluginContext, O as OxlintPluginOptions, c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from '../index-Dlb-_BBq.cjs';
|
|
2
2
|
import '@storm-software/build-tools/types';
|
|
3
3
|
import '@storm-software/config-tools/types';
|
|
4
4
|
import '@storm-software/config/types';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OxlintPluginContext, O as OxlintPluginOptions, c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from '../index-
|
|
1
|
+
export { a as OxlintPluginContext, O as OxlintPluginOptions, c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig, f as __ΩOxlintPluginContext, _ as __ΩOxlintPluginOptions, e as __ΩOxlintPluginResolvedConfig, d as __ΩOxlintPluginUserConfig } from '../index-Dlb-_BBq.js';
|
|
2
2
|
import '@storm-software/build-tools/types';
|
|
3
3
|
import '@storm-software/config-tools/types';
|
|
4
4
|
import '@storm-software/config/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-oxlint",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.43",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for running Oxlint on the codebase.",
|
|
6
6
|
"repository": {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"files": ["dist/**/*"],
|
|
89
89
|
"keywords": ["oxlint", "powerlines", "storm-software", "powerlines-plugin"],
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@storm-software/config-tools": "^1.188.
|
|
91
|
+
"@storm-software/config-tools": "^1.188.49",
|
|
92
92
|
"@stryke/cli": "^0.12.14",
|
|
93
93
|
"@stryke/convert": "^0.6.8",
|
|
94
94
|
"@stryke/fs": "^0.33.4",
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
"defu": "^6.1.4",
|
|
97
97
|
"oxlint": "^1.30.0",
|
|
98
98
|
"oxlint-tsgolint": "^0.2.1",
|
|
99
|
-
"powerlines": "^0.25.
|
|
99
|
+
"powerlines": "^0.25.1"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@powerlines/nx": "^0.10.
|
|
103
|
-
"@storm-software/tsup": "^0.2.
|
|
102
|
+
"@powerlines/nx": "^0.10.39",
|
|
103
|
+
"@storm-software/tsup": "^0.2.47",
|
|
104
104
|
"@types/node": "^24.10.1"
|
|
105
105
|
},
|
|
106
106
|
"publishConfig": { "access": "public" },
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "de1daa466d1524b287e2748490c1e56ab9002b07"
|
|
108
108
|
}
|