Skip to content

Commit 90b81f6

Browse files
chore(deps-dev): bump vite from 7.0.5 to 7.0.6 in the patch-dependencies group (#47)
* chore(deps-dev): bump vite in the patch-dependencies group Bumps the patch-dependencies group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.0.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update audit-fix-pr.yml * Update audit-fix-pr.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]>
1 parent eb30d59 commit 90b81f6

File tree

4 files changed

+100
-98
lines changed

4 files changed

+100
-98
lines changed

.github/workflows/audit-fix-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@ jobs:
6464
base: ${{ github.head_ref }}
6565

6666
- name: Approve PR
67+
if: steps.changes.outputs.changed == 'true'
6768
env:
6869
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
6970
run: |
7071
gh pr review ${{ steps.create-pr.outputs.pull-request-url }} --approve
7172
7273
- name: Enable Auto-Merge
74+
if: steps.changes.outputs.changed == 'true'
7375
env:
7476
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
7577
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"prettier-plugin-organize-imports": "4.1.0",
5959
"prettier-plugin-pkg": "0.21.2",
6060
"publint": "0.3.12",
61-
"vite": "7.0.5",
61+
"vite": "7.0.6",
6262
"vitest": "3.2.4",
6363
"xo": "1.1.1"
6464
},

packages/css-if-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@vitest/coverage-v8": "3.2.4",
6262
"jsdom": "26.1.0",
6363
"microbundle": "0.15.1",
64-
"vite": "7.0.5",
64+
"vite": "7.0.6",
6565
"vitest": "3.2.4",
6666
"xo": "1.1.1"
6767
},

0 commit comments

Comments
 (0)