Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jquery/jquery

jQuery JavaScript Library
https://github.com/jquery/jquery

Build: update jenkins script to only build

- this will soon be replaced by a new GH actions workflow

Close gh-5422

c21c6f4ddf96a5928e03bdd2bf0da87899f2ec24 authored 10 months ago by Timmy Willison <[email protected]>
Tests: migrate testing infrastructure to minimal dependencies

This is a complete rework of our testing infrastructure. The main goal is to modernize and drop ...

dfc693ea25fe85e5f29da23752b0c7c8d285fbf0 authored 10 months ago by Timmy Willison <[email protected]>
Build: Bump actions/cache & github/codeql-action (#5402)

* Build: Bump actions/cache from 3.3.2 to 4.0.0

Bumps [actions/cache](https://github.com/acti...

bf11739f6c6926bc9bc1b5a1460505d3b7ef8b01 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release: add factory files to release distribution

Fixes gh-5411
Close gh-5412

1a324b0792ba8d032b89dd8bf78bbf5caa535367 authored 11 months ago by Timmy Willison <[email protected]>
Tests: Fix Karma tests on Node.js 20

Node.js 20 started throwing errors when `writeHead` is called twice on
a response. This might h...

d478a1c0226b7825a99718bf605ef9727ee4beca authored 11 months ago by Michał Gołębiowski-Owczarek <[email protected]>
Release: use buildDefaultFiles directly and pass version

- also add the ability to pass VERSION in env to test final builds
- adjust sha regex to accoun...

b507c8648f701acd1c48b3c38054ad38d76fd1ca authored 11 months ago by Timmy Willison <[email protected]>
Release: copy dist-module folder as well

Close gh-5407

63767650b5b171b4671304fd2bb2f2890431929f authored 11 months ago by Timmy Willison <[email protected]>
Release: only published versioned files to cdn

Close gh-5406

3a0ca684eb21d64a13d7591ce1891b1990e0339c authored 11 months ago by Timmy Willison <[email protected]>
Release: remove scripts and dev deps from dist package.json

- this became necessary due to the addition of the prepare script
- scripts aren't needed and d...

7eac932da7177104546abef595adf4429eb829b3 authored 11 months ago by Timmy Willison <[email protected]>
Release: update build command in Release.generateArtifacts

Close gh-5399

3b963a21662061e0f39ad90f146e73e2223c2b86 authored 11 months ago by Timmy Willison <[email protected]>
Attributes: Shave off a couple of bytes

The `attrHooks` entries for boolean attributes are only defined for jQuery 4+;
jQuery 3.x used ...

b40a4807b604efbde51faf075d11e25441af1990 authored 11 months ago by Michał Gołębiowski-Owczarek <[email protected]>
Data: Refactor to reduce size

* Return the new value from `set(owner, key, value)`.
* Use `set(owner, key, value)` rather tha...

805cdb43fd02c3a5783c06b5ec2c9519be0682ab authored 11 months ago by Richard Gibson <[email protected]>
Build: migrate grunt authors to a custom script

- the new script pulls all authors from the Sizzle repo
- added temporary grunt task for releas...

af79c99939628255f46f30bced000eba9aa6711f authored 11 months ago by Timmy Willison <[email protected]>
Manipulation: Generalize a test to support IE

Ref gh-5378
Closes gh-5391

88690ebfc8b5ef8b1e444326c664b590ecc0b888 authored 11 months ago by Richard Gibson <[email protected]>
Selector: Make `selector.js` module depend on `attributes/attr.js`

This fixes custom builds using the `--include` switch that don't include
the `attributes` modul...

e06ff08849057cd099365bf43598c8952fe9956d authored 12 months ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Bump follow-redirects from 1.15.1 to 1.15.4

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1....

56139394705022e4f6756440030ad6f3bf35f5a6 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Manipulation: Support $el.html(selfRemovingScript) (#5378)

Don't try to remove a script element that has already removed itself.

Also, compress `DOMEval...

937923d9ee8dfd19008447b5059cbd13ee5a23ac authored 12 months ago by Richard Gibson <[email protected]>
Selector: Eliminate `selector.js` depenencies from various modules

There are two main reasons for why some of those dependencies are no longer
needed:
1. `jQuery...

e8b7db4b0f1e1b8e08578641b30a92b955ccc4ec authored 12 months ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Bump actions/setup-node and github/codeql-action

1: Bump actions/setup-node from 4.0.0 to 4.0.1

Bumps [actions/setup-node](https://github.com/ac...

99151d7ab0923aa3aeeb1b957a9063e4e20d31ae authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Build: Reformat GitHub workflow Yaml files

Use Prettier 3.1.0 to reformat the Yaml files. This makes their format identical
to the one use...

c98597eaf5e144ee5e549cb41984687cd1033068 authored about 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Bump @babel/traverse & multiple actions

1: Bump actions/cache from 3.3.1 to 3.3.2

Bumps [actions/cache](https://github.com/actions/ca...

fb0cc272916dc909552a1b7bc1a39295e564d3a8 authored about 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Don't run CI push workflows for dependabot branches

Without this change, dependabot PRs run double checks - one set for the `push`
part and one for...

635cb152e7daac658223455aaab2f81204b5b215 authored about 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
CSS: Fix reliableTrDimensions support test for initially hidden iframes

Closes gh-5358
Ref gh-5317
Ref gh-5359

b1e66a5faaf46ffcbcc27c79a9a224aaf851a987 authored about 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Update ESLint-related packages, fix linting errors

The main change is the new rule in `eslint-config-jquery`:
`template-curly-spacing`.

Closes ...

f47c6a83370675af0eff227d0266b40f9f45514a authored about 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Run pretest before test:* npm scripts

Build was already happening in scripts like `test:browser` but those scripts
were missing `pret...

1ad66aeb6d7d94f8e4c8e2286569722ca41f9868 authored about 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: Fix module links in the package README

The package README used to show examples importing from a regular jQuery file;
this won't work ...

ace646f6e83e653f666ba715c200739f1cbdba52 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: sort branches in compare_size; last run last

Close gh-5333

a7fa303fda11ad298875676ffff78143cc49ce95 authored over 1 year ago by Timmy Willison <[email protected]>
Build: run pretest in jenkins script

cb763072fee1eb9ec3d4037c50cb0d07836b7af6 authored over 1 year ago by Timmy Willison <[email protected]>
Build: fix inconsistent builds in Node 20

- one fileOverrides per build
- only run the lint build when running lint

Close gh-5332

7ef9099d328e90d19bc40b64148747e854b13e20 authored over 1 year ago by Timmy Willison <[email protected]>
Docs: update watch task in CONTRIBUTING.md

Close gh-5331

77d6ad7172db3ae11573df7b322d410b161eb43e authored over 1 year ago by Timmy Willison <[email protected]>
Build: add commit SHAs and last runs to comparisons

- only remove the short SHA and .dirty from version strings
- automatically reset the cache on v...

09972bcc680e89e38f56d83043bb368eb7fbda91 authored over 1 year ago by Timmy Willison <[email protected]>
Build: add new factory files to dist eslint

792238410dc16ba0cc53c2740c47c314ea65d822 authored over 1 year ago by Timmy Willison <[email protected]>
CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapper

Bring some changes from `3.x-stable`:
* rename `rtrim` to `rtrimCSS` to distinguish from the pr...

53cf7244da2a2040333335c36e435b1c12efdff9 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Add more info about named exports

Also, fix an example importing from `jquery/src/css.js` as that is supposed
to use named export...

5f869590924b7dea6a16d176b18700939f4b5290 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Simplify code post browser support reduction

Summary of the changes:
* Core: Simplify code post browser support reduction
* Tests: Remove l...

93ca49e6d1ac23fee33b3bc3b7f4d93dd1a25cb7 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Core: Move the factory to separate exports

Since versions 1.11.0/2.1.0, jQuery has used a module wrapper with one strange
addition - in Co...

46f6e3da796ee9d28c7c1428793b72d66bcbb0b7 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Bump qs, socket.io-parser, socket.io & json5

1: Bump json5 from 2.2.0 to 2.2.3

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2...

b923047d29d37f2d5c96f8b33992f322bc7b7944 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Build: migrate most grunt tasks off of grunt

Updated tasks include:

- lint
- npmcopy
- build, minify, and process for distribution.
- n...

2bdecf8b7bd10864e5337a4e24e39476c78cf23a authored over 1 year ago by Timmy Willison <[email protected]>
Core: Use named exports in `src/`

The `default` export is treated differently across tooling when transpiled
to CommonJS - tools ...

f75daab09102a4dd5107deadb55d4a169f86254a authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Bump actions/checkout, actions/setup-node & github/codeql-action

1: Bump actions/checkout from 3.5.3 to 3.6.0

Bumps [actions/checkout](https://github.com/action...

42e50f8c21fbfd08092ad81add4ac38982ef0841 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Build: Update mailmap entry for Krinkle

Close gh-5309

699bcd396fa342c546905805a0cdfedd1959b7ce authored over 1 year ago by Timo Tijhof <[email protected]>
Build: replace CRLF with LF during minify

- SWC is not respecting the git setting and does not have
an option to force LF. This fixes t...

48cc402a917d6011c7d3e75f779f11ef91b474fb authored over 1 year ago by Timmy Willison <[email protected]>
Build: Add `exports` to package.json, export slim & esm builds

Summary of the changes:
* define the `exports` field in `package.json`; `jQuery` & `$` are also...

8be4c0e4f89d6c8f780e5937a0534921d8c7815e authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
CSS: Make the reliableTrDimensions support test work with Bootstrap CSS

Bootstrap 5 includes the following CSS on the page:

```css
*,
*::before,
*::after {
box...

65b85031fb5688361c077bc04e641e4b502671e1 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Switch form Terser to SWC for JS minification (#5286)

Also, as part of this, fix the `file` & `sources` properties of the source map
file.

Fixes g...

e24218758bb21bfdc296731d70f3d48ab786e5f5 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Make sure `*.cjs` & `*.mjs` files use UNIX line endings as well

We've had this rule for `*.js` files so far but we now have two new JS
extensions.

Closes gh...

198b41c8c2cd726b875615023b2b37b213040ad3 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: switch preferred email for timmywil

Close gh-5288

2b6b5e0a3ba3029ec3ad1525a178920765e3adf1 authored over 1 year ago by Timmy Willison <[email protected]>
Build: Bump github/codeql-action & actions/checkout

1: Bump github/codeql-action from 2.3.6 to 2.20.1

Bumps [github/codeql-action](https://github.c...

4a13266efd262a92f05d86b71d715885de103e6d authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Docs: Fix typos found by codespell

Closes gh-5165

620870a1af5287d29c77ec6d5f973116b23793a7 authored over 1 year ago by Dimitri Papadopoulos Orfanos <[email protected]>
Build: Drop individual AMD modules

With this change, jQuery build no longer generates the `amd` directory with
AMD modules transpi...

5701957b7223659c52a43f8c2c5465fdf2803df4 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Disable the ":lang respects escaped backslashes" test

Firefox 114+ no longer match on backslashes in `:lang()`, even when escaped.
It is an intention...

62b9a2583460c2384f6de1d0a6aeaf05e51d523b authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: remove stale gitter badge from readme

Close gh-5273

67cb1af7740a956e150e8d93266c4e601f55e8a4 authored over 1 year ago by Timmy Willison <[email protected]>
Build: Reference GitHub Actions by commit SHAs

The SHAs are verified to come from the original repositories and not forks.

For reference:

...

784b9ba6e403997161113aa56d1747baed4e0767 authored over 1 year ago by Gabriela Gutierrez <[email protected]>
Core: Fix regression in jQuery.text() on HTMLDocument objects

Fixes gh-5264
Closes gh-5265

(cherry picked from commit 44c56f87a31fbc1f43ac575cfd06a0df12073352)

a75d6b52fad212820358e8ada3154f2f634e699b authored over 1 year ago by Timo Tijhof <[email protected]>
Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}

`Sizzle.tokenize` is an internal Sizzle API, but exposed. As a result,
it has historically been...

338de3599039a3ba906214e656bcbe637430c37d authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Switch the minifier from UglifyJS to Terser

UglifyJS is ES5-only, while Terser supports newer ECMAScript versions. jQuery
is authored in ES...

27303c6be09b8fc24c13454deae234e480cbf995 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: Remove the "Grunt build" section from the PR template

Now that unit tests are run on GitHub Actions in all three major
engines and for multiple custo...

988a56847de301ce18a653f84b07c5af432a269f authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Make the `eslint:dev` task not lint the `dist/` folder

There was a mistake in paths logic that made the `dist/` folder linted
even in the `eslint:dev`...

44906a83d28a81f0107f8418a430db7e040a776b authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Deprecated: Define `.hover()` using non-deprecated methods

Make the deprecated `.hover()` method not rely on other deprecated
methods: `.mouseenter()` & `...

fd6ffc5eb2c12562f2656d2f33865448420252be authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Test on Node.js 20, stop testing on Node.js 14 & 19

Closes gh-5250

6616acff0a6c144c3eac3afae8578085bd325834 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test

Chrome 112 & Safari 16.4 introduce two changes:
* `:has()` is non-forgiving
* `CSS.supports( "se...

89ef81f86f8f371154e9fd3173be5fb57cb72d5e authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
CSS: Make `offsetHeight( true )`, etc. include negative margins

This regressed in gh-3656 as the added logic to include scroll gutters
in `.innerWidth()` / `.i...

bce13b72c1753e16cc0db53ebf0f0456bdcf6b48 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Event: Avoid collisions between jQuery.event.special & Object.prototype

This is a follow-up to similar changes to data & event storages from
gh-4603.

Closes gh-5235...

bcaeb000b777c018ad5d18e01be5060caa8cb158 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Event: Simplify the check for saved data in leverageNative

Previously, when `leverageNative` handled async events, there was
a case where an empty placeho...

dfe212d5a1eed6b4a67d1cbd04ece09bbac33699 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Event: Make trigger(focus/blur/click) work with native handlers

In `leverageNative`, instead of calling `event.stopImmediatePropagation()`
which would abort bo...

6ad3651dbfea9e9bb56e608f72b4ef2f97bd4e70 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Event: Simulate focus/blur in IE via focusin/focusout

In IE (all versions), `focus` & `blur` handlers are fired asynchronously
but `focusin` & `focus...

ce60d31893deab7d3da592b5173e90b5d50e7732 authored over 1 year ago by Michał Gołębiowski-Owczarek <[email protected]>
Ajax: Don't treat array data as binary

PR gh-5197 started treating all non-string non-plain-object
`data` values as binary. However, `...

992a1911d0b6195012edc25fd5a48810d4be64b5 authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Only install Playwright dependencies when needed

PR gh-5190 added support for running tests on Playwright WebKit
in CI. For efficiency reasons, ...

e77bd9d64fc696cadfe1f8c9ebb50d7609a97b07 authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Ajax: Allow `processData: true` even for binary data

The way gh-5197 implemented binary data handling, `processData`
was being explicitly set to `fa...

ce264e0789116e37fe371503537a217c038dfae8 authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Test AJAX deprecated event aliases properly

PR gh-5046 erroneously changed AJAX deprecated event alias
usage in deprecated tests to `.on()`...

cff2899885c314d32eea42e9eef6ead6e5da5c2f authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Deferred: Rename `getStackHook` to `getErrorHook`

Rename `jQuery.Deferred.getStackHook` to `jQuery.Deferred.getErrorHook`
to indicate passing an ...

258ca1ec6a373f85f7849308c967b7e6a993e6e7 authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Release: add support for md5 sums in windows

Close gh-5219

f088c36631df3d5dc98408debd147ea5d3618557 authored almost 2 years ago by Timmy Willison <[email protected]>
Selector: Stop relying on CSS.supports( "selector(...)" )

`CSS.supports( "selector(...)" )` has different semantics than selectors passed
to `querySelect...

68aa2ef7571e2d9f91fad1aa9e5f956c04dc9ee9 authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Backport jQuery selection context logic to selector-native

This makes:
```js
$div.find("div > *")
```
no longer matching children of `$div`.

Also, l...

2e644e845051703775b35b358eec5d3608a9465f authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Bump actions/setup-node from 3.5.1 to 3.6.0

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0.
- [Relea...

7e7bd062070b3eca8ee047136ea8575fbed5d70f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ajax: Support binary data (including FormData)

Two changes have been applied:
* prefilters are now applied before data is converted to a strin...

a7ed9a7b6364273b1b964fd2cf9691dec2cbec6b authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Deferred: Respect source maps in jQuery.Deferred.exceptionHook

So far, `jQuery.Deferred.exceptionHook` used to log error message and stack
separately. However...

0b9c5037f707a0b8e0dbb11776b690ae7dde7123 authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Ajax: Support `headers` for script transport even when cross-domain

The AJAX script transport has two versions: XHR + `jQuery.globalEval` or
appending a script tag...

6d1364431b63b0d3bbe1c5fd604131f9db453396 authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Run GitHub Action browser tests on Playwright WebKit

So far, we've been running browser tests on GitHub Actions in Chrome
and Firefox. Regular Safar...

b02a257f98688aa890e06a85672cd1a54c3ffa3a authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Migrate middleware-mockserver to modern JS

The `test/middleware-mockserver.js` file used to have the same ESLint
settings applied as other...

ce90a48450ba40586a6567235abb8fd2df84da97 authored almost 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: remove stale Insight package from custom builds

Close gh-5182

c66d4700dcf98efccb04061d575e242d28741223 authored about 2 years ago by Timmy Willison <[email protected]>
Selector: Make selector lists work with `qSA` again

jQuery 3.6.2 started using `CSS.supports( "selector(SELECTOR)" )` before using
`querySelectorAl...

09d988b774e7ff4acfb69c0cde2dab373559aaca authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Core:Selector: Move jQuery.contains from the selector to the core module

The `jQuery.contains` method is quite simple in jQuery 4+. On the other side,
it's a dependency...

024d87195ac46690023e2b0b308d4406a8a5a27e authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Limit permissions for GitHub workflows

Add explicit permissions section[^1] to workflows. This is a security
best practice because by ...

c909d6b1ff444e68618b6da13d9c21714f681925 authored about 2 years ago by Alex <[email protected]>
Selector: Implement the `uniqueSort` chainable method

Some APIs, like `.prevAll()`, return elements in the reversed order, causing
confusing behavior...

5266f23cf49c9329bddce4d4af6cb5fbbd1e0383 authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Tests: Indicate Firefox 106+ passes the `cssSupportsSelector` test

Firefox 106 adjusted to the spec mandating that `CSS.supports("selector(...)")`
uses non-forgiv...

716130e094caf780100a39cfd4526adbd7673b12 authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Re-introduce selector-native.js

Re-introduce the `selector-native` similar to the one on the `3.x-stable`
branch. One differenc...

4c1171f2ed62584211250df0af8302d34c04621a authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Test on Node.js 18 & 19, stop testing on Node 12

Closes gh-5160

f62d8e2159baf1eabf3b760b85b2dda56d569a09 authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector:Manipulation: Fix DOM manip within template contents

The `<template/>` element `contents` property is a document fragment that may
have a `null` `doc...

3299236c898136dc1aa57dc5148811203e931895 authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
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.
- [Relea...

0208224b5b76d54a39986f78aac97dbf1cccbe38 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Docs: Remove stale badge from README

Close gh-5148

bcd9c2bc3ddaa04f89f550681ca9c1ec5efc4328 authored about 2 years ago by Timmy Willison <[email protected]>
Ajax: Support `null` as success functions in `jQuery.get`

According to the docs, one can use `null` as a success function in `jQuery.get`
of `jQuery.post...

74978b7e892537559850cda7332bdab8106e6354 authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Selector: Drop support for legacy pseudos, test custom pseudos

This backports custom pseudos tests from Sizzle; they were missed in original
test backports. A...

8c7da22caeae8c2c3f7e9869d5f47414669f106c authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Manipulation: Extract domManip to a separate file

We've already had `buildFragment` extracted to a separate file long ago.
`domManip` is quite a ...

ee6e874075ba1fcd8f9e62cd1ee5c04f6518b6d6 authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Build: Update Grunt from 1.4.1 to 1.5.3

This will resolve the following security issues:
* Path Traversal in Grunt: https://github.com/...

aa231cd21421503d319ad6068e7df0fb3baa7fea authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
Docs: Update the README of the published package

The previous details were showing their age, e.g. mentions about browsers
not supporting ES2015...

edccabf10d37b57cbd4eeebc44f3acb67cb2739c authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
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...

e7ffe1f135dfa68ce3065b2bd319a29a57866dc6 authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
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, Safa...

7eb0019640a5856c42b451551eb7f995d913eba9 authored about 2 years ago by Michał Gołębiowski-Owczarek <[email protected]>
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.
- [Relea...

25400750fb2e08b0a7e1a752a3ca0e9eaec16163 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
CSS: Don’t trim whitespace of undefined custom property

Fixes gh-5105
Closes gh-5106

Signed-off-by: Anders Kaseorg <[email protected]>

ed306c0261ab63746040e5d58bb4477c3069a427 authored over 2 years ago by Anders Kaseorg <[email protected]>