Skip to content

chore: updating dev deps. check formatting on travis ci #215

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

Closed
wants to merge 6 commits into from

Conversation

gndelia
Copy link
Collaborator

@gndelia gndelia commented Aug 15, 2020

closes #210

I'll be doing some commits with --no-verify to force CI failure (to check it's working)

I also updated 4 dev dependencies

  • lint-staged
  • husky
  • is-ci-cli (not required for the PR, but it's not a breaking change and given I was updating the CI conf...)
  • prettier => in this case I did not go to the last up-to-date version, but to the latest stable without breaking changes - in this case 1.19.1. That's because in 1.19 they included support for parsing optional chaining (foo?.baz) which we use in TS files.
    I could update prettier to the latest but I thought it'd be better to do it in a separated PR as I think they changed some defaults and it may do the PR larger than it's required.

The breaking changes of these ☝️ is just dropping old node support, which is not required for linting our code

@gndelia gndelia added the chore Changes that affect the build system, CI config or other changes that don't modify src/test files label Aug 15, 2020
@gndelia gndelia self-assigned this Aug 15, 2020
@gndelia
Copy link
Collaborator Author

gndelia commented Aug 15, 2020

This is ready to review
many changes in ts files are added because prettier was no run in a couple of them 🤔

@gndelia gndelia force-pushed the check-formatting-ci branch from 9d48cc8 to 2ff5f7b Compare August 15, 2020 20:33
@gndelia
Copy link
Collaborator Author

gndelia commented Aug 15, 2020

closing in favor of applying these changes in a PR targeting v4

@gndelia gndelia closed this Aug 15, 2020
@gndelia gndelia deleted the check-formatting-ci branch August 18, 2020 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that affect the build system, CI config or other changes that don't modify src/test files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check formatting and eslint in CI + review pre-commit hook
1 participant