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: github/browser-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.0
Choose a base ref
...
head repository: github/browser-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.0
Choose a head ref
  • 9 commits
  • 11 files changed
  • 7 contributors

Commits on Jul 30, 2025

  1. Override Koa version

    jibrang committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    33e67db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from github/jibrang/override-koa-version

    Override Koa version
    jibrang authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    a29bf69 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Bump tar-fs in the npm_and_yarn group across 1 directory

    Bumps the npm_and_yarn group with 1 update in the / directory: [tar-fs](https://github.com/mafintosh/tar-fs).
    
    
    Updates `tar-fs` from 3.0.8 to 3.1.1
    - [Commits](mafintosh/tar-fs@v3.0.8...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar-fs
      dependency-version: 3.1.1
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    ac368c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from github/dependabot/npm_and_yarn/npm_and_ya…

    …rn-bbb2b60e02
    
    Bump tar-fs from 3.0.8 to 3.1.1 in the npm_and_yarn group across 1 directory
    arelia authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    5418c52 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Fix CVE-2025-62595: Update koa to 2.16.3 (#99)

    * Initial plan
    
    * Update koa package from 2.16.2 to 2.16.3 to fix CVE-2025-62595
    
    Co-authored-by: alidusha <8617681+alidusha@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: alidusha <8617681+alidusha@users.noreply.github.com>
    Copilot and alidusha authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    7728997 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Initial plan

    Copilot committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    246fab9 View commit details
    Browse the repository at this point in the history
  2. Add ES2024/ES2025 polyfills with fixes for reduce, groupBy prototype …

    …safety, and iterator resilience
    
    Co-authored-by: mattcosta7 <8616962+mattcosta7@users.noreply.github.com>
    Copilot and mattcosta7 committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    e87f628 View commit details
    Browse the repository at this point in the history
  3. Address all 4 review comments: CSP-safe getIteratorPrototype, primiti…

    …ve iterables in iteratorFrom, complete isPolyfilled check, string Iterator.from test
    
    Co-authored-by: mattcosta7 <8616962+mattcosta7@users.noreply.github.com>
    Copilot and mattcosta7 committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    20921e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #105 from github/copilot/fix-iterator-reduce-polyf…

    …ill-bug
    
    Add ES2024/ES2025 polyfills with fixes for reduce bug, groupBy prototype safety, and iterator resilience
    mattcosta7 authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    1c0d573 View commit details
    Browse the repository at this point in the history
Loading