ipfs / public-gateway-checker

Checks which public gateways are online or not
https://ipfs.github.io/public-gateway-checker/
Other
1.69k stars 357 forks source link

chore(deps-dev): bump eslint-config-ipfs from 4.0.3 to 6.0.1 #522

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 7 months ago

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 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.

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 1.10.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: