Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2023

Bumps eslint-config-ipfs from 3.1.7 to 4.0.0.

Release notes

Sourced from eslint-config-ipfs's releases.

v4.0.0

4.0.0 (2023-04-05)

⚠ BREAKING CHANGES

  • await is not allowed before return unless it is inside a try/catch in which case it is required

Co-authored-by: Russell Dempsey 1173416+SgtPooki@users.noreply.github.com

  • previously jsx and tsx files were not linted, now they are
  • add import sorting rule (#126)

Features

Bug Fixes

  • only require awaiting promises returned from inside try/catch blocks (#133) (a6e4a7b), closes #130

Trivial Changes

  • convert to aegir project (81d8ba3)
  • deps: bump eslint-config-standard-with-typescript from 27.0.1 to 34.0.1 (#135) (fc9aa6f)
  • deps: bump eslint-plugin-jsdoc from 39.9.1 to 40.1.1 (#139) (bd1422b)
  • fix linting (adffc58)
  • use unified ci (2674c56)
Changelog

Sourced from eslint-config-ipfs's changelog.

4.0.0 (2023-04-05)

⚠ BREAKING CHANGES

  • await is not allowed before return unless it is inside a try/catch in which case it is required

Co-authored-by: Russell Dempsey 1173416+SgtPooki@users.noreply.github.com

  • previously jsx and tsx files were not linted, now they are
  • add import sorting rule (#126)

Features

Bug Fixes

  • only require awaiting promises returned from inside try/catch blocks (#133) (a6e4a7b), closes #130

Trivial Changes

  • convert to aegir project (81d8ba3)
  • deps: bump eslint-config-standard-with-typescript from 27.0.1 to 34.0.1 (#135) (fc9aa6f)
  • deps: bump eslint-plugin-jsdoc from 39.9.1 to 40.1.1 (#139) (bd1422b)
  • fix linting (adffc58)
  • use unified ci (2674c56)
Commits
  • 9b091f7 chore(release): 4.0.0 [skip ci]
  • adffc58 chore: fix linting
  • a6e4a7b fix!: only require awaiting promises returned from inside try/catch blocks ...
  • fb5e5b6 feat!: lint jsx (#140)
  • fc9aa6f chore(deps): bump eslint-config-standard-with-typescript from 27.0.1 to 34.0....
  • bd1422b chore(deps): bump eslint-plugin-jsdoc from 39.9.1 to 40.1.1 (#139)
  • 1462d09 feat!: add import sorting rule (#126)
  • 81d8ba3 chore: convert to aegir project
  • 2674c56 chore: use unified ci
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-config-ipfs](https://github.com/ipfs/eslint-config-ipfs) from 3.1.7 to 4.0.0.
- [Release notes](https://github.com/ipfs/eslint-config-ipfs/releases)
- [Changelog](https://github.com/ipfs/eslint-config-ipfs/blob/main/CHANGELOG.md)
- [Commits](ipfs/eslint-config-ipfs@v3.1.7...v4.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-ipfs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 6, 2023
@achingbrain achingbrain merged commit d03ce94 into master Apr 27, 2023
@achingbrain achingbrain deleted the dependabot/npm_and_yarn/eslint-config-ipfs-4.0.0 branch April 27, 2023 08:45
github-actions bot pushed a commit that referenced this pull request Apr 27, 2023
## [39.0.0](v38.1.8...v39.0.0) (2023-04-27)

### ⚠ BREAKING CHANGES

* check for unused dependencies by default (#1177)

### Features

* check for unused dependencies by default ([#1177](#1177)) ([6b01e36](6b01e36))

### Dependencies

* bump @semantic-release/npm from 9.0.2 to 10.0.3 ([#1233](#1233)) ([fd02d90](fd02d90))
* bump eslint-config-ipfs from 3.1.7 to 4.0.0 ([#1229](#1229)) ([d03ce94](d03ce94))
* bump semantic-release from 20.1.3 to 21.0.1 ([#1223](#1223)) ([7806e55](7806e55))
* **dev:** bump electron from 23.2.4 to 24.1.2 ([#1240](#1240)) ([a53d306](a53d306))
@github-actions
Copy link

🎉 This PR is included in version 39.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
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant