Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SAP/ui5-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.1
Choose a base ref
...
head repository: SAP/ui5-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 2, 2025

  1. Configuration menu
    Copy the full SHA
    f070d2a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. [INTERNAL] Fail-fast "npm ci" if deps require unsupported node version (

    #1171)
    
    When upgrading a dependency to a newer version, it might require a
    different node version than before which could be unsupported by the
    repo. Unfortunately, this could be easily overseen.
    
    This PR adds the flag --engine-strict to the dependency installation
    step during the GH Actions job. Incase such a version requirement
    change, this flag will now fail-fast the job which should attract
    attention.
    maxreichmann authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    7c208ec View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. Configuration menu
    Copy the full SHA
    65d0eff View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. [INTERNAL] generateLibraryPreload: Rename experimental content bundle

    Add a '_'-prefix to signal internal use
    RandomByte committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    fb31be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713c240 View commit details
    Browse the repository at this point in the history
  3. Release 4.1.2

    RandomByte committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    91b5039 View commit details
    Browse the repository at this point in the history
Loading