Skip to content

🤖 Bip Bop - Fusion Framework Release - #5188

Merged
odinr merged 1 commit into
mainfrom
changeset-release/main
Aug 5, 2026
Merged

🤖 Bip Bop - Fusion Framework Release#5188
odinr merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

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/fusion-framework-lint-config@1.1.0

Minor Changes

  • de2b4fb: Add require-property-tsdoc rule: requires class field (property) declarations — including Lit's @property() / @state() decorated fields — to have a preceding TSDoc block comment. private/#name and static fields are exempt. Included in the recommended rule preset.

Patch Changes

  • Updated dependencies [43183d8]
  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-lint-rules@1.1.0

@equinor/fusion-framework-lint-rules@1.1.0

Minor Changes

  • de2b4fb: Add require-property-tsdoc rule: requires class field (property) declarations — including Lit's @property() / @state() decorated fields — to have a preceding TSDoc block comment. private/#name and static fields are exempt. Included in the recommended rule preset.

Patch Changes

  • 43183d8: Fixed single-export-per-file false positives on the @fusionElement custom-element registration pattern:
    • Barrel files (index.ts, index.tsx, index.mts, index.cts) now stay exempt from the rule even when a repo's config overrides options.match — previously only the default (unconfigured) matcher included the barrel exemption.
    • A companion top-level const/let that only parameterizes an export default class ... {} (e.g. a tag string used by @fusionElement(tag)) no longer counts as a competing export.

@equinor/fusion-framework-app@11.0.12

Patch Changes

  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-module-app@8.0.4
    • @equinor/fusion-framework-module-http@8.0.5
    • @equinor/fusion-framework@8.0.12

@equinor/fusion-framework-cli@15.2.3

Patch Changes

  • Updated dependencies [f7d2666]
  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-dev-portal@8.0.3
    • @equinor/fusion-framework-module-azure-identity@0.2.3
    • @equinor/fusion-framework-dev-server@2.0.17

@equinor/fusion-framework-dev-portal@8.0.3

Patch Changes

  • f7d2666: Match app-portal stacking behaviour.
  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-module-app@8.0.4
    • @equinor/fusion-framework-module-analytics@3.0.4
    • @equinor/fusion-framework-module-bookmark@4.0.4
    • @equinor/fusion-framework-module-feature-flag@2.0.3
    • @equinor/fusion-framework-module-services@8.0.3
    • @equinor/fusion-query@7.0.3
    • @equinor/fusion-framework-app@11.0.12
    • @equinor/fusion-framework@8.0.12
    • @equinor/fusion-framework-dev-server@2.0.17

@equinor/fusion-framework-dev-server@2.0.17

Patch Changes

  • Updated dependencies [12071a3]
  • Updated dependencies [6a3080a]
    • @equinor/fusion-framework-vite-plugin-api-service@2.0.5
    • @equinor/fusion-framework-vite-plugin-spa@4.0.15

@equinor/fusion-framework@8.0.12

Patch Changes

  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-module-http@8.0.5
    • @equinor/fusion-framework-module-services@8.0.3

@equinor/fusion-framework-module-analytics@3.0.4

Patch Changes

  • de2b4fb: Added missing TSDoc comments on class fields flagged by the new require-property-tsdoc fusion-lint rule.
  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-module-app@8.0.4
    • @equinor/fusion-framework-module-http@8.0.5

@equinor/fusion-framework-module-app@8.0.4

Patch Changes

  • de2b4fb: Added missing TSDoc comments on class fields flagged by the new require-property-tsdoc fusion-lint rule.

@equinor/fusion-framework-module-azure-identity@0.2.3

Patch Changes

  • de2b4fb: Added missing TSDoc comments on class fields flagged by the new require-property-tsdoc fusion-lint rule.

@equinor/fusion-framework-module-bookmark@4.0.4

Patch Changes

  • de2b4fb: Added missing TSDoc comments on class fields flagged by the new require-property-tsdoc fusion-lint rule.

@equinor/fusion-framework-module-feature-flag@2.0.3

