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

Updated stlite to 0.57 (Streamlit 1.35.0) #50

Merged
merged 39 commits into from
Jun 5, 2024
Merged

Conversation

andeplane
Copy link

No description provided.

dependabot bot and others added 30 commits April 30, 2024 07:25
…hitphx#891)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.2 to 8.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.2...8.2.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Install winston

* Set up a logger

* Update depcation warnings
Bumps the npm_and_yarn group with 1 update: [ejs](https://github.com/mde/ejs).


Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid) from 1.0.2 to 1.0.5.
- [Commits](https://github.com/PablocFonseca/streamlit-aggrid/commits)

---
updated-dependencies:
- dependency-name: streamlit-aggrid
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.2.1.240316 to 2.2.2.240514.
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.2.1.240316...v2.2.2.240514)

---
updated-dependencies:
- dependency-name: pandas-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ver (whitphx#910)

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.4 to 3.9.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.4...v3.9.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update streamlit to 1.35.0

* Pin the resolved version of protobufjs 7.2.4, which solves an error at running make protobuf in the streamlit submodule somehow

* Revert parquest-wasm to 0.4.0 as it introduced breaking changed in 0.6.0 and we should deal with it as a separate work

* Update stlite-server

* Update stlite-server catching up with the upstream changes

* Fix test path and import testutils from the original streamlit module

* Set protobufjs-cli version as 7.2.5, which still works

* Add a comment

* Fix pytest in the CI

* Fix Server() caller
…whitphx#928)

* Replace time.sleep with asyncio.sleep in the component gallery sample

* Replace time.sleep with asyncio.sleep in the lottie sample
…ver (whitphx#919)

Bumps [requests](https://github.com/psf/requests) from 2.32.1 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.1...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
whitphx#930)

* Update the 030_streamlit_e2e_tests sample where some tests have been removed migrating to playwright e2e tests in the upstream

* Delete  packages/sharing-editor/public/samples/030_streamlit_e2e_tests/tests

* Add packages/sharing-editor/public/samples/030_streamlit_e2e_tests/streamlit_app.py

* Update packages/sharing-editor/public/samples/030_streamlit_e2e_tests/requirements.txt
* Update packages/sharing-editor/public/samples/011_component_gallery

* Add  packages/sharing-editor/public/samples/012_tutorials_fragments/

* Move 012_custom-navigation -> 012_tutorials_custom-navigation
* Make st.logo stlite-compatible

* Remove @streamlit/lib dependency

* Refactoring

* Refactoring
* Update Pyodide to 0.26.0

* Set Python version as 3.12.1

* Set Python version in packages/kernel/py/stlite-server/pyproject.toml

* Update .gitignore

* Specify engines.node in desktop/package.json and remove node-fetch

* Fix the Python version in gh-pages.yml

* Fix worker-runtime to handle LiteralMap, which was introduced in Pyodide 0.26.0
whitphx and others added 7 commits May 29, 2024 20:53
* Replace black, flake8, and isort with ruff

* Fix CI
…uilt packages relying on Pyodide's caching mechanism (whitphx#937)

* Add --pyodide-source option and remove manual downloading of the prebuilt packages relying on Pyodide's caching mechanism

* Update README.md

* Refactoring

* Specify indexURL

* Revert "Specify indexURL"

This reverts commit 63223b5.
@andeplane andeplane requested a review from a team as a code owner June 4, 2024 13:58
@andeplane andeplane added the auto-merge Bulldozer auto-merge label Jun 5, 2024
@andeplane andeplane merged commit 9258b22 into main Jun 5, 2024
2 checks passed
@andeplane andeplane deleted the anders/stlite-0.57.0 branch June 5, 2024 07:52
@andeplane andeplane mentioned this pull request Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Bulldozer auto-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants