@powerlines/plugin-stylelint 0.1.68 → 0.1.69

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.
@@ -215,7 +215,7 @@ interface Plugin<TContext extends PluginContext<ResolvedConfig> = PluginContext<
215
215
  * @param other - The other plugin to compare against.
216
216
  * @returns `true` if the two plugins are the same, `false` otherwise.
217
217
  */
218
- dedupe?: false | ((other: Plugin<TContext>) => boolean);
218
+ dedupe?: false | ((other: Plugin<any>) => boolean);
219
219
  /**
220
220
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
221
221
  */
@@ -215,7 +215,7 @@ interface Plugin<TContext extends PluginContext<ResolvedConfig> = PluginContext<
215
215
  * @param other - The other plugin to compare against.
216
216
  * @returns `true` if the two plugins are the same, `false` otherwise.
217
217
  */
218
- dedupe?: false | ((other: Plugin<TContext>) => boolean);
218
+ dedupe?: false | ((other: Plugin<any>) => boolean);
219
219
  /**
220
220
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
221
221
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-stylelint",
3
- "version": "0.1.68",
3
+ "version": "0.1.69",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running Stylelint on the codebase.",
6
6
  "repository": {
@@ -109,14 +109,14 @@
109
109
  "@stryke/fs": "^0.33.20",
110
110
  "@stryke/path": "^0.22.11",
111
111
  "defu": "^6.1.4",
112
- "powerlines": "^0.31.1",
112
+ "powerlines": "^0.31.2",
113
113
  "stylelint": "^16.26.1"
114
114
  },
115
115
  "devDependencies": {
116
- "@powerlines/nx": "^0.10.64",
116
+ "@powerlines/nx": "^0.10.65",
117
117
  "@storm-software/tsup": "^0.2.63",
118
118
  "@types/node": "^24.10.4"
119
119
  },
120
120
  "publishConfig": { "access": "public" },
121
- "gitHead": "970018c8e5c0c11f91527bdf8981930d6e05fcb2"
121
+ "gitHead": "a94a0a087014c5ac4d4f4faf928695f95abe097f"
122
122
  }