Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Meteor 3.0 #35

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
meteor: [1.12.2, 2.7.3, 2.9.1]
meteor: [3.0.4]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Meteor
run: |
curl https://install.meteor.com | /bin/sh

- name: Setup Meteor
uses: meteorengineer/setup-meteor@v1
with:
meteor-release: ${{ matrix.meteor }}
- name: Setup tests
run: |
meteor create --release ${{ matrix.meteor }} --bare test
cd test
meteor npm i --save selenium-webdriver@3.6.0 chromedriver@2.46.0 simpl-schema@1.13.1 chai
meteor npm i --save chai

- name: Test
working-directory: ./test
run: METEOR_PACKAGE_DIRS="../" TEST_BROWSER_DRIVER=chrome meteor test-packages --once --driver-package meteortesting:mocha ../
run: TEST_CLIENT=0 METEOR_PACKAGE_DIRS="../" meteor test-packages --once --driver-package meteortesting:mocha ../
37 changes: 21 additions & 16 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 53 additions & 50 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,53 +1,56 @@
allow-deny@1.1.1
babel-compiler@7.10.1
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.1
callback-hook@1.4.0
check@1.3.2
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-server@2.6.0
diff-sequence@1.1.2
dynamic-import@0.7.2
ecmascript@0.16.4
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
fetch@0.1.2
geojson-utils@1.0.11
herteby:denormalize@0.6.7
id-map@1.1.1
inter-process-messaging@0.1.1
local-test:herteby:denormalize@0.6.7
logging@1.3.1
matb33:collection-hooks@1.2.0
meteor@1.10.3
allow-deny@2.0.0
babel-compiler@7.11.1
babel-runtime@1.5.2
base64@1.0.13
binary-heap@1.0.12
boilerplate-generator@2.0.0
callback-hook@1.6.0
check@1.4.4
core-runtime@1.0.0
ddp@1.4.2
ddp-client@3.0.2
ddp-common@1.4.4
ddp-server@3.0.2
diff-sequence@1.1.3
dynamic-import@0.7.4
ecmascript@0.16.9
ecmascript-runtime@0.8.3
ecmascript-runtime-client@0.12.2
ecmascript-runtime-server@0.11.1
ejson@1.1.4
facts-base@1.0.2
fetch@0.1.5
geojson-utils@1.0.12
herteby:denormalize@0.7.0-beta.1
id-map@1.2.0
inter-process-messaging@0.1.2
local-test:herteby:denormalize@0.7.0-beta.1
logging@1.3.5
matb33:collection-hooks@2.0.0-rc.4
meteor@2.0.1
meteortesting:browser-tests@0.1.2
meteortesting:mocha@0.4.4
minimongo@1.9.1
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
mongo@1.16.3
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.12.1
ordered-dict@1.1.0
minimongo@2.0.1
modern-browsers@0.1.11
modules@0.20.2
modules-runtime@0.13.2
mongo@2.0.2
mongo-decimal@0.1.4-beta300.7
mongo-dev-server@1.1.1
mongo-id@1.0.9
npm-mongo@4.17.4
ordered-dict@1.2.0
practicalmeteor:mocha-core@1.0.1
promise@0.12.2
random@1.2.1
react-fast-refresh@0.2.3
reload@1.3.1
retry@1.1.0
routepolicy@1.1.1
socket-stream-client@0.5.0
tracker@1.2.1
underscore@1.0.11
webapp@1.13.2
webapp-hashing@1.1.1
zodern:types@1.0.9
promise@1.0.0
random@1.2.2
react-fast-refresh@0.2.9
reload@1.3.2
retry@1.1.1
routepolicy@1.1.2
socket-stream-client@0.5.3
tracker@1.3.4
typescript@5.4.3
underscore@1.6.4
webapp@2.0.3
webapp-hashing@1.1.2
zodern:types@1.0.13
Loading