@window-splitter/solid 0.8.4 → 0.8.6

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,5 +1,5 @@
1
1
 
2
2
  
3
- > @window-splitter/solid@0.8.3 build /Users/andrew/Documents/react-window-splitter/packages/solid
3
+ > @window-splitter/solid@0.8.5 build /Users/andrew/Documents/react-window-splitter/packages/solid
4
4
  > tshy
5
5
 
@@ -1,5 +1,18 @@
1
1
 
2
2
  
3
- > @window-splitter/solid@0.8.3 lint /Users/andrew/Documents/react-window-splitter/packages/solid
3
+ > @window-splitter/solid@0.8.4 lint /Users/andrew/Documents/react-window-splitter/packages/solid
4
4
  > eslint .
5
5
 
6
+ =============
7
+
8
+ WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
9
+
10
+ You may find that it works just fine, or you may not.
11
+
12
+ SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0
13
+
14
+ YOUR TYPESCRIPT VERSION: 5.8.3
15
+
16
+ Please only submit bug reports when using the officially supported version.
17
+
18
+ =============
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v0.8.5 (Sun May 04 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Vue Adapter [#56](https://github.com/hipstersmoothie/window-splitter/pull/56) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6
+ - catalogs ([@hipstersmoothie](https://github.com/hipstersmoothie))
7
+ - linting ([@hipstersmoothie](https://github.com/hipstersmoothie))
8
+
9
+ #### Authors: 1
10
+
11
+ - Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
12
+
13
+ ---
14
+
1
15
  # v0.8.4 (Sat May 03 2025)
2
16
 
3
17
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/solid",
4
4
  "sideEffects": false,
5
- "version": "0.8.4",
5
+ "version": "0.8.6",
6
6
  "description": "A WAI-ARIA compliant window splitter for Solid.",
7
7
  "repository": {
8
8
  "url": "https://github.com/hipstersmoothie/window-splitter",
@@ -31,38 +31,37 @@
31
31
  "license": "MIT",
32
32
  "devDependencies": {
33
33
  "@chromatic-com/storybook": "^1.6.1",
34
- "@internal/eslint-config": "0.8.4",
34
+ "@internal/eslint-config": "0.8.6",
35
35
  "@rsbuild/core": "^1.3.12",
36
36
  "@rsdoctor/rspack-plugin": "^1.0.2",
37
37
  "@solidjs/testing-library": "^0.8.10",
38
38
  "@storybook/builder-vite": "9.0.0-beta.4",
39
- "@testing-library/jest-dom": "^6.4.8",
39
+ "@testing-library/jest-dom": "catalog:",
40
40
  "@types/node": "^20.14.10",
41
- "@vitest/browser": "^3.1.2",
42
- "@vitest/coverage-istanbul": "^3.1.2",
43
- "eslint": "^9.9.0",
41
+ "@vitest/browser": "catalog:",
42
+ "@vitest/coverage-istanbul": "catalog:",
43
+ "eslint": "catalog:",
44
44
  "eslint-plugin-solid": "^0.14.5",
45
- "eslint-plugin-storybook": "^0.12.0",
46
45
  "framer-motion": "^11.3.28",
47
46
  "jsdom": "^24.1.1",
48
- "playwright": "^1.46.0",
47
+ "playwright": "catalog:",
49
48
  "solid-js": "^1.9.5",
50
49
  "storybook": "9.0.0-beta.4",
51
50
  "storybook-solidjs": "1.0.0-beta.6",
52
51
  "storybook-solidjs-vite": "1.0.0-beta.6",
53
52
  "tiny-cookie": "^2.5.1",
54
- "tshy": "^3.0.2",
55
- "typescript": "^5.5.4",
53
+ "tshy": "catalog:",
54
+ "typescript": "catalog:",
56
55
  "vite": "^6.3.3",
57
56
  "vite-plugin-solid": "^2.11.6",
58
- "vitest": "^3.1.2"
57
+ "vitest": "catalog:"
59
58
  },
60
59
  "peerDependencies": {
61
60
  "solid-js": ">=1.x"
62
61
  },
63
62
  "dependencies": {
64
- "@window-splitter/interface": "0.8.4",
65
- "@window-splitter/state": "0.8.4"
63
+ "@window-splitter/interface": "0.8.6",
64
+ "@window-splitter/state": "0.8.6"
66
65
  },
67
66
  "tshy": {
68
67
  "exclude": [
@@ -99,5 +98,5 @@
99
98
  "plugin:storybook/recommended"
100
99
  ]
101
100
  },
102
- "gitHead": "b71dcbded56d12a3e78294802e56d97d179b0bf6"
101
+ "gitHead": "7bdd351ea9e9a209d4a8db3a66f7742ee8e2db1b"
103
102
  }