toyai / python-playground

Interactive Playground for Python
https://python-playground.netlify.app
MIT License
12 stars 1 forks source link

chore(deps): update all non-major dependencies #93

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete ^0.19.9 -> ^0.19.12 age adoption passing confidence
@codemirror/commands ^0.19.6 -> ^0.19.7 age adoption passing confidence
@codemirror/highlight ^0.19.6 -> ^0.19.7 age adoption passing confidence
@codemirror/history ^0.19.1 -> ^0.19.2 age adoption passing confidence
@codemirror/lang-python ^0.19.2 -> ^0.19.3 age adoption passing confidence
@codemirror/view ^0.19.37 -> ^0.19.40 age adoption passing confidence
fastapi ==0.70.1 -> ==0.72.0 age adoption passing confidence
lint-staged ^12.1.5 -> ^12.2.1 age adoption passing confidence
playwright-chromium (source) ^1.17.1 -> ^1.17.2 age adoption passing confidence
python 3.10.1-slim-buster -> 3.10.2-slim-buster age adoption passing confidence
uvicorn (source, changelog) ==0.16.0 -> ==0.17.0 age adoption passing confidence
uvu ^0.5.2 -> ^0.5.3 age adoption passing confidence
vite ^2.7.10 -> ^2.7.13 age adoption passing confidence
vite-plugin-windicss ^1.6.1 -> ^1.6.3 age adoption passing confidence
vue ^3.2.26 -> ^3.2.27 age adoption passing confidence
windicss ^3.4.2 -> ^3.4.3 age adoption passing confidence

Release Notes

