Commit 7dc9af9
authored
chore: update vite-plus to ^0.1.1 (#673)
## Changes
- Update vite-plus and related packages from `latest` to `^0.1.1`
- Remove oxlint `extends` from `vite.config.ts` (oxlint 1.51.0 no longer
supports string paths in extends; all rules were already overridden
locally)
- Remove unused `@eggjs/oxlint-config` dependency
- Remove redundant top-level `overrides` (only `pnpm.overrides` is
needed)
- Rename CI job from `typecheck` to `check`
## Node engine compatibility
vite-plus 0.1.1 dev tooling requires Node >=20, but this only affects
development. The library itself (urllib) still supports Node >=18.19.0
at runtime. CI already tests only Node 20/22/24/25.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Pinned previously dynamic "latest" dependency specs to explicit
semantic versions (^0.1.1) for build and test tooling to ensure
consistent installs.
* Removed an unused dev dependency declaration.
* Renamed an internal CI job and updated its concurrency grouping to
match the new name.
* Removed an explicit lint configuration entry so linting will rely on
the project's default configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 774a532 commit 7dc9af9
File tree
4 files changed
+53
-64
lines changed- .github/workflows
4 files changed
+53
-64
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
113 | | - | |
| 111 | + | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | | - | |
131 | | - | |
| 129 | + | |
| 130 | + | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
0 commit comments