Skip to content

Commit 68af2e1

Browse files
dotNomadclaude
andauthored
Upgrade Vite to 8.0.x in package-vulnerability-scanner (#337)
* Upgrade Vite to 8.0.x in package-vulnerability-scanner Resolves 3 Dependabot security alerts (1 high, 2 medium) by upgrading Vite from 7.3.x to 8.0.x. Also bumps @vitejs/plugin-vue, @tailwindcss/vite, and tailwindcss for Vite 8 peer dependency compatibility. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Run formatter --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3b734fa commit 68af2e1

6 files changed

Lines changed: 463 additions & 869 deletions

File tree

extensions/package-vulnerability-scanner/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the Package Vulnerability Scanner extension will be docum
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.3] - 2026-04-14
9+
10+
### Changed
11+
12+
- Upgraded Vite from 7.3.x to 8.0.x to resolve security vulnerabilities
13+
- Bumped @vitejs/plugin-vue, @tailwindcss/vite, and tailwindcss for Vite 8 compatibility
14+
815
## [3.0.2] - 2026-02-10
916

1017
### Added

extensions/package-vulnerability-scanner/manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/package-vulnerability-scanner",
4444
"category": "extension",
4545
"minimumConnectVersion": "2025.04.0",
46-
"requiredFeatures": [
47-
"API Publishing"
48-
],
49-
"version": "3.0.2"
46+
"requiredFeatures": ["API Publishing"],
47+
"version": "3.0.3"
5048
}
5149
}

0 commit comments

Comments
 (0)