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: preactjs/preact
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.25.1
Choose a base ref
...
head repository: preactjs/preact
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.25.2
Choose a head ref
  • 18 commits
  • 54 files changed
  • 5 contributors

Commits on Dec 4, 2024

  1. Bump babel/actions deps

    JoviDeCroock committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    397240c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f896d6 View commit details
    Browse the repository at this point in the history
  3. Remove diff, bump esbuild

    We can remove lodash and benchmark as well if we remove test/bench.js
    JoviDeCroock committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    f11a96c View commit details
    Browse the repository at this point in the history
  4. Bump mocha

    JoviDeCroock committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    3f57528 View commit details
    Browse the repository at this point in the history
  5. Bump karma

    JoviDeCroock committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    f4dbd30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aad7f39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1984957 View commit details
    Browse the repository at this point in the history
  8. Remove export

    JoviDeCroock committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    27c2a94 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4594 from preactjs/dependency-maintenance

    Dependency maintenance
    JoviDeCroock authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    9087adf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d76a3b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

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

Commits on Dec 7, 2024

  1. fix max and min type definition to allow number (#4598)

    Co-authored-by: Luca Marinucci <luca.marinucci@devlux.ch>
    devlux and Luca Marinucci authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    dee5673 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

  1. Configuration menu
    Copy the full SHA
    803b106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9625a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Add missing space in hydration mismatch message

    The message reads something like this:
    
    > Expected a DOM node of type p but found templateas available DOM-node(s), this is caused by the SSR'd HTML containing different DOM-nodes compared to the hydrated one.
    
    It should read
    
    > Expected a DOM node of type p but found template as available DOM-node(s), this is caused by the SSR'd HTML containing different DOM-nodes compared to the hydrated one.
    
    ```diff
    -Expected a DOM node of type p but found templateas available DOM-node(s), this is caused by the SSR'd HTML containing different DOM-nodes compared to the hydrated one.
    +Expected a DOM node of type p but found template as available DOM-node(s), this is caused by the SSR'd HTML containing different DOM-nodes compared to the hydrated one.
    ```
    sirreal authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    d2904b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4602 from sirreal/patch-1

    Add missing space in hydration mismatch message
    marvinhagemeister authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    eba80f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    fcb8d7c View commit details
    Browse the repository at this point in the history
  2. 10.25.2 (#4605)

    JoviDeCroock authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    2beb9f7 View commit details
    Browse the repository at this point in the history
Loading