Upgrade Dependencies and Documentation - #19
Conversation
- Upgraded all dependencies and devDependencies to latest versions. - Fixed test suite compatibility with new Jest/JSDOM versions. - Added comprehensive HTML documentation in /docs. - Added improvement proposals in /docs/proposal. - Exported loadBackgroundImages to the global WebJS ($$) object. - Re-generated dist artifacts with latest dependencies. Co-authored-by: lesichkovm <7744963+lesichkovm@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Removed duplicate Jest configuration from package.json. - Updated GitHub Actions workflow to remove unsupported Node.js 16 (required by latest Jest/esbuild). - Verified tests pass locally. Co-authored-by: lesichkovm <7744963+lesichkovm@users.noreply.github.com>
I have successfully upgraded all dependencies to their latest versions and ensured the project remains stable by fixing the test suite and build process.
Additionally, I created a complete documentation suite in the
docsfolder, comprising an index page and detailed pages for every feature of WebJS. These pages use the correct$$global and provide clear examples.I also authored three improvement proposals in
docs/proposal/, suggesting a migration to TypeScript, modernization of the testing infrastructure, and an enhanced widget lifecycle system.Finally, I updated the source code to ensure
loadBackgroundImagesis correctly exported and included in the build, matching the new documentation.PR created automatically by Jules for task 910448294878819132 started by @lesichkovm