@regardio/dev 1.13.2 → 1.13.4

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,9 +1,9 @@
1
1
  import type { PlaywrightTestConfig } from '@playwright/test';
2
2
  export interface BuildPlaywrightBaseConfigParams {
3
- appUrl: string;
4
3
  appPort: number;
5
- devices: typeof import('@playwright/test').devices;
4
+ appUrl: string;
6
5
  ci?: boolean;
6
+ devices: typeof import('@playwright/test').devices;
7
7
  webServerCommand: string;
8
8
  }
9
9
  export declare function buildPlaywrightBaseConfig({ appUrl, appPort, devices, ci, webServerCommand, }: BuildPlaywrightBaseConfigParams): PlaywrightTestConfig;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/playwright/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAE7D,MAAM,WAAW,+BAA+B;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,cAAc,kBAAkB,EAAE,OAAO,CAAC;IACnD,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAMD,wBAAgB,yBAAyB,CAAC,EACxC,MAAM,EACN,OAAO,EACP,OAAO,EACP,EAAqB,EACrB,gBAAgB,GACjB,EAAE,+BAA+B,GAAG,oBAAoB,CA0CxD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/playwright/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAE7D,MAAM,WAAW,+BAA+B;IAC9C,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,OAAO,EAAE,cAAc,kBAAkB,EAAE,OAAO,CAAC;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAMD,wBAAgB,yBAAyB,CAAC,EACxC,MAAM,EACN,OAAO,EACP,OAAO,EACP,EAAqB,EACrB,gBAAgB,GACjB,EAAE,+BAA+B,GAAG,oBAAoB,CA0CxD"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "@regardio/dev",
4
- "version": "1.13.2",
4
+ "version": "1.13.4",
5
5
  "private": false,
6
6
  "description": "Regardio developer tooling for testing, linting, and build workflows",
7
7
  "keywords": [
@@ -92,24 +92,24 @@
92
92
  "version": "tsx src/bin/flow-changeset.ts version"
93
93
  },
94
94
  "dependencies": {
95
- "@biomejs/biome": "2.3.13",
95
+ "@biomejs/biome": "2.4.0",
96
96
  "@changesets/changelog-github": "0.5.2",
97
97
  "@changesets/cli": "2.29.8",
98
- "@commitlint/cli": "20.3.1",
99
- "@commitlint/config-conventional": "20.3.1",
100
- "@playwright/test": "1.58.0",
98
+ "@commitlint/cli": "20.4.1",
99
+ "@commitlint/config-conventional": "20.4.1",
100
+ "@playwright/test": "1.58.2",
101
101
  "@testing-library/jest-dom": "6.9.1",
102
102
  "@testing-library/react": "16.3.2",
103
103
  "@total-typescript/ts-reset": "0.6.1",
104
- "@types/node": "25.1.0",
104
+ "@types/node": "25.2.3",
105
105
  "@vitest/coverage-v8": "4.0.18",
106
106
  "@vitest/ui": "4.0.18",
107
107
  "husky": "9.1.7",
108
- "jsdom": "27.4.0",
109
- "markdownlint-cli2": "0.20.0",
108
+ "jsdom": "28.1.0",
109
+ "markdownlint-cli2": "0.21.0",
110
110
  "npm-run-all": "4.1.5",
111
111
  "postcss": "8.5.6",
112
- "rimraf": "6.1.2",
112
+ "rimraf": "6.1.3",
113
113
  "sort-package-json": "3.6.1",
114
114
  "tsx": "4.21.0",
115
115
  "typescript": "5.9.3",
@@ -1,10 +1,10 @@
1
1
  import type { PlaywrightTestConfig } from '@playwright/test';
2
2
 
3
3
  export interface BuildPlaywrightBaseConfigParams {
4
- appUrl: string;
5
4
  appPort: number;
6
- devices: typeof import('@playwright/test').devices;
5
+ appUrl: string;
7
6
  ci?: boolean;
7
+ devices: typeof import('@playwright/test').devices;
8
8
  webServerCommand: string;
9
9
  }
10
10