File tree Expand file tree Collapse file tree 4 files changed +49
-54
lines changed
Expand file tree Collapse file tree 4 files changed +49
-54
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 - name : setup node
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 20
20+ node-version : 22
2121
2222 - name : cache dependencies
2323 uses : actions/cache@v3
2424 with :
2525 path : ~/.npm
26- key : ${{ runner.os }}-node-20 -${{ hashFiles('**/package-lock.json') }}
26+ key : ${{ runner.os }}-node-22 -${{ hashFiles('**/package-lock.json') }}
2727 restore-keys : |
28- ${{ runner.os }}-node-20 -
28+ ${{ runner.os }}-node-22 -
2929
3030 - run : cd testapp3 && npm ci && npm run setup && npm run lint
3131
@@ -62,21 +62,22 @@ jobs:
6262 - run : cd testapp2 && npm ci && npm run setup && npm run test
6363
6464 test3 :
65- name : Meteor package tests 3.0.2
65+ name : Meteor package tests 3.x
6666 needs : [lint]
6767 runs-on : ubuntu-latest
6868 strategy :
6969 matrix :
7070 meteorRelease :
7171 - ' 3.0.2'
72+ - ' 3.4'
7273 steps :
7374 - name : Checkout code
7475 uses : actions/checkout@v4
7576
7677 - name : Install Node.js
7778 uses : actions/setup-node@v4
7879 with :
79- node-version : 20
80+ node-version : 22
8081
8182 - name : Setup meteor ${{ matrix.meteorRelease }}
8283 uses : meteorengineer/setup-meteor@v1
8788 uses : actions/cache@v3
8889 with :
8990 path : ~/.npm
90- key : ${{ runner.os }}-node-20 -${{ hashFiles('**/package-lock.json') }}
91+ key : ${{ runner.os }}-node-22 -${{ hashFiles('**/package-lock.json') }}
9192 restore-keys : |
92- ${{ runner.os }}-node-20 -
93+ ${{ runner.os }}-node-22 -
9394
9495 - run : cd testapp3 && npm ci && npm run setup && npm run test
Original file line number Diff line number Diff line change 66
77meteor-base@1.5.2 # Packages every Meteor app needs to have
88mobile-experience@1.1.2 # Packages for a great mobile UX
9- mongo@2.0.1 # The database Meteor supports right now
10- static-html@1.3.3 # Define static page content in .html files
9+ mongo@2.2.0 # The database Meteor supports right now
10+ static-html@1.5.0 # Define static page content in .html files
1111reactive-var@1.0.13 # Reactive variable for tracker
1212tracker@1.3.4 # Meteor's client-side reactive programming library
1313
14- standard-minifier-css@1.9.3 # CSS minifier run for production mode
15- standard-minifier-js@3.0 .0 # JS minifier run for production mode
14+ standard-minifier-css@1.10.0 # CSS minifier run for production mode
15+ standard-minifier-js@3.2 .0 # JS minifier run for production mode
1616es5-shim@4.8.1 # ECMAScript 5 compatibility for older browsers
17- ecmascript@0.16.9 # Enable ECMAScript2015+ syntax in app code
18- typescript@5.4 .3 # Enable TypeScript syntax in .ts and .tsx modules
19- shell-server@0.6 .0 # Server-side component of the `meteor shell` command
17+ ecmascript@0.17.0 # Enable ECMAScript2015+ syntax in app code
18+ typescript@5.9 .3 # Enable TypeScript syntax in .ts and .tsx modules
19+ shell-server@0.7 .0 # Server-side component of the `meteor shell` command
Original file line number Diff line number Diff line change 1- METEOR@3.0.2
1+ METEOR@3.4
Original file line number Diff line number Diff line change 1- allow-deny@2.0 .0
2- autoupdate@2.0.0
3- babel-compiler@7.11 .0
1+ allow-deny@2.1 .0
2+ autoupdate@2.0.1
3+ babel-compiler@7.13 .0
44babel-runtime@1.5.2
55base64@1.0.13
66binary-heap@1.0.12
7- blaze-tools@2.0.0
8- boilerplate-generator@2.0.0
9- caching-compiler@2.0.0
10- caching-html-compiler@2.0.0
11- callback-hook@1.6.0
12- check@1.4.2
7+ boilerplate-generator@2.1.0
8+ caching-compiler@2.0.1
9+ callback-hook@1.6.1
10+ check@1.5.0
1311core-runtime@1.0.0
1412ddp@1.4.2
15- ddp-client@3.0 .1
13+ ddp-client@3.1 .1
1614ddp-common@1.4.4
17- ddp-server@3.0.1
15+ ddp-server@3.1.2
1816diff-sequence@1.1.3
1917dynamic-import@0.7.4
20- ecmascript@0.16.9
21- ecmascript-runtime@0.8.2
22- ecmascript-runtime-client@0.12.2
18+ ecmascript@0.17.0
19+ ecmascript-runtime@0.8.3
20+ ecmascript-runtime-client@0.12.3
2321ecmascript-runtime-server@0.11.1
24- ejson@1.1.4
22+ ejson@1.1.5
2523es5-shim@4.8.1
2624facts-base@1.0.2
27- fetch@0.1.5
25+ fetch@0.1.6
2826geojson-utils@1.0.12
2927hot-code-push@1.0.5
30- html-tools@2.0.0
31- htmljs@2.0.1
3228id-map@1.2.0
3329inter-process-messaging@0.1.2
3430launch-screen@2.0.1
35- logging@1.3.5
36- meteor@2.0.1
31+ logging@1.3.6
32+ meteor@2.2.0
3733meteor-base@1.5.2
38- minifier-css@2.0.0
39- minifier-js@3.0 .0
40- minimongo@2.0.1
34+ minifier-css@2.0.1
35+ minifier-js@3.1 .0
36+ minimongo@2.0.5
4137mobile-experience@1.1.2
4238mobile-status-bar@1.1.1
43- modern-browsers@0.1.11
44- modules@0.20.1
39+ modern-browsers@0.2.3
40+ modules@0.20.3
4541modules-runtime@0.13.2
46- mongo@2.0.1
47- mongo-decimal@0.1.4-beta300.7
42+ mongo@2.2.0
43+ mongo-decimal@0.2.0
4844mongo-dev-server@1.1.1
4945mongo-id@1.0.9
50- npm-mongo@4.17.4
46+ npm-mongo@6.16.1
5147ordered-dict@1.2.0
5248promise@1.0.0
5349random@1.2.2
54- react-fast-refresh@0.2.9
50+ react-fast-refresh@0.3.0
5551reactive-var@1.0.13
5652reload@1.3.2
5753retry@1.1.1
5854routepolicy@1.1.2
59- shell-server@0.6.0
60- socket-stream-client@0.5.3
61- spacebars-compiler@2.0.0
62- standard-minifier-css@1.9.3
63- standard-minifier-js@3.0.0
64- static-html@1.3.3
65- templating-tools@2.0.0
55+ shell-server@0.7.0
56+ socket-stream-client@0.6.1
57+ standard-minifier-css@1.10.0
58+ standard-minifier-js@3.2.0
59+ static-html@1.5.0
60+ static-html-tools@1.0.0
6661tracker@1.3.4
67- typescript@5.4.3
68- underscore@1.6.4
69- webapp@2.0.1
62+ typescript@5.9.3
63+ webapp@2.1.0
7064webapp-hashing@1.1.2
You can’t perform that action at this time.
0 commit comments