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: electron-userland/electron-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: electron-updater@6.4.0
Choose a base ref
...
head repository: electron-userland/electron-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: electron-updater@6.4.1
Choose a head ref
  • 6 commits
  • 166 files changed
  • 3 contributors

Commits on Jan 27, 2025

  1. chore(config): migrate renovate bot config (#8809)

    renovate[bot] authored Jan 27, 2025
    Copy the full SHA
    2ee64a4 View commit details
  2. fix: allow skipLibCheck: false (#8813)

    Tasks:
    - Extract common `undefined | null` logic everywhere to reuse
    (now-exported) type `Nullish`
    - Expose `FileMatcher` by removing `@internal` flag (why was it internal
    to begin with?)
    - Created base type `ObjectMap` to reduce writing `{ [key: string]:
    <anything> }` everywhere.
    - Updated eslint to register `test/tsconfig.json`
    - Fixes `skipLibCheck: false` by forcing UUID.ts to return a `Buffer`
    instead of `Buffer<ArrayBuffer>`, which the compiler doesn't like
    depending on version of node you're on
    mmaietta authored Jan 27, 2025
    Copy the full SHA
    0742966 View commit details

Commits on Jan 28, 2025

  1. chore: vscode "organize imports" + change ObjectMap => Record (#8815

    )
    mmaietta authored Jan 28, 2025
    Copy the full SHA
    8e7811d View commit details

Commits on Jan 30, 2025

  1. chore: migrate from BluebirdPromise to vanilla Promise API (#8810)

    mmaietta authored Jan 30, 2025
    Copy the full SHA
    62997b0 View commit details
  2. chore: adding retry to winPackagerTest (#8820)

    mmaietta authored Jan 30, 2025
    Copy the full SHA
    0be7660 View commit details
  3. chore(deploy): Release v26.0.1 (electron-updater@6.4.1) (#8814)

    github-actions[bot] authored Jan 30, 2025
    Copy the full SHA
    353174e View commit details
Loading