Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .changeset/honest-bats-pay.md

This file was deleted.

34 changes: 34 additions & 0 deletions cookbooks/poc-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# poc-portal

## 1.1.15

### Patch Changes

- [#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

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.

**Changes:**

- Updated Vite from v7.1.10 to v7.1.12
- Includes security fix for development server file system checks
- Includes compatibility fix for CommonJS plugin
- No breaking changes or API modifications

**Security Fix (v7.1.11):**

- **dev**: trim trailing slash before `server.fs.deny` check ([#20968](https://github.com/vitejs/vite/issues/20968))
- Prevents potential path traversal vulnerability in development server
- Only affects development environment, not production builds

**Bug Fix (v7.1.12):**

- **deps**: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins issues ([#20990](https://github.com/vitejs/vite/issues/20990))
- Improves compatibility with Rollup plugin ecosystem
- Prevents potential build issues

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.

closes: https://github.com/equinor/fusion/issues/723

- Updated dependencies [[`8d50adc`](https://github.com/equinor/fusion-framework/commit/8d50adc17e81fc46da81795125832af8add5f678)]:
- @equinor/[email protected]

## 1.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/poc-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poc-portal",
"version": "1.1.14",
"version": "1.1.15",
"description": "",
"main": "src/index.tsx",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions cookbooks/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# portal

## 0.1.5

### Patch Changes

- Updated dependencies [[`8d50adc`](https://github.com/equinor/fusion-framework/commit/8d50adc17e81fc46da81795125832af8add5f678)]:
- @equinor/[email protected]

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"main": "dist/index.js",
"private": true,
Expand Down
35 changes: 35 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Change Log

## 12.3.6

### Patch Changes

- [#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

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.

**Changes:**

- Updated Vite from v7.1.10 to v7.1.12
- Includes security fix for development server file system checks
- Includes compatibility fix for CommonJS plugin
- No breaking changes or API modifications

**Security Fix (v7.1.11):**

- **dev**: trim trailing slash before `server.fs.deny` check ([#20968](https://github.com/vitejs/vite/issues/20968))
- Prevents potential path traversal vulnerability in development server
- Only affects development environment, not production builds

**Bug Fix (v7.1.12):**

- **deps**: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins issues ([#20990](https://github.com/vitejs/vite/issues/20990))
- Improves compatibility with Rollup plugin ecosystem
- Prevents potential build issues

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.

closes: https://github.com/equinor/fusion/issues/723

- Updated dependencies [[`8d50adc`](https://github.com/equinor/fusion-framework/commit/8d50adc17e81fc46da81795125832af8add5f678)]:
- @equinor/[email protected]
- @equinor/[email protected]

## 12.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cli",
"version": "12.3.5",
"version": "12.3.6",
"keywords": [
"Fusion",
"Fusion Framework",
Expand Down
31 changes: 31 additions & 0 deletions packages/dev-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @equinor/fusion-framework-dev-portal

## 1.2.3

### Patch Changes

- [#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

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.

**Changes:**

- Updated Vite from v7.1.10 to v7.1.12
- Includes security fix for development server file system checks
- Includes compatibility fix for CommonJS plugin
- No breaking changes or API modifications

**Security Fix (v7.1.11):**

- **dev**: trim trailing slash before `server.fs.deny` check ([#20968](https://github.com/vitejs/vite/issues/20968))
- Prevents potential path traversal vulnerability in development server
- Only affects development environment, not production builds

**Bug Fix (v7.1.12):**

- **deps**: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins issues ([#20990](https://github.com/vitejs/vite/issues/20990))
- Improves compatibility with Rollup plugin ecosystem
- Prevents potential build issues

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.

closes: https://github.com/equinor/fusion/issues/723

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-dev-portal",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"type": "module",
"module": "./dist/main.js",
Expand Down
35 changes: 35 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @equinor/fusion-framework-dev-server

## 1.1.9

### Patch Changes

- [#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

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.

**Changes:**

- Updated Vite from v7.1.10 to v7.1.12
- Includes security fix for development server file system checks
- Includes compatibility fix for CommonJS plugin
- No breaking changes or API modifications

**Security Fix (v7.1.11):**

- **dev**: trim trailing slash before `server.fs.deny` check ([#20968](https://github.com/vitejs/vite/issues/20968))
- Prevents potential path traversal vulnerability in development server
- Only affects development environment, not production builds

**Bug Fix (v7.1.12):**

- **deps**: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins issues ([#20990](https://github.com/vitejs/vite/issues/20990))
- Improves compatibility with Rollup plugin ecosystem
- Prevents potential build issues

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.

closes: https://github.com/equinor/fusion/issues/723

- Updated dependencies [[`8d50adc`](https://github.com/equinor/fusion-framework/commit/8d50adc17e81fc46da81795125832af8add5f678)]:
- @equinor/[email protected]
- @equinor/[email protected]

## 1.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-dev-server",
"version": "1.1.8",
"version": "1.1.9",
"description": "Package for running a development server for fusion-framework",
"type": "module",
"exports": {
Expand Down
31 changes: 31 additions & 0 deletions packages/vite-plugins/api-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @equinor/fusion-framework-vite-plugin-api-service

## 1.2.3

### Patch Changes

- [#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

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.

**Changes:**

- Updated Vite from v7.1.10 to v7.1.12
- Includes security fix for development server file system checks
- Includes compatibility fix for CommonJS plugin
- No breaking changes or API modifications

**Security Fix (v7.1.11):**

- **dev**: trim trailing slash before `server.fs.deny` check ([#20968](https://github.com/vitejs/vite/issues/20968))
- Prevents potential path traversal vulnerability in development server
- Only affects development environment, not production builds

**Bug Fix (v7.1.12):**

- **deps**: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins issues ([#20990](https://github.com/vitejs/vite/issues/20990))
- Improves compatibility with Rollup plugin ecosystem
- Prevents potential build issues

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.

closes: https://github.com/equinor/fusion/issues/723

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugins/api-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-vite-plugin-api-service",
"version": "1.2.2",
"version": "1.2.3",
"description": "Vite plugin for proxying service discovery and mocking",
"type": "module",
"exports": {
Expand Down
31 changes: 31 additions & 0 deletions packages/vite-plugins/spa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @equinor/fusion-framework-vite-plugin-spa

## 2.0.1

### Patch Changes

- [#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

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.

**Changes:**

- Updated Vite from v7.1.10 to v7.1.12
- Includes security fix for development server file system checks
- Includes compatibility fix for CommonJS plugin
- No breaking changes or API modifications

**Security Fix (v7.1.11):**

- **dev**: trim trailing slash before `server.fs.deny` check ([#20968](https://github.com/vitejs/vite/issues/20968))
- Prevents potential path traversal vulnerability in development server
- Only affects development environment, not production builds

**Bug Fix (v7.1.12):**

- **deps**: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins issues ([#20990](https://github.com/vitejs/vite/issues/20990))
- Improves compatibility with Rollup plugin ecosystem
- Prevents potential build issues

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.

closes: https://github.com/equinor/fusion/issues/723

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugins/spa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-vite-plugin-spa",
"version": "2.0.0",
"version": "2.0.1",
"description": "Vite plugin for SPA development",
"type": "module",
"types": "dist/types/index.d.ts",
Expand Down
Loading