Skip to content

Commit d159495

Browse files
authored
Merge pull request #217 from qualcomm/chore/vite-v8
chore/vite-v8
2 parents 63557ce + 4b7ba58 commit d159495

85 files changed

Lines changed: 2653 additions & 2168 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default defineConfig(
4040
"**/frameworks/react-internal/files/component-list.md",
4141
"packages/docs/*/knowledge/**",
4242
"**/generated/**",
43+
"packages/**/qui-env.d.ts",
4344
],
4445
},
4546
{

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@
103103
"syncpack": "14.0.0-alpha.32",
104104
"tailwindcss": "^4.1.17",
105105
"tsx": "catalog:",
106-
"turbo": "^2.7.6",
106+
"turbo": "^2.9.3",
107107
"typescript": "catalog:",
108108
"typescript-eslint": "catalog:",
109-
"yaml": "^2.8.2"
109+
"yaml": "^2.8.3"
110110
},
111111
"resolutions": {
112112
"eslint": "catalog:",

packages/common/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @qualcomm-ui/core Changelog
22

3+
## 1.6.2 (2026/04/02)
4+
5+
### Code Refactoring
6+
7+
- [machine]: support narrowed guards in createNarrowedMachine ([cf79dbf](https://github.com/qualcomm/qualcomm-ui/commit/cf79dbf))
8+
9+
### Miscellaneous Chores
10+
11+
- **deps:** update dependencies [@qualcomm-ui/utils, @qualcomm-ui/dom]
12+
313
## 1.6.1 (2026/03/25)
414

515
### Bug Fixes

packages/common/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qualcomm-ui/core",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "core components",
55
"author": "Ryan Bower",
66
"license": "BSD-3-Clause-Clear",
@@ -43,10 +43,10 @@
4343
"@internationalized/number": "^3.6.4",
4444
"@qualcomm-ui/cli": "catalog:",
4545
"@qualcomm-ui/css-utils": "catalog:",
46-
"@qualcomm-ui/dom": "workspace:^1.0.10",
46+
"@qualcomm-ui/dom": "workspace:^1.0.11",
4747
"@qualcomm-ui/esbuild": "catalog:",
4848
"@qualcomm-ui/tsconfig": "catalog:",
49-
"@qualcomm-ui/utils": "workspace:^1.2.1",
49+
"@qualcomm-ui/utils": "workspace:^1.2.2",
5050
"@types/node": "~24.9.2",
5151
"@vitest/coverage-v8": "catalog:",
5252
"@vitest/ui": "catalog:",
@@ -58,7 +58,7 @@
5858
},
5959
"peerDependencies": {
6060
"@internationalized/number": ">=3.6.4",
61-
"@qualcomm-ui/dom": "workspace:^1.0.10",
62-
"@qualcomm-ui/utils": "workspace:^1.2.1"
61+
"@qualcomm-ui/dom": "workspace:^1.0.11",
62+
"@qualcomm-ui/utils": "workspace:^1.2.2"
6363
}
6464
}

0 commit comments

Comments
 (0)