Skip to content

Commit 37c705f

Browse files
authored
Merge pull request #117 from tuanductran/renovate/vite-0.x
chore(deps): update dependency vite to v0.2.8
2 parents e4f0e69 + 66c0889 commit 37c705f

8 files changed

Lines changed: 229 additions & 61 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: 'pnpm'
3535

3636
- name: Install dependencies
37-
run: pnpm install --frozen-lockfile
37+
run: pnpm install
3838

3939
- name: Build packages
4040
run: pnpm build

.github/workflows/build-agents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: 'pnpm'
3939

4040
- name: Install dependencies
41-
run: pnpm install --frozen-lockfile
41+
run: pnpm install
4242

4343
- name: Build packages
4444
run: pnpm build

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cache: 'pnpm'
3838

3939
- name: Install dependencies
40-
run: pnpm install --frozen-lockfile
40+
run: pnpm install
4141

4242
- name: Build packages
4343
run: pnpm build

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cache: 'pnpm'
4646

4747
- name: Install dependencies
48-
run: pnpm install --frozen-lockfile
48+
run: pnpm install
4949

5050
- name: Build packages
5151
run: pnpm build

.github/workflows/update-counts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: 'pnpm'
3333

3434
- name: Install dependencies
35-
run: pnpm install --frozen-lockfile
35+
run: pnpm install
3636

3737
- name: Build packages
3838
run: pnpm build

.github/workflows/validate-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: 'pnpm'
3737

3838
- name: Install dependencies
39-
run: pnpm install --frozen-lockfile
39+
run: pnpm install
4040

4141
- name: Build packages
4242
run: pnpm build

pnpm-lock.yaml

Lines changed: 222 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ catalogs:
1313
test:
1414
"@vitest/coverage-v8": 4.1.10
1515
vitest: 4.1.10
16-
vite: npm:@voidzero-dev/vite-plus-core@0.2.7
16+
vite: npm:@voidzero-dev/vite-plus-core@0.2.8
1717
vite-plus: 0.2.7
1818

1919
lint:

0 commit comments

Comments
 (0)