summaryrefslogtreecommitdiffstats
path: root/platform/web/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Update JavaScript/Java plugins to solve known vulnerabilitiesDr. Dystopia2024-11-121-322/+232
| | | | Done using the Snyk tool.
* Upgrade to eslint 9patwork2024-05-221-1380/+638
|
* [Web] Update npm packagesFabio Alessandrelli2023-07-311-2930/+1135
|
* Bump json5 from 1.0.1 to 1.0.2 in /platform/webdependabot[bot]2023-01-091-6/+6
| | | | | | | | | | | | | | Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* CI: Update minimatch npm dependency to silence security reportRémi Verschelde2022-10-311-6/+6
| | | | No risk for us as this is only used for static checks on CI.
* [Web] Add auto-formatting to HTML files.Fabio Alessandrelli2022-10-111-35/+292
| | | | | | | | | | Uses html-eslint for HTML file and eslint-plugin-html for inline JavaScript. Use HTML5 (not XHTML), remove CDATA and trailing slashes for self closing tags. Add format checks to CI.
* Replace local web server setup for web editor with a Python-based solutionHugo Locurcio2022-10-041-1220/+1
| | | | | | | | This makes it easier to set up, as you always have Python installed when building Godot. On the other hand, you don't always have Node.js + npm installed (and you may not want to spend time running `npm install`). Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-0/+5391
Also rename export name from "HTML5" to "Web".