Skip to content

Commit 8fef958

Browse files
authored
Merge pull request #42 from tclxshunquan-wang/feat/upt-swc
Feat/upt chore: update dependencies and improve documentation across inspector packages for better performance and usability
2 parents e05f875 + ce9768f commit 8fef958

File tree

42 files changed

+8535
-6427
lines changed

Some content is hidden

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

42 files changed

+8535
-6427
lines changed

.changeset/good-ears-relate.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
"@hyperse/inspector-babel-plugin": patch
3+
"@hyperse/inspector-middleware": patch
4+
"@hyperse/inspector-component": patch
5+
"@hyperse/inspector-swc-plugin": patch
6+
"@hyperse/inspector-common": patch
7+
"@hyperse/next-inspector": patch
8+
"@hyperse/inspector": patch
9+
---
10+
11+
### Fixed
12+
13+
- `@hyperse/inspector-swc-plugin`: Improve transform stability and fix location shifts caused by JSX prop order; align behavior with the Babel plugin.
14+
15+
### Changed
16+
17+
- `@hyperse/next-inspector`: Refine API route creation and configuration pass-through; tweak `vitest` settings for more stable tests.
18+
- `@hyperse/inspector-babel-plugin`: Align shared constants and type references; minor performance and bundle size improvements.
19+
- `@hyperse/inspector-middleware`: Strengthen request parsing and error handling; better edge-case coverage.
20+
- `@hyperse/inspector-component`: Improve component prop types and interaction details for better usability.
21+
- `@hyperse/inspector-common`: Add missing types and constant exports; unify internal dependency versions.
22+
- `@hyperse/inspector`: Sync dependencies and internal exports; fine-tune client initialization.
23+
24+
### Documentation
25+
26+
- Update package READMEs to reflect latest usage and configuration guidance.

.github/workflows/ci-inspector-babel-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
node-version: [18.x]
44+
node-version: [20.x]
4545
steps:
4646
- uses: actions/checkout@v4
4747

.github/workflows/ci-inspector-swc-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
node-version: [18.x]
48+
node-version: [20.x]
4949
steps:
5050
- uses: actions/checkout@v4
5151

.github/workflows/ci-inspector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
node-version: [18.x]
44+
node-version: [20.x]
4545
steps:
4646
- uses: actions/checkout@v4
4747

.github/workflows/ci-integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
node-version: [18.x]
35+
node-version: [20.x]
3636
steps:
3737
- uses: actions/checkout@v4
3838

.github/workflows/release-or-version-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
rustc --version
3939
cargo --version
4040
41-
- name: Use Node.js 18.x
41+
- name: Use Node.js 20.x
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: 18.x
44+
node-version: 20.x
4545

4646
- name: 📥 Monorepo install
4747
uses: ./.github/actions/yarn-nm-install
Lines changed: 359 additions & 365 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.4.cjs

0 commit comments

Comments
 (0)