Skip to content

build(deps-dev): Bump dependency ui5-tooling-transpile to ^3.11.3#292

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ui5-tooling-transpile-3.x
Open

build(deps-dev): Bump dependency ui5-tooling-transpile to ^3.11.3#292
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ui5-tooling-transpile-3.x

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ui5-tooling-transpile (source) ^3.11.0^3.11.3 age confidence

Release Notes

ui5-community/ui5-ecosystem-showcase (ui5-tooling-transpile)

v3.11.3

Compare Source

Patch Changes
  • #​1382 ca396eb Thanks @​petermuessig! - fix(ui5-tooling-transpile): preserve export modifier on top-level
    declarations in generated .d.ts files

    When the task generates .d.ts files for a TypeScript library it wraps the
    original source in declare module "<fqn>" { ... } so the emitted type
    definition references the fully-qualified UI5 module name. TSC's d.ts
    emitter however strips the export modifier from declarations inside an
    ambient module body, turning previously-exported type / enum /
    interface / class / function / const / let / var / namespace
    declarations into module-private symbols that consumers can no longer
    import.

    The task now post-processes the emitted d.ts: it collects the names that
    were re-exported in the original source and re-prepends export to the
    matching top-level declarations inside the wrapped module body. Names that
    were never exported in the source remain module-private as before.

    Fixes #​1380.

v3.11.2

Compare Source

Patch Changes
  • #​1370 dd71c42 Thanks @​petermuessig! - Bump runtime dependencies to clear open dependabot alerts and pick up upstream patch releases:
    • cds-plugin-ui5: semver ^7.8.0 → ^7.8.1
    • ui5-middleware-approuter: @sap/approuter ^22.0.0 → ^22.0.1
    • ui5-middleware-serveframework: node-fetch ^2.7.0 → ^3.3.2
    • ui5-middleware-websocket: ws ^8.20.1 → ^8.21.0
    • ui5-task-copyright: @typescript-eslint/typescript-estree ^8.59.3 → ^8.60.0
    • ui5-tooling-transpile: @babel/core, @babel/preset-env, @babel/preset-typescript → ^7.29.7

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

v3.11.1

Compare Source

Note: Version bump only for package ui5-tooling-transpile


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 08:00 AM and 04:59 PM, only on Monday (* 8-16 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) June 8, 2026 11:13
@renovate renovate Bot force-pushed the renovate/ui5-tooling-transpile-3.x branch from 873da18 to ce8ab9d Compare June 16, 2026 18:12
@renovate renovate Bot changed the title build(deps-dev): Bump dependency ui5-tooling-transpile to ^3.11.2 Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

0 participants