Skip to content

Commit

Permalink
chore: Update dev dependencies (#1786 by @jamonholmgren)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jamonholmgren authored Sep 18, 2021
1 parent d924e82 commit 9fb0997
Show file tree
Hide file tree
Showing 42 changed files with 3,473 additions and 2,470 deletions.
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

0 comments on commit 9fb0997

Please sign in to comment.