build(deps-dev): Bump dependency ui5-tooling-transpile to ^3.11.3#292
Open
renovate[bot] wants to merge 1 commit into
Open
build(deps-dev): Bump dependency ui5-tooling-transpile to ^3.11.3#292renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
873da18 to
ce8ab9d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.11.0→^3.11.3Release Notes
ui5-community/ui5-ecosystem-showcase (ui5-tooling-transpile)
v3.11.3Compare Source
Patch Changes
#1382
ca396ebThanks @petermuessig! - fix(ui5-tooling-transpile): preserveexportmodifier on top-leveldeclarations in generated
.d.tsfilesWhen the task generates
.d.tsfiles for a TypeScript library it wraps theoriginal source in
declare module "<fqn>" { ... }so the emitted typedefinition references the fully-qualified UI5 module name. TSC's d.ts
emitter however strips the
exportmodifier from declarations inside anambient module body, turning previously-exported
type/enum/interface/class/function/const/let/var/namespacedeclarations 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
exportto thematching 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.2Compare Source
Patch Changes
dd71c42Thanks @petermuessig! - Bump runtime dependencies to clear open dependabot alerts and pick up upstream patch releases:cds-plugin-ui5:semver^7.8.0 → ^7.8.1ui5-middleware-approuter:@sap/approuter^22.0.0 → ^22.0.1ui5-middleware-serveframework:node-fetch^2.7.0 → ^3.3.2ui5-middleware-websocket:ws^8.20.1 → ^8.21.0ui5-task-copyright:@typescript-eslint/typescript-estree^8.59.3 → ^8.60.0ui5-tooling-transpile:@babel/core,@babel/preset-env,@babel/preset-typescript→ ^7.29.7All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
v3.11.1Compare Source
Note: Version bump only for package ui5-tooling-transpile
Configuration
📅 Schedule: (UTC)
* 8-16 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.