[SOLVED] Meteor mdg jquery new version

Hello,

When doing this command meteor show jquery

I can see that there is a new version of the jquery package

Recent versions:                              
  1.11.9   June 10th, 2016                    
  1.11.10  October 25th, 2016
  1.11.11  January 30th, 2018
  3.0.0    December 18th, 2019   installed
  3.0.1    September 18th, 2024

What is new in 3.0.1 ?

The link displayed in the console are broken :

[Source code of released                      
version](https://github.com/meteor/meteor/tree/master/packages/jquery) |
[Source code of development
version](https://github.com/meteor/meteor/tree/devel/packages/jquery)

Thanks for pointing me the changelog between 3.0.0 and 3.0.1

In Meteor 2.16, When I try to update jquery from 3.0.0 to 3.0.1 I have this error

Errors prevented startup:

While selecting package versions:
error: Conflict: Constraint modules@0.20.1 is not satisfied by modules 0.20.0.
Constraints on package "modules":
* modules@~0.20.0 <- top level
* modules@0.20.0 <- ecmascript 0.16.8
* modules@0.17.0 <- ecmascript-runtime-client 0.12.1 <- ecmascript-runtime 0.8.1 <- babel-compiler 7.10.5 <- ecmascript 0.16.8
* modules@0.17.0 <- ecmascript-runtime-client 0.12.1 <- ecmascript-runtime 0.8.1 <- ecmascript 0.16.8
* modules@0.19.0 <- promise 0.12.2 <- dynamic-import 0.7.3 <- ecmascript 0.16.8
* modules@0.19.0 <- promise 0.12.2 <- ecmascript 0.16.8
* modules@0.20.0 <- modern-browsers 0.1.10 <- babel-compiler 7.10.5 <- ecmascript 0.16.8
* modules@0.20.0 <- modern-browsers 0.1.10 <- fetch 0.1.4
* modules@0.17.0 <- ecmascript-runtime-server 0.11.0 <- ecmascript-runtime 0.8.1 <- babel-compiler 7.10.5 <- ecmascript 0.16.8
* modules@0.17.0 <- ecmascript-runtime-server 0.11.0 <- ecmascript-runtime 0.8.1 <- ecmascript 0.16.8
* modules@0.20.0 <- react-fast-refresh 0.2.8 <- ecmascript 0.16.8
* modules@0.18.0 <- babel-runtime 1.5.1 <- ecmascript 0.16.8
* modules@0.19.0 <- dynamic-import 0.7.3 <- ecmascript 0.16.8
* modules@0.20.0 <- fetch 0.1.4
* modules@0.15.0 <- inter-process-messaging 0.1.1 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1 <- rationalk:mail 0.0.0
* modules@0.15.0 <- inter-process-messaging 0.1.1 <- dynamic-import 0.7.3 <- ecmascript 0.16.8
* modules@0.15.0 <- inter-process-messaging 0.1.1 <- webapp 1.13.8
* modules@0.20.0 <- typescript 4.9.5 <- logging 1.3.4 <- email 2.2.6
* modules@0.20.0 <- typescript 4.9.5 <- ostrio:flow-router-extra 3.10.1
* modules@0.20.1 <- jquery 3.0.1
* modules@0.19.0 <- geojson-utils 1.0.11 <- minimongo 1.9.4 <- aldeed:collection2 4.0.3 <- rationalk:core 0.0.0
* modules@0.19.0 <- geojson-utils 1.0.11 <- minimongo 1.9.4 <- matb33:collection-hooks 1.3.2
* modules@0.11.0 <- mongo-dev-server 1.1.0 <- mongo 1.16.10 <- accounts-base 2.2.11
* modules@0.16.0 <- url 1.3.2 <- accounts-base 2.2.11
* modules@0.8.2 <- zodern:types 1.0.13 <- alanning:roles 4.0.0-alpha.1
* modules@0.16.0 <- http 2.0.0 <- meteortesting:mocha 2.1.0
* modules@0.7.5 <- zodern:meteor-package-versions 0.2.2 <- montiapm:agent 2.49.4
* modules@0.7.5 || 0.19.1-beta300.0 <- ostrio:flow-router-extra 3.10.1
* modules@0.12.0 <- es5-shim 4.8.0 <- ecmascript-runtime-client 0.12.1 <- ecmascript-runtime 0.8.1 <- babel-compiler 7.10.5 <- ecmascript 0.16.8
* modules@0.12.0 <- es5-shim 4.8.0 <- ecmascript-runtime-client 0.12.1 <- ecmascript-runtime 0.8.1 <- ecmascript 0.16.8
* modules@0.12.0 <- es5-shim 4.8.0 <- meteor-base 1.5.1 <- rationalk:mail 0.0.0
* modules@0.12.0 <- es5-shim 4.8.0 <- rationalk:bus-event 0.0.0

Your application has errors. Waiting for file change.

But… In Meteor v3.0.3, I can update to jquery 3.0.1 without any problem.
Does jquery 3.0.1 is only compatible with meteor 3 and above ?

Hi,

The issue here was the way version 3.0.1 was published.

I just published version 3.0.2, which should work for Meteor 2 and 3.

2 Likes

working perfectly. thanks

2 Likes