fix(types): fix type check & security issues #955
Annotations
6 errors and 2 warnings
build (14.x):
node_modules/@types/babel__traverse/index.d.ts#L321
An index signature parameter type must be either 'string' or 'number'.
|
build (14.x):
src/toolbars/PreviewerBubble.js#L361
Property 'reg' does not exist on type '{ begin: string; content: string; end: string; }'.
|
build (14.x):
src/utils/tableContentHander.js#L297
Property 'reg' does not exist on type '{ begin: string; content: string; end: string; }'.
|
build (16.x):
node_modules/@types/babel__traverse/index.d.ts#L321
An index signature parameter type must be either 'string' or 'number'.
|
build (16.x):
src/toolbars/PreviewerBubble.js#L361
Property 'reg' does not exist on type '{ begin: string; content: string; end: string; }'.
|
build (16.x):
src/utils/tableContentHander.js#L297
Property 'reg' does not exist on type '{ begin: string; content: string; end: string; }'.
|
build (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|