MoeNetwork / Tieba-Cloud-Sign

百度贴吧云签到,在服务器上配置好就无需进行任何操作便可以实现贴吧的全自动签到。配合插件使用还可实现云灌水、点赞、封禁、删帖、审查等功能。注意:Gitee (原Git@osc) 仓库将不再维护,目前唯一指定的仓库为 Github。本项目没有官方交流群,如需交流可以直接使用Github的Discussions。没有商业版本,目前贴吧云签到由社区共同维护,不会停止更新(PR 通常在一天内处理)。
https://github.com/MoeNetwork/Tieba-Cloud-Sign/wiki
Other
1.81k stars 414 forks source link

update bootstrap from 3.3.2 to 3.4.1 #239

Closed n0099 closed 1 year ago

n0099 commented 1 year ago

in order to upgrade jquery from 1.11.3 to 3.6.4, this should fix CVE-2020-11022.

Although the docs recommends you to use jq 1.12.4 with it, the bower.json statement it should supports from 1.9.1 to 3.x(inclusive): https://github.com/twbs/bootstrap/issues/16834 https://stackoverflow.com/questions/57837947/does-bootstrap-version-3-4-compatible-with-jquery-version-3-4 https://stackoverflow.com/questions/38434141/bootstrap-3-3-6-and-jquery-3-1-0-not-compatible

and it seems some usages were deprecated in 2.x and/or 3.x will still be used by bs 3.4: https://stackoverflow.com/questions/38368905/is-there-a-way-to-use-bootstrap-with-jquery-3-x https://github.com/twbs/bootstrap/issues/30644

so finally we might have to introduce jquery-migrate to backport these deprecated usages.