Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Meteor 3 - wip #3

Closed
wants to merge 10 commits into from
Closed
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
31 changes: 31 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# the test suite runs the tests (headless, server+client) for multiple Meteor releases
name: Test suite
on:
push:
branches:
- meteor-3
pull_request:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
meteorRelease:
- '--release 3.0-alpha.19'
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Install Dependencies
run: |
curl https://install.meteor.com | /bin/sh
npm i -g @zodern/mtest
- name: Run Tests
run: |
mtest --package ./ --once ${{ matrix.meteorRelease }}
1 change: 1 addition & 0 deletions .npm/package/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
7 changes: 7 additions & 0 deletions .npm/package/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This directory and the files immediately inside it are automatically generated
when you change this package's NPM dependencies. Commit the files in this
directory (npm-shrinkwrap.json, .gitignore, and this README) to source control
so that others run the same versions of sub-dependencies.

You should NOT check in the node_modules directory that Meteor automatically
creates; if you are using git, the .gitignore file tells git to ignore it.
20 changes: 20 additions & 0 deletions .npm/package/npm-shrinkwrap.json

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

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.meteor
102 changes: 55 additions & 47 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,48 +1,56 @@
allow-deny@1.1.1
babel-compiler@7.10.3
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.1
callback-hook@1.5.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.6
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
fetch@0.1.3
geojson-utils@1.0.11
id-map@1.1.1
inter-process-messaging@0.1.1
logging@1.3.2
meteor@1.11.1
minimongo@1.9.2
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
mongo@1.16.5
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.14.0
ordered-dict@1.1.0
promise@0.12.2
quave:collections@1.1.0
allow-deny@2.0.0-beta300.7
autopublish@1.0.8-beta300.7
babel-compiler@7.11.0-beta300.7
babel-runtime@1.5.2-beta300.7
base64@1.0.13-beta300.7
binary-heap@1.0.12-beta300.7
boilerplate-generator@2.0.0-beta300.7
callback-hook@1.6.0-beta300.7
check@1.3.3-beta300.7
core-runtime@1.0.0-beta300.7
ddp@1.4.2-beta300.7
ddp-client@3.0.0-beta300.7
ddp-common@1.4.1-beta300.7
ddp-server@3.0.0-beta300.7
diff-sequence@1.1.3-beta300.7
dynamic-import@0.7.4-beta300.7
ecmascript@0.16.8-beta300.7
ecmascript-runtime@0.8.2-beta300.7
ecmascript-runtime-client@0.12.2-beta300.7
ecmascript-runtime-server@0.11.1-beta300.7
ejson@1.1.4-beta300.7
facts-base@1.0.2-beta300.7
fetch@0.1.4-beta300.7
geojson-utils@1.0.12-beta300.7
id-map@1.2.0-beta300.7
insecure@1.0.8-beta300.7
inter-process-messaging@0.1.2-beta300.7
local-test:quave:collections@2.0.1
logging@1.3.3-beta300.7
meteor@2.0.0-beta300.7
minimongo@2.0.0-beta300.7
modern-browsers@0.1.10-beta300.7
modules@0.19.1-beta300.7
modules-runtime@0.13.2-beta300.7
mongo@2.0.0-beta300.7
mongo-decimal@0.1.4-beta300.7
mongo-dev-server@1.1.1-beta300.7
mongo-id@1.0.9-beta300.7
npm-mongo@4.16.1-beta300.7
ordered-dict@1.2.0-beta300.7
promise@1.0.0-beta300.7
quave:collections@2.0.1
quave:settings@1.0.0
random@1.2.1
react-fast-refresh@0.2.6
reload@1.3.1
retry@1.1.0
routepolicy@1.1.1
socket-stream-client@0.5.0
tracker@1.3.1
underscore@1.0.12
webapp@1.13.4
webapp-hashing@1.1.1
raix:eventemitter@1.0.0
random@1.2.2-beta300.7
react-fast-refresh@0.2.8-beta300.7
reload@1.3.2-beta300.7
retry@1.1.1-beta300.7
routepolicy@1.1.2-beta300.7
socket-stream-client@0.5.2-beta300.7
tinytest@2.0.0-beta300.7
tracker@1.3.3-beta300.7
typescript@5.4.3-beta300.7
underscore@1.0.14-beta300.7
webapp@2.0.0-beta300.7
webapp-hashing@1.1.2-beta300.7
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## CHANGELOG

### 2.0.1 (2023-03-22)

- Fixes `Exception running scheduled job TypeError: context.invalidKeys is not a function`
- Removes `import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions';` due to old typescript dependency

### 2.0.0 (2023-11-15)

- Compatible with Meteor 3.0 (hooks and helpers are still not supported tho)
- Removes `definition` option (and types)

### 1.1.0 (2023-03-13)

- Composer now receives the collection object from Meteor already assigned to the `collection` property. Before it was getting only the collection property.
88 changes: 0 additions & 88 deletions CustomType.js

This file was deleted.

96 changes: 0 additions & 96 deletions CustomTypeCollection.js

This file was deleted.

12 changes: 0 additions & 12 deletions EJSONType.js

This file was deleted.

Loading
Loading