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: jquery/jquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.6.1
Choose a base ref
...
head repository: jquery/jquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.2
Choose a head ref
  • 17 commits
  • 20 files changed
  • 5 contributors

Commits on Aug 26, 2022

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

Commits on Sep 12, 2022

  1. Upgrade: Bump actions/setup-node from 3.3.0 to 3.4.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.4.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.3.0...v3.4.1)
    
    Closes gh-5078
    
    (cherry picked from commit 78321f0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and mgol committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f14064c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. CSS: Don’t trim whitespace of undefined custom property

    Fixes gh-5105
    Closes gh-5106
    
    Signed-off-by: Anders Kaseorg <[email protected]>
    
    (cherry picked from commit ed306c0)
    andersk authored and mgol committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c0db6d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Tests: Make Ajax tests pass in iOS 9

    Accept "HTTP/2.0 200" as a valid `statusText` for successful requests
    to make ajax tests pass in iOS 9. At this point, normalizing this in code
    doesn't seem to make a lot of sense.
    
    Closes gh-5121
    mgol authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d051e0e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Build: Bump actions/setup-node from 3.4.1 to 3.5.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.4.1...v3.5.0)
    
    Closes gh-5133
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 2540075)
    dependabot[bot] authored and mgol committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9eb47cc View commit details
    Browse the repository at this point in the history
  2. CSS: Return undefined for whitespace-only CSS variable values (#5120)

    The spec requires that CSS variable values are trimmed. In browsers that do
    this - mainly, Safari, but also Firefox if the value only has leading
    whitespace - we currently return undefined; in other browsers, we return
    an empty string as the logic to fall back to undefined happens before
    trimming.
    
    This commit adds another explicit callback to `undefined` to have it consistent
    across browsers.
    
    Also, more explicit comments about behaviors we need to work around in various
    browsers have been added.
    
    Closes gh-5120
    Ref gh-5106
    
    (cherry picked from commit 7eb0019)
    mgol committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8bea1de View commit details
    Browse the repository at this point in the history
  3. Tests: Remove a workaround for a Firefox XML parsing issue

    Firefox 96-100 used to report the column number smaller by 2 than it should
    in the `parsererror` element generated for invalid XML documents. Since that
    version range is unsupported now and it includes no ESR versions, the workaround
    can now be dropped.
    
    Closes gh-5109
    Ref gh-5018
    
    (cherry picked from commit e7ffe1f)
    mgol committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    965391a View commit details
    Browse the repository at this point in the history
  4. Docs: Update the README of the published package

    The previous details were showing their age, e.g. mentions about browsers
    not supporting ES2015. The story with ES modules is more complex as it's also
    about loaders but to keep the README simple, let's just make it more up to date
    with typical usage.
    
    Closes gh-5108
    
    (cherry picked from commit edccabf)
    mgol committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    76edd26 View commit details
    Browse the repository at this point in the history
  5. Build: Update Grunt from 1.4.1 to 1.5.3

    This will resolve the following security issues:
    * Path Traversal in Grunt: GHSA-j383-35pm-c5h4
    * Race Condition in Grunt: GHSA-rm36-94g8-835r
    
    Closes gh-5134
    
    (cherry picked from commit aa231cd)
    mgol committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    ed02835 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

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

Commits on Nov 1, 2022

  1. Build: Bump actions/setup-node from 3.5.0 to 3.5.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.5.0...v3.5.1)
    
    Closes gh-5153
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 0208224)
    dependabot[bot] authored and mgol committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    28241b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    a1b7ae3 View commit details
    Browse the repository at this point in the history
  2. Selector:Manipulation: Fix DOM manip within template contents

    The `<template/>` element `contents` property is a document fragment that may
    have a `null` `documentElement`. In Safari 16 this happens in more cases due
    to recent spec changes - in particular, even if that document fragment is
    explicitly adopted into an outer document. We're testing both of those cases
    now.
    
    The crash used to happen in `jQuery.contains` which is an alias for
    `Sizzle.contains` in jQuery 3.x.
    
    The Sizzle fix is at jquery/sizzle#490, released in Sizzle `2.3.8`. This
    version of Sizzle is included in the parent commit.
    
    A fix similar to the one from gh-5158 has also been applied here to the
    `selector-native` version.
    
    Fixes gh-5147
    Closes gh-5159
    Ref jquery/sizzle#490
    Ref gh-5158
    mgol committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5318e31 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

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

Commits on Dec 1, 2022

  1. Build: Limit permissions for GitHub workflows

    Add explicit permissions section[^1] to workflows. This is a security
    best practice because by default workflows run with extended set
    of permissions[^2] (except from `on: pull_request` from external forks[^3].
    By specifying any permission explicitly all others are set to none. By using
    the principle of least privilege the damage a compromised workflow can do
    (because of an injection[^4] or compromised third party tool or action) is
    restricted. It is recommended to have most strict permissions on the top
    level[^5] and grant write permissions on job level[^6] on a case by case
    basis.
    
    [^1]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    [^2]: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
    [^3]: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
    [^4]: https://securitylab.github.com/research/github-actions-untrusted-input/
    [^5]: https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    [^6]: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    Closes gh-5119
    
    (cherry picked from commit c909d6b)
    sashashura authored and mgol committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0d9fae4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Release: update authors

    timmywil committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    2215119 View commit details
    Browse the repository at this point in the history
  2. 3.6.2

    timmywil committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1552b93 View commit details
    Browse the repository at this point in the history
Loading