diff --git a/.changeset/cli-plugin-copilot_skip-agent-browser-install.md b/.changeset/cli-plugin-copilot_skip-agent-browser-install.md deleted file mode 100644 index 4dba8d0d18..0000000000 --- a/.changeset/cli-plugin-copilot_skip-agent-browser-install.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@equinor/fusion-framework-cli-plugin-copilot": patch ---- - -Internal: stop running `agent-browser`'s and `koffi`'s native-binary install scripts on every `pnpm install`. Both now build explicitly in this package's `prepack` script, so publishing still bundles the binaries but everyday installs no longer download them. diff --git a/.changeset/copilot-plugin_narrow-jsonvalue-args.md b/.changeset/copilot-plugin_narrow-jsonvalue-args.md deleted file mode 100644 index 0f968877a1..0000000000 --- a/.changeset/copilot-plugin_narrow-jsonvalue-args.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@equinor/fusion-framework-cli-plugin-copilot": patch ---- - -Fix a build failure caused by `@github/copilot-sdk`'s stricter `JsonValue` typing on tool-call `arguments`. Tool-call detail extraction (`url`/`path`/`load`/`selector`) now narrows the union type before reading properties instead of relying on unchecked optional chaining. diff --git a/.changeset/copilot-plugin_scope-agent-browser-dep.md b/.changeset/copilot-plugin_scope-agent-browser-dep.md deleted file mode 100644 index 3c0e662a0a..0000000000 --- a/.changeset/copilot-plugin_scope-agent-browser-dep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@equinor/fusion-framework-cli-plugin-copilot": patch ---- - -Internal: move the `agent-browser` dependency from the repo root into this package, where it is actually used, instead of the workspace root `devDependencies`. diff --git a/.changeset/module-ag-grid_bump-ag-grid.md b/.changeset/module-ag-grid_bump-ag-grid.md deleted file mode 100644 index 34c69c7e39..0000000000 --- a/.changeset/module-ag-grid_bump-ag-grid.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@equinor/fusion-framework-module-ag-grid": patch ---- - -Internal: bump `ag-grid-community` and `ag-grid-enterprise` from `~36.0.1` to `~36.1.0`. diff --git a/.changeset/module-app-navigation_fusion-lint-comments.md b/.changeset/module-app-navigation_fusion-lint-comments.md deleted file mode 100644 index e6fb41735e..0000000000 --- a/.changeset/module-app-navigation_fusion-lint-comments.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@equinor/fusion-framework-module-app": patch -"@equinor/fusion-framework-module-navigation": patch ---- - -Internal: address fusion-lint warnings — mark `FrameworkOptionsSchema` as intentionally co-located per the file's existing convention, and add intent comments to `NavigationProvider`'s path-normalization loops. diff --git a/.changeset/module-state_bump-immer.md b/.changeset/module-state_bump-immer.md deleted file mode 100644 index 446d20447a..0000000000 --- a/.changeset/module-state_bump-immer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@equinor/fusion-framework-module-state": patch ---- - -Internal: bump `immer` from `9.0.21` to `11.1.17`. The dependency is unused in this package's source, so there is no consumer-facing behavior change. diff --git a/.changeset/portal-analytics_migrate-progress-indicator.md b/.changeset/portal-analytics_migrate-progress-indicator.md deleted file mode 100644 index 0e9819b973..0000000000 --- a/.changeset/portal-analytics_migrate-progress-indicator.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"portal-analytics": patch ---- - -Replace the deprecated `@equinor/fusion-react-progress-indicator` dependency with EDS's -`Progress.Star` (`@equinor/eds-core-react`) in `EquinorLoader`. The loading text is now -rendered as a visible `Typography` caption alongside an `aria-label` on the spinner, -matching EDS's own accessible loading-indicator pattern. diff --git a/.changeset/react-ag-charts_bump-ag-charts.md b/.changeset/react-ag-charts_bump-ag-charts.md deleted file mode 100644 index af4a024754..0000000000 --- a/.changeset/react-ag-charts_bump-ag-charts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@equinor/fusion-framework-react-ag-charts": patch ---- - -Internal: bump `ag-charts-community`, `ag-charts-enterprise`, and `ag-charts-react` from `14.0.2` to `14.1.0`. diff --git a/.changeset/react-ag-grid_bump-ag-grid.md b/.changeset/react-ag-grid_bump-ag-grid.md deleted file mode 100644 index be23ccdfe1..0000000000 --- a/.changeset/react-ag-grid_bump-ag-grid.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@equinor/fusion-framework-react-ag-grid": patch ---- - -Internal: bump `ag-grid-community`, `ag-grid-enterprise`, and `ag-grid-react` from `~36.0.1` to `~36.1.0`. diff --git a/cookbooks/app-react-ag-grid/CHANGELOG.md b/cookbooks/app-react-ag-grid/CHANGELOG.md index 20712bb188..77dc960777 100644 --- a/cookbooks/app-react-ag-grid/CHANGELOG.md +++ b/cookbooks/app-react-ag-grid/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.13 + +### Patch Changes + +- Updated dependencies [a02f4ad] +- Updated dependencies [3d22882] + - @equinor/fusion-framework-react-ag-charts@15.0.1 + - @equinor/fusion-framework-react-ag-grid@37.0.2 + ## 2.0.12 ### Patch Changes diff --git a/cookbooks/app-react-ag-grid/package.json b/cookbooks/app-react-ag-grid/package.json index 71023fc6c9..023ef47ff3 100644 --- a/cookbooks/app-react-ag-grid/package.json +++ b/cookbooks/app-react-ag-grid/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cookbook-app-react-ag-grid", - "version": "2.0.12", + "version": "2.0.13", "description": "Setup AG-grid with fusion-framework", "private": true, "type": "module", diff --git a/cookbooks/poc-portal/CHANGELOG.md b/cookbooks/poc-portal/CHANGELOG.md index 1f33692a04..e85c5bf172 100644 --- a/cookbooks/poc-portal/CHANGELOG.md +++ b/cookbooks/poc-portal/CHANGELOG.md @@ -1,5 +1,14 @@ # poc-portal +## 1.1.99 + +### Patch Changes + +- Updated dependencies [4a00a7a] + - @equinor/fusion-framework-module-app@8.0.5 + - @equinor/fusion-framework-react-app@14.0.2 + - @equinor/fusion-framework-cli@15.2.10 + ## 1.1.98 ### Patch Changes diff --git a/cookbooks/poc-portal/package.json b/cookbooks/poc-portal/package.json index 8ffcff6056..4a4fdd6001 100644 --- a/cookbooks/poc-portal/package.json +++ b/cookbooks/poc-portal/package.json @@ -1,6 +1,6 @@ { "name": "poc-portal", - "version": "1.1.98", + "version": "1.1.99", "description": "", "main": "src/index.tsx", "private": true, diff --git a/cookbooks/portal-analytics/CHANGELOG.md b/cookbooks/portal-analytics/CHANGELOG.md index 9feb4724c2..4abf12cdb3 100644 --- a/cookbooks/portal-analytics/CHANGELOG.md +++ b/cookbooks/portal-analytics/CHANGELOG.md @@ -1,5 +1,21 @@ # portal-analytics +## 0.4.52 + +### Patch Changes + +- f0a9ddf: Replace the deprecated `@equinor/fusion-react-progress-indicator` dependency with EDS's + `Progress.Star` (`@equinor/eds-core-react`) in `EquinorLoader`. The loading text is now + rendered as a visible `Typography` caption alongside an `aria-label` on the spinner, + matching EDS's own accessible loading-indicator pattern. +- Updated dependencies [4a00a7a] + - @equinor/fusion-framework-module-app@8.0.5 + - @equinor/fusion-framework-module-navigation@7.0.8 + - @equinor/fusion-framework-react-app@14.0.2 + - @equinor/fusion-framework-app@13.0.2 + - @equinor/fusion-framework-cli@15.2.10 + - @equinor/fusion-framework-module-analytics@3.0.7 + ## 0.4.51 ### Patch Changes diff --git a/cookbooks/portal-analytics/package.json b/cookbooks/portal-analytics/package.json index bbe4cd9d2d..b706383539 100644 --- a/cookbooks/portal-analytics/package.json +++ b/cookbooks/portal-analytics/package.json @@ -1,6 +1,6 @@ { "name": "portal-analytics", - "version": "0.4.51", + "version": "0.4.52", "description": "", "main": "dist/index.js", "type": "module", diff --git a/cookbooks/portal/CHANGELOG.md b/cookbooks/portal/CHANGELOG.md index fa8b415496..c601e24d45 100644 --- a/cookbooks/portal/CHANGELOG.md +++ b/cookbooks/portal/CHANGELOG.md @@ -1,5 +1,11 @@ # portal +## 0.1.84 + +### Patch Changes + +- @equinor/fusion-framework-cli@15.2.10 + ## 0.1.83 ### Patch Changes diff --git a/cookbooks/portal/package.json b/cookbooks/portal/package.json index 78a328b5ec..7900a5529a 100644 --- a/cookbooks/portal/package.json +++ b/cookbooks/portal/package.json @@ -1,6 +1,6 @@ { "name": "portal", - "version": "0.1.83", + "version": "0.1.84", "description": "", "main": "dist/index.js", "private": true, diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 9cc53d4eae..8a6a45fc43 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 13.0.2 + +### Patch Changes + +- Updated dependencies [4a00a7a] + - @equinor/fusion-framework-module-app@8.0.5 + ## 13.0.1 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index 01882ee8d4..93ee167a95 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-app", - "version": "13.0.1", + "version": "13.0.2", "description": "", "main": "dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/cli-plugins/copilot/CHANGELOG.md b/packages/cli-plugins/copilot/CHANGELOG.md index 476be78c7d..7de2639359 100644 --- a/packages/cli-plugins/copilot/CHANGELOG.md +++ b/packages/cli-plugins/copilot/CHANGELOG.md @@ -1,5 +1,13 @@ # @equinor/fusion-framework-cli-plugin-copilot +## 2.0.5 + +### Patch Changes + +- 6efb63e: Internal: stop running `agent-browser`'s and `koffi`'s native-binary install scripts on every `pnpm install`. Both now build explicitly in this package's `prepack` script, so publishing still bundles the binaries but everyday installs no longer download them. +- 6efb63e: Fix a build failure caused by `@github/copilot-sdk`'s stricter `JsonValue` typing on tool-call `arguments`. Tool-call detail extraction (`url`/`path`/`load`/`selector`) now narrows the union type before reading properties instead of relying on unchecked optional chaining. +- 6efb63e: Internal: move the `agent-browser` dependency from the repo root into this package, where it is actually used, instead of the workspace root `devDependencies`. + ## 2.0.4 ### Patch Changes diff --git a/packages/cli-plugins/copilot/package.json b/packages/cli-plugins/copilot/package.json index 329354b95a..e7aaa6b17a 100644 --- a/packages/cli-plugins/copilot/package.json +++ b/packages/cli-plugins/copilot/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cli-plugin-copilot", - "version": "2.0.4", + "version": "2.0.5", "description": "Copilot SDK powered evaluation plugin for Fusion Framework CLI", "type": "module", "main": "dist/esm/index.js", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 68e22d0983..fc6c8bdcbe 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 15.2.10 + +### Patch Changes + +- @equinor/fusion-framework-dev-portal@11.0.2 + ## 15.2.9 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 9a964933bf..935e043f87 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cli", - "version": "15.2.9", + "version": "15.2.10", "keywords": [ "Fusion", "Fusion Framework", diff --git a/packages/dev-portal/CHANGELOG.md b/packages/dev-portal/CHANGELOG.md index 13a438acec..68c08cb20f 100644 --- a/packages/dev-portal/CHANGELOG.md +++ b/packages/dev-portal/CHANGELOG.md @@ -1,5 +1,17 @@ # @equinor/fusion-framework-dev-portal +## 11.0.2 + +### Patch Changes + +- Updated dependencies [3d22882] +- Updated dependencies [4a00a7a] + - @equinor/fusion-framework-module-ag-grid@37.0.2 + - @equinor/fusion-framework-module-app@8.0.5 + - @equinor/fusion-framework-module-navigation@7.0.8 + - @equinor/fusion-framework-app@13.0.2 + - @equinor/fusion-framework-module-analytics@3.0.7 + ## 11.0.1 ### Patch Changes diff --git a/packages/dev-portal/package.json b/packages/dev-portal/package.json index cbdfe7f44a..586e13905e 100644 --- a/packages/dev-portal/package.json +++ b/packages/dev-portal/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-dev-portal", - "version": "11.0.1", + "version": "11.0.2", "description": "", "type": "module", "module": "./dist/main.js", diff --git a/packages/modules/ag-grid/CHANGELOG.md b/packages/modules/ag-grid/CHANGELOG.md index 851bdcedc5..624224b422 100644 --- a/packages/modules/ag-grid/CHANGELOG.md +++ b/packages/modules/ag-grid/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 37.0.2 + +### Patch Changes + +- 3d22882: Internal: bump `ag-grid-community` and `ag-grid-enterprise` from `~36.0.1` to `~36.1.0`. + ## 37.0.1 ### Patch Changes diff --git a/packages/modules/ag-grid/package.json b/packages/modules/ag-grid/package.json index aee08a9c1a..b5c4083026 100644 --- a/packages/modules/ag-grid/package.json +++ b/packages/modules/ag-grid/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-module-ag-grid", - "version": "37.0.1", + "version": "37.0.2", "description": "Fusion module for using AG Grid", "main": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/modules/analytics/CHANGELOG.md b/packages/modules/analytics/CHANGELOG.md index d86414fc2c..da16ee6931 100644 --- a/packages/modules/analytics/CHANGELOG.md +++ b/packages/modules/analytics/CHANGELOG.md @@ -1,5 +1,12 @@ # @equinor/fusion-framework-module-analytics +## 3.0.7 + +### Patch Changes + +- Updated dependencies [4a00a7a] + - @equinor/fusion-framework-module-app@8.0.5 + ## 3.0.6 ### Patch Changes diff --git a/packages/modules/analytics/package.json b/packages/modules/analytics/package.json index d4cd65fe0e..2133d14489 100644 --- a/packages/modules/analytics/package.json +++ b/packages/modules/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-module-analytics", - "version": "3.0.6", + "version": "3.0.7", "description": "Fusion module for collecting and exporting application analytics using OpenTelemetry standards", "main": "dist/esm/index.js", "type": "module", diff --git a/packages/modules/app/CHANGELOG.md b/packages/modules/app/CHANGELOG.md index 1e5241e322..a47a484544 100644 --- a/packages/modules/app/CHANGELOG.md +++ b/packages/modules/app/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.0.5 + +### Patch Changes + +- 4a00a7a: Internal: address fusion-lint warnings — mark `FrameworkOptionsSchema` as intentionally co-located per the file's existing convention, and add intent comments to `NavigationProvider`'s path-normalization loops. + ## 8.0.4 ### Patch Changes diff --git a/packages/modules/app/package.json b/packages/modules/app/package.json index 8208cc084e..59a4a6f7f7 100644 --- a/packages/modules/app/package.json +++ b/packages/modules/app/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-module-app", - "version": "8.0.4", + "version": "8.0.5", "description": "", "main": "dist/esm/index.js", "exports": { diff --git a/packages/modules/navigation/CHANGELOG.md b/packages/modules/navigation/CHANGELOG.md index 96ca17dfbb..bcb68fe308 100644 --- a/packages/modules/navigation/CHANGELOG.md +++ b/packages/modules/navigation/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.0.8 + +### Patch Changes + +- 4a00a7a: Internal: address fusion-lint warnings — mark `FrameworkOptionsSchema` as intentionally co-located per the file's existing convention, and add intent comments to `NavigationProvider`'s path-normalization loops. + ## 7.0.7 ### Patch Changes diff --git a/packages/modules/navigation/package.json b/packages/modules/navigation/package.json index cb268dfb38..a7f443f4bf 100644 --- a/packages/modules/navigation/package.json +++ b/packages/modules/navigation/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-module-navigation", - "version": "7.0.7", + "version": "7.0.8", "description": "Navigation module for Fusion Framework providing routing and navigation capabilities using React Router 7", "sideEffects": false, "main": "dist/esm/index.js", diff --git a/packages/modules/state/CHANGELOG.md b/packages/modules/state/CHANGELOG.md index b226a0ffd9..79f34c3b08 100644 --- a/packages/modules/state/CHANGELOG.md +++ b/packages/modules/state/CHANGELOG.md @@ -1,5 +1,11 @@ # @equinor/fusion-framework-module-state +## 2.0.1 + +### Patch Changes + +- a5c3c40: Internal: bump `immer` from `9.0.21` to `11.1.17`. The dependency is unused in this package's source, so there is no consumer-facing behavior change. + ## 2.0.0 ### Major Changes diff --git a/packages/modules/state/package.json b/packages/modules/state/package.json index 1b9837b5e5..90f4a83b91 100644 --- a/packages/modules/state/package.json +++ b/packages/modules/state/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-module-state", - "version": "2.0.0", + "version": "2.0.1", "description": "A reactive state management module for the Fusion Framework with type-safe storage and observation capabilities", "type": "module", "main": "dist/esm/index.js", diff --git a/packages/react/ag-charts/CHANGELOG.md b/packages/react/ag-charts/CHANGELOG.md index d969024cc6..38c0d8acf4 100644 --- a/packages/react/ag-charts/CHANGELOG.md +++ b/packages/react/ag-charts/CHANGELOG.md @@ -1,5 +1,11 @@ # @equinor/fusion-framework-react-ag-charts +## 15.0.1 + +### Patch Changes + +- a02f4ad: Internal: bump `ag-charts-community`, `ag-charts-enterprise`, and `ag-charts-react` from `14.0.2` to `14.1.0`. + ## 15.0.0 ### Major Changes diff --git a/packages/react/ag-charts/package.json b/packages/react/ag-charts/package.json index ab94e823ec..855e81ad91 100644 --- a/packages/react/ag-charts/package.json +++ b/packages/react/ag-charts/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-ag-charts", - "version": "15.0.0", + "version": "15.0.1", "description": "Fusion package for using AG Charts", "main": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/react/ag-grid/CHANGELOG.md b/packages/react/ag-grid/CHANGELOG.md index 3ae3476308..7672aa6a7b 100644 --- a/packages/react/ag-grid/CHANGELOG.md +++ b/packages/react/ag-grid/CHANGELOG.md @@ -1,5 +1,13 @@ # @equinor/fusion-framework-react-ag-grid +## 37.0.2 + +### Patch Changes + +- 3d22882: Internal: bump `ag-grid-community`, `ag-grid-enterprise`, and `ag-grid-react` from `~36.0.1` to `~36.1.0`. +- Updated dependencies [3d22882] + - @equinor/fusion-framework-module-ag-grid@37.0.2 + ## 37.0.1 ### Patch Changes diff --git a/packages/react/ag-grid/package.json b/packages/react/ag-grid/package.json index 3c7d4d6cc2..9fd9ef8293 100644 --- a/packages/react/ag-grid/package.json +++ b/packages/react/ag-grid/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-ag-grid", - "version": "37.0.1", + "version": "37.0.2", "description": "Fusion module for using AG Grid", "main": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/react/app/CHANGELOG.md b/packages/react/app/CHANGELOG.md index 72b9cce5f0..e1dd2d9fc8 100644 --- a/packages/react/app/CHANGELOG.md +++ b/packages/react/app/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 14.0.2 + +### Patch Changes + +- Updated dependencies [4a00a7a] + - @equinor/fusion-framework-module-app@8.0.5 + - @equinor/fusion-framework-module-navigation@7.0.8 + - @equinor/fusion-framework-app@13.0.2 + ## 14.0.1 ### Patch Changes diff --git a/packages/react/app/package.json b/packages/react/app/package.json index 177822b370..7df55b85df 100644 --- a/packages/react/app/package.json +++ b/packages/react/app/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-app", - "version": "14.0.1", + "version": "14.0.2", "description": "", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts",