logdna / stdlib-node

Standardized module functions free of business logic
MIT License
2 stars 7 forks source link

chore(deps): bump eslint-config-logdna from 5.1.0 to 7.0.0 #80

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint-config-logdna from 5.1.0 to 7.0.0.

Release notes

Sourced from eslint-config-logdna's releases.

v7.0.0

7.0.0 (2022-12-06)

Bug Fixes

  • no-unused-vars: enforce rule for unused arguments 697525e - Mike Del Tito, closes: #26

BREAKING CHANGES

  • no-unused-vars: all named arguments and all positional arguments after the last used argument will now be checked.

v6.1.2

6.1.2 (2022-09-19)

Chores

  • Update eslint-plugin-logdna to 2.0.1 c93492b - Eric Satterwhite, closes: #23

v6.1.1

6.1.1 (2022-09-19)

Chores

  • dep: eslint-plugin-sensible@3.0.1 647f85b - Eric Satterwhite

v6.1.0

6.1.0 (2022-04-30)

Features

  • rules: consistent func param newlines 8f57501 - Eric Satterwhite

v6.0.0

6.0.0 (2021-11-03)

Chores

  • deps: eslint-plugin-sensible@3.0.0 d74acfe - Eric Satterwhite

BREAKING CHANGES

  • deps: Minimum eslint version 8.x

... (truncated)

Changelog

Sourced from eslint-config-logdna's changelog.

7.0.0 (2022-12-06)

Bug Fixes

  • no-unused-vars: enforce rule for unused arguments 697525e - Mike Del Tito, closes: #26

BREAKING CHANGES

  • no-unused-vars: all named arguments and all positional arguments after the last used argument will now be checked.

6.1.2 (2022-09-19)

Chores

  • Update eslint-plugin-logdna to 2.0.1 c93492b - Eric Satterwhite, closes: #23

6.1.1 (2022-09-19)

Chores

  • dep: eslint-plugin-sensible@3.0.1 647f85b - Eric Satterwhite

6.1.0 (2022-04-30)

Features

  • rules: consistent func param newlines 8f57501 - Eric Satterwhite

6.0.0 (2021-11-03)

Chores

  • deps: eslint-plugin-sensible@3.0.0 d74acfe - Eric Satterwhite

BREAKING CHANGES

  • deps: Minimum eslint version 8.x
  • deps: Mimimum node.js version 12.x
Commits
  • 5fad00b release: 2022-12-06, Version 7.0.0 [skip ci]
  • 697525e fix(no-unused-vars)!: enforce rule for unused arguments
  • 648adb3 release: 2022-09-19, Version 6.1.2 [skip ci]
  • c93492b chore: Update eslint-plugin-logdna to 2.0.1
  • 3c0fc94 release: 2022-09-19, Version 6.1.1 [skip ci]
  • 647f85b chore(dep): eslint-plugin-sensible@3.0.1
  • 0dac723 release: 2022-04-30, Version 6.1.0 [skip ci]
  • 8f57501 feat(rules): consistent func param newlines
  • f24ab52 release: 2021-11-03, Version 6.0.0 [skip ci]
  • d74acfe chore(deps)!: eslint-plugin-sensible@3.0.0
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #96.