mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Bump eslint-plugin-jest from 27.4.3 to 27.6.0 (#3260)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.4.3 to 27.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v27.6.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.5.0...v27.6.0">27.6.0</a> (2023-10-26)</h1> <h3>Features</h3> <ul> <li>include plugin <code>meta</code> information for ESLint v9 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1454">#1454</a>) (<a href="4d57146763
">4d57146</a>)</li> </ul> <h2>v27.5.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.5.0">27.5.0</a> (2023-10-26)</h1> <h3>Features</h3> <ul> <li><strong>valid-title:</strong> allow ignoring tests with non-string titles (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1460">#1460</a>) (<a href="ea89da9b4e
">ea89da9</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.5.0...v27.6.0">27.6.0</a> (2023-10-26)</h1> <h3>Features</h3> <ul> <li>include plugin <code>meta</code> information for ESLint v9 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1454">#1454</a>) (<a href="4d57146763
">4d57146</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.5.0">27.5.0</a> (2023-10-26)</h1> <h3>Features</h3> <ul> <li><strong>valid-title:</strong> allow ignoring tests with non-string titles (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1460">#1460</a>) (<a href="ea89da9b4e
">ea89da9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6dfbf15d02
"><code>6dfbf15</code></a> chore(release): 27.6.0 [skip ci]</li> <li><a href="4d57146763
"><code>4d57146</code></a> feat: include plugin <code>meta</code> information for ESLint v9 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1454">#1454</a>)</li> <li><a href="55ad33675d
"><code>55ad336</code></a> chore: update <code>moduleResolution</code> and <code>module</code> to <code>node16</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1455">#1455</a>)</li> <li><a href="9cc95920ea
"><code>9cc9592</code></a> chore: replace <code>eslint-plugin-node</code> with <code>eslint-plugin-n</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1462">#1462</a>)</li> <li><a href="1d5bdd1391
"><code>1d5bdd1</code></a> chore(release): 27.5.0 [skip ci]</li> <li><a href="ea89da9b4e
"><code>ea89da9</code></a> feat(valid-title): allow ignoring tests with non-string titles (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1460">#1460</a>)</li> <li><a href="f2af5194bd
"><code>f2af519</code></a> chore: run CI on Node 21 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1461">#1461</a>)</li> <li><a href="d8b10b47e7
"><code>d8b10b4</code></a> chore: update permissions granted on CI</li> <li><a href="4295882c21
"><code>4295882</code></a> chore(deps): lock file maintenance</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.6.0">compare view</a></li> </ul> </details> <br /> [](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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fe882bf92a
commit
296df06c21
8
package-lock.json
generated
8
package-lock.json
generated
@ -29,7 +29,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-import": "^2.29.0",
|
"eslint-plugin-import": "^2.29.0",
|
||||||
"eslint-plugin-jest": "^27.4.3",
|
"eslint-plugin-jest": "^27.6.0",
|
||||||
"eslint-plugin-jsdoc": "^46.8.2",
|
"eslint-plugin-jsdoc": "^46.8.2",
|
||||||
"eslint-plugin-prettier": "^5.0.1",
|
"eslint-plugin-prettier": "^5.0.1",
|
||||||
"express-basic-auth": "^1.2.1",
|
"express-basic-auth": "^1.2.1",
|
||||||
@ -4015,9 +4015,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint-plugin-jest": {
|
"node_modules/eslint-plugin-jest": {
|
||||||
"version": "27.4.3",
|
"version": "27.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.4.3.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz",
|
||||||
"integrity": "sha512-7S6SmmsHsgIm06BAGCAxL+ABd9/IB3MWkz2pudj6Qqor2y1qQpWPfuFU4SG9pWj4xDjF0e+D7Llh5useuSzAZw==",
|
"integrity": "sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@typescript-eslint/utils": "^5.10.0"
|
"@typescript-eslint/utils": "^5.10.0"
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-import": "^2.29.0",
|
"eslint-plugin-import": "^2.29.0",
|
||||||
"eslint-plugin-jest": "^27.4.3",
|
"eslint-plugin-jest": "^27.6.0",
|
||||||
"eslint-plugin-jsdoc": "^46.8.2",
|
"eslint-plugin-jsdoc": "^46.8.2",
|
||||||
"eslint-plugin-prettier": "^5.0.1",
|
"eslint-plugin-prettier": "^5.0.1",
|
||||||
"express-basic-auth": "^1.2.1",
|
"express-basic-auth": "^1.2.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user