Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2025

Bumps semver from 7.7.2 to 7.7.3.

Release notes

Sourced from semver's releases.

v7.7.3

7.7.3 (2025-10-06)

Bug Fixes

Chores

Changelog

Sourced from semver's changelog.

7.7.3 (2025-10-06)

Bug Fixes

Chores

Commits
  • a25789b chore: release 7.7.3 (#812)
  • e37e0ca fix: faster paths for compare (#813)
  • 2471d75 fix: x-range build metadata support
  • 8f05c87 chore: bump @​npmcli/template-oss from 4.25.0 to 4.25.1 (#807)
  • d17aebf chore: bump @​npmcli/template-oss from 4.24.4 to 4.25.0 (#797)
  • 3b03e3b chore: bump @​npmcli/template-oss from 4.24.3 to 4.24.4 (#790)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for semver since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 8, 2025
@dependabot dependabot bot requested a review from odinr as a code owner October 8, 2025 17:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 8, 2025 17:05
@changeset-bot
Copy link

changeset-bot bot commented Oct 8, 2025

🦋 Changeset detected

Latest commit: 7763a37

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 40 packages
Name Type
@equinor/fusion-framework-module Patch
@equinor/fusion-framework-module-msal Patch
@equinor/fusion-framework-app Patch
@equinor/fusion-framework-cli Patch
@equinor/fusion-framework Patch
@equinor/fusion-framework-module-ag-grid Patch
@equinor/fusion-framework-module-bookmark Patch
@equinor/fusion-framework-module-context Patch
@equinor/fusion-framework-module-event Patch
@equinor/fusion-framework-module-feature-flag Patch
@equinor/fusion-framework-module-http Patch
@equinor/fusion-framework-module-msal-node Patch
@equinor/fusion-framework-module-navigation Patch
@equinor/fusion-framework-module-service-discovery Patch
@equinor/fusion-framework-module-services Patch
@equinor/fusion-framework-module-signalr Patch
@equinor/fusion-framework-module-telemetry Patch
@equinor/fusion-framework-module-widget Patch
@equinor/fusion-framework-react-app Patch
@equinor/fusion-framework-react Patch
@equinor/fusion-framework-react-module-bookmark Patch
@equinor/fusion-framework-react-module Patch
@equinor/fusion-framework-vite-plugin-spa Patch
@equinor/fusion-framework-widget Patch
poc-portal Patch
@equinor/fusion-framework-legacy-interopt Patch
@equinor/fusion-framework-react-ag-grid Patch
@equinor/fusion-framework-react-components-bookmark Patch
@equinor/fusion-framework-react-components-people-provider Patch
@equinor/fusion-framework-react-module-context Patch
@equinor/fusion-framework-react-module-event Patch
@equinor/fusion-framework-cookbook-app-react-feature-flag Patch
@equinor/fusion-framework-react-module-http Patch
@equinor/fusion-framework-cookbook-app-react-context Patch
@equinor/fusion-framework-cookbook-app-react-people Patch
@equinor/fusion-framework-react-module-signalr Patch
@equinor/fusion-framework-cookbook-app-react-ag-grid Patch
@equinor/fusion-framework-cookbook-app-react-context-custom-error Patch
@equinor/fusion-framework-dev-server Patch
portal Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the 🚧 chore maintaines work, (update deps, workflos ...) label Oct 8, 2025
github-actions[bot]
github-actions bot previously approved these changes Oct 8, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 8, 2025 17:05
@odinr
Copy link
Collaborator

odinr commented Oct 30, 2025

Research Summary: semver Update Impact & Compatibility

Update Details:

  • semver: 7.7.27.7.3 (patch version bump)
  • CRITICAL IMPACT: Used by ALL framework packages through dependency chain

Impact:

  • Scope: Every package in Fusion Framework (60+ packages affected)
  • Direct Dependencies: @equinor/fusion-framework-module, @equinor/fusion-framework-module-msal
  • Transitive Dependencies: All packages depending on these modules (app, framework, react, cookbooks, etc.)
  • Usage: Core version handling in authentication, module loading, and framework initialization

Compatibility:

  • Breaking Changes: None identified - patch version update
  • API Changes: No breaking API changes, performance improvements only
  • Migration: No migration required, fully backward compatible

Bug Fixes & Improvements:

Risk Assessment: Low - Patch update with performance improvements, but affects entire framework ecosystem.

Dependency Chain Analysis:

  • Direct: @equinor/fusion-framework-module, @equinor/fusion-framework-module-msal
  • Indirect: 50+ packages including all apps, cookbooks, react packages, and utilities
  • Critical Path: Authentication flows, module loading, and framework initialization

dependabot bot and others added 2 commits October 30, 2025 19:07
Bumps [semver](https://github.com/npm/node-semver) from 7.7.2 to 7.7.3.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.2...v7.7.3)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 7.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@odinr odinr force-pushed the dependabot/npm_and_yarn/semver-7.7.3 branch from 2479cd7 to 7763a37 Compare October 30, 2025 18:08
@odinr odinr merged commit cd06a8a into main Oct 30, 2025
5 checks passed
@odinr odinr deleted the dependabot/npm_and_yarn/semver-7.7.3 branch October 30, 2025 18:09
@github-actions
Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 5.82% 53742 / 922208
🔵 Statements 5.82% 53742 / 922208
🔵 Functions 43.81% 535 / 1221
🔵 Branches 63.88% 957 / 1498
File CoverageNo changed files found.
Generated in workflow #11071 for commit 7763a37 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

🚧 chore maintaines work, (update deps, workflos ...) dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants