Skip to content

🤖 Bip Bop - Fusion Framework Release#3387

Merged
odinr merged 1 commit intomainfrom
changeset-release/main
Sep 17, 2025
Merged

🤖 Bip Bop - Fusion Framework Release#3387
odinr merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 16, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@equinor/[email protected]

Minor Changes

  • #3369 bd8360e Thanks @dependabot! - Updated commander from v13 to v14 with improved help system and Node.js v20+ requirement.

    Breaking Changes

    • Commander 14 requires Node.js v20 or higher (compatible with existing project requirements)

    New Features

    • Support for groups of options and commands in help
    • Support for unescaped negative numbers as arguments
    • Enhanced TypeScript support with parseArg property

    Links

  • #3349 c511123 Thanks @dependabot! - chore: bump vite from 6.x to 7.1.5

    Major version update of Vite build tool across all packages. This update includes:

    • Enhanced build performance and caching
    • Better error reporting with code frames
    • Improved TypeScript integration
    • Updated plugin ecosystem compatibility
    • New development server features

    Links

Patch Changes

@equinor/[email protected]

Minor Changes

  • #3349 c511123 Thanks @dependabot! - chore: bump vite from 6.x to 7.1.5

    Major version update of Vite build tool across all packages. This update includes:

    • Enhanced build performance and caching
    • Better error reporting with code frames
    • Improved TypeScript integration
    • Updated plugin ecosystem compatibility
    • New development server features

    Links

Patch Changes

  • #3365 6eeef2f Thanks @dependabot! - Updated @equinor/eds-tokens from 0.9.2 to 0.10.0

    • Added support for CSS custom properties via variables-static.css and variables-dynamic.css
    • Improved design token integration for better CSS compatibility
    • Updated dependencies and internal tooling (pnpm v10, node v22)

    This is a minor version update with new features and no breaking changes.

  • #3400 aed6c53 Thanks @dependabot! - chore: bump @equinor/eds-core-react from 0.45.1 to 0.49.0

    New Features

    • ✨ Always show "add new option" in Autocomplete when onAddNewOption is provided
    • ✨ Tabs call onChange with provided value if present
    • ✨ Add disabled prop to Tooltip
    • ✨ Autocomplete allow option-label prop to be used without type of object
    • ✨ Add support for adding new options in Autocomplete

    Bug Fixes

    • 🐛 Autocomplete - Don't call onOptionsChange when clicking "Add new"
    • 🐛 Table - Fix Firefox table header wrapping issue
    • 🐛 Tabs documentation type mismatch - update onChange parameter from number to number | string
    • 🐛 DatePicker Disable back button in year range based on year, not month
    • 🐛 Tabs now allow 'null' value as child element 'Tabs.List' and 'Tabs.Panel'
    • 🐛 Autocomplete prevent onAddNewOption from being called twice in Strict Mode
    • 🐛 Table export table row with pascal case
    • 🐛 Autocomplete: Improvements to placeholder text
    • 🐛 Menu: Ensure onClose is called when a MenuItem without onClick is clicked

    Links

  • #3366 daa362e Thanks @dependabot! - Update @equinor/eds-core-react from 0.48.0 to 0.49.0

    Changes

    • Updated @equinor/eds-core-react dependency to latest version across all packages
    • Fixed peerDependencies version mismatch in bookmark package
    • Includes bug fixes for Autocomplete and Table components
    • Adds new Autocomplete features for "add new option" functionality

    Affected Packages

    • packages/dev-portal
    • packages/react/components/bookmark
    • cookbooks/app-react-feature-flag
    • cookbooks/app-react-people

    Links

@equinor/[email protected]

Minor Changes

  • #3349 c511123 Thanks @dependabot! - chore: bump vite from 6.x to 7.1.5

    Major version update of Vite build tool across all packages. This update includes:

    • Enhanced build performance and caching
    • Better error reporting with code frames
    • Improved TypeScript integration
    • Updated plugin ecosystem compatibility
    • New development server features

    Links

Patch Changes

@equinor/[email protected]

Minor Changes

  • #3376 da373ad Thanks @odinr! - Improved MSAL module version checking to be more permissive for minor and patch versions.

    Fixes: Improve MSAL module version checking to be more permissive #3375

    • Refactored version checking logic into dedicated versioning module
    • Made version checking more permissive for minor and patch versions
    • Only major version incompatibilities will block execution
    • Minor version differences now show warnings but allow execution to continue
    • Patch version differences are completely ignored
    • Added comprehensive test coverage for version resolution
    • Improved error messages and warnings for better developer experience
    • Maintains backward compatibility with existing configurations

