Opened 9 years ago
Closed 9 years ago
#10110 closed bug (fixed)
Build: bower.json cannot artificially limit jquery versions
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.11.0 |
Component: | [meta] ui.build | Version: | 1.11.0-beta.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We have bower.json set to mark jquery as a dependency with versions >=1.6 <1.11. We do this so that we get a copy of jQuery 1.x in our repo, instead of a copy of jQuery 2.x. However, this prevents users from using a newer version of jQuery since Bower will say that it's not compatible.
Change History (3)
comment:1 Changed 9 years ago by
Milestone: | none → 1.11.0 |
---|---|
Priority: | minor → blocker |
Status: | new → open |
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Bower: Change jquery dependency to >=1.6 (don't limit max version)
Fixes #10110 Closes gh-1266
Changeset: a0fea7d849a2d0a949cfde8ea1c2edbf2a94d963
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/jquery/jquery-ui/pull/1271