Patch Changes

  • de2b4fb: Added missing TSDoc comments on class fields flagged by the new require-property-tsdoc fusion-lint rule.

@equinor/fusion-framework-module-http@8.0.5

Patch Changes

  • de2b4fb: Added missing TSDoc comments on class fields flagged by the new require-property-tsdoc fusion-lint rule.

@equinor/fusion-framework-module-services@8.0.3

Patch Changes

  • de2b4fb: Added missing TSDoc comments on class fields flagged by the new require-property-tsdoc fusion-lint rule.

@equinor/fusion-framework-module-widget@16.0.4

Patch Changes

  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-module-http@8.0.5
    • @equinor/fusion-query@7.0.3

@equinor/fusion-framework-react-app@12.0.5

Patch Changes

  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-module-app@8.0.4
    • @equinor/fusion-framework-module-http@8.0.5
    • @equinor/fusion-framework-app@11.0.12

@equinor/fusion-query@7.0.3

Patch Changes

  • de2b4fb: Added missing TSDoc comments on class fields flagged by the new require-property-tsdoc fusion-lint rule.

@equinor/fusion-framework-vite-plugin-api-service@2.0.5

Patch Changes

  • 12071a3: Include the HTTP request method in proxy request/response log messages, so multiple requests to the same URL (e.g. GET vs POST) can be distinguished in dev-server logs.

@equinor/fusion-framework-vite-plugin-spa@4.0.15

Patch Changes

  • 6a3080a: Forward the original request's cache mode when the service worker re-fetches a proxied request. Previously a caller requesting cache: 'no-store' (e.g. a polling endpoint) would silently fall back to the default HTTP cache once passed through the service worker.
  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-module-http@8.0.5

@equinor/fusion-framework-cookbook-app-react-router@5.0.3

Patch Changes

  • de2b4fb: Added missing TSDoc comments on class fields flagged by the new require-property-tsdoc fusion-lint rule.

poc-portal@1.1.92

Patch Changes

  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-module-app@8.0.4
    • @equinor/fusion-framework-module-http@8.0.5
    • @equinor/fusion-framework-cli@15.2.3
    • @equinor/fusion-framework-react-app@12.0.5
    • @equinor/fusion-framework@8.0.12

portal@0.1.77

Patch Changes

  • @equinor/fusion-framework-cli@15.2.3

portal-analytics@0.4.45

Patch Changes

  • Updated dependencies [de2b4fb]
    • @equinor/fusion-framework-module-app@8.0.4
    • @equinor/fusion-framework-module-analytics@3.0.4
    • @equinor/fusion-framework-module-bookmark@4.0.4
    • @equinor/fusion-query@7.0.3
    • @equinor/fusion-framework-cli@15.2.3
    • @equinor/fusion-framework-app@11.0.12
    • @equinor/fusion-framework-react-app@12.0.5
    • @equinor/fusion-framework@8.0.12

@github-actions
github-actions Bot requested a review from a team as a code owner July 30, 2026 13:04
@github-actions
github-actions Bot marked this pull request as draft July 30, 2026 13:04
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 6 times, most recently from 9ec9b4d to 346c89f Compare August 4, 2026 20:05
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 346c89f to 37568f0 Compare August 5, 2026 09:33
@odinr
odinr marked this pull request as ready for review August 5, 2026 09:40
@github-actions github-actions Bot added 👨🏻‍🍳 cookbooks 👾 React 💾 CLI fusion framework CLI 📚 documentation Improvements or additions to documentation 🛠️ utils packages related to utils 🧬 Modules labels Aug 5, 2026
@odinr
odinr merged commit c4b4ab1 into main Aug 5, 2026
7 of 8 checks passed
@odinr
odinr deleted the changeset-release/main branch August 5, 2026 09:40
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 65.84% 3141 / 4770
🔵 Statements 65.23% 3770 / 5779
🔵 Functions 51.09% 1093 / 2139
🔵 Branches 55.54% 1737 / 3127
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/linting/rules/src/require-property-tsdoc/index.ts 97.43% 88.57% 100% 100% 215
Generated in workflow #15112 for commit 37568f0 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.

1 participant