Update commitlint monorepo#28
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Eslint Check Result✅ 0 error 0 warning. Typescript Check Result✅ 0 error. UnitTest Check Result❌ Test Suites: 1 failed. Details
PASS src/jsonRenderNoStyle/__tests__/item.test.ts
PASS src/jsonRender/__tests__/style.test.ts
PASS src/utils/__tests__/valueType.test.ts
PASS src/jsonRender/__tests__/item.test.ts
FAIL src/jsonRender/__tests__/index.snap.test.ts
● jsonRender
expect(received).toMatchSnapshot()
Snapshot name: `jsonRender 1`
- Snapshot - 0
+ Received + 7
@@ -114,10 +114,11 @@
data-testid="begin"
>
<button
class="json_render__items_expand"
data-testid="expand"
+ type="button"
>
-
</button>
{
<span
@@ -239,10 +240,11 @@
data-testid="begin"
>
<button
class="json_render__items_expand"
data-testid="expand"
+ type="button"
>
-
</button>
"address": {
<span
@@ -312,10 +314,11 @@
data-testid="begin"
>
<button
class="json_render__items_expand"
data-testid="expand"
+ type="button"
>
-
</button>
"mvpYears": [
<span
@@ -379,10 +382,11 @@
data-testid="begin"
>
<button
class="json_render__items_expand"
data-testid="expand"
+ type="button"
>
-
</button>
[
<span
@@ -448,10 +452,11 @@
data-testid="begin"
>
<button
class="json_render__items_expand"
data-testid="expand"
+ type="button"
>
-
</button>
"honour": {
<span
@@ -473,10 +478,11 @@
data-testid="begin"
>
<button
class="json_render__items_expand"
data-testid="expand"
+ type="button"
>
-
</button>
"teams": [
<span
@@ -608,10 +614,11 @@
data-testid="begin"
>
<button
class="json_render__items_expand"
data-testid="expand"
+ type="button"
>
-
</button>
"appraise": {
<span
19 | showItemsLength: 'always',
20 | });
> 21 | expect(result).toMatchSnapshot();
| ^
22 | });
23 |
at Object.<anonymous> (src/jsonRender/__tests__/index.snap.test.ts:21:20)
› 1 snapshot failed.
PASS src/utils/__tests__/dom.test.ts
PASS src/jsonRenderNoStyle/__tests__/index.test.ts
PASS src/jsonRender/__tests__/index.test.ts
PASS src/jsonRenderNoStyle/__tests__/index.snap.test.ts
Snapshot Summary
› 1 snapshot failed from 1 test suite. Inspect your code changes or run `npm test -- -u` to update them.
Test Suites: 1 failed, 8 passed, 9 total
Tests: 1 failed, 30 passed, 31 total
Snapshots: 1 failed, 1 passed, 2 total
Time: 5.758 s
Ran all test suites.
Commented by Action check pull request #28, last updated on Mon Mar 11 15:56:42 CST 2024. |
395d492 to
ff3817d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^18.6.0->^18.6.1^18.6.0->^18.6.3Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v18.6.1Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v18.6.3Compare Source
Bug Fixes
wrapper.mjsby @JounQin in https://github.com/conventional-changelog/commitlint/pull/3966Full Changelog: conventional-changelog/commitlint@v18.6.2...v18.6.3
v18.6.2Compare Source
Bug Fixes
v18.6.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.