@equinor/fusion-framework-cli 12.3.5 → 12.3.6
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 +35 -0
- package/bin/build/bin.mjs +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 12.3.6
|
|
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
|
+
|
|
34
|
+
- Updated dependencies [[`8d50adc`](https://github.com/equinor/fusion-framework/commit/8d50adc17e81fc46da81795125832af8add5f678)]:
|
|
35
|
+
- @equinor/fusion-framework-dev-portal@1.2.3
|
|
36
|
+
- @equinor/fusion-framework-dev-server@1.1.9
|
|
37
|
+
|
|
3
38
|
## 12.3.5
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|