{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":625237775,"defaultBranch":"main","name":"jquery","ownerLogin":"ollie-iterators","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-04-08T13:47:02.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/46904826?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1680961629.117954","currentOid":""},"activityList":{"items":[{"before":"805cdb43fd02c3a5783c06b5ec2c9519be0682ab","after":"fedffe7448b9e2328b43641158335be18eff5f69","ref":"refs/heads/main","pushedAt":"2024-03-11T20:39:12.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Tests: fix worker restarts for failed browser acknowledgements\n\nClose gh-5440","shortMessageHtmlLink":"Tests: fix worker restarts for failed browser acknowledgements"}},{"before":"c98597eaf5e144ee5e549cb41984687cd1033068","after":"805cdb43fd02c3a5783c06b5ec2c9519be0682ab","ref":"refs/heads/main","pushedAt":"2024-01-29T03:10:42.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Data: Refactor to reduce size\n\n* Return the new value from `set(owner, key, value)`.\r\n* Use `set(owner, key, value)` rather than `access(owner, key, value)`.\r\n\r\nClose gh-5392","shortMessageHtmlLink":"Data: Refactor to reduce size"}},{"before":"cb763072fee1eb9ec3d4037c50cb0d07836b7af6","after":"c98597eaf5e144ee5e549cb41984687cd1033068","ref":"refs/heads/main","pushedAt":"2023-11-20T18:27:54.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Build: Reformat GitHub workflow Yaml files\n\nUse Prettier 3.1.0 to reformat the Yaml files. This makes their format identical\r\nto the one used on `3.x-stable`, making for much easier cherry-picks.\r\n\r\nThe main difference is the list under `steps:` was not indented while all other\r\nlists were.\r\n\r\nCloses gh-5364","shortMessageHtmlLink":"Build: Reformat GitHub workflow Yaml files"}},{"before":"f75daab09102a4dd5107deadb55d4a169f86254a","after":"cb763072fee1eb9ec3d4037c50cb0d07836b7af6","ref":"refs/heads/main","pushedAt":"2023-09-21T13:18:21.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Build: run pretest in jenkins script","shortMessageHtmlLink":"Build: run pretest in jenkins script"}},{"before":"8be4c0e4f89d6c8f780e5937a0534921d8c7815e","after":"f75daab09102a4dd5107deadb55d4a169f86254a","ref":"refs/heads/main","pushedAt":"2023-09-12T13:08:08.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Core: Use named exports in `src/`\n\nThe `default` export is treated differently across tooling when transpiled\r\nto CommonJS - tools differ on whether `module.exports` represents the full\r\nmodule object or just its default export. Switch `src/` modules to named\r\nexports for tooling consistency.\r\n\r\nFixes gh-5262\r\nCloses gh-5292","shortMessageHtmlLink":"Core: Use named exports in src/"}},{"before":"4a13266efd262a92f05d86b71d715885de103e6d","after":"8be4c0e4f89d6c8f780e5937a0534921d8c7815e","ref":"refs/heads/main","pushedAt":"2023-07-24T13:46:44.872Z","pushType":"push","commitsCount":5,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Build: Add `exports` to package.json, export slim & esm builds\n\nSummary of the changes:\r\n* define the `exports` field in `package.json`; `jQuery` & `$` are also\r\n exported as named exports in ESM builds now\r\n* declare `\"type\": \"module\"` globally except for the `build` folder\r\n* add the `--esm` option to `grunt custom`, generating jQuery as an ECMAScript\r\n module into the `dist-module` folder\r\n* expand `node_smoke_tests` to test the slim & ESM builds and their various\r\n combinations; also, test both jQuery loaded via a path to the file as well\r\n as from module specifiers that should be parsed via the `exports` feature\r\n* add details about ESM usage to the release package README\r\n* run `compare_size` on all built minified files; don't run it anymore on\r\n unminified files where they don't provide lots of value\r\n* remove the remove_map_comment task; SWC doesn't insert the\r\n`//# sourceMappingURL=` pragma by default so there's nothing to strip\r\n\r\nFixes gh-4592\r\nCloses gh-5255","shortMessageHtmlLink":"Build: Add exports to package.json, export slim & esm builds"}},{"before":"4a13266efd262a92f05d86b71d715885de103e6d","after":"8be4c0e4f89d6c8f780e5937a0534921d8c7815e","ref":"refs/heads/main","pushedAt":"2023-07-24T13:46:44.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Build: Add `exports` to package.json, export slim & esm builds\n\nSummary of the changes:\r\n* define the `exports` field in `package.json`; `jQuery` & `$` are also\r\n exported as named exports in ESM builds now\r\n* declare `\"type\": \"module\"` globally except for the `build` folder\r\n* add the `--esm` option to `grunt custom`, generating jQuery as an ECMAScript\r\n module into the `dist-module` folder\r\n* expand `node_smoke_tests` to test the slim & ESM builds and their various\r\n combinations; also, test both jQuery loaded via a path to the file as well\r\n as from module specifiers that should be parsed via the `exports` feature\r\n* add details about ESM usage to the release package README\r\n* run `compare_size` on all built minified files; don't run it anymore on\r\n unminified files where they don't provide lots of value\r\n* remove the remove_map_comment task; SWC doesn't insert the\r\n`//# sourceMappingURL=` pragma by default so there's nothing to strip\r\n\r\nFixes gh-4592\r\nCloses gh-5255","shortMessageHtmlLink":"Build: Add exports to package.json, export slim & esm builds"}},{"before":"620870a1af5287d29c77ec6d5f973116b23793a7","after":"4a13266efd262a92f05d86b71d715885de103e6d","ref":"refs/heads/main","pushedAt":"2023-07-07T01:32:02.297Z","pushType":"push","commitsCount":1,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Build: Bump github/codeql-action & actions/checkout\n\n1: Bump github/codeql-action from 2.3.6 to 2.20.1\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.6 to 2.20.1.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/83f0fe6c4988d98a455712a27f0255212bba9bd4...f6e388ebf0efc915c6c5b165b019ee61a6746a38)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\n2: Build: Bump actions/checkout from 3.5.2 to 3.5.3\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nCloses gh-5283\nCloses gh-5284","shortMessageHtmlLink":"Build: Bump github/codeql-action & actions/checkout"}},{"before":"620870a1af5287d29c77ec6d5f973116b23793a7","after":"4a13266efd262a92f05d86b71d715885de103e6d","ref":"refs/heads/main","pushedAt":"2023-07-07T01:32:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Build: Bump github/codeql-action & actions/checkout\n\n1: Bump github/codeql-action from 2.3.6 to 2.20.1\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.6 to 2.20.1.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/83f0fe6c4988d98a455712a27f0255212bba9bd4...f6e388ebf0efc915c6c5b165b019ee61a6746a38)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\n2: Build: Bump actions/checkout from 3.5.2 to 3.5.3\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nCloses gh-5283\nCloses gh-5284","shortMessageHtmlLink":"Build: Bump github/codeql-action & actions/checkout"}},{"before":"784b9ba6e403997161113aa56d1747baed4e0767","after":"620870a1af5287d29c77ec6d5f973116b23793a7","ref":"refs/heads/main","pushedAt":"2023-06-28T00:27:26.819Z","pushType":"push","commitsCount":4,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Docs: Fix typos found by codespell\n\nCloses gh-5165","shortMessageHtmlLink":"Docs: Fix typos found by codespell"}},{"before":"784b9ba6e403997161113aa56d1747baed4e0767","after":"620870a1af5287d29c77ec6d5f973116b23793a7","ref":"refs/heads/main","pushedAt":"2023-06-28T00:27:26.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Docs: Fix typos found by codespell\n\nCloses gh-5165","shortMessageHtmlLink":"Docs: Fix typos found by codespell"}},{"before":"89ef81f86f8f371154e9fd3173be5fb57cb72d5e","after":"784b9ba6e403997161113aa56d1747baed4e0767","ref":"refs/heads/main","pushedAt":"2023-06-16T17:20:30.085Z","pushType":"push","commitsCount":8,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Build: Reference GitHub Actions by commit SHAs\n\nThe SHAs are verified to come from the original repositories and not forks.\r\n\r\nFor reference:\r\n\r\nhttps://github.com/github/codeql-action/releases/tag/v2.3.6\r\nhttps://github.com/github/codeql-action/commit/83f0fe6c4988d98a455712a27f0255212bba9bd4\r\n\r\nhttps://github.com/actions/checkout/releases/tag/v3.5.2\r\nhttps://github.com/actions/checkout/commit/8e5e7e5ab8b370d6c329ec480221332ada57f0ab\r\n\r\nhttps://github.com/actions/cache/releases/tag/v3.3.1\r\nhttps://github.com/actions/cache/commit/88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8\r\n\r\nhttps://github.com/actions/setup-node/releases/tag/v3.6.0\r\nhttps://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c\r\n\r\nFixes gh-5266\r\nCloses gh-5269\r\n\r\nSigned-off-by: Gabriela Gutierrez ","shortMessageHtmlLink":"Build: Reference GitHub Actions by commit SHAs"}},{"before":"89ef81f86f8f371154e9fd3173be5fb57cb72d5e","after":"784b9ba6e403997161113aa56d1747baed4e0767","ref":"refs/heads/main","pushedAt":"2023-06-16T17:20:30.032Z","pushType":"push","commitsCount":8,"pusher":{"login":"ollie-iterators","name":"Ollie","path":"/ollie-iterators","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46904826?s=80&v=4"},"commit":{"message":"Build: Reference GitHub Actions by commit SHAs\n\nThe SHAs are verified to come from the original repositories and not forks.\r\n\r\nFor reference:\r\n\r\nhttps://github.com/github/codeql-action/releases/tag/v2.3.6\r\nhttps://github.com/github/codeql-action/commit/83f0fe6c4988d98a455712a27f0255212bba9bd4\r\n\r\nhttps://github.com/actions/checkout/releases/tag/v3.5.2\r\nhttps://github.com/actions/checkout/commit/8e5e7e5ab8b370d6c329ec480221332ada57f0ab\r\n\r\nhttps://github.com/actions/cache/releases/tag/v3.3.1\r\nhttps://github.com/actions/cache/commit/88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8\r\n\r\nhttps://github.com/actions/setup-node/releases/tag/v3.6.0\r\nhttps://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c\r\n\r\nFixes gh-5266\r\nCloses gh-5269\r\n\r\nSigned-off-by: Gabriela Gutierrez ","shortMessageHtmlLink":"Build: Reference GitHub Actions by commit SHAs"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEErch_gA","startCursor":null,"endCursor":null}},"title":"Activity ยท ollie-iterators/jquery"}