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

(npm): Bump the eslint group with 2 updates #1197

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps the eslint group with 3 updates: eslint-config-love and eslint-plugin-promise.

Updates eslint-config-love from 57.0.0 to 59.0.0

Release notes

Sourced from eslint-config-love's releases.

v59.0.0

59.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-import-type-side-effects

Features

  • @​typescript-eslint/no-import-type-side-effects (9970ecf)

v58.0.0

58.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-explicit-any

Features

  • @​typescript-eslint/no-explicit-any (febca28)
Changelog

Sourced from eslint-config-love's changelog.

59.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-import-type-side-effects

Features

  • @​typescript-eslint/no-import-type-side-effects (9970ecf)

58.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-explicit-any

Features

  • @​typescript-eslint/no-explicit-any (febca28)
Commits
  • 1afb00a chore(release): 59.0.0 [skip ci]
  • a50bd6a Merge pull request #1680 from mightyiam/no-import-type-side-effects
  • 9970ecf feat!: @​typescript-eslint/no-import-type-side-effects
  • b228e09 chore(release): 58.0.0 [skip ci]
  • ce720ba Merge pull request #1679 from mightyiam/no-explicit-any
  • febca28 feat!: @​typescript-eslint/no-explicit-any
  • d7e5289 Merge pull request #1676 from mightyiam/renovate/typescript-eslint-7.x-lockfile
  • 4818531 chore(deps): update dependency typescript-eslint to v7.17.0
  • f75c304 Merge pull request #1677 from mightyiam/renovate/typescript-5.x
  • 86a8bdb chore(deps): update dependency typescript to v5.5.4
  • Additional commits viewable in compare view

Updates eslint-plugin-promise from 6.6.0 to 7.0.0

Release notes

Sourced from eslint-plugin-promise's releases.

v7.0.0

7.0.0 (2024-07-24)

BREAKING CHANGES

  • Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0
Commits
  • 09d0650 feat!: Update node versions to align with eslint v9 (#505)
  • be62420 Revert "chore!: Update node versions to align with eslint v9" (#504)
  • 8a981d2 chore!: Update node versions to align with eslint v9 (#484)
  • 84334f4 chore(deps): bump actions/setup-node from 3 to 4 (#499)
  • aea6d94 chore(deps): bump actions/checkout from 3 to 4 (#500)
  • 9d0e447 docs: recommend util.promisify instead of pify and util.callbackify over ...
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2024

The following labels could not be found: dependencies (npm).

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-2625672692 branch from 12be4f8 to bdc267a Compare July 24, 2024 06:55
@arturcic
Copy link
Member

@dependabot recreate

@arturcic arturcic force-pushed the dependabot/npm_and_yarn/eslint-2625672692 branch from bdc267a to 8319813 Compare July 24, 2024 07:13
Bumps the eslint group with 3 updates: [eslint-config-love](https://github.com/mightyiam/eslint-config-love), [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) and [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest).


Updates `eslint-config-love` from 57.0.0 to 59.0.0
- [Release notes](https://github.com/mightyiam/eslint-config-love/releases)
- [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v57.0.0...v59.0.0)

Updates `eslint-plugin-promise` from 6.6.0 to 7.0.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.6.0...v7.0.0)

Updates `eslint-plugin-vitest` from 0.4.1 to 0.5.4
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v0.4.1...v0.5.4)

---
updated-dependencies:
- dependency-name: eslint-config-love
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@arturcic arturcic force-pushed the dependabot/npm_and_yarn/eslint-2625672692 branch from 8319813 to 5401ca3 Compare July 24, 2024 07:14
@arturcic arturcic changed the title (npm): Bump the eslint group with 3 updates (npm): Bump the eslint group with 2 updates Jul 24, 2024
@arturcic arturcic enabled auto-merge July 24, 2024 07:16
@arturcic arturcic merged commit 8522f72 into main Jul 24, 2024
14 of 15 checks passed
@arturcic arturcic deleted the dependabot/npm_and_yarn/eslint-2625672692 branch July 24, 2024 07:18
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant