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: v26.0.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: v26.0.1
Choose a head ref
  • 6 commits
  • 166 files changed
  • 3 contributors

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    2ee64a4 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    0742966 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

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

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    62997b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0be7660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    353174e View commit details
    Browse the repository at this point in the history
Loading