@equinor/[email protected]

Minor Changes

Patch Changes

  • #3400 aed6c53 Thanks @dependabot! - chore: bump @equinor/eds-core-react from 0.45.1 to 0.49.0

    New Features

    • ✨ Always show "add new option" in Autocomplete when onAddNewOption is provided
    • ✨ Tabs call onChange with provided value if present
    • ✨ Add disabled prop to Tooltip
    • ✨ Autocomplete allow option-label prop to be used without type of object
    • ✨ Add support for adding new options in Autocomplete

    Bug Fixes

    • 🐛 Autocomplete - Don't call onOptionsChange when clicking "Add new"
    • 🐛 Table - Fix Firefox table header wrapping issue
    • 🐛 Tabs documentation type mismatch - update onChange parameter from number to number | string
    • 🐛 DatePicker Disable back button in year range based on year, not month
    • 🐛 Tabs now allow 'null' value as child element 'Tabs.List' and 'Tabs.Panel'
    • 🐛 Autocomplete prevent onAddNewOption from being called twice in Strict Mode
    • 🐛 Table export table row with pascal case
    • 🐛 Autocomplete: Improvements to placeholder text
    • 🐛 Menu: Ensure onClose is called when a MenuItem without onClick is clicked

    Links

  • #3366 daa362e Thanks @dependabot! - Update @equinor/eds-core-react from 0.48.0 to 0.49.0

    Changes

    • Updated @equinor/eds-core-react dependency to latest version across all packages
    • Fixed peerDependencies version mismatch in bookmark package
    • Includes bug fixes for Autocomplete and Table components
    • Adds new Autocomplete features for "add new option" functionality

    Affected Packages

    • packages/dev-portal
    • packages/react/components/bookmark
    • cookbooks/app-react-feature-flag
    • cookbooks/app-react-people

    Links

  • Updated dependencies [29f6710, 7bb88c6, 11143fa]:

@equinor/[email protected]

Minor Changes

  • #3349 c511123 Thanks @dependabot! - chore: bump vite from 6.x to 7.1.5

    Major version update of Vite build tool across all packages. This update includes:

    • Enhanced build performance and caching
    • Better error reporting with code frames
    • Improved TypeScript integration
    • Updated plugin ecosystem compatibility
    • New development server features

    Links

@equinor/[email protected]

Minor Changes

  • #3349 c511123 Thanks @dependabot! - chore: bump vite from 6.x to 7.1.5

    Major version update of Vite build tool across all packages. This update includes:

    • Enhanced build performance and caching
    • Better error reporting with code frames
    • Improved TypeScript integration
    • Updated plugin ecosystem compatibility
    • New development server features

    Links

@equinor/[email protected]

Patch Changes

@equinor/[email protected]

Patch Changes

  • #3367 e7de2b7 Thanks @asbjornhaland! - Add landing-page to union of AppType

  • #3395 29f6710 Thanks @odinr! - Updated immer from 9.0.16 to 10.1.3 across all packages.

    Breaking Changes

    • Immer 10.x introduces stricter TypeScript types for draft functions
    • ValidRecipeReturnType type constraints have changed
    • Promise return types in draft functions are no longer automatically handled

    Fixes Applied

    • Updated BookmarkProvider to handle new immer type constraints
    • Fixed ObservableInput type assignments in mergeScan operations
    • Removed async/await from immer draft functions to comply with new type requirements

    Links

  • #3386 d740b78 Thanks @eikeland! - Added 'template-app' as a new app type to the AppType union.

    This change extends the available app types that consumers can use when configuring applications, providing support for template-based apps.

  • #3347 11143fa Thanks @dependabot! - chore: bump uuid from 11.0.3 to 13.0.0

    Breaking Changes

    • v13.0.0: Make browser exports the default
    • v12.0.0: Update to TypeScript 5.2, remove CommonJS support, drop Node 16 support

    New Features

    • Improved v4() performance
    • Added Node 24 to CI matrix
    • Restored node: prefix support

    Links

  • Updated dependencies [29f6710, 7bb88c6, 11143fa]:

@equinor/[email protected]

Patch Changes

  • #3395 29f6710 Thanks @odinr! - Updated immer from 9.0.16 to 10.1.3 across all packages.

    Breaking Changes

    • Immer 10.x introduces stricter TypeScript types for draft functions
    • ValidRecipeReturnType type constraints have changed
    • Promise return types in draft functions are no longer automatically handled

    Fixes Applied

    • Updated BookmarkProvider to handle new immer type constraints
    • Fixed ObservableInput type assignments in mergeScan operations
    • Removed async/await from immer draft functions to comply with new type requirements

    Links

  • #3402 7bb88c6 Thanks @dependabot! - chore: bump @types/uuid from 9.0.8/10.0.0 to 11.0.0

    Updated TypeScript type definitions for UUID operations across multiple packages. This major version update provides improved type safety and compatibility with the latest UUID library features.

    Affected Packages

    • @equinor/fusion-framework-module-bookmark: @types/uuid ^9.0.8 → ^11.0.0
    • @equinor/fusion-framework-module-feature-flag: @types/uuid ^10.0.0 → ^11.0.0
    • @equinor/fusion-observable: @types/uuid ^10.0.0 → ^11.0.0
    • @equinor/fusion-query: @types/uuid ^10.0.0 → ^11.0.0

    Links

  • #3347 11143fa Thanks @dependabot! - chore: bump uuid from 11.0.3 to 13.0.0

    Breaking Changes

    • v13.0.0: Make browser exports the default
    • v12.0.0: Update to TypeScript 5.2, remove CommonJS support, drop Node 16 support

    New Features

    • Improved v4() performance
    • Added Node 24 to CI matrix
    • Restored node: prefix support

    Links

  • Updated dependencies [29f6710, 7bb88c6, 11143fa]:

@equinor/[email protected]

Patch Changes

  • #3395 29f6710 Thanks @odinr! - Updated immer from 9.0.16 to 10.1.3 across all packages.

    Breaking Changes

    • Immer 10.x introduces stricter TypeScript types for draft functions
    • ValidRecipeReturnType type constraints have changed
    • Promise return types in draft functions are no longer automatically handled

    Fixes Applied

    • Updated BookmarkProvider to handle new immer type constraints
    • Fixed ObservableInput type assignments in mergeScan operations
    • Removed async/await from immer draft functions to comply with new type requirements

    Links

  • #3402 7bb88c6 Thanks @dependabot! - chore: bump @types/uuid from 9.0.8/10.0.0 to 11.0.0

    Updated TypeScript type definitions for UUID operations across multiple packages. This major version update provides improved type safety and compatibility with the latest UUID library features.

    Affected Packages

    • @equinor/fusion-framework-module-bookmark: @types/uuid ^9.0.8 → ^11.0.0
    • @equinor/fusion-framework-module-feature-flag: @types/uuid ^10.0.0 → ^11.0.0
    • @equinor/fusion-observable: @types/uuid ^10.0.0 → ^11.0.0
    • @equinor/fusion-query: @types/uuid ^10.0.0 → ^11.0.0

    Links

  • #3347 11143fa Thanks @dependabot! - chore: bump uuid from 11.0.3 to 13.0.0

    Breaking Changes

    • v13.0.0: Make browser exports the default
    • v12.0.0: Update to TypeScript 5.2, remove CommonJS support, drop Node 16 support

    New Features

    • Improved v4() performance
    • Added Node 24 to CI matrix
    • Restored node: prefix support

    Links

  • Updated dependencies [29f6710, 7bb88c6, 11143fa]:

@equinor/[email protected]

Patch Changes

@equinor/[email protected]

Patch Changes

  • #3393 3ce5a18 Thanks @dependabot! - Updated odata-query dependency from 8.0.4 to 8.0.5

    Changes

    • Updated odata-query to fix transform operations order issue
    • This is a patch update with no breaking changes

    Links

@equinor/[email protected]

Patch Changes

  • #3169 1492d5d Thanks @dependabot! - Updated @microsoft/applicationinsights-web from 3.3.8 to 3.3.9

    Changes

    • Fixed autoCaptureHandler issue that caused click events not to be auto-captured
    • Updated SDK Loader to avoid CodeQL scanning issues
    • Fixed HTML event capturing in Click Analytics
    • Export ICorrelationConfig interface from dependencies extension

    Links

  • Updated dependencies [da373ad]:

