slint-ui 1.15.0-nightly.2025111821 → 1.15.0-nightly.2025111919

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/Cargo.toml CHANGED
@@ -42,10 +42,10 @@ accessibility = ["slint-interpreter/accessibility"]
42
42
  [dependencies]
43
43
  napi = { version = "2.14.0", default-features = false, features = ["napi8"] }
44
44
  napi-derive = "2.14.0"
45
- i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "7e690eb1fc6175bb8555bc609b96fd18335a5bab", version = "=1.15.0", default-features = false }
46
- i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "7e690eb1fc6175bb8555bc609b96fd18335a5bab", version = "=1.15.0", default-features = false }
47
- i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "7e690eb1fc6175bb8555bc609b96fd18335a5bab", version = "=1.15.0", default-features = false }
48
- slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "7e690eb1fc6175bb8555bc609b96fd18335a5bab", version = "=1.15.0"}
45
+ i-slint-compiler = { features = ["default"] , git = "https://github.com/slint-ui/slint", rev = "65fb303b4ba50c123c6e317457a287f9e587de28", version = "=1.15.0", default-features = false }
46
+ i-slint-core = { features = ["default", "gettext-rs"] , git = "https://github.com/slint-ui/slint", rev = "65fb303b4ba50c123c6e317457a287f9e587de28", version = "=1.15.0", default-features = false }
47
+ i-slint-backend-selector = { git = "https://github.com/slint-ui/slint", rev = "65fb303b4ba50c123c6e317457a287f9e587de28", version = "=1.15.0", default-features = false }
48
+ slint-interpreter = { default-features = false , features = ["display-diagnostics", "internal", "compat-1-2"] , git = "https://github.com/slint-ui/slint", rev = "65fb303b4ba50c123c6e317457a287f9e587de28", version = "=1.15.0"}
49
49
  spin_on = { version = "0.1" }
50
50
  css-color-parser2 = { version = "1.0.1" }
51
51
  itertools = { version = "0.14" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slint-ui",
3
- "version": "1.15.0-nightly.2025111821",
3
+ "version": "1.15.0-nightly.2025111919",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "homepage": "https://github.com/slint-ui/slint",
@@ -20,11 +20,9 @@
20
20
  ],
21
21
  "description": "Slint is a declarative GUI toolkit to build native user interfaces for desktop and embedded applications.",
22
22
  "devDependencies": {
23
- "@ava/typescript": "6.0.0",
24
23
  "@biomejs/biome": "2.3.6",
25
24
  "@types/capture-console": "1.0.5",
26
25
  "@types/node": "20.16.10",
27
- "ava": "6.4.1",
28
26
  "capture-console": "1.0.2",
29
27
  "jimp": "1.6.0",
30
28
  "typedoc": "0.28.14",
@@ -34,35 +32,15 @@
34
32
  "engines": {
35
33
  "node": ">= 10"
36
34
  },
37
- "ava": {
38
- "typescript": {
39
- "rewritePaths": {
40
- "__test__/": "build/"
41
- },
42
- "compile": false,
43
- "extensions": [
44
- "mts"
45
- ]
46
- },
47
- "timeout": "2m",
48
- "workerThreads": false,
49
- "files": [
50
- "**/*.spec.mts",
51
- "!**/window.spec.mts",
52
- "!**/types.spec.mts",
53
- "!**/models.spec.mts",
54
- "!**/globals.spec.mts"
55
- ]
56
- },
57
35
  "dependencies": {
58
36
  "@napi-rs/cli": "2.18.4"
59
37
  },
60
38
  "optionalDependencies": {
61
- "@slint-ui/slint-ui-binary-linux-x64-gnu": "1.15.0-nightly.2025111821",
62
- "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.15.0-nightly.2025111821",
63
- "@slint-ui/slint-ui-binary-darwin-arm64": "1.15.0-nightly.2025111821",
64
- "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.15.0-nightly.2025111821",
65
- "@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.15.0-nightly.2025111821"
39
+ "@slint-ui/slint-ui-binary-linux-x64-gnu": "1.15.0-nightly.2025111919",
40
+ "@slint-ui/slint-ui-binary-linux-arm64-gnu": "1.15.0-nightly.2025111919",
41
+ "@slint-ui/slint-ui-binary-darwin-arm64": "1.15.0-nightly.2025111919",
42
+ "@slint-ui/slint-ui-binary-win32-x64-msvc": "1.15.0-nightly.2025111919",
43
+ "@slint-ui/slint-ui-binary-win32-arm64-msvc": "1.15.0-nightly.2025111919"
66
44
  },
67
45
  "scripts": {
68
46
  "artifacts": "napi artifacts",
@@ -78,6 +56,6 @@
78
56
  "format:fix": "biome format --write",
79
57
  "lint": "biome lint",
80
58
  "lint:fix": "biome lint --fix",
81
- "test": "tsc --build __test__/tsconfig.json && ava && vitest run"
59
+ "test": "vitest run"
82
60
  }
83
61
  }
package/vitest.config.ts CHANGED
@@ -5,13 +5,10 @@ import { defineConfig } from "vitest/config";
5
5
 
6
6
  export default defineConfig({
7
7
  test: {
8
- include: [
9
- "**/window.spec.mts",
10
- "**/types.spec.mts",
11
- "**/models.spec.mts",
12
- "**/globals.spec.mts",
13
- ],
8
+ include: ["**/*.spec.mts"],
14
9
  globals: true, // Enable global test/expect/describe
15
- isolate: true, // Use separate processes for isolation (matching ava's workerThreads: false)
10
+ pool: "forks", // Use process forks (required for native modules that need main thread)
11
+ teardownTimeout: 5000, // Force teardown after 5s to prevent hanging processes
12
+ reporters: ["verbose"], // Show individual test names
16
13
  },
17
14
  });