Skip to content

Commit

Permalink
build(deps-dev): bump eslint-config-flat-gitignore from 1.0.0 to 2.0.0 (
Browse files Browse the repository at this point in the history
#5185)

Bumps [eslint-config-flat-gitignore](https://github.com/antfu/eslint-config-flat-gitignore) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/antfu/eslint-config-flat-gitignore/releases)
- [Commits](antfu/eslint-config-flat-gitignore@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-flat-gitignore
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 61020f9 commit 1350a3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"bytes": "^3.1.2",
"es-module-lexer": "^1.6.0",
"eslint": "9.19.0",
"eslint-config-flat-gitignore": "^1.0.0",
"eslint-config-flat-gitignore": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
"glob": "^11.0.1",
Expand Down
24 changes: 9 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1609,10 +1609,10 @@
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==

"@eslint/compat@^1.2.4":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.5.tgz#438f8bbe105341853469b2cf2d10b6321cadeb3a"
integrity sha512-5iuG/StT+7OfvhoBHPlmxkPA9om6aDUFgmD4+mWKAGsYt4vCe8rypneG03AuseyRHBmcCLXQtIH5S26tIoggLg==
"@eslint/compat@^1.2.5":
version "1.2.6"
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.6.tgz#747ad2bde060582873cb486e03bfdf2945f0868d"
integrity sha512-k7HNCqApoDHM6XzT30zGoETj+D+uUcZUb+IVAJmar3u6bvHf7hhHJcWx09QHj4/a2qrKZMWU0E16tvkiAdv06Q==

"@eslint/config-array@^0.19.0":
version "0.19.1"
Expand Down Expand Up @@ -5911,13 +5911,12 @@ escodegen@^2.1.0:
optionalDependencies:
source-map "~0.6.1"

eslint-config-flat-gitignore@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-flat-gitignore/-/eslint-config-flat-gitignore-1.0.0.tgz#33b88aff54efe283b6be3dc4f3e2248ba94a07e6"
integrity sha512-EWpSLrAP80IdcYK5sIhq/qAY0pmUdBnbzqzpE3QAn6H6wLBN26cMRoMNU9Di8upTzUSL6TXeYRxWhTYuz8+UQA==
eslint-config-flat-gitignore@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-flat-gitignore/-/eslint-config-flat-gitignore-2.0.0.tgz#c7dab107c8ddf6390b7d61f878a6e061488e3370"
integrity sha512-9iH+DZO94uxsw5iFjzqa9GfahA5oK3nA1GoJK/6u8evAtooYJMwuSWiLcGDfrdLoqdQ5/kqFJKKuMY/+SAasvg==
dependencies:
"@eslint/compat" "^1.2.4"
find-up-simple "^1.0.0"
"@eslint/compat" "^1.2.5"

eslint-import-resolver-node@^0.3.9:
version "0.3.9"
Expand Down Expand Up @@ -6507,11 +6506,6 @@ find-replace@^3.0.0:
dependencies:
array-back "^3.0.1"

find-up-simple@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/find-up-simple/-/find-up-simple-1.0.0.tgz#21d035fde9fdbd56c8f4d2f63f32fd93a1cfc368"
integrity sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==

find-up@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
Expand Down

0 comments on commit 1350a3e

Please sign in to comment.