Skip to content

Commit c0ade40

Browse files
chore(deps-dev): bump eslint-config-flat-gitignore from 0.3.0 to 1.0.0 (#116)
Bumps [eslint-config-flat-gitignore](https://github.com/antfu/eslint-config-flat-gitignore) from 0.3.0 to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/antfu/eslint-config-flat-gitignore/releases">eslint-config-flat-gitignore's releases</a>.</em></p> <blockquote> <h2>v1.0.0</h2> <p><em>No significant changes</em></p> <h5>    <a href="https://github.com/antfu/eslint-config-flat-gitignore/compare/v0.3.0...v1.0.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/antfu/eslint-config-flat-gitignore/commit/e0d7bb3b5f76b208e46a94363b932b2dc71613f7"><code>e0d7bb3</code></a> chore: release v1.0.0</li> <li><a href="https://github.com/antfu/eslint-config-flat-gitignore/commit/27bc8836f1f802d82b2567ebbdd9d445673b94db"><code>27bc883</code></a> chore: update deps</li> <li><a href="https://github.com/antfu/eslint-config-flat-gitignore/commit/45883a671291c4ee0ddbedc3642e20c02bbb7492"><code>45883a6</code></a> chore: snapshot</li> <li>See full diff in <a href="https://github.com/antfu/eslint-config-flat-gitignore/compare/v0.3.0...v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-flat-gitignore&package-manager=npm_and_yarn&previous-version=0.3.0&new-version=1.0.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-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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66806ce commit c0ade40

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@vitest/eslint-plugin": "^1.1.24",
8484
"bumpp": "^9.9.3",
8585
"eslint": "^9.17.0",
86-
"eslint-config-flat-gitignore": "^0.3.0",
86+
"eslint-config-flat-gitignore": "^1.0.0",
8787
"eslint-doc-generator": "^2.0.2",
8888
"eslint-import-resolver-typescript": "^3.7.0",
8989
"eslint-plugin-eslint-plugin": "^6.4.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -415,15 +415,15 @@ __metadata:
415415
languageName: node
416416
linkType: hard
417417

418-
"@eslint/compat@npm:^1.1.1":
419-
version: 1.2.2
420-
resolution: "@eslint/compat@npm:1.2.2"
418+
"@eslint/compat@npm:^1.2.4":
419+
version: 1.2.5
420+
resolution: "@eslint/compat@npm:1.2.5"
421421
peerDependencies:
422422
eslint: ^9.10.0
423423
peerDependenciesMeta:
424424
eslint:
425425
optional: true
426-
checksum: 10c0/c19e1765673520daf6f08bb82f957c6b42079389725ceda99a4387c403fccd5f9a99d142feec43ed032cb240038ea67db9748b17bf8de4ceb8b2fba382089780
426+
checksum: 10c0/c7cd6c623b850e7507fdaf26298b42b07012a65b57f6abbdd1e968eb281756bb94024f162a661ffcc7ad8b2949832aec5078a9fdefa87081e127d392842d0048
427427
languageName: node
428428
linkType: hard
429429

@@ -1989,15 +1989,15 @@ __metadata:
19891989
languageName: node
19901990
linkType: hard
19911991

1992-
"eslint-config-flat-gitignore@npm:^0.3.0":
1993-
version: 0.3.0
1994-
resolution: "eslint-config-flat-gitignore@npm:0.3.0"
1992+
"eslint-config-flat-gitignore@npm:^1.0.0":
1993+
version: 1.0.0
1994+
resolution: "eslint-config-flat-gitignore@npm:1.0.0"
19951995
dependencies:
1996-
"@eslint/compat": "npm:^1.1.1"
1996+
"@eslint/compat": "npm:^1.2.4"
19971997
find-up-simple: "npm:^1.0.0"
19981998
peerDependencies:
19991999
eslint: ^9.5.0
2000-
checksum: 10c0/0fd0f9c7839dec4adef633ee23c6c3aacd6edbdfc09f0f464e7d2c8e20abd514f7a6bd822fb21535f0532cf4abc49302d7334af21fcbfaedc5fbcdc8c5f1d169
2000+
checksum: 10c0/46798f10ef7149167485e5279cdfcfeaadbe3a811032e15e71b9dbc29071139e3f5229490c1ff0df247401ff029f42f191a10877d500fbcc5e31024560264ec0
20012001
languageName: node
20022002
linkType: hard
20032003

@@ -2146,7 +2146,7 @@ __metadata:
21462146
common-tags: "npm:^1.8.0"
21472147
decamelize: "npm:^5.0.1"
21482148
eslint: "npm:^9.17.0"
2149-
eslint-config-flat-gitignore: "npm:^0.3.0"
2149+
eslint-config-flat-gitignore: "npm:^1.0.0"
21502150
eslint-doc-generator: "npm:^2.0.2"
21512151
eslint-import-resolver-typescript: "npm:^3.7.0"
21522152
eslint-plugin-eslint-plugin: "npm:^6.4.0"

0 commit comments

Comments
 (0)