Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.6 in /modules/web #10099

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-prettier": "5.2.6",
"eslint-plugin-rxjs": "5.0.3",
"git-describe": "4.1.1",
"graphql": "16.10.0",
Expand Down
36 changes: 18 additions & 18 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6263,10 +6263,10 @@ __metadata:
languageName: node
linkType: hard

"@pkgr/core@npm:^0.1.0":
version: 0.1.1
resolution: "@pkgr/core@npm:0.1.1"
checksum: 6f25fd2e3008f259c77207ac9915b02f1628420403b2630c92a07ff963129238c9262afc9e84344c7a23b5cc1f3965e2cd17e3798219f5fd78a63d144d3cceba
"@pkgr/core@npm:^0.2.0":
version: 0.2.0
resolution: "@pkgr/core@npm:0.2.0"
checksum: b7e126161ecf59ceaa0a95ba4b937cc57bf29c42bd72dc129391e4c9ab06aac31e37379dde4f523a736aab9765b18c2494096eedcbe1f494df415998eef2b949
languageName: node
linkType: hard

Expand Down Expand Up @@ -11323,23 +11323,23 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:5.2.3":
version: 5.2.3
resolution: "eslint-plugin-prettier@npm:5.2.3"
"eslint-plugin-prettier@npm:5.2.6":
version: 5.2.6
resolution: "eslint-plugin-prettier@npm:5.2.6"
dependencies:
prettier-linter-helpers: ^1.0.0
synckit: ^0.9.1
synckit: ^0.11.0
peerDependencies:
"@types/eslint": ">=8.0.0"
eslint: ">=8.0.0"
eslint-config-prettier: "*"
eslint-config-prettier: ">= 7.0.0 <10.0.0 || >=10.1.0"
prettier: ">=3.0.0"
peerDependenciesMeta:
"@types/eslint":
optional: true
eslint-config-prettier:
optional: true
checksum: 3f3210ed6a52eb2e7cd10a635857328136149c79240627b8f5dbc6c5271d5020b17ab2e7067acc0a82fec686fa35ed182dd8d67feca41818d6a7810bf6dad2b6
checksum: 2626c123916c4afe88d423bac9c3644d30af8beac4963b77bf447f42ba75ab592076716dfa9d43333bfde0ac482d8f8b6a49699403d128aee5effd609ca54bec
languageName: node
linkType: hard

Expand Down Expand Up @@ -14890,7 +14890,7 @@ __metadata:
eslint: 8.57.0
eslint-config-prettier: 10.1.1
eslint-plugin-node: 11.1.0
eslint-plugin-prettier: 5.2.3
eslint-plugin-prettier: 5.2.6
eslint-plugin-rxjs: 5.0.3
file-saver: 2.0.5
git-describe: 4.1.1
Expand Down Expand Up @@ -19519,13 +19519,13 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.9.1":
version: 0.9.1
resolution: "synckit@npm:0.9.1"
"synckit@npm:^0.11.0":
version: 0.11.1
resolution: "synckit@npm:0.11.1"
dependencies:
"@pkgr/core": ^0.1.0
tslib: ^2.6.2
checksum: 4042941a4d939675f1d7b01124b8405b6ac616f3e3f396d00e46c67f38d0d5b7f9a1de05bc7ceea4ce80d967b450cfa2460e5f6aca81f7cea8f1a28be9392985
"@pkgr/core": ^0.2.0
tslib: ^2.8.1
checksum: 190164e51f69a9f0485b447991ef7bb76c4a40f768f87865b9512e46bba7086b5527c664204370184aa00b2c591d6f60119b3f0a173113e0d25c33396a169fec
languageName: node
linkType: hard

Expand Down Expand Up @@ -20030,7 +20030,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.6.2, tslib@npm:^2.0.0, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.5.0, tslib@npm:^2.6.2, tslib@npm:~2.6.0":
"tslib@npm:2.6.2, tslib@npm:^2.0.0, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.5.0, tslib@npm:~2.6.0":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
Expand Down
Loading