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

chore(deps): update dependency eslint-plugin-perfectionist to v3.6.0 #11562

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions packages/create-redwood-rsc-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.5.0, @typescript-eslint/types@npm:^8.4.0":
"@typescript-eslint/types@npm:8.5.0, @typescript-eslint/types@npm:^8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/types@npm:8.5.0"
checksum: 10c0/f0b666b5c001b9779bfd9e4c7d031843d07264429d5bcf5d636f26f96cd5d949a33f5d6a645b8d74b93daf565a468476a6a4935dd7135a200250fb03acbe4988
Expand Down Expand Up @@ -1031,7 +1031,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^8.4.0":
"@typescript-eslint/utils@npm:^8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/utils@npm:8.5.0"
dependencies:
Expand Down Expand Up @@ -1889,18 +1889,18 @@ __metadata:
linkType: hard

"eslint-plugin-perfectionist@npm:^3.0.0":
version: 3.5.0
resolution: "eslint-plugin-perfectionist@npm:3.5.0"
version: 3.6.0
resolution: "eslint-plugin-perfectionist@npm:3.6.0"
dependencies:
"@typescript-eslint/types": "npm:^8.4.0"
"@typescript-eslint/utils": "npm:^8.4.0"
"@typescript-eslint/types": "npm:^8.5.0"
"@typescript-eslint/utils": "npm:^8.5.0"
minimatch: "npm:^9.0.5"
natural-compare-lite: "npm:^1.4.0"
peerDependencies:
astro-eslint-parser: ^1.0.2
eslint: ">=8.0.0"
svelte: ">=3.0.0"
svelte-eslint-parser: ^0.41.0
svelte-eslint-parser: ^0.41.1
vue-eslint-parser: ">=9.0.0"
peerDependenciesMeta:
astro-eslint-parser:
Expand All @@ -1911,7 +1911,7 @@ __metadata:
optional: true
vue-eslint-parser:
optional: true
checksum: 10c0/6740a193d318e7821c11708908e9b8f0f9eb05a4473a1a23076698193ba230568d9a286bb1ce63cd1ba84f38e92ac44816408d24906d25addfa03f321de5b0b0
checksum: 10c0/905f1bd11fba7e0ff93195c388a43fa4afb598f14e31b9a51e9230d5aa6b7f7052c8e14d6418550f72319c396ff22e59b38e63d1a7ed653301538dbd7b6e9e71
languageName: node
linkType: hard

Expand Down
Loading