@equinor/[email protected]

Patch Changes

  • #3395 29f6710 Thanks @odinr! - Updated immer from 9.0.16 to 10.1.3 across all packages.

    Breaking Changes

    • Immer 10.x introduces stricter TypeScript types for draft functions
    • ValidRecipeReturnType type constraints have changed
    • Promise return types in draft functions are no longer automatically handled

    Fixes Applied

    • Updated BookmarkProvider to handle new immer type constraints
    • Fixed ObservableInput type assignments in mergeScan operations
    • Removed async/await from immer draft functions to comply with new type requirements

    Links

  • Updated dependencies [29f6710, 7bb88c6, 11143fa]:

@equinor/[email protected]

Patch Changes

@equinor/[email protected]

Patch Changes

  • #3395 29f6710 Thanks @odinr! - Updated immer from 9.0.16 to 10.1.3 across all packages.

    Breaking Changes

    • Immer 10.x introduces stricter TypeScript types for draft functions
    • ValidRecipeReturnType type constraints have changed
    • Promise return types in draft functions are no longer automatically handled

    Fixes Applied

    • Updated BookmarkProvider to handle new immer type constraints
    • Fixed ObservableInput type assignments in mergeScan operations
    • Removed async/await from immer draft functions to comply with new type requirements

    Links

  • #3402 7bb88c6 Thanks @dependabot! - chore: bump @types/uuid from 9.0.8/10.0.0 to 11.0.0

    Updated TypeScript type definitions for UUID operations across multiple packages. This major version update provides improved type safety and compatibility with the latest UUID library features.

    Affected Packages

    • @equinor/fusion-framework-module-bookmark: @types/uuid ^9.0.8 → ^11.0.0
    • @equinor/fusion-framework-module-feature-flag: @types/uuid ^10.0.0 → ^11.0.0
    • @equinor/fusion-observable: @types/uuid ^10.0.0 → ^11.0.0
    • @equinor/fusion-query: @types/uuid ^10.0.0 → ^11.0.0

    Links

  • #3347 11143fa Thanks @dependabot! - chore: bump uuid from 11.0.3 to 13.0.0

    Breaking Changes

    • v13.0.0: Make browser exports the default
    • v12.0.0: Update to TypeScript 5.2, remove CommonJS support, drop Node 16 support

    New Features

    • Improved v4() performance
    • Added Node 24 to CI matrix
    • Restored node: prefix support

    Links

@equinor/[email protected]

Patch Changes

  • #3395 29f6710 Thanks @odinr! - Updated immer from 9.0.16 to 10.1.3 across all packages.

    Breaking Changes

    • Immer 10.x introduces stricter TypeScript types for draft functions
    • ValidRecipeReturnType type constraints have changed
    • Promise return types in draft functions are no longer automatically handled

    Fixes Applied

    • Updated BookmarkProvider to handle new immer type constraints
    • Fixed ObservableInput type assignments in mergeScan operations
    • Removed async/await from immer draft functions to comply with new type requirements

    Links

  • #3402 7bb88c6 Thanks @dependabot! - chore: bump @types/uuid from 9.0.8/10.0.0 to 11.0.0

    Updated TypeScript type definitions for UUID operations across multiple packages. This major version update provides improved type safety and compatibility with the latest UUID library features.

    Affected Packages

    • @equinor/fusion-framework-module-bookmark: @types/uuid ^9.0.8 → ^11.0.0
    • @equinor/fusion-framework-module-feature-flag: @types/uuid ^10.0.0 → ^11.0.0
    • @equinor/fusion-observable: @types/uuid ^10.0.0 → ^11.0.0
    • @equinor/fusion-query: @types/uuid ^10.0.0 → ^11.0.0

    Links

  • #3347 11143fa Thanks @dependabot! - chore: bump uuid from 11.0.3 to 13.0.0

    Breaking Changes

    • v13.0.0: Make browser exports the default
    • v12.0.0: Update to TypeScript 5.2, remove CommonJS support, drop Node 16 support

    New Features

    • Improved v4() performance
    • Added Node 24 to CI matrix
    • Restored node: prefix support

    Links

  • Updated dependencies [29f6710, 7bb88c6, 11143fa]:

@equinor/[email protected]

Minor Changes

Patch Changes

  • #3400 aed6c53 Thanks @dependabot! - chore: bump @equinor/eds-core-react from 0.45.1 to 0.49.0

    New Features

    • ✨ Always show "add new option" in Autocomplete when onAddNewOption is provided
    • ✨ Tabs call onChange with provided value if present
    • ✨ Add disabled prop to Tooltip
    • ✨ Autocomplete allow option-label prop to be used without type of object
    • ✨ Add support for adding new options in Autocomplete

    Bug Fixes

    • 🐛 Autocomplete - Don't call onOptionsChange when clicking "Add new"
    • 🐛 Table - Fix Firefox table header wrapping issue
    • 🐛 Tabs documentation type mismatch - update onChange parameter from number to number | string
    • 🐛 DatePicker Disable back button in year range based on year, not month
    • 🐛 Tabs now allow 'null' value as child element 'Tabs.List' and 'Tabs.Panel'
    • 🐛 Autocomplete prevent onAddNewOption from being called twice in Strict Mode
    • 🐛 Table export table row with pascal case
    • 🐛 Autocomplete: Improvements to placeholder text
    • 🐛 Menu: Ensure onClose is called when a MenuItem without onClick is clicked

    Links

[email protected]

Minor Changes

  • #3349 c511123 Thanks @dependabot! - chore: bump vite from 6.x to 7.1.5

    Major version update of Vite build tool across all packages. This update includes:

    • Enhanced build performance and caching
    • Better error reporting with code frames
    • Improved TypeScript integration
    • Updated plugin ecosystem compatibility
    • New development server features

    Links

Patch Changes

@equinor/[email protected]

Patch Changes

  • #3400 aed6c53 Thanks @dependabot! - chore: bump @equinor/eds-core-react from 0.45.1 to 0.49.0

    New Features

    • ✨ Always show "add new option" in Autocomplete when onAddNewOption is provided
    • ✨ Tabs call onChange with provided value if present
    • ✨ Add disabled prop to Tooltip
    • ✨ Autocomplete allow option-label prop to be used without type of object
    • ✨ Add support for adding new options in Autocomplete

    Bug Fixes

    • 🐛 Autocomplete - Don't call onOptionsChange when clicking "Add new"
    • 🐛 Table - Fix Firefox table header wrapping issue
    • 🐛 Tabs documentation type mismatch - update onChange parameter from number to number | string
    • 🐛 DatePicker Disable back button in year range based on year, not month
    • 🐛 Tabs now allow 'null' value as child element 'Tabs.List' and 'Tabs.Panel'
    • 🐛 Autocomplete prevent onAddNewOption from being called twice in Strict Mode
    • 🐛 Table export table row with pascal case
    • 🐛 Autocomplete: Improvements to placeholder text
    • 🐛 Menu: Ensure onClose is called when a MenuItem without onClick is clicked

    Links

  • #3366 daa362e Thanks @dependabot! - Update @equinor/eds-core-react from 0.48.0 to 0.49.0

    Changes

    • Updated @equinor/eds-core-react dependency to latest version across all packages
    • Fixed peerDependencies version mismatch in bookmark package
    • Includes bug fixes for Autocomplete and Table components
    • Adds new Autocomplete features for "add new option" functionality

    Affected Packages

    • packages/dev-portal
    • packages/react/components/bookmark
    • cookbooks/app-react-feature-flag
    • cookbooks/app-react-people

    Links

  • Updated dependencies [db19291, 7792659, bd8360e, 29f6710, 7bb88c6, 11143fa, c511123]:

@equinor/[email protected]

Patch Changes

  • #3400 aed6c53 Thanks @dependabot! - chore: bump @equinor/eds-core-react from 0.45.1 to 0.49.0

    New Features

    • ✨ Always show "add new option" in Autocomplete when onAddNewOption is provided
    • ✨ Tabs call onChange with provided value if present
    • ✨ Add disabled prop to Tooltip
    • ✨ Autocomplete allow option-label prop to be used without type of object
    • ✨ Add support for adding new options in Autocomplete

    Bug Fixes

    • 🐛 Autocomplete - Don't call onOptionsChange when clicking "Add new"
    • 🐛 Table - Fix Firefox table header wrapping issue
    • 🐛 Tabs documentation type mismatch - update onChange parameter from number to number | string
    • 🐛 DatePicker Disable back button in year range based on year, not month
    • 🐛 Tabs now allow 'null' value as child element 'Tabs.List' and 'Tabs.Panel'
    • 🐛 Autocomplete prevent onAddNewOption from being called twice in Strict Mode
    • 🐛 Table export table row with pascal case
    • 🐛 Autocomplete: Improvements to placeholder text
    • 🐛 Menu: Ensure onClose is called when a MenuItem without onClick is clicked

    Links

  • #3366 daa362e Thanks @dependabot! - Update @equinor/eds-core-react from 0.48.0 to 0.49.0

    Changes

    • Updated @equinor/eds-core-react dependency to latest version across all packages
    • Fixed peerDependencies version mismatch in bookmark package
    • Includes bug fixes for Autocomplete and Table components
    • Adds new Autocomplete features for "add new option" functionality

    Affected Packages

    • packages/dev-portal
    • packages/react/components/bookmark
    • cookbooks/app-react-feature-flag
    • cookbooks/app-react-people

    Links

@github-actions github-actions bot requested review from a team and odinr as code owners September 16, 2025 09:01
@github-actions github-actions bot marked this pull request as draft September 16, 2025 09:01
@github-actions github-actions bot force-pushed the changeset-release/main branch 27 times, most recently from 929d110 to a78f3f2 Compare September 17, 2025 14:44
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from f527ca3 to 3a07e8e Compare September 17, 2025 17:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3a07e8e to 36284e3 Compare September 17, 2025 18:00
@odinr
Copy link
Collaborator

odinr commented Sep 17, 2025

🔧 Admin Testing Complete

This PR has been thoroughly tested by an admin and is ready for merge:

Validation Results

  • Rebase: Successfully rebased onto main
  • Build: Project builds without errors
  • Tests: All tests pass
  • Lint: Code quality checks pass

Admin Actions

  • Code reviewed and validated
  • Full test suite executed
  • Build verification completed
  • Linting checks passed

Status: Ready to merge
Reviewer Requirements: Skipped (admin tested)


This PR is being merged by admin after comprehensive testing.

@odinr odinr marked this pull request as ready for review September 17, 2025 18:07
Copilot AI review requested due to automatic review settings September 17, 2025 18:07
@odinr odinr merged commit 755b1b2 into main Sep 17, 2025
6 checks passed
@github-actions github-actions bot added 💾 CLI fusion framework CLI 📚 documentation Improvements or additions to documentation 🛠️ utils packages related to utils 🧬 Modules labels Sep 17, 2025
@odinr odinr deleted the changeset-release/main branch September 17, 2025 18:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This is an automated release PR generated by the Changesets action, consolidating multiple dependency updates and minor improvements across the Fusion Framework monorepo packages.

  • Major dependency updates for Vite (v6 to v7.1.5), Vitest (v2 to v3.2.4), and various other tools
  • Enhanced CLI functionality with Commander v14 and improved MSAL version checking
  • New React charts cookbook with Chart.js integration

Reviewed Changes

Copilot reviewed 64 out of 64 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/cli/* CLI package version bump and changelog for Commander v14, Vite v7, and other dependency updates
packages/dev-portal/* Dev portal version bump with Vite v7 and EDS component updates
packages/dev-server/* Dev server version bump for Vite v7 and Vitest v3 updates
packages/vite-plugins/* Vite plugin packages updated for Vite v7 compatibility
packages/modules/* Framework modules with dependency updates including immer v10, uuid v13, and MSAL improvements
packages/utils/* Utility packages updated with immer v10 and uuid-related changes
packages/framework/* Core framework package with Vitest v3 update
packages/react/* React components updated with immer v10 and EDS component updates
cookbooks/* Cookbook apps updated with dependency changes and new charts cookbook
.changeset/* Changeset files removed as part of release process

@github-actions
Copy link
Contributor Author

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 6.28% 38371 / 610140
🔵 Statements 6.28% 38371 / 610140
🔵 Functions 44.81% 484 / 1080
🔵 Branches 62.06% 864 / 1392
File CoverageNo changed files found.
Generated in workflow #10367 for commit 36284e3 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💾 CLI fusion framework CLI 👨🏻‍🍳 cookbooks 📚 documentation Improvements or additions to documentation 🧬 Modules 👾 React 🛠️ utils packages related to utils

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve MSAL module version checking to be more permissive

2 participants