Bump @babel/traverse from 7.23.0 to 7.23.2 #15
ci.yaml
on: pull_request
Lint source files
26s
Check npm dependencies
27s
Search for TODOs etc
3s
Check spelling with typos
6s
Lint Markdown files
11s
Lint YAML files
3s
Lint shell scripts
9s
Enforce Conventional Commits
19s
Annotations
12 errors and 10 warnings
Enforce Conventional Commits
You have commit messages with errors
⧗ input: Bump @babel/traverse from 7.23.0 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 3 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Check npm dependencies
Process completed with exit code 1.
|
|
Lint source files:
examples/App.tsx#L3
Unable to resolve path to module 'react-native-dropdown-picker'
|
Lint source files:
examples/App.tsx#L9
'ExampleComponent' is already declared in the upper scope on line 9 column 6
|
|
Lint source files:
examples/babel.config.js#L1
Missing return type on function
|
|
Lint source files:
examples/example-src-files/typescript-class-example.tsx#L3
Unable to resolve path to module 'react-native-dropdown-picker'
|
|
Lint source files:
examples/example-src-files/typescript-function-example.tsx#L3
Unable to resolve path to module 'react-native-dropdown-picker'
|
Lint source files:
examples/example-src-files/typescript-function-example.tsx#L5
Missing JSDoc block description
|
Lint source files:
examples/App.tsx#L3
Imports should be sorted alphabetically
|
Lint source files:
examples/App.tsx#L89
Static method 'getExample' has too many lines (25). Maximum allowed is 20
|
Lint source files:
examples/App.tsx#L129
Method 'render' has too many lines (31). Maximum allowed is 20
|
Lint source files:
examples/App.tsx#L134
Inline style: { flex: 1 }
|
Lint source files:
examples/App.tsx#L135
Inline style: { flex: 1 }
|
Lint source files:
examples/App.tsx#L139
Inline style: { flex: 1 }
|
Lint source files:
examples/App.tsx#L150
Inline style: { flex: 3 }
|
Lint source files:
examples/App.tsx#L151
Inline style: { flex: 1 }
|
Lint source files:
examples/babel.config.js#L1
Unexpected unnamed function
|
Lint source files:
examples/example-src-files/typescript-class-example.tsx#L2
Imports should be sorted alphabetically
|