jquery 4.0.0 (was 3.7.1) by mkurz ยท Pull Request #13849 ยท playframework/playframework

About this PR

๐Ÿ“ฆ Updates org.webjars:jquery from 3.7.1 to 4.0.0 โš 

๐Ÿ“œ GitHub Release Notes - Version Diff

Usage

โœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

๐Ÿ” Files still referring to the old version number

The following files still refer to the old version number (3.7.1).
You might want to review and update them manually.

.git-blame-ignore-revs
dev-mode/sbt-plugin/src/sbt-test/play-sbt-plugin/assets-pipeline/test
dev-mode/sbt-plugin/src/sbt-test/play-sbt-plugin/assets-pipeline/tests/public/javascripts/jquery-3.7.1.min.js
documentation/manual/releases/release29/migration29/Migration29.md
โš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.webjars", artifactId = "jquery" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.webjars", artifactId = "jquery" }
}]

labels: library-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1