Skip to content

Commit ad4a25b

Browse files
Bump reindent-template-literals to 1.1.0 (#1742)
1 parent d4e7a76 commit ad4a25b

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"mustache": "4.2.0",
242242
"nyc": "15.1.0",
243243
"prettier": "2.3.2",
244-
"reindent-template-literals": "^1.0.0",
244+
"reindent-template-literals": "^1.1.0",
245245
"semver": "7.3.5",
246246
"sinon": "11.1.1",
247247
"sinon-chai": "3.7.0",

src/formatter/helpers/issue_helpers_spec.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ describe('IssueHelpers', () => {
5858
error
5959
- Then a passing step # steps.ts:29
6060
61+
6162
`)
6263
)
6364
})
@@ -88,6 +89,7 @@ describe('IssueHelpers', () => {
8889
/an? ambiguous step/ - steps.ts:14
8990
- Then a passing step # steps.ts:29
9091
92+
9193
`)
9294
)
9395
})
@@ -122,6 +124,7 @@ describe('IssueHelpers', () => {
122124
123125
- Then a passing step # steps.ts:29
124126
127+
125128
`)
126129
)
127130
})
@@ -150,6 +153,7 @@ describe('IssueHelpers', () => {
150153
Pending
151154
- Then a passing step # steps.ts:29
152155
156+
153157
`)
154158
)
155159
})
@@ -184,6 +188,7 @@ describe('IssueHelpers', () => {
184188
| d | e | ff |
185189
| gg | h | iii |
186190
191+
187192
`)
188193
)
189194
})
@@ -224,6 +229,7 @@ describe('IssueHelpers', () => {
224229
:-)
225230
"""
226231
232+
227233
`)
228234
)
229235
})
@@ -256,6 +262,7 @@ describe('IssueHelpers', () => {
256262
error
257263
- Then a passing step # steps.ts:29
258264
265+
259266
`)
260267
)
261268
})

src/formatter/progress_formatter_spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ describe('ProgressFormatter', () => {
8585
6 scenarios (1 failed, 1 ambiguous, 1 undefined, 1 pending, 1 skipped, 1 passed)
8686
6 steps (1 failed, 1 ambiguous, 1 undefined, 1 pending, 1 skipped, 1 passed)
8787
<duration-stat>
88+
8889
`)
8990
)
9091
})
@@ -126,6 +127,7 @@ describe('ProgressFormatter', () => {
126127
3 scenarios (3 passed)
127128
3 steps (3 passed)
128129
<duration-stat>
130+
129131
`)
130132
)
131133
})

src/formatter/usage_formatter_spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ describe('UsageFormatter', () => {
5353
├────────────────┼──────────┼───────────────────┤
5454
│ ghi │ UNUSED │ usage_steps.ts:25 │
5555
└────────────────┴──────────┴───────────────────┘
56+
5657
`)
5758
)
5859
})
@@ -93,6 +94,7 @@ describe('UsageFormatter', () => {
9394
├────────────────┼──────────┼───────────────────┤
9495
│ ghi │ UNUSED │ usage_steps.ts:25 │
9596
└────────────────┴──────────┴───────────────────┘
97+
9698
`)
9799
)
98100
})
@@ -130,6 +132,7 @@ describe('UsageFormatter', () => {
130132
├────────────────┼──────────┼───────────────────┤
131133
│ ghi │ UNUSED │ usage_steps.ts:25 │
132134
└────────────────┴──────────┴───────────────────┘
135+
133136
`)
134137
)
135138
})

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,10 +3375,10 @@ regexpp@^3.0.0, regexpp@^3.1.0:
33753375
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
33763376
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
33773377

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

33833383
release-zalgo@^1.0.0:
33843384
version "1.0.0"

0 commit comments

Comments
 (0)