@equinor/fusion-framework-vite-plugin-spa 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -0
- package/dist/esm/version.js +1 -1
- package/dist/html/bootstrap.js +1 -1
- package/dist/html/bootstrap.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/html/index.html.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +6 -6
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @equinor/fusion-framework-vite-plugin-spa
|
|
2
2
|
|
|
3
|
+
## 2.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3652](https://github.com/equinor/fusion-framework/pull/3652) [`8d50adc`](https://github.com/equinor/fusion-framework/commit/8d50adc17e81fc46da81795125832af8add5f678) Thanks [@dependabot](https://github.com/apps/dependabot)! - **Security:** Update Vite to v7.1.12
|
|
8
|
+
|
|
9
|
+
This update addresses a security vulnerability in Vite's development server and includes bug fixes for improved compatibility. The update ensures secure development environments and better plugin ecosystem compatibility.
|
|
10
|
+
|
|
11
|
+
**Changes:**
|
|
12
|
+
|
|
13
|
+
- Updated Vite from v7.1.10 to v7.1.12
|
|
14
|
+
- Includes security fix for development server file system checks
|
|
15
|
+
- Includes compatibility fix for CommonJS plugin
|
|
16
|
+
- No breaking changes or API modifications
|
|
17
|
+
|
|
18
|
+
**Security Fix (v7.1.11):**
|
|
19
|
+
|
|
20
|
+
- **dev**: trim trailing slash before `server.fs.deny` check ([#20968](https://github.com/vitejs/vite/issues/20968))
|
|
21
|
+
- Prevents potential path traversal vulnerability in development server
|
|
22
|
+
- Only affects development environment, not production builds
|
|
23
|
+
|
|
24
|
+
**Bug Fix (v7.1.12):**
|
|
25
|
+
|
|
26
|
+
- **deps**: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins issues ([#20990](https://github.com/vitejs/vite/issues/20990))
|
|
27
|
+
- Improves compatibility with Rollup plugin ecosystem
|
|
28
|
+
- Prevents potential build issues
|
|
29
|
+
|
|
30
|
+
All packages using Vite as a development dependency are updated to the latest secure version. This is a patch-level security and bug fix update that maintains full compatibility with existing functionality.
|
|
31
|
+
|
|
32
|
+
closes: https://github.com/equinor/fusion/issues/723
|
|
33
|
+
|
|
3
34
|
## 2.0.0
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/dist/esm/version.js
CHANGED
package/dist/html/bootstrap.js
CHANGED
|
@@ -45377,7 +45377,7 @@ async function registerServiceWorker(framework) {
|
|
|
45377
45377
|
}
|
|
45378
45378
|
|
|
45379
45379
|
// Generated by genversion.
|
|
45380
|
-
const version = '2.0.
|
|
45380
|
+
const version = '2.0.1';
|
|
45381
45381
|
|
|
45382
45382
|
// Allow dynamic import without vite
|
|
45383
45383
|
const importWithoutVite = (path) => import(/* @vite-ignore */ path);
|