Skip to content

chore(release): publish - #155

Merged
petermuessig merged 1 commit into
mainfrom
changeset-release/main
Aug 22, 2026
Merged

chore(release): publish#155
petermuessig merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

babel-plugin-transform-modules-ui5@7.10.0

Minor Changes

  • #154 f62f9fb Thanks @bbogovich-sap! - Add two comment pragmas to opt out of module transformation:

    • /* @ui5-no-wrap */ (file level) leaves a module completely unwrapped —
      no sap.ui.define/sap.ui.require and no import/export rewriting — while
      still stripping TypeScript types. Intended for modules consumed as native
      ES modules, e.g. web workers.
    • /* @ui5-ignore-import */ (statement level) excludes a single static
      import or dynamic import() from being converted into a UI5 dependency.

    Note: @ui5-ignore-import on a static import only yields valid output in an
    unwrapped module (no exports, or together with @ui5-no-wrap); a leftover
    ES import inside a sap.ui.define factory is not valid at runtime.

babel-preset-transform-ui5@7.10.0

Minor Changes

  • #154 f62f9fb Thanks @bbogovich-sap! - Add two comment pragmas to opt out of module transformation:

    • /* @ui5-no-wrap */ (file level) leaves a module completely unwrapped —
      no sap.ui.define/sap.ui.require and no import/export rewriting — while
      still stripping TypeScript types. Intended for modules consumed as native
      ES modules, e.g. web workers.
    • /* @ui5-ignore-import */ (statement level) excludes a single static
      import or dynamic import() from being converted into a UI5 dependency.

    Note: @ui5-ignore-import on a static import only yields valid output in an
    unwrapped module (no exports, or together with @ui5-no-wrap); a leftover
    ES import inside a sap.ui.define factory is not valid at runtime.

Patch Changes

  • Updated dependencies [f62f9fb]:
    • babel-plugin-transform-modules-ui5@7.10.0

@petermuessig
petermuessig merged commit 66e4fc6 into main Aug 22, 2026
9 checks passed
@petermuessig
petermuessig deleted the changeset-release/main branch August 22, 2026 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant