From ebef6b3b4fd5ee79e488459c40eb8a200885d745 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 11 Nov 2024 10:27:10 +0000
Subject: [PATCH] Bump eslint-plugin-jest from 28.8.3 to 28.9.0 in
/gh_actions/third_party/no-response (#4026)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.8.3 to 28.9.0.
Release notes
Sourced from eslint-plugin-jest's releases.
v28.9.0
28.9.0 (2024-11-05)
Features
Changelog
Sourced from eslint-plugin-jest's changelog.
28.9.0 (2024-11-05)
Features
Commits
49f3079
chore(release): 28.9.0 [skip ci]
1ce1258
feat: add TypeScript types (#1667)
6f8ff4d
chore: switch to v16 of @types/node
(#1668)
2a12174
chore(deps): lock file maintenance
04044b9
docs: include both flat and legacy config examples in usage section (#1664)
d932210
chore(deps): lock file maintenance
28c0f6d
chore(deps): update yarn to v3.8.6 (#1657)
89c39e0
chore(deps): lock file maintenance
0ff404c
chore(deps): lock file maintenance
3888bee
chore(deps): lock file maintenance
- Additional commits viewable in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=28.8.3&new-version=28.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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)
---
gh_actions/third_party/no-response/package-lock.json | 8 ++++----
gh_actions/third_party/no-response/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gh_actions/third_party/no-response/package-lock.json b/gh_actions/third_party/no-response/package-lock.json
index f7e8ddf5c..588660fea 100644
--- a/gh_actions/third_party/no-response/package-lock.json
+++ b/gh_actions/third_party/no-response/package-lock.json
@@ -23,7 +23,7 @@
"@vercel/ncc": "^0.38.2",
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.0.2",
- "eslint-plugin-jest": "^28.8.3",
+ "eslint-plugin-jest": "^28.9.0",
"extract-pr-titles": "^1.1.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
@@ -3434,9 +3434,9 @@
}
},
"node_modules/eslint-plugin-jest": {
- "version": "28.8.3",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz",
- "integrity": "sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==",
+ "version": "28.9.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz",
+ "integrity": "sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==",
"dev": true,
"dependencies": {
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
diff --git a/gh_actions/third_party/no-response/package.json b/gh_actions/third_party/no-response/package.json
index dcd7363ac..00a697c79 100644
--- a/gh_actions/third_party/no-response/package.json
+++ b/gh_actions/third_party/no-response/package.json
@@ -39,7 +39,7 @@
"@vercel/ncc": "^0.38.2",
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.0.2",
- "eslint-plugin-jest": "^28.8.3",
+ "eslint-plugin-jest": "^28.9.0",
"extract-pr-titles": "^1.1.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",