@powerlines/plugin-biome 0.2.72 → 0.2.74

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.
@@ -295,7 +295,7 @@ interface CommonUserConfig extends BaseConfig {
295
295
  /**
296
296
  * A list of resolvable paths to plugins used during the build process
297
297
  */
298
- plugins?: PluginConfig<PluginContext<any>>[];
298
+ plugins?: PluginConfig<any>[];
299
299
  /**
300
300
  * Environment-specific configurations
301
301
  */
@@ -295,7 +295,7 @@ interface CommonUserConfig extends BaseConfig {
295
295
  /**
296
296
  * A list of resolvable paths to plugins used during the build process
297
297
  */
298
- plugins?: PluginConfig<PluginContext<any>>[];
298
+ plugins?: PluginConfig<any>[];
299
299
  /**
300
300
  * Environment-specific configurations
301
301
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-biome",
3
- "version": "0.2.72",
3
+ "version": "0.2.74",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running Biome linting on the codebase.",
6
6
  "repository": {
@@ -108,14 +108,14 @@
108
108
  "@stryke/fs": "^0.33.20",
109
109
  "@stryke/path": "^0.22.11",
110
110
  "defu": "^6.1.4",
111
- "powerlines": "^0.31.4"
111
+ "powerlines": "^0.31.6"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@biomejs/biome": "^2.3.8",
115
- "@powerlines/nx": "^0.10.67",
115
+ "@powerlines/nx": "^0.11.0",
116
116
  "@storm-software/tsup": "^0.2.63",
117
117
  "@types/node": "^24.10.4"
118
118
  },
119
119
  "publishConfig": { "access": "public" },
120
- "gitHead": "2be7f48c0af42eabb937080f6c98b01ab8184e57"
120
+ "gitHead": "a7da8c6e6ecb00c6bd05fa6b6525ec369d58b0c4"
121
121
  }