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-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.10
Choose a base ref
...
head repository: SAP/ui5-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.11
Choose a head ref
  • 19 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 7, 2025

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

Commits on Dec 8, 2025

  1. Bump actions/setup-node from 6.0.0 to 6.1.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.1.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v6.0.0...v6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    6b40d94 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

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

Commits on Dec 16, 2025

  1. [INTERNAL] CI: Use macos-15

    matz3 committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    cbdc49c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2025

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

Commits on Dec 28, 2025

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

Commits on Jan 2, 2026

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

Commits on Jan 8, 2026

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

Commits on Jan 11, 2026

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

Commits on Jan 15, 2026

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

Commits on Jan 16, 2026

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

Commits on Jan 18, 2026

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

Commits on Jan 19, 2026

  1. Configuration menu
    Copy the full SHA
    9d3c28a View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 6.1.0 to 6.2.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.2.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v6.1.0...v6.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    76d3909 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    39d6d90 View commit details
    Browse the repository at this point in the history
  2. [INTERNAL] Pin eslint-plugin-jsdoc to 61.5.0

    Higher versions require a slightly higher Node.js version (20.19.0) than currently required by this project (20.11.0)
    matz3 committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    c059fdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f842d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. [FIX] Explicitly bind to IPv4 loopback

    In some environments, 'localhost' might resolve to the IPv6 loopback
    address '::1' which is often unexpected. This can especially lead to
    problems where other tools might resolve 'localhost' differently in the
    same environment.
    
    This change explicitly binds to the IPv4 loopback address '127.0.0.1'
    instead of resolving the address from 'localhost'.
    
    In case remote connections are allowed, no host is specified so that
    Node.js binds to either the unspecified IPv4 or -IPv6 address (which
    usually also accepts IPv4 connections) [1]
    
    [1] https://nodejs.org/docs/latest-v25.x/api/net.html#serverlistenport-host-backlog-callback
    RandomByte committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    9d3c252 View commit details
    Browse the repository at this point in the history
  2. Release 4.0.11

    matz3 committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    b6dd5b8 View commit details
    Browse the repository at this point in the history
Loading