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 dev dependencies #1786

Merged
merged 6 commits into from
Sep 18, 2021
Merged
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
35 changes: 17 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- checkout

- node/install-packages:
pkg-manager: yarn
pkg-manager: yarn

- run: yarn build

Expand Down Expand Up @@ -98,23 +98,22 @@ jobs:
- run: yarn size

# upload coverage
upload-coveralls:
executor: my-executor
steps:
- attach_workspace:
at: .

# only run coveralls if the token is present (it is not present for fork PRs for security reasons)
- run:
name: upload coveralls
command: |
if [[ -v COVERALLS_REPO_TOKEN ]]
then
cat ./packages/mobx-state-tree/coverage/lcov.info ./packages/mst-middlewares/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
echo "Coveralls info uploaded"
else
echo "Warning - Coveralls info could NOT be uploaded since the COVERALLS_REPO_TOKEN was not available"
fi
# upload-coveralls:
# executor: my-executor
# steps:
# - attach_workspace:
# at: .
# # only run coveralls if the token is present (it is not present for fork PRs for security reasons)
# - run:
# name: upload coveralls
# command: |
# if [[ -v COVERALLS_REPO_TOKEN ]]
# then
# cat ./packages/mobx-state-tree/coverage/lcov.info ./packages/mst-middlewares/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
# echo "Coveralls info uploaded"
# else
# echo "Warning - Coveralls info could NOT be uploaded since the COVERALLS_REPO_TOKEN was not available"
# fi

workflows:
version: 2
Expand Down
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
410 changes: 205 additions & 205 deletions docs/API/index.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/API/interfaces/customtypeoptions.md

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

12 changes: 6 additions & 6 deletions docs/API/interfaces/iactioncontext.md

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

10 changes: 5 additions & 5 deletions docs/API/interfaces/iactionrecorder.md

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

4 changes: 2 additions & 2 deletions docs/API/interfaces/iactiontrackingmiddleware2call.md

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

6 changes: 3 additions & 3 deletions docs/API/interfaces/iactiontrackingmiddleware2hooks.md

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

12 changes: 6 additions & 6 deletions docs/API/interfaces/iactiontrackingmiddlewarehooks.md

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

12 changes: 6 additions & 6 deletions docs/API/interfaces/ianycomplextype.md

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

Loading