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(deps-dev): bump eslint-config-ipfs from 4.0.3 to 6.0.1 #522

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps eslint-config-ipfs from 4.0.3 to 6.0.1.

Release notes

Sourced from eslint-config-ipfs's releases.

v6.0.1

6.0.1 (2024-01-19)

Dependencies

  • dev: bump aegir from 40.0.13 to 42.2.2 (#203) (ba17326)

v6.0.0

6.0.0 (2023-09-29)

⚠ BREAKING CHANGES

  • All interfaces now need to use method signature style rather than property function style

eg: before

interface Foo {
  bar: (baz: number) => void
}

after

interface Foo {
  bar(baz: number): void
}

Features

v5.0.1

5.0.1 (2023-07-26)

Dependencies

  • bump eslint-config-standard-with-typescript from 36.1.1 to 37.0.0 (#179) (51d369c)
  • dev: bump aegir from 39.0.13 to 40.0.0 (#178) (42155e8)

v5.0.0

5.0.0 (2023-07-19)

⚠ BREAKING CHANGES

  • bump eslint-plugin-jsdoc from 43.2.0 to 46.4.4 (#176)

... (truncated)

Changelog

Sourced from eslint-config-ipfs's changelog.

6.0.1 (2024-01-19)

Dependencies

  • dev: bump aegir from 40.0.13 to 42.2.2 (#203) (ba17326)

6.0.0 (2023-09-29)

⚠ BREAKING CHANGES

  • All interfaces now need to use method signature style rather than property function style

eg: before

interface Foo {
  bar: (baz: number) => void
}

after

interface Foo {
  bar(baz: number): void
}

Features

5.0.1 (2023-07-26)

Dependencies

  • bump eslint-config-standard-with-typescript from 36.1.1 to 37.0.0 (#179) (51d369c)
  • dev: bump aegir from 39.0.13 to 40.0.0 (#178) (42155e8)

5.0.0 (2023-07-19)

⚠ BREAKING CHANGES

  • bump eslint-plugin-jsdoc from 43.2.0 to 46.4.4 (#176)

Trivial Changes

... (truncated)

Commits
  • f291430 chore(release): 6.0.1 [skip ci]
  • ba17326 deps(dev): bump aegir from 40.0.13 to 42.2.2 (#203)
  • 7c1d46a chore(release): 6.0.0 [skip ci]
  • 8823186 feat!: add method-signature-style rule (#190)
  • 7b73261 chore(release): 5.0.1 [skip ci]
  • 51d369c deps: bump eslint-config-standard-with-typescript from 36.1.1 to 37.0.0 (#179)
  • 42155e8 deps(dev): bump aegir from 39.0.13 to 40.0.0 (#178)
  • c0c335f chore(release): 5.0.0 [skip ci]
  • 2caff0a deps: bump eslint-config-standard-with-typescript from 34.0.1 to 36.1.0 (#175)
  • 4768f37 deps!: bump eslint-plugin-jsdoc from 43.2.0 to 46.4.4 (#176)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner January 19, 2024 10:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 19, 2024
Bumps [eslint-config-ipfs](https://github.com/ipfs/eslint-config-ipfs) from 4.0.3 to 6.0.1.
- [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@v4.0.3...v6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-config-ipfs-6.0.1 branch from 4494ea4 to c6d4f11 Compare February 12, 2024 16:02
@SgtPooki SgtPooki merged commit 77ce4a9 into main Apr 18, 2024
18 checks passed
@SgtPooki SgtPooki deleted the dependabot/npm_and_yarn/eslint-config-ipfs-6.0.1 branch April 18, 2024 17:22
github-actions bot pushed a commit that referenced this pull request Apr 18, 2024
## [1.10.4](v1.10.3...v1.10.4) (2024-04-18)

### Trivial Changes

* **deps-dev:** bump eslint-config-ipfs from 4.0.3 to 6.0.1 ([#522](#522)) ([77ce4a9](77ce4a9))
* **deps-dev:** bump js-beautify from 1.14.8 to 1.15.1 ([#537](#537)) ([533a84f](533a84f))
Copy link

🎉 This PR is included in version 1.10.4 🎉

The release is available on GitHub release

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 javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant