Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DevDependency] Bump webpack from 4.47.0 to 5.94.0 #690

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,807 changes: 247 additions & 2,560 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
"sinon-chai": "^3.3.0",
"terser-webpack-plugin": "^4.2.3",
"typescript": "^4.5.5",
"webpack": "^4.34.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.15.0"
},

Unchanged files with check annotations Beta

*/
__storeAdapter: new StoreAdapter(),
/**

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (14.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (10.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (10.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (14.x)

Missing JSDoc return description
* Getter for the underlying StoreAdapter property
*
* @return {StoreAdapter}
*/
render,
/**

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (14.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (10.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (10.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (14.x)

Missing JSDoc return description
* Convenience method for getting annotation data
*
* @alias StoreAdapter.getAnnotations
let originY;
let originX;
/**

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'e'
* Handle document.mousedown event
*/
function handleDocumentMousedown(e) {
/**
* Save a circle annotation
*
* @param {SVGElement} svg

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc parameter description for 'svg'
* @param {String} type The type of circle (circle, emptycircle, fillcircle)
* @param {Object} pt The point to use for annotation
* @param {float} radius

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc parameter description for 'radius'
* @param {String} color The color of the rects
*/
function saveCircle(svg, type, pt, radius, color) {
});
}
/**

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'type'
* Enable circle behavior
*/
export function enableCircle(type) {
/**
* Handle annotation.click event
*
* @param {Element} e The annotation element that was clicked

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (12.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (14.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (10.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (10.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (12.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (14.x)

Expected JSDoc for 'target' but found 'e'
*/
function handleAnnotationClick(target) {
createEditOverlay(target);
</div>
`;
/**

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (14.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (10.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (10.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (14.x)

Missing JSDoc return description
* Create a new page to be appended to the DOM.
*
* @param {Number} pageNumber The page number that is being created
/**
* Handle document.mouseup event
*
* @param {Event} The DOM event to be handled

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (12.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (14.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (10.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (10.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (12.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (14.x)

Expected JSDoc for 'e' but found 'The'
*/
function handleDocumentMouseup(e) {
if (input || !findSVGAtPoint(e.clientX, e.clientY)) {
});
}
/**

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'type'
* Enable rect behavior
*/
export function enableRect(type) {