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: MoonE/jquery-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jquery/jquery-ui
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.
  • 6 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 7, 2026

  1. Build: Bump the github-actions group with 3 updates

    Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [github/codeql-action](https://github.com/github/codeql-action).
    
    Closes jquerygh-2386
    
    Updates `actions/checkout` from 6.0.1 to 6.0.2
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8e8c483...de0fac2)
    
    Updates `actions/setup-node` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@395ad32...6044e13)
    
    Updates `github/codeql-action` from 4.31.9 to 4.32.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@5d4e8d1...b20883b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/setup-node
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-version: 4.32.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    f10169e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. Datepicker: Support init inside a delegated focus handler in jQuery 4

    jQuery 4.0+ follows native focus events order, meaning that `focusin`
    is fired after `focus`. As delegated `focus` is implemented in jQuery
    via `focusin`, `focus` handlers attached during a delegated `focus`
    handler will not fire until the second time the field receives focus.
    This is what the `_attachments` method does. To account for that, show
    the datepicker if input is already focused. `_showDatepicker` checks
    if the datepicker is already open, so it's not a problem that it
    fires again as a `focus` handler in jQuery <4.
    
    Note that the fact such an initialization worked inside of delegated
    focus handlers was a result of an implementation detail in jQuery. If
    a regular `focus` handler was used to initialize the datepicker, neither
    jQuery 4.0 nor 3.x would show the datepicker. This issue is now fixed
    as well.
    
    Fixes jquerygh-2385
    Closes jquerygh-2390
    mgol authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    d327be4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

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

Commits on Feb 27, 2026

  1. Build: Update browserstack-local

    This resolves a security report.
    
    Ref browserstack/browserstack-local-nodejs#168
    mgol committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    ff0222b View commit details
    Browse the repository at this point in the history
  2. Build: Update minimatch & others

    This resolves security reports.
    mgol committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    fdc163c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Build: Bump github/codeql-action from 4.32.0 to 4.32.4 in the github-…

    …actions group
    
    Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    Closes jquerygh-2392
    
    Updates `github/codeql-action` from 4.32.0 to 4.32.4
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b20883b...89a39a4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.32.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    839ff8f View commit details
    Browse the repository at this point in the history
Loading