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

Bump the eslint group across 1 directory with 3 updates #8305

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the eslint group with 3 updates in the /frontend directory: eslint-plugin-jest-dom, eslint-plugin-storybook and eslint-plugin-testing-library.

Updates eslint-plugin-jest-dom from 5.4.0 to 5.5.0

Release notes

Sourced from eslint-plugin-jest-dom's releases.

v5.5.0

5.5.0 (2024-11-17)

Features

Commits

Updates eslint-plugin-storybook from 0.9.0 to 0.11.1

Release notes

Sourced from eslint-plugin-storybook's releases.

v0.11.1

🐛 Bug Fix

Authors: 1

v0.11.0

🚀 Enhancement

🐛 Bug Fix

Authors: 2

v0.10.2

🐛 Bug Fix

  • Fix: Bring back non-categorized rules #176 (@​yannbf)
  • Build: Refactor, fix issues reported by eslint and format md files #175 (@​yannbf)

Authors: 1

v0.10.1

🐛 Bug Fix

Authors: 1

v0.10.0

🚀 Enhancement

Authors: 3

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

v0.11.1 (Tue Nov 19 2024)

🐛 Bug Fix

Authors: 1


v0.11.0 (Mon Nov 04 2024)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


v0.10.2 (Fri Nov 01 2024)

🐛 Bug Fix

  • Fix: Bring back non-categorized rules #176 (@​yannbf)
  • Build: Refactor, fix issues reported by eslint and format md files #175 (@​yannbf)

Authors: 1


v0.10.1 (Mon Oct 21 2024)

🐛 Bug Fix

Authors: 1

... (truncated)

Commits
  • 6202eb2 Bump version to: 0.11.1 [skip ci]
  • 7f2e9c7 Update CHANGELOG.md [skip ci]
  • b498e99 Merge pull request #182 from ethanwu10/rules-obj-as-const
  • ad49a03 Type configs using literal types
  • 3e31c5b Bump version to: 0.11.0 [skip ci]
  • 68bfc32 Update CHANGELOG.md [skip ci]
  • ce51104 Merge pull request #180 from storybookjs/yann/add-types
  • 0d62984 Enable TypeScript declaration generation
  • 6a811c6 Merge pull request #179 from storybookjs/yann/update-rule-docs
  • 9b3f6b3 Update docs to be more clear about extended categories
  • Additional commits viewable in compare view

Updates eslint-plugin-testing-library from 6.3.0 to 7.0.0

Release notes

Sourced from eslint-plugin-testing-library's releases.

v7.0.0

7.0.0 (2024-11-23)

You can follow the migration guide to v7.

BREAKING CHANGES

  • Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
  • Requires ESLint ^8.57.0, or ^9.0.0

Features

  • Full support for ESLint v9 (v8 still compatible) and typescript-eslint v8

Co-authored-by: @​MichaelDeBoey

v7.0.0-beta.6

7.0.0-beta.6 (2024-11-19)

Features

  • deps: update to @typescript-eslint/* v8 (#955) (e015071)

v7.0.0-beta.5

7.0.0-beta.5 (2024-11-01)

Features

v7.0.0-beta.4

7.0.0-beta.4 (2024-10-31)

Features

  • deps: update to @typescript-eslint/* v7 (#947) (330881f)

v7.0.0-beta.3

7.0.0-beta.3 (2024-10-30)

Features

  • deps: update to @typescript-eslint/* v6 (#945) (f07ee64)

v7.0.0-beta.2

7.0.0-beta.2 (2024-10-30)

... (truncated)

Commits

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

Bumps the eslint group with 3 updates in the /frontend directory: [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom), [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) and [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library).


Updates `eslint-plugin-jest-dom` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases)
- [Commits](testing-library/eslint-plugin-jest-dom@v5.4.0...v5.5.0)

Updates `eslint-plugin-storybook` from 0.9.0 to 0.11.1
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases)
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md)
- [Commits](storybookjs/eslint-plugin-storybook@v0.9.0...v0.11.1)

Updates `eslint-plugin-testing-library` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v6.3.0...v7.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-testing-library
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2024
@dependabot dependabot bot requested review from a team, mehansen, DanielSass and mpbrown and removed request for a team November 24, 2024 15:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants