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: edisplay/jquery.com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jquery/jquery.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 12 files changed
  • 5 contributors

Commits on Dec 1, 2025

  1. Build: Bump js-yaml from 3.14.1 to 3.14.2

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...3.14.2)
    
    Closes jquerygh-252
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    d293761 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

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

    mgol committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    c065db6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Build: Bump undici from 6.21.2 to 6.23.0

    Bumps [undici](https://github.com/nodejs/undici) from 6.21.2 to 6.23.0.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v6.21.2...v6.23.0)
    
    Closes jquerygh-253
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 6.23.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    a8a6b0e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2026

  1. Configuration menu
    Copy the full SHA
    4a3eeae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f11ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e72bfad View commit details
    Browse the repository at this point in the history
  4. 4.0.0

    Krinkle committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    ea09d0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78cf8f6 View commit details
    Browse the repository at this point in the history
  6. 4.0.1

    mgol committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    f4f1c72 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Build: Bump lodash from 4.17.21 to 4.17.23

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.21...4.17.23)
    
    Closes jquerygh-257
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-version: 4.17.23
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    f834fc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. History: Import page from https://jquery.org/history/

    Imported from the Git repo at
    https://github.com/jquery/jquery.org/tree/d16711bd4abd1c7798c5744f3ef9960a3e5f990c/pages
    
    Changes:
    
    * Set pageTemplate to page-fullwidth.
    
      This page used the "full-width=1" meta key on jquery.org,
      which is specific to the "jquery.org" theme in
      https://github.com/jquery/jquery-wp-content/tree/38fc98c28daaae8f36d12332ac100a144954d933/themes/jquery.org
    
      The equivalent on jquery.com is the page-fullwidth template.
    
      Ref 23abb46, which fixed the same issue on the Team page after import.
    
    Ref jquery/jquery.org#139
    Krinkle committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    0bc7a3f View commit details
    Browse the repository at this point in the history
  2. 4.0.2

    Krinkle committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    92589af View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Upgrade: Update jQuery 4.0 upgrade guide now that 4.0 is released

    Fixes jquerygh-258
    Fixes jquerygh-262
    Closes jquerygh-259
    
    ---------
    
    Co-authored-by: Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
    timmywil and mgol authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    1aa0ab1 View commit details
    Browse the repository at this point in the history
  2. 4.0.3

    timmywil committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    d12487c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Update grunt-jquery-content to avoid a cheerio issue

    cheerio 1.1.0 stopped working on Node.js 18; newer grunt-jquery-content
    pins it to 1.0.0 to avoid issues.
    mgol committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    62e5fc2 View commit details
    Browse the repository at this point in the history
  2. 4.0.4

    mgol committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    1ec480d View commit details
    Browse the repository at this point in the history
Loading