Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps semver from 5.7.1 to 5.7.2.

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 11, 2023
@snehankekre
Copy link
Contributor

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 11, 2023

Dependabot tried to merge this PR, but received the following error from GitHub:

At least 1 approving review is required by reviewers with write access.

@snehankekre
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit a210071 into main Jul 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/semver-5.7.2 branch July 11, 2023 08:43
sfc-gh-dmatthews added a commit that referenced this pull request Jul 12, 2023
* Example apps for st.toast (#698)

* Example apps for st.toast

Example apps to embed in st.toast documentation

* Removed st.toast example

Removed example 3 for st.toast which includes syntax for a later release.

* Replace `*.streamlitapp.com` with `*.streamlit.app` (#699)

* Style: capitalization consistency (#704)

Style: capitalization consistency

* [create-pull-request] automated change (#697)

Co-authored-by: snehankekre <snehankekre@users.noreply.github.com>

* Upgrade: Allow generate.py to accept version override (#700)

generate.py will now accept an optional argument to set the version number recorded within streamlit.json

`python generate.py` will default to reading `streamlit.__version__`

`python generate.py 1.24.0` will use version '1.24.0' as the entry in streamlit.json (including source urls within the items)

* Remove release notes

* change set_page_config arguments (#708)

* Docs for setting up a custom subdomain during app deployment (#710)

* Added custom subdomain at deployment

Added images and description for new feature: custom subdomain at deployment

Removed bad link to ip allow list; no longer published.

* feedback edits feature/cloud/custom-subdomain-deploy

Included feedback on feature docs for setting a custom domain name at deployment.

* Revert package-lock.json

Undo accidental change to package-lock.json

* Updated default branch naming convention

Further explained the default URL for app deployments.

* Add a Cloud page on how to `Update your email` (#711)

* added feature/cloud/change-email

Added screenshots and content to explain changing email (primary identity) on Streamlit Community Cloud. Menu rearranged to remove 'Deleting your account' from 'Get started' into a new 'Manage your account' section

* Expanded email update procedure

Addred more screenshots and steps for updating account email on Streamlit Community Cloud. Additional instructions added for resending a confirmation and recovering from accidentally creating a second account.

* Polish 'Manage your account'; fix broken links

* Update language in `Update your email` and `Delete your account`

* Redirect Delete your account from `/get-started` to `/manage-your-account`

* Final edit of changing cloud account email

Small typesetting change.

* Revert "Final edit of changing cloud account email"

This reverts commit 218a42b.

* Unrevert last commit

---------

Co-authored-by: snehankekre <snehan.minerva@gmail.com>

* [create-pull-request] automated change (#705)

Co-authored-by: sfc-gh-dmatthews <sfc-gh-dmatthews@users.noreply.github.com>

* Replace vercel-like favicon with Streamlit (#714)

* Addded advanced exaplanation and examples for st.button (#674)

* Skeleton of KB Buttons Article

Beginning draft of KB Buttons article.

* Added button code examples

Started filling in code examples of what to do and what not to do with buttons.

* Added more button code examples

Continued filling in code examples of what to do and what not to do with buttons.

* Finished button code examples, first pass

Filled in the rest of the code examples to complete a first pass at the button KB article.

* Updated per editor review

Updated for grammar and style per feedback from an editor

* Expanded on example explanations

Added more description on longer or complicated examples.

* Updated advanced button slug

* Punctuation

* Grammar

* Removed link for moved article

Removed link to button behavior from KB since it was moved to library/advanced features.

---------

Co-authored-by: Debbie Matthews <debbie.matthews@snowflake.com>

* Remove Community Cloud support for Python 3.7 (#716)

Community Cloud no longer supports Python 3.7. Supported Python versions updated.

* Add chat input+message docstring apps

* Edits to Advanced explanation and examples for st.button (#715)

* Edits to Advanced explanation and examples for st.button

Grammar and clarity edits to library/advanced features/button behavior and examples

* Added note to equate st.checkbox with a toggle button

Added a note that st.checkbox is a suitable widget to use as a toggle button instead of changing button behavior with st.session_state.

* Add a missing 'to' in sentence

---------

Co-authored-by: snehankekre <snehan.minerva@gmail.com>

* Add simple chat app for tutorial

* Simple chat app: Split on space instead of character

* Add echo bot app for chat tutorial

* Remove Streamlit Core support for Python 3.7 (#717)

* Remove Community Cloud support for Python 3.7

Community Cloud no longer supports Python 3.7. Supported Python versions updated.

* Remove Streamlit Core support for Python 3.7

Python 3.7 is no longer supported as of Streamlit version 1.24.0. Documentation updated accordingly.

* Don't recommend vulnerable version of Streamlit in components API

* Remove outdated environment from cloud troubleshooting

Removed outdated not explaining container environment on Community Cloud--a remnant from a time when users couldn't choose Python versions.

* Use python 3.8 image in k8s tutorial

---------

Co-authored-by: snehankekre <snehan.minerva@gmail.com>

* Add new chat elements to API reference (#718)

* Generate docstrings for chat input and chat message

* Add v1 of chat command pages

* Add new chat elements to API reference

* Add tutorial on how to Build conversational apps

* Link to chat tutorial in chat API pages

* Fix typo in tutorial

* Add missing imports to simple app's full code

* Split on space instead of character

* Show how to use non-`with` notation

* Replace chat message API screenshot with one not showing input widgets

* Add section on building an echo bot

* Bump docs apps from 1.23.1 to 1.24.0

* Document `hash_funcs` Caching (#720)

* Document 1.24.0 related changes (#721)

* Add 1.24.0 release notes to changelog

* Bump version to 1.24.0 in configuration and cheat sheet

* Reword chat apps tutorial release note

* Add chat elements to cheat sheet

* Add latest features to What's new tile on homepage

* Remove point about ibis table support from changelog

* [create-pull-request] automated change (#713)

Co-authored-by: snehankekre <snehankekre@users.noreply.github.com>

* Improve embed options descriptions (#723)

* Improve embed options descriptions

* Additional improvement for embed options.

Added punctuation for style consistency and expanded a few more briefly worded options.

---------

Co-authored-by: Debbie Matthews <debbie.matthews@snowflake.com>

* Harmonize AI model usage and improve message container syntax (#725)

This commit updates the Streamlit walkthrough documentation to provide a more consistent experience for the reader. It changes the usage of "gpt-4" in the final code snippet to "gpt-3.5-turbo" to match the AI model used earlier in the walkthrough. It also improves the syntax for displaying the user message in the chat message container, using the 'with' statement for better readability and clarity.

* Added documentation for in-app options menu (use and configuration) (#724)

* Update Configuration with latest config options

Config options updated with latest versions and shortened to 79 character per line to prevent side-scrolling in markdown code blocks.

* Corrected showErrorDetails description

Corrected the description of `showErrorDetails` which does not currently hide the traceback if set to false.

* New page to document in-app options menu

Created new page to document the options menu available in the upper-right corner of a running app.

* Moved configuration documentation to api section

Completed draft of app menu documentation and moved related configuration documentation within "Configuration and management" with the API reference directory. URLs throughout the documentation were updated and redirects were added.

* Revert "Moved configuration documentation to api section"

This reverts commit 79086b3.

* Additional content for app menu documentation

Draft documentation of app menu options.

* Move App menu documentation to Advanced features

Moved App menu documentation from `/api-reference/configuration-and-management` to `/advanced-features`.

* Removed outdated KB articles

How to record a screencast and how to hide the hamburger menu are not part of the Streamlit library documentation. KB articles for these topics are removed with this commit.

* Improve alignment of images

* Swap clear and deploy source images

* Add entire config file with Collapse component

* Fix broken link to config page in Customize the menu

* Link to session state explanatory docs instead of API

* Typo: Be sure -> Ensure

* Reverted clear and deploy images

Developer options menu is grey with a white highlight; reverted images to show white on hover.

* Update config option definitions

Updated config option definitions to match streamlit/streamlit#6917

* Image position: mobile compatibility

Updated margin on images so mobile display is also pretty. Using auto margin on small images not expected to fill the screen and left+right equal margin for images expected to be full-width.

* Update print option description

Remove reference to limited/experimental and specify that it just uses the browser's print=to-pdf function.

---------

Co-authored-by: snehankekre <snehan.minerva@gmail.com>

* Prevent `Collapse` component closing on code block copy action (#729)

* Bump json5 from 1.0.1 to 1.0.2 (#604)

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](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

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

* Bump decode-uri-component from 0.2.0 to 0.2.2 (#544)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

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

* Bump loader-utils from 2.0.2 to 2.0.4 (#530)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](webpack/loader-utils@v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

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

* Bump qs, body-parser and express (#543)

Bumps [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.7.0...v6.11.0)

Updates `body-parser` from 1.19.0 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.19.0...1.20.1)

Updates `express` from 4.17.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

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

* Add LLM-powered chat app to feature in tutorial (#732)

* Add LLM-powered chat app to feature in tutorial

* Add `openai==0.27.8` to docs apps requirements

* Bump minimatch from 3.0.4 to 3.1.2 (#731)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

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

* Embed llm-powered chat app in tutorial (#733)

* Bump semver from 5.7.1 to 5.7.2 (#734)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Snehan Kekre <snehan.minerva@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: snehankekre <snehankekre@users.noreply.github.com>
Co-authored-by: Juan Martin Garcia <juan.garcia@snowflake.com>
Co-authored-by: Yaron Bialik <astralk@gmail.com>
Co-authored-by: sfc-gh-dmatthews <sfc-gh-dmatthews@users.noreply.github.com>
Co-authored-by: MathCatsAnd <98661771+MathCatsAnd@users.noreply.github.com>
Co-authored-by: Johannes Rieke <johannes.rieke@snowflake.com>
Co-authored-by: Sven <67136317+Sven-Bo@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
snehankekre added a commit that referenced this pull request Jul 21, 2023
* json file reformat

Used auto-format to reformat json file. Local auto-formatter is different that previous auto-formatter, making diff difficult to read. Committing reformat to get clean diff on next commit.

* st.toast initial documentation commit

Initial commit of st.toast with docstring, navigation, and tile placeholders

* toast cheat sheet and tile

Updated cheat sheet to include toast example. Added image for toast tiles on the API reference and Status Elements pages.

* toast limitation in sidebar

Added toast to the list of elements that must use `with` notation on the sidebar.

* Undo package lock change

Undo change in package lock file resulting from local doc build.

* st.toast main doc page

Added explanation and embedded apps to main page for st.toast

* Merge streamlit.json from main

Update streamlit.json from main branch

* Merge main -> feature/toast (#736)

* Example apps for st.toast (#698)

* Example apps for st.toast

Example apps to embed in st.toast documentation

* Removed st.toast example

Removed example 3 for st.toast which includes syntax for a later release.

* Replace `*.streamlitapp.com` with `*.streamlit.app` (#699)

* Style: capitalization consistency (#704)

Style: capitalization consistency

* [create-pull-request] automated change (#697)

Co-authored-by: snehankekre <snehankekre@users.noreply.github.com>

* Upgrade: Allow generate.py to accept version override (#700)

generate.py will now accept an optional argument to set the version number recorded within streamlit.json

`python generate.py` will default to reading `streamlit.__version__`

`python generate.py 1.24.0` will use version '1.24.0' as the entry in streamlit.json (including source urls within the items)

* Remove release notes

* change set_page_config arguments (#708)

* Docs for setting up a custom subdomain during app deployment (#710)

* Added custom subdomain at deployment

Added images and description for new feature: custom subdomain at deployment

Removed bad link to ip allow list; no longer published.

* feedback edits feature/cloud/custom-subdomain-deploy

Included feedback on feature docs for setting a custom domain name at deployment.

* Revert package-lock.json

Undo accidental change to package-lock.json

* Updated default branch naming convention

Further explained the default URL for app deployments.

* Add a Cloud page on how to `Update your email` (#711)

* added feature/cloud/change-email

Added screenshots and content to explain changing email (primary identity) on Streamlit Community Cloud. Menu rearranged to remove 'Deleting your account' from 'Get started' into a new 'Manage your account' section

* Expanded email update procedure

Addred more screenshots and steps for updating account email on Streamlit Community Cloud. Additional instructions added for resending a confirmation and recovering from accidentally creating a second account.

* Polish 'Manage your account'; fix broken links

* Update language in `Update your email` and `Delete your account`

* Redirect Delete your account from `/get-started` to `/manage-your-account`

* Final edit of changing cloud account email

Small typesetting change.

* Revert "Final edit of changing cloud account email"

This reverts commit 218a42b.

* Unrevert last commit

---------

Co-authored-by: snehankekre <snehan.minerva@gmail.com>

* [create-pull-request] automated change (#705)

Co-authored-by: sfc-gh-dmatthews <sfc-gh-dmatthews@users.noreply.github.com>

* Replace vercel-like favicon with Streamlit (#714)

* Addded advanced exaplanation and examples for st.button (#674)

* Skeleton of KB Buttons Article

Beginning draft of KB Buttons article.

* Added button code examples

Started filling in code examples of what to do and what not to do with buttons.

* Added more button code examples

Continued filling in code examples of what to do and what not to do with buttons.

* Finished button code examples, first pass

Filled in the rest of the code examples to complete a first pass at the button KB article.

* Updated per editor review

Updated for grammar and style per feedback from an editor

* Expanded on example explanations

Added more description on longer or complicated examples.

* Updated advanced button slug

* Punctuation

* Grammar

* Removed link for moved article

Removed link to button behavior from KB since it was moved to library/advanced features.

---------

Co-authored-by: Debbie Matthews <debbie.matthews@snowflake.com>

* Remove Community Cloud support for Python 3.7 (#716)

Community Cloud no longer supports Python 3.7. Supported Python versions updated.

* Add chat input+message docstring apps

* Edits to Advanced explanation and examples for st.button (#715)

* Edits to Advanced explanation and examples for st.button

Grammar and clarity edits to library/advanced features/button behavior and examples

* Added note to equate st.checkbox with a toggle button

Added a note that st.checkbox is a suitable widget to use as a toggle button instead of changing button behavior with st.session_state.

* Add a missing 'to' in sentence

---------

Co-authored-by: snehankekre <snehan.minerva@gmail.com>

* Add simple chat app for tutorial

* Simple chat app: Split on space instead of character

* Add echo bot app for chat tutorial

* Remove Streamlit Core support for Python 3.7 (#717)

* Remove Community Cloud support for Python 3.7

Community Cloud no longer supports Python 3.7. Supported Python versions updated.

* Remove Streamlit Core support for Python 3.7

Python 3.7 is no longer supported as of Streamlit version 1.24.0. Documentation updated accordingly.

* Don't recommend vulnerable version of Streamlit in components API

* Remove outdated environment from cloud troubleshooting

Removed outdated not explaining container environment on Community Cloud--a remnant from a time when users couldn't choose Python versions.

* Use python 3.8 image in k8s tutorial

---------

Co-authored-by: snehankekre <snehan.minerva@gmail.com>

* Add new chat elements to API reference (#718)

* Generate docstrings for chat input and chat message

* Add v1 of chat command pages

* Add new chat elements to API reference

* Add tutorial on how to Build conversational apps

* Link to chat tutorial in chat API pages

* Fix typo in tutorial

* Add missing imports to simple app's full code

* Split on space instead of character

* Show how to use non-`with` notation

* Replace chat message API screenshot with one not showing input widgets

* Add section on building an echo bot

* Bump docs apps from 1.23.1 to 1.24.0

* Document `hash_funcs` Caching (#720)

* Document 1.24.0 related changes (#721)

* Add 1.24.0 release notes to changelog

* Bump version to 1.24.0 in configuration and cheat sheet

* Reword chat apps tutorial release note

* Add chat elements to cheat sheet

* Add latest features to What's new tile on homepage

* Remove point about ibis table support from changelog

* [create-pull-request] automated change (#713)

Co-authored-by: snehankekre <snehankekre@users.noreply.github.com>

* Improve embed options descriptions (#723)

* Improve embed options descriptions

* Additional improvement for embed options.

Added punctuation for style consistency and expanded a few more briefly worded options.

---------

Co-authored-by: Debbie Matthews <debbie.matthews@snowflake.com>

* Harmonize AI model usage and improve message container syntax (#725)

This commit updates the Streamlit walkthrough documentation to provide a more consistent experience for the reader. It changes the usage of "gpt-4" in the final code snippet to "gpt-3.5-turbo" to match the AI model used earlier in the walkthrough. It also improves the syntax for displaying the user message in the chat message container, using the 'with' statement for better readability and clarity.

* Added documentation for in-app options menu (use and configuration) (#724)

* Update Configuration with latest config options

Config options updated with latest versions and shortened to 79 character per line to prevent side-scrolling in markdown code blocks.

* Corrected showErrorDetails description

Corrected the description of `showErrorDetails` which does not currently hide the traceback if set to false.

* New page to document in-app options menu

Created new page to document the options menu available in the upper-right corner of a running app.

* Moved configuration documentation to api section

Completed draft of app menu documentation and moved related configuration documentation within "Configuration and management" with the API reference directory. URLs throughout the documentation were updated and redirects were added.

* Revert "Moved configuration documentation to api section"

This reverts commit 79086b3.

* Additional content for app menu documentation

Draft documentation of app menu options.

* Move App menu documentation to Advanced features

Moved App menu documentation from `/api-reference/configuration-and-management` to `/advanced-features`.

* Removed outdated KB articles

How to record a screencast and how to hide the hamburger menu are not part of the Streamlit library documentation. KB articles for these topics are removed with this commit.

* Improve alignment of images

* Swap clear and deploy source images

* Add entire config file with Collapse component

* Fix broken link to config page in Customize the menu

* Link to session state explanatory docs instead of API

* Typo: Be sure -> Ensure

* Reverted clear and deploy images

Developer options menu is grey with a white highlight; reverted images to show white on hover.

* Update config option definitions

Updated config option definitions to match streamlit/streamlit#6917

* Image position: mobile compatibility

Updated margin on images so mobile display is also pretty. Using auto margin on small images not expected to fill the screen and left+right equal margin for images expected to be full-width.

* Update print option description

Remove reference to limited/experimental and specify that it just uses the browser's print=to-pdf function.

---------

Co-authored-by: snehankekre <snehan.minerva@gmail.com>

* Prevent `Collapse` component closing on code block copy action (#729)

* Bump json5 from 1.0.1 to 1.0.2 (#604)

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](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

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

* Bump decode-uri-component from 0.2.0 to 0.2.2 (#544)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

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

* Bump loader-utils from 2.0.2 to 2.0.4 (#530)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](webpack/loader-utils@v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

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

* Bump qs, body-parser and express (#543)

Bumps [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.7.0...v6.11.0)

Updates `body-parser` from 1.19.0 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.19.0...1.20.1)

Updates `express` from 4.17.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

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

* Add LLM-powered chat app to feature in tutorial (#732)

* Add LLM-powered chat app to feature in tutorial

* Add `openai==0.27.8` to docs apps requirements

* Bump minimatch from 3.0.4 to 3.1.2 (#731)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

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

* Embed llm-powered chat app in tutorial (#733)

* Bump semver from 5.7.1 to 5.7.2 (#734)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Snehan Kekre <snehan.minerva@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: snehankekre <snehankekre@users.noreply.github.com>
Co-authored-by: Juan Martin Garcia <juan.garcia@snowflake.com>
Co-authored-by: Yaron Bialik <astralk@gmail.com>
Co-authored-by: sfc-gh-dmatthews <sfc-gh-dmatthews@users.noreply.github.com>
Co-authored-by: MathCatsAnd <98661771+MathCatsAnd@users.noreply.github.com>
Co-authored-by: Johannes Rieke <johannes.rieke@snowflake.com>
Co-authored-by: Sven <67136317+Sven-Bo@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update st.toast API image

Update st.toast API image to incorporate streamlit/streamlit#7011

* Update docstring json file

Update streamlit.json with new docstrings for 1.25.0

* Revert "Merge main -> feature/toast (#736)"

This reverts commit 8f509a7.

* Match streamlit.json to main branch

Update streamlit.json to match main and resolve merge conflict

* Unmatch streamlit.json from main

Revert matching of streamlit.json to main after resolving merge conflict

* Simplify toast example in cheat sheet

Trimmed st.toast example to a one-liner in the cheat sheet

* Updated code for st.toast embedded example

Updated code for embedded st.toast example where the last two lines were truncated previously.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Snehan Kekre <snehan.minerva@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: snehankekre <snehankekre@users.noreply.github.com>
Co-authored-by: Juan Martin Garcia <juan.garcia@snowflake.com>
Co-authored-by: Yaron Bialik <astralk@gmail.com>
Co-authored-by: sfc-gh-dmatthews <sfc-gh-dmatthews@users.noreply.github.com>
Co-authored-by: MathCatsAnd <98661771+MathCatsAnd@users.noreply.github.com>
Co-authored-by: Johannes Rieke <johannes.rieke@snowflake.com>
Co-authored-by: Sven <67136317+Sven-Bo@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant