mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 18:46:17 +00:00
* build(deps): bump pyodide from 0.23.4 to 0.24.1 Bumps [pyodide](https://github.com/pyodide/pyodide) from 0.23.4 to 0.24.1. - [Release notes](https://github.com/pyodide/pyodide/releases) - [Commits](https://github.com/pyodide/pyodide/compare/0.23.4...0.24.1) --- updated-dependencies: - dependency-name: pyodide dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * updates for pyodide 0.24.0 - fix breaking file rename - replace use of deprecated type * use @pyodide/webpack-plugin Pyodide 0.24 made some breaking changes that broke the way we were integrating it with webpack manually. We can use the official webpack plugin instead. * webpack: add hack for pyodide This works around "Critical dependency: the request of a dependency is an expression" --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Lechner <david@pybricks.com>