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

deps!: update to new linting rules #1164

Merged
merged 1 commit into from
Jan 12, 2023
Merged

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Jan 12, 2023

Updates all deps to the latest versions. Includes new linting rules from eslint-config-ipfs that require return types on all methods to prevent tsc creating verbose derived types when we normally meant to specify that a function returns an interface.

BREAKING CHANGE: all functions and methods need to declare a return type

Updates all deps to the latest versions. Includes new linting rules
from `eslint-config-ipfs` that require return types on all methods
to prevent tsc creating verbose derived types when we normally meant
to specify that a function returns an interface.

BREAKING CHANGE: all functions and methods need to declare a return type
@achingbrain achingbrain merged commit cf77bbb into master Jan 12, 2023
@achingbrain achingbrain deleted the deps/update-all-deps branch January 12, 2023 15:30
github-actions bot pushed a commit that referenced this pull request Jan 12, 2023
## [38.0.0](v37.12.1...v38.0.0) (2023-01-12)

### ⚠ BREAKING CHANGES

* - no more forwarding flags
- no more positional arguments - cannot depcheck single file
- won't throw an error for missing dependency if it's in devDependencies
section of package.json

Co-authored-by: Alex Potsides <[email protected]>
* all functions and methods need to declare a return type

### Features

* add support for depchecking typescript projects ([#1042](#1042)) ([b9f5d86](b9f5d86))

### Dependencies

* update to new linting rules ([#1164](#1164)) ([cf77bbb](cf77bbb))
@github-actions
Copy link

🎉 This PR is included in version 38.0.0 🎉

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.

1 participant