forked from whitphx/stlite
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release production #59
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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
…nstead of updating sys.path in conftest.py (whitphx#922)
…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] <[email protected]> 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
…ine the Electron version at packaging (whitphx#935)
* 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.
Updated stlite to 0.57 (Streamlit 1.35.0)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.