-
Notifications
You must be signed in to change notification settings - Fork 474
Comparing changes
Open a pull request
base repository: jquery/jquery-migrate
base: 4.0.2
head repository: jquery/jquery-migrate
compare: main
- 9 commits
- 8 files changed
- 2 contributors
Commits on Jan 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 169569a - Browse repository at this point
Copy the full SHA 169569aView commit details
Commits on Feb 1, 2026
-
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 gh-616 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>
Configuration menu - View commit details
-
Copy full SHA for cd475a6 - Browse repository at this point
Copy the full SHA cd475a6View commit details
Commits on Feb 9, 2026
-
Build: Bump webpack from 5.103.0 to 5.104.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.103.0 to 5.104.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.103.0...v5.104.1) Closes gh-617 --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7600f6a - Browse repository at this point
Copy the full SHA 7600f6aView commit details
Commits on Feb 23, 2026
-
Build: Update package-lock.json to remove extra
peer: trueentriesThese extra `peer: true` entries started to appear in npm `11.6.1` and the behavior reverted to the previous one in npm `11.6.3`. But because `11.6.2` was bundled into the latest Node 24 for a while, we updated the lockfile with this temporary version. This change updates the lockfile back to the format used in versions `>=11.6.3` and `<11.6.1`. On the npm side, PR npm/cli#8645 landed in `11.6.3`. It explicitly mentions: > reverts much of fix: corrects peer dependency flag propagation #8579, > which I think mistakenly changed peer dep calculation logic That referenced PR landed in `11.6.1`, so it does look like a mistake. Ref jquery/jquery#5771 Ref jquery/jquery#5772 Ref npm/cli#8579 Ref npm/cli#8645
Configuration menu - View commit details
-
Copy full SHA for 0ba2836 - Browse repository at this point
Copy the full SHA 0ba2836View commit details
Commits on Feb 27, 2026
-
Build: Update browserstack-local & minimatch
This resolves security reports. Ref browserstack/browserstack-local-nodejs#168
Configuration menu - View commit details
-
Copy full SHA for 7de4ea3 - Browse repository at this point
Copy the full SHA 7de4ea3View commit details -
Build: Bump rollup from 4.53.2 to 4.59.0
Bumps [rollup](https://github.com/rollup/rollup) from 4.53.2 to 4.59.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.53.2...v4.59.0) Closes gh-618 --- updated-dependencies: - dependency-name: rollup dependency-version: 4.59.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 207b6f9 - Browse repository at this point
Copy the full SHA 207b6f9View commit details
Commits on Mar 1, 2026
-
Build: Bump github/codeql-action in the github-actions group
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Closes gh-619 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>
Configuration menu - View commit details
-
Copy full SHA for c4ebf1e - Browse repository at this point
Copy the full SHA c4ebf1eView commit details
Commits on Mar 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for eb6e5c3 - Browse repository at this point
Copy the full SHA eb6e5c3View commit details -
Build: Add missing workflow permissions
GitHub Code Scanning complains about missing workflow permissions.
Configuration menu - View commit details
-
Copy full SHA for 1c620ba - Browse repository at this point
Copy the full SHA 1c620baView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.2...main