@equinor/fusion-framework-dev-portal 1.2.2 → 1.2.4

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 CHANGED
@@ -1,5 +1,44 @@
1
1
  # @equinor/fusion-framework-dev-portal
2
2
 
3
+ ## 1.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3637](https://github.com/equinor/fusion-framework/pull/3637) [`f5b88e7`](https://github.com/equinor/fusion-framework/commit/f5b88e7ff8e896624de67bdf29091ba44bf8a628) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: bump rollup from 4.52.4 to 4.52.5 to fix sourcemap debugId generation; no public API changes.
8
+
9
+ - [#3629](https://github.com/equinor/fusion-framework/pull/3629) [`3a21f9a`](https://github.com/equinor/fusion-framework/commit/3a21f9a8b36aaa7c80209c0989627b1dcc48a6cf) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: bump @equinor/fusion-react-side-sheet from 1.3.11 to 2.0.0 for React 19 compatibility fixes; no breaking changes to dev-portal functionality.
10
+
11
+ ## 1.2.3
12
+
13
+ ### Patch Changes
14
+
15
+ - [#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
16
+
17
+ 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.
18
+
19
+ **Changes:**
20
+
21
+ - Updated Vite from v7.1.10 to v7.1.12
22
+ - Includes security fix for development server file system checks
23
+ - Includes compatibility fix for CommonJS plugin
24
+ - No breaking changes or API modifications
25
+
26
+ **Security Fix (v7.1.11):**
27
+
28
+ - **dev**: trim trailing slash before `server.fs.deny` check ([#20968](https://github.com/vitejs/vite/issues/20968))
29
+ - Prevents potential path traversal vulnerability in development server
30
+ - Only affects development environment, not production builds
31
+
32
+ **Bug Fix (v7.1.12):**
33
+
34
+ - **deps**: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins issues ([#20990](https://github.com/vitejs/vite/issues/20990))
35
+ - Improves compatibility with Rollup plugin ecosystem
36
+ - Prevents potential build issues
37
+
38
+ 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.
39
+
40
+ closes: https://github.com/equinor/fusion/issues/723
41
+
3
42
  ## 1.2.2
4
43
 
5
44
  ### Patch Changes