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

chore: update deps #78

Merged
merged 3 commits into from
Oct 26, 2020
Merged

chore: update deps #78

merged 3 commits into from
Oct 26, 2020

Conversation

@mxdvl mxdvl requested a review from sndrs October 26, 2020 09:22
@mxdvl mxdvl requested a review from a team as a code owner October 26, 2020 09:22
@mxdvl
Copy link
Contributor Author

mxdvl commented Oct 26, 2020

It looks like we have clashing definitions between Prettier and ESLint when it comes to semicolons in type declarations.

Prettier wants them gone, ESLint needs them all…

terminal

@sndrs
Copy link
Member

sndrs commented Oct 26, 2020

It looks like we have clashing definitions between Prettier and ESLint when it comes to semicolons in type declarations.

ooooh intersting, i'll look at the config

- prettier and eslint config updated

Co-authored-by: Alex Sanders <[email protected]>
@mxdvl
Copy link
Contributor Author

mxdvl commented Oct 26, 2020

Here are the supported PR titles, as per the error logs:

> Error: Unknown release type "deps" found in pull request title "deps: update". 

Available types:
 - feat: A new feature
 - fix: A bug fix
 - improvement: An improvement to a current feature
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@mxdvl mxdvl changed the title deps: update build: update Oct 26, 2020
@mxdvl mxdvl changed the title build: update chore: update deps Oct 26, 2020
@mxdvl mxdvl merged commit 46312ba into main Oct 26, 2020
@mxdvl mxdvl deleted the deps-upgrade branch October 26, 2020 12:07
@github-actions
Copy link
Contributor

🎉 This PR is included in version 0.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants