Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite04e139

Browse files
build(deps-dev): Bump prettier from 3.0.3 to 3.1.0 (anuraghazra#3476)
* build(deps-dev): Bump prettier from 3.0.3 to 3.1.0Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.0.- [Release notes](https://github.com/prettier/prettier/releases)- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)- [Commits](prettier/prettier@3.0.3...3.1.0)---updated-dependencies:- dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>* dev---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
1 parent36bbea2 commite04e139

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

‎package-lock.json‎

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"lint-staged":"^15.1.0",
5555
"lodash.snakecase":"^4.1.1",
5656
"parse-diff":"^0.11.1",
57-
"prettier":"^3.0.3"
57+
"prettier":"^3.1.0"
5858
},
5959
"dependencies": {
6060
"axios":"^1.6.1",

‎src/cards/repo-card.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ const renderRepoCard = (repo, options = {}) => {
160160
?//@ts-ignore
161161
getBadgeSVG(i18n.t("repocard.template"),colors.textColor)
162162
:isArchived
163-
?//@ts-ignore
164-
getBadgeSVG(i18n.t("repocard.archived"),colors.textColor)
165-
:""
163+
?//@ts-ignore
164+
getBadgeSVG(i18n.t("repocard.archived"),colors.textColor)
165+
:""
166166
}
167167
168168
<text class="description" x="25" y="-5">

‎src/cards/stats-card.js‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ const renderStatsCard = (stats, options = {}) => {
412412
custom_title
413413
?custom_title
414414
:statItems.length
415-
?i18n.t("statcard.title")
416-
:i18n.t("statcard.ranktitle"),
415+
?i18n.t("statcard.title")
416+
:i18n.t("statcard.ranktitle"),
417417
);
418418
};
419419

@@ -431,14 +431,14 @@ const renderStatsCard = (stats, options = {}) => {
431431
Infinity,
432432
)
433433
:statItems.length
434-
?RANK_CARD_MIN_WIDTH
435-
:RANK_ONLY_CARD_MIN_WIDTH)+iconWidth;
434+
?RANK_CARD_MIN_WIDTH
435+
:RANK_ONLY_CARD_MIN_WIDTH)+iconWidth;
436436
constdefaultCardWidth=
437437
(hide_rank
438438
?CARD_DEFAULT_WIDTH
439439
:statItems.length
440-
?RANK_CARD_DEFAULT_WIDTH
441-
:RANK_ONLY_CARD_DEFAULT_WIDTH)+iconWidth;
440+
?RANK_CARD_DEFAULT_WIDTH
441+
:RANK_ONLY_CARD_DEFAULT_WIDTH)+iconWidth;
442442
letwidth=card_width
443443
?isNaN(card_width)
444444
?defaultCardWidth

‎src/cards/top-languages-card.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,8 +755,8 @@ const renderTopLanguages = (topLangs, options = {}) => {
755755
?isNaN(card_width)
756756
?DEFAULT_CARD_WIDTH
757757
:card_width<MIN_CARD_WIDTH
758-
?MIN_CARD_WIDTH
759-
:card_width
758+
?MIN_CARD_WIDTH
759+
:card_width
760760
:DEFAULT_CARD_WIDTH;
761761
letheight=calculateNormalLayoutHeight(langs.length);
762762

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp