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 eslint-plugin-testing-library from 7.0.0 to 7.1.1 in /frontend in the eslint group across 1 directory #8358

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps the eslint group with 1 update in the /frontend directory: eslint-plugin-testing-library.

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

Release notes

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

v7.1.1

7.1.1 (2024-12-06)

Bug Fixes

  • use valid config type for supporting both ESLint v8 and v9 (#976) (d8e44b2)

v7.1.0

7.1.0 (2024-12-04)

Features

Commits
  • d8e44b2 fix: use valid config type for supporting both ESLint v8 and v9 (#976)
  • 0b71f10 docs(README): add Svelte badge (#975)
  • 2aa578a docs: add nostrorom as a contributor for code (#974)
  • fc118c7 feat: add config for Svelte (#973)
  • 26d360e feat(docs): generate-all for svelte
  • ff432b0 feat(config): implement svelte config
  • 3738f37 fix(config): update deprecated config type
  • 496ecf6 build(deps-dev): bump @​types/node from 22.9.3 to 22.10.1 (#969)
  • 7d4207b build(deps-dev): bump @​types/node from 22.9.3 to 22.10.1
  • 6306b8d build(deps-dev): bump eslint-plugin-promise from 7.1.0 to 7.2.1 (#972)
  • Additional commits viewable 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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 12, 2024
@dependabot dependabot bot requested review from a team, mehansen, mpbrown and DavidMcClatchey and removed request for a team December 12, 2024 21:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/eslint-18aaf831cc branch from a29cd40 to 21636f6 Compare December 22, 2024 15:58
Bumps the eslint group with 1 update in the /frontend directory: [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library).


Updates `eslint-plugin-testing-library` from 7.0.0 to 7.1.1
- [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@v7.0.0...v7.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/eslint-18aaf831cc branch from 21636f6 to cb93f5a Compare December 29, 2024 15:27
Copy link
Collaborator

@mpbrown mpbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linting LGTM!

@emyl3 emyl3 self-requested a review January 2, 2025 16:59
Copy link
Collaborator

@emyl3 emyl3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linting works locally as expected in the frontend directory!

@emyl3 emyl3 added this pull request to the merge queue Jan 2, 2025
Merged via the queue into main with commit 56f8c8e Jan 2, 2025
35 checks passed
@emyl3 emyl3 deleted the dependabot/npm_and_yarn/frontend/eslint-18aaf831cc branch January 2, 2025 17:11
bobbywells52 pushed a commit that referenced this pull request Jan 14, 2025
Bumps the eslint group with 1 update in the /frontend directory: [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library).


Updates `eslint-plugin-testing-library` from 7.0.0 to 7.1.1
- [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@v7.0.0...v7.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants