Skip to content

Commit

Permalink
Bump reindent-template-literals to 1.1.0 (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves authored Jul 29, 2021
1 parent d4e7a76 commit ad4a25b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"mustache": "4.2.0",
"nyc": "15.1.0",
"prettier": "2.3.2",
"reindent-template-literals": "^1.0.0",
"reindent-template-literals": "^1.1.0",
"semver": "7.3.5",
"sinon": "11.1.1",
"sinon-chai": "3.7.0",
Expand Down
7 changes: 7 additions & 0 deletions src/formatter/helpers/issue_helpers_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ describe('IssueHelpers', () => {
error
- Then a passing step # steps.ts:29
`)
)
})
Expand Down Expand Up @@ -88,6 +89,7 @@ describe('IssueHelpers', () => {
/an? ambiguous step/ - steps.ts:14
- Then a passing step # steps.ts:29
`)
)
})
Expand Down Expand Up @@ -122,6 +124,7 @@ describe('IssueHelpers', () => {
- Then a passing step # steps.ts:29
`)
)
})
Expand Down Expand Up @@ -150,6 +153,7 @@ describe('IssueHelpers', () => {
Pending
- Then a passing step # steps.ts:29
`)
)
})
Expand Down Expand Up @@ -184,6 +188,7 @@ describe('IssueHelpers', () => {
| d | e | ff |
| gg | h | iii |
`)
)
})
Expand Down Expand Up @@ -224,6 +229,7 @@ describe('IssueHelpers', () => {
:-)
"""
`)
)
})
Expand Down Expand Up @@ -256,6 +262,7 @@ describe('IssueHelpers', () => {
error
- Then a passing step # steps.ts:29
`)
)
})
Expand Down
2 changes: 2 additions & 0 deletions src/formatter/progress_formatter_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ describe('ProgressFormatter', () => {
6 scenarios (1 failed, 1 ambiguous, 1 undefined, 1 pending, 1 skipped, 1 passed)
6 steps (1 failed, 1 ambiguous, 1 undefined, 1 pending, 1 skipped, 1 passed)
<duration-stat>
`)
)
})
Expand Down Expand Up @@ -126,6 +127,7 @@ describe('ProgressFormatter', () => {
3 scenarios (3 passed)
3 steps (3 passed)
<duration-stat>
`)
)
})
Expand Down
3 changes: 3 additions & 0 deletions src/formatter/usage_formatter_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ describe('UsageFormatter', () => {
├────────────────┼──────────┼───────────────────┤
│ ghi │ UNUSED │ usage_steps.ts:25 │
└────────────────┴──────────┴───────────────────┘
`)
)
})
Expand Down Expand Up @@ -93,6 +94,7 @@ describe('UsageFormatter', () => {
├────────────────┼──────────┼───────────────────┤
│ ghi │ UNUSED │ usage_steps.ts:25 │
└────────────────┴──────────┴───────────────────┘
`)
)
})
Expand Down Expand Up @@ -130,6 +132,7 @@ describe('UsageFormatter', () => {
├────────────────┼──────────┼───────────────────┤
│ ghi │ UNUSED │ usage_steps.ts:25 │
└────────────────┴──────────┴───────────────────┘
`)
)
})
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3375,10 +3375,10 @@ regexpp@^3.0.0, regexpp@^3.1.0:
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

reindent-template-literals@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/reindent-template-literals/-/reindent-template-literals-1.0.0.tgz#7c6fa92f825f342515ea6e1c9e0cbe2d8671ce3c"
integrity sha512-q5ttxEAkS6dWL3oGyQS5wnvwZc2zzOpE679uZLAS0izTk6c1LkC7S4q6ca6gq/hL2Cokw1ozInee/mkPsXW4WA==
reindent-template-literals@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/reindent-template-literals/-/reindent-template-literals-1.1.0.tgz#587a89b6ca91f35a5ea061ab4dade65492717648"
integrity sha512-Zbf5y+QqimAwwPef+FrXdC+MCbpg0mo9YjSHhRMglfLJrqPXes5jXTnVZP8YCwLhVVne2ZMxu14/x+m8xkZr4w==

release-zalgo@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit ad4a25b

Please sign in to comment.