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 #89

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/commands ^0.19.5 -> ^0.19.6 age adoption passing confidence
@codemirror/view ^0.19.26 -> ^0.19.31 age adoption passing confidence
@vitejs/plugin-vue ^1.10.1 -> ^1.10.2 age adoption passing confidence
fastapi ==0.70.0 -> ==0.70.1 age adoption passing confidence
python 3.10.0-slim-buster -> 3.10.1-slim-buster age adoption passing confidence
uvicorn (source, changelog) ==0.15.0 -> ==0.16.0 age adoption passing confidence
vite ^2.6.14 -> ^2.7.2 age adoption passing confidence
vue ^3.2.23 -> ^3.2.26 age adoption passing confidence
windicss ^3.2.1 -> ^3.3.0 age adoption passing confidence

Release Notes

codemirror/commands ### [`v0.19.6`](https://togithub.com/codemirror/commands/blob/HEAD/CHANGELOG.md#​0196-2021-12-10) [Compare Source](https://togithub.com/codemirror/commands/compare/0.19.5...0.19.6) ##### Bug fixes The standard keymap no longer overrides Shift-Delete, in order to allow the native behavior of that key to happen on platforms that support it.
codemirror/view ### [`v0.19.31`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01931-2021-12-13) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.30...0.19.31) ##### New features The package now exports a `dropCursor` extension that draws a cursor at the current drop position when dragging content over the editor. ### [`v0.19.30`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01930-2021-12-13) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.29...0.19.30) ##### Bug fixes Refine Android key event handling to work properly in a GBoard corner case where pressing Enter fires a bunch of spurious deleteContentBackward events. Fix a crash in `drawSelection` for some kinds of selections. Prevent a possibility where some content updates causes duplicate text to remain in DOM. ##### New features Support a `maxLength` option to `MatchDecorator` that allows user code to control how far it scans into hidden parts of viewport lines. ### [`v0.19.29`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01929-2021-12-09) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.28...0.19.29) ##### Bug fixes Fix a bug that could cause out-of-view editors to get a nonsensical viewport and fail to scroll into view when asked to. Fix a bug where would return 0 when clicking below the content if the last line was replaced with a block widget decoration. Fix an issue where clicking at the position of the previous cursor in a blurred editor would cause the selection to reset to the start of the document. Fix an issue where composition could be interrupted if the browser created a new node inside a mark decoration node. ### [`v0.19.28`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01928-2021-12-08) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.27...0.19.28) ##### Bug fixes Fix an issue where pressing Enter on Chrome Android during composition did not fire key handlers for Enter. Avoid a Chrome bug where the virtual keyboard closes when pressing backspace after a widget. Fix an issue where the editor could show a horizontal scroll bar even after all lines that caused it had been deleted or changed. ### [`v0.19.27`](https://togithub.com/codemirror/view/blob/master/CHANGELOG.md#​01927-2021-12-06) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.26...0.19.27) ##### Bug fixes Fix a bug that could cause `EditorView.plugin` to inappropriately return `null` during plugin initialization. Fix a bug where a block widget without `estimatedHeight` at the end of the document could fail to be drawn
vitejs/vite (@​vitejs/plugin-vue) ### [`v1.10.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/plugin-vue/CHANGELOG.md#​1102-httpsgithubcomvitejsvitecompareplugin-vue1101plugin-vue1102-2021-12-07) ##### Bug Fixes - **plugin-vue:** misleading error thrown after refresh or hmr ([#​5870](https://togithub.com/vitejs/vite/issues/5870)) ([5c07cec](https://togithub.com/vitejs/vite/commit/5c07cec7214948da73fbbc33c7f5c83bf7f6cd2e))
tiangolo/fastapi ### [`v0.70.1`](https://togithub.com/tiangolo/fastapi/releases/0.70.1) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.70.0...0.70.1) There's nothing interesting in this particular FastAPI release. It is mainly to enable/unblock the release of the next version of Pydantic that comes packed with features and improvements. 🤩 ##### Fixes - 🐛 Fix JSON Schema for dataclasses, supporting the fixes in Pydantic 1.9. PR [#​4272](https://togithub.com/tiangolo/fastapi/pull/4272) by [@​PrettyWood](https://togithub.com/PrettyWood). ##### Translations - 🌐 Add Korean translation for `docs/tutorial/request-forms-and-files.md`. PR [#​3744](https://togithub.com/tiangolo/fastapi/pull/3744) by [@​NinaHwang](https://togithub.com/NinaHwang). - 🌐 Add Korean translation for `docs/tutorial/request-files.md`. PR [#​3743](https://togithub.com/tiangolo/fastapi/pull/3743) by [@​NinaHwang](https://togithub.com/NinaHwang). - 🌐 Add portuguese translation for `docs/tutorial/query-params-str-validations.md`. PR [#​3965](https://togithub.com/tiangolo/fastapi/pull/3965) by [@​leandrodesouzadev](https://togithub.com/leandrodesouzadev). - 🌐 Add Korean translation for `docs/tutorial/response-status-code.md`. PR [#​3742](https://togithub.com/tiangolo/fastapi/pull/3742) by [@​NinaHwang](https://togithub.com/NinaHwang). - 🌐 Add Korean translation for Tutorial - JSON Compatible Encoder. PR [#​3152](https://togithub.com/tiangolo/fastapi/pull/3152) by [@​NEONKID](https://togithub.com/NEONKID). - 🌐 Add Korean translation for Tutorial - Path Parameters and Numeric Validations. PR [#​2432](https://togithub.com/tiangolo/fastapi/pull/2432) by [@​hard-coders](https://togithub.com/hard-coders). - 🌐 Add Korean translation for `docs/ko/docs/deployment/versions.md`. PR [#​4121](https://togithub.com/tiangolo/fastapi/pull/4121) by [@​DevDae](https://togithub.com/DevDae). - 🌐 Fix Korean translation for `docs/ko/docs/tutorial/index.md`. PR [#​4193](https://togithub.com/tiangolo/fastapi/pull/4193) by [@​kimjaeyoonn](https://togithub.com/kimjaeyoonn). - 🔧 Add CryptAPI sponsor. PR [#​4264](https://togithub.com/tiangolo/fastapi/pull/4264) by [@​tiangolo](https://togithub.com/tiangolo). - 📝 Update `docs/tutorial/dependencies/classes-as-dependencies`: Add type of query parameters in a description of `Classes as dependencies`. PR [#​4015](https://togithub.com/tiangolo/fastapi/pull/4015) by [@​0417taehyun](https://togithub.com/0417taehyun). - 🌐 Add French translation for Tutorial - First steps. PR [#​3455](https://togithub.com/tiangolo/fastapi/pull/3455) by [@​Smlep](https://togithub.com/Smlep). - 🌐 Add French translation for `docs/tutorial/path-params.md`. PR [#​3548](https://togithub.com/tiangolo/fastapi/pull/3548) by [@​Smlep](https://togithub.com/Smlep). - 🌐 Add French translation for `docs/tutorial/query-params.md`. PR [#​3556](https://togithub.com/tiangolo/fastapi/pull/3556) by [@​Smlep](https://togithub.com/Smlep). - 🌐 Add Turkish translation for `docs/python-types.md`. PR [#​3926](https://togithub.com/tiangolo/fastapi/pull/3926) by [@​BilalAlpaslan](https://togithub.com/BilalAlpaslan). ##### Internal - 👥 Update FastAPI People. PR [#​4274](https://togithub.com/tiangolo/fastapi/pull/4274) by [@​github-actions\[bot\]](https://togithub.com/apps/github-actions).
vitejs/vite (vite) ### [`v2.7.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​272-httpsgithubcomvitejsvitecomparev271v272-2021-12-13) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.1...v2.7.2) ##### Bug Fixes - **html:** empty script ([#​6057](https://togithub.com/vitejs/vite/issues/6057)) ([1487223](https://togithub.com/vitejs/vite/commit/1487223f39b7555b1050b660d847eabf4d20249f)) - **lexGlobPattern:** edge case of glob import ([#​6022](https://togithub.com/vitejs/vite/issues/6022)) ([d4c5cff](https://togithub.com/vitejs/vite/commit/d4c5cff551ad9fb721243f8abdbf0c78f5b5a7ec)) - ws types ([#​6083](https://togithub.com/vitejs/vite/issues/6083)) ([1ded1a8](https://togithub.com/vitejs/vite/commit/1ded1a835bfb64f2c70c8c153e979b7911c9a8c1)) ### [`v2.7.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​271-httpsgithubcomvitejsvitecomparev270v271-2021-12-07) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.0...v2.7.1) ##### Bug Fixes - **ssr:** `ssrTransform` handling for empty ArrayPattern ([#​5988](https://togithub.com/vitejs/vite/issues/5988)) ([79aa687](https://togithub.com/vitejs/vite/commit/79aa68744cf17553448bce5c175a25f785e4a743)) ### [`v2.7.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​270-httpsgithubcomvitejsvitecomparev270-beta11v270-2021-12-07) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.6.14...v2.7.0) - 🎉 Revamped SSR dependency handling - 🧩 API consolidation - 🛑 server.fs.strict by default ##### BREAKING CHANGES - `server.fs.strict` is `true` by default ([#​5341](https://togithub.com/vitejs/vite/pull/5341)) See [server filesystem restriction docs](https://vitejs.dev/config/#server-fs-strict) for more details. - Plugin hooks `ssr` param to object in `resolveId`, `load`, and `transform` ([#​5253](https://togithub.com/vitejs/vite/pull/5253)) Previous to this release, the `ssr` param was passed as a `boolean` in the last parameter of each hook. The new interface for these hooks is now: ```ts export interface Plugin extends RollupPlugin { // ... other hooks resolveId?(this: PluginContext, source: string, importer: string | undefined, options: { custom?: CustomPluginOptions; ssr?: boolean; }): Promise | ResolveIdResult; load?(this: PluginContext, id: string, options?: { ssr?: boolean; }): Promise | LoadResult; transform?(this: TransformPluginContext, code: string, id: string, options?: { ssr?: boolean; }): Promise | TransformResult; } ``` In your plugins, you can check if the last param is a boolean or an object to be backward compatible with 2.6 and give some time to users to migrate to Vite 2.7. - `server.pluginContainer` options object for `resolveId`, `load`, and `transform` ([#​5294](https://togithub.com/vitejs/vite/pull/5294)) - Normalize scripts and commands naming ([#​5207](https://togithub.com/vitejs/vite/pull/5207)) Adds a new `vite dev` command alias for `vite serve`, preparing for the new release of create-vite where package scripts are renamed to `dev`, `build`, and `preview`. - Align experimental `preview` api ([#​5407](https://togithub.com/vitejs/vite/pull/5407)) This API was first introduced in 2.6 and it is still in flux. - resolve `rollupOptions.input` paths ([#​5601](https://togithub.com/vitejs/vite/pull/5601)) ##### Features - expose `ssrTransform` to server ([#​5983](https://togithub.com/vitejs/vite/issues/5983)) ([8184feb](https://togithub.com/vitejs/vite/commit/8184feba29c6a89d58bc4437977d22658e946e0c))
windicss/windicss ### [`v3.3.0`](https://togithub.com/windicss/windicss/releases/v3.3.0) [Compare Source](https://togithub.com/windicss/windicss/compare/v3.2.1...v3.3.0) ##### Bug Fixes - sticky prefix order ([#​565](https://togithub.com/windicss/windicss/issues/565)) ([a53dea4](https://togithub.com/windicss/windicss/commit/a53dea4)) - **parser:** fix wrong layer combination ([#​584](https://togithub.com/windicss/windicss/issues/584)) ([9d82a92](https://togithub.com/windicss/windicss/commit/9d82a92)) - add default content to pseudo element with `contents` ([#​547](https://togithub.com/windicss/windicss/issues/547)) ([9db311a](https://togithub.com/windicss/windicss/commit/9db311a)) - skip empty content utility ([#​546](https://togithub.com/windicss/windicss/issues/546)) ([54fc77f](https://togithub.com/windicss/windicss/commit/54fc77f)) - transform-attribute-order ([#​596](https://togithub.com/windicss/windicss/issues/596)) ([26fe621](https://togithub.com/windicss/windicss/commit/26fe621))

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: 74e2a590a65e7ab9eb737375d837068ad47dd922

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

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