Michał Gołębiowski-Owczarek

Results 151 issues of Michał Gołębiowski-Owczarek

The full logic for whether to use the script tag is implemented by this function: ```js function canUseScriptTag( s ) { // A script tag can only be used for...

For some reason, `read -p` doesn't work in the `pre-release.sh` script - or at least that's my hypothesis why the script gets stuck on `pre-release`. I thought since Code is...

Needs review

Let's discuss plans for jQuery Mousewheel 4.0.0. At the very least, I'd like to align browser support with jQuery 4.x. Also, all browsers now support the `wheel` event, so we...

TODO before landing this: - [ ] Swap the Core blog post link for the RC 1 one - [ ] Run `npm install` and commit `package-lock.json` changes after Core...

Needs review
Discuss in Meeting
4.x-only

In 4.0, data no longer treats `-ms` ins a special way when camelcasing. In 3.x this was happening because the camelCasing logic was shared with the CSS module which needed...

`package-lock.json` versions 2 & 3 keep `version` in two fields - a top-level `version` one and a deep `packages[ "" ].version` one. Update both. #117 needs to land first to...

I've seen #53. But I've just scheduled a run with the latest `v5.0.1` version of this workflow and I see these in the logs: > [@octokit/request] "GET https://api.github.com/search/issues?q=repo%3Amgol%2Fjquery%20updated%3A%3C2025-09-22T17%3A30%3A28Z%20is%3Aclosed%20is%3Aunlocked%20is%3Aissue&sort=updated&order=desc&per_page=50" is deprecated....

### Summary ### Chrome beta requires a chromedriver version matching its major version part; otherwise, it may fail to launch. Make sure a proper version is downloaded and added to...

Needs review
Build

Right now, e.g. at https://blog.jquery.com/2025/08/11/jquery-4-0-0-release-candidate-1/, the Build component is the first one mentioned in the changelog at the end of the blog post and in https://github.com/jquery/jquery/blob/4.0.0-rc.1/changelog.md. It is also by...

Release

jQuery 1.12/2.2 or newer are required due to the presence of the `$.uniqueSort` method; update the range accordingly, so that e.g. jQuery 2.1 is rejected. Adding `peerDependencies` is a breaking...

Comp: Build