codemirror/autocomplete ### [`v0.19.12`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#​01912-2022-01-11) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/0.19.11...0.19.12) ##### Bug fixes Fix completion navigation with PageUp/Down when the completion tooltip isn't part of the view DOM. ### [`v0.19.11`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#​01911-2022-01-11) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/0.19.10...0.19.11) ##### Bug fixes Fix a bug that caused page up/down to only move the selection by two options in the completion tooltip. ### [`v0.19.10`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#​01910-2022-01-05) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/0.19.9...0.19.10) ##### Bug fixes Make sure the info tooltip is hidden when the selected option is scrolled out of view. Fix a bug in the completion ranking that would sometimes give options that match the input by word start chars higher scores than appropriate. Options are now sorted (ascending) by length when their match score is otherwise identical.
codemirror/commands ### [`v0.19.7`](https://togithub.com/codemirror/commands/blob/HEAD/CHANGELOG.md#​0197-2022-01-11) [Compare Source](https://togithub.com/codemirror/commands/compare/0.19.6...0.19.7) ##### Bug fixes Don't bind Alt-< and Alt-> on macOS by default, since those interfere with some keyboard layouts. Make cursorPageUp/Down scroll the view to keep the cursor in place `cursorPageUp` and `cursorPageDown` now scroll the view by the amount that the cursor moved.
codemirror/highlight ### [`v0.19.7`](https://togithub.com/codemirror/highlight/blob/HEAD/CHANGELOG.md#​0197-2022-01-03) [Compare Source](https://togithub.com/codemirror/highlight/compare/0.19.6...0.19.7) ##### Bug fixes Make `classHighlightStyle` emit classes for `tag.className` and `tags.definition(tags.propertyName)`. Follow precedence level rename ##### New features Add a new highlighting tag `moduleKeyword`.
codemirror/history ### [`v0.19.2`](https://togithub.com/codemirror/history/blob/HEAD/CHANGELOG.md#​0192-2022-01-03) [Compare Source](https://togithub.com/codemirror/history/compare/0.19.1...0.19.2) ##### Bug fixes Redoing a change now puts the cursor right after the change, regardless of where the selection was when the change was undone.
codemirror/lang-python ### [`v0.19.3`](https://togithub.com/codemirror/lang-python/blob/HEAD/CHANGELOG.md#​0193-2022-01-20) [Compare Source](https://togithub.com/codemirror/lang-python/compare/0.19.2...0.19.3) ##### Bug fixes Fix the way block bodies are folded.
codemirror/view ### [`v0.19.40`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01940-2022-01-19) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.39...0.19.40) ##### Bug fixes Make composition input properly appear at secondary cursors (except when those are in the DOM node with the composition, in which case the browser won't allow us to intervene without aborting the composition). Fix a bug that cause the editor to get confused about which content was visible after scrolling something into view. Fix a bug where the dummy elements rendered around widgets could end up in a separate set of wrapping marks, and thus become visible. `EditorView.moveVertically` now preserves the `assoc` property of the input range. Get rid of gaps between selection elements drawn by `drawSelection`. Fix an issue where replacing text next to a widget might leak bogus zero-width spaces into the document. Avoid browser selection mishandling when a focused view has `setState` called by eagerly refocusing it. ### [`v0.19.39`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01939-2022-01-06) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.38...0.19.39) ##### Bug fixes Make sure the editor signals a `geometryChanged` update when its width changes. ##### New features `EditorView.darkTheme` can now be queried to figure out whether the editor is using a dark theme. ### [`v0.19.38`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01938-2022-01-05) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.37...0.19.38) ##### Bug fixes Fix a bug that caused line decorations with a `class` property to suppress all other line decorations for that line. Fix a bug that caused scroll effects to be corrupted when further updates came in before they were applied. Fix an issue where, depending on which way a floating point rounding error fell, `posAtCoords` (and thus vertical cursor motion) for positions outside of the vertical range of the document might or might not return the start/end of the document.
tiangolo/fastapi ### [`v0.72.0`](https://togithub.com/tiangolo/fastapi/releases/0.72.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.71.0...0.72.0) ##### Features - ✨ Enable configuring Swagger UI parameters. Original PR [#​2568](https://togithub.com/tiangolo/fastapi/pull/2568) by [@​jmriebold](https://togithub.com/jmriebold). Here are the new docs: [Configuring Swagger UI](https://fastapi.tiangolo.com/advanced/extending-openapi/#configuring-swagger-ui). ##### Docs - 📝 Update Python Types docs, add missing 3.6 / 3.9 example. PR [#​4434](https://togithub.com/tiangolo/fastapi/pull/4434) by [@​tiangolo](https://togithub.com/tiangolo). ##### Translations - 🌐 Update Chinese translation for `docs/help-fastapi.md`. PR [#​3847](https://togithub.com/tiangolo/fastapi/pull/3847) by [@​jaystone776](https://togithub.com/jaystone776). - 🌐 Fix Korean translation for `docs/ko/docs/index.md`. PR [#​4195](https://togithub.com/tiangolo/fastapi/pull/4195) by [@​kty4119](https://togithub.com/kty4119). - 🌐 Add Polish translation for `docs/pl/docs/index.md`. PR [#​4245](https://togithub.com/tiangolo/fastapi/pull/4245) by [@​MicroPanda123](https://togithub.com/MicroPanda123). - 🌐 Add Chinese translation for `docs\tutorial\path-operation-configuration.md`. PR [#​3312](https://togithub.com/tiangolo/fastapi/pull/3312) by [@​jaystone776](https://togithub.com/jaystone776). ##### Internal - 🔧 Enable MkDocs Material Insiders' `content.tabs.link`. PR [#​4399](https://togithub.com/tiangolo/fastapi/pull/4399) by [@​tiangolo](https://togithub.com/tiangolo). ### [`v0.71.0`](https://togithub.com/tiangolo/fastapi/releases/0.71.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.70.1...0.71.0) ##### Features - ✨ Add docs and tests for Python 3.9 and Python 3.10. PR [#​3712](https://togithub.com/tiangolo/fastapi/pull/3712) by [@​tiangolo](https://togithub.com/tiangolo). - You can start with [Python Types Intro](https://fastapi.tiangolo.com/python-types/), it explains what changes between different Python versions, in Python 3.9 and in Python 3.10. - All the FastAPI docs are updated. Each code example in the docs that could use different syntax in Python 3.9 or Python 3.10 now has all the alternatives in tabs. - ⬆️ Upgrade Starlette to 0.17.1. PR [#​4145](https://togithub.com/tiangolo/fastapi/pull/4145) by [@​simondale00](https://togithub.com/simondale00). ##### Internal - 👥 Update FastAPI People. PR [#​4354](https://togithub.com/tiangolo/fastapi/pull/4354) by [@​github-actions\[bot\]](https://togithub.com/apps/github-actions). - 🔧 Add FastAPI Trove Classifier for PyPI as now there's one 🤷😁. PR [#​4386](https://togithub.com/tiangolo/fastapi/pull/4386) by [@​tiangolo](https://togithub.com/tiangolo). - ⬆ Upgrade MkDocs Material and configs. PR [#​4385](https://togithub.com/tiangolo/fastapi/pull/4385) by [@​tiangolo](https://togithub.com/tiangolo).
okonet/lint-staged ### [`v12.2.1`](https://togithub.com/okonet/lint-staged/releases/v12.2.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.2.0...v12.2.1) ##### Bug Fixes - only throw if no configurations were found ([36b9546](https://togithub.com/okonet/lint-staged/commit/36b9546dda5ca24174b519ce6d132f31077b093b)) ### [`v12.2.0`](https://togithub.com/okonet/lint-staged/releases/v12.2.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.7...v12.2.0) ##### Bug Fixes - make console task titles more explicit ([1c94c27](https://togithub.com/okonet/lint-staged/commit/1c94c2780485f3a2273f8b82db8e74ecafe258b4)) ##### Features - support multiple configuration files ([90d1035](https://togithub.com/okonet/lint-staged/commit/90d1035ef709329d297272e9164b0452c1ed37bd)) ### [`v12.1.7`](https://togithub.com/okonet/lint-staged/releases/v12.1.7) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.6...v12.1.7) ##### Bug Fixes - resolve config modules with ESM createRequire ([#​1082](https://togithub.com/okonet/lint-staged/issues/1082)) ([f9f6538](https://togithub.com/okonet/lint-staged/commit/f9f65380dc3fc6aaa5627abe92f4e26d5b7a25de)) ### [`v12.1.6`](https://togithub.com/okonet/lint-staged/releases/v12.1.6) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.5...v12.1.6) ##### Bug Fixes - always run non-git tasks in the current working directory ([893f3d7](https://togithub.com/okonet/lint-staged/commit/893f3d7825f73115a41ddb3be34af15f4c207315))
Microsoft/playwright ### [`v1.17.2`](https://togithub.com/Microsoft/playwright/releases/v1.17.2) [Compare Source](https://togithub.com/Microsoft/playwright/compare/v1.17.1...v1.17.2) #### Bugfixes [#​11274](https://togithub.com/Microsoft/playwright/issues/11274) - fix: pin colors to 1.4.0 [#​11228](https://togithub.com/Microsoft/playwright/issues/11228) - fix(click): don't fail on stale context while click
lukeed/uvu ### [`v0.5.3`](https://togithub.com/lukeed/uvu/releases/v0.5.3) [Compare Source](https://togithub.com/lukeed/uvu/compare/v0.5.2...v0.5.3) #### Patches - (diff) Prevent error when comparing `null` w/ Array ([#​178](https://togithub.com/lukeed/uvu/issues/178), [#​185](https://togithub.com/lukeed/uvu/issues/185)): [`c6ef0b7`](https://togithub.com/lukeed/uvu/commit/c6ef0b7) *Thank you [@​marvinhagemeister](https://togithub.com/marvinhagemeister)!* - (cli/parse) Ignore `^.git` by default: [`ff50a71`](https://togithub.com/lukeed/uvu/commit/ff50a71) - (cli) Check `--ignore` patterns before dir access ([#​111](https://togithub.com/lukeed/uvu/issues/111)): [`730e7be`](https://togithub.com/lukeed/uvu/commit/730e7be) #### Chores - (examples) Add ["solidjs"](/examples/solidjs) example ([#​152](https://togithub.com/lukeed/uvu/issues/152)): [`117457c`](https://togithub.com/lukeed/uvu/commit/117457c) *Thank you [@​atk](https://togithub.com/atk)~!* - (docs) Add `assert.throws` example for async function testing ([#​172](https://togithub.com/lukeed/uvu/issues/172)): [`957fa25`](https://togithub.com/lukeed/uvu/commit/957fa25) *Thank you [@​nohea](https://togithub.com/nohea)~!* - (docs) Fix broken section link ([#​180](https://togithub.com/lukeed/uvu/issues/180)): [`4baf4fe`](https://togithub.com/lukeed/uvu/commit/4baf4fe) *Thank you [@​rschristian](https://togithub.com/rschristian)~!* *** > **Full Changelog**: https://github.com/lukeed/uvu/compare/v0.5.2...v0.5.3
vitejs/vite ### [`v2.7.13`](https://togithub.com/vitejs/vite/releases/v2.7.13) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.12...v2.7.13) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v2.7.13/packages/vite/CHANGELOG.md) for details. ### [`v2.7.12`](https://togithub.com/vitejs/vite/releases/v2.7.12) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.11...v2.7.12) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v2.7.12/packages/vite/CHANGELOG.md) for details. ### [`v2.7.11`](https://togithub.com/vitejs/vite/releases/v2.7.11) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.10...v2.7.11) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v2.7.11/packages/vite/CHANGELOG.md) for details.
antfu/vite-plugin-windicss ### [`v1.6.3`](https://togithub.com/antfu/vite-plugin-windicss/compare/v1.6.2...v1.6.3) [Compare Source](https://togithub.com/antfu/vite-plugin-windicss/compare/v1.6.2...v1.6.3) ### [`v1.6.2`](https://togithub.com/antfu/vite-plugin-windicss/compare/v1.6.1...v1.6.2) [Compare Source](https://togithub.com/antfu/vite-plugin-windicss/compare/v1.6.1...v1.6.2)
windicss/windicss ### [`v3.4.3`](https://togithub.com/windicss/windicss/releases/v3.4.3) [Compare Source](https://togithub.com/windicss/windicss/compare/v3.4.2...v3.4.3) ##### Bug Fixes - ClassParser incorrectly end group with jsx functional component content ([#​660](https://togithub.com/windicss/windicss/issues/660)) ([0be1b2c](https://togithub.com/windicss/windicss/commit/0be1b2c)) - Maximum call stack size exceeded at guessClassName ([#​665](https://togithub.com/windicss/windicss/issues/665)) ([d612389](https://togithub.com/windicss/windicss/commit/d612389)) ##### Features - support gap property in flex attribute ([#​582](https://togithub.com/windicss/windicss/issues/582)) ([#​652](https://togithub.com/windicss/windicss/issues/652)) ([a755743](https://togithub.com/windicss/windicss/commit/a755743))

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

netlify[bot] commented 2 years ago

✔️ Deploy Preview for python-playground ready!

🔨 Explore the source changes: 6af362f240063c8521216523759ba0eaf80764ae

🔍 Inspect the deploy log: https://app.netlify.com/sites/python-playground/deploys/61e928e366c5ce0008e9ca1d

😎 Browse the preview: https://deploy-preview-93--python-playground.netlify.app/