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

GUACAMOLE-1956: Update to latest compatible dependency versions. #991

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
78 changes: 39 additions & 39 deletions guacamole/src/main/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion guacamole/src/main/frontend/package.json
Copy link
Contributor Author

@jmuehlner jmuehlner Jun 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packages that are not upgraded:

  • Webpack along with all associated plugins and loaders
    angular-templatecache-webpack-plugin has not been updated in 3 years and requires webpack 4, and we are already on the latest version of all webpack-4 compatible packages.
  • @simonwep/pickr
    Version 1.9.1 is available, but fails to compile/parse:
    [INFO] ERROR in ./node_modules/@simonwep/pickr/dist/pickr.min.js 2:9541
    [INFO] Module parse failed: Unexpected token (2:9541)
    [INFO] You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
    [INFO] | /*! Pickr 1.9.1 MIT | https://github.com/Simonwep/pickr */
    [INFO] > !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define
    ... etc etc
    

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"css-minimizer-webpack-plugin": "^1.3.0",
"exports-loader": "^1.1.1",
"find-package-json": "^1.2.0",
"google-closure-compiler": "20221004.0.0",
"google-closure-compiler": "20240317.0.0",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^1.6.2",
"webpack": "^4.47.0",
Expand Down
Loading