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

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/history ^0.19.0 -> ^0.19.1 age adoption passing confidence
@codemirror/search ^0.19.4 -> ^0.19.5 age adoption passing confidence
@codemirror/view ^0.19.31 -> ^0.19.37 age adoption passing confidence
@vitejs/plugin-vue ^2.0.0 -> ^2.0.1 age adoption passing confidence
@vue/test-utils ^2.0.0-rc.17 -> ^2.0.0-rc.18 age adoption passing confidence
conventional-changelog-cli ^2.1.1 -> ^2.2.2 age adoption passing confidence
lint-staged ^12.1.2 -> ^12.1.4 age adoption passing confidence
vite ^2.7.2 -> ^2.7.8 age adoption passing confidence
vite-plugin-windicss ^1.5.4 -> ^1.6.1 age adoption passing confidence
windicss ^3.3.0 -> ^3.4.1 age adoption passing confidence

Release Notes

codemirror/history ### [`v0.19.1`](https://togithub.com/codemirror/history/blob/HEAD/CHANGELOG.md#​0191-2021-12-28) [Compare Source](https://togithub.com/codemirror/history/compare/0.19.0...0.19.1) ##### Bug fixes Scroll the selection into view after undoing or redoing. Only combine typing and deletion events into a single history event Avoid combining most types of transactions into a single history event, except for typing and deleting.
codemirror/search ### [`v0.19.5`](https://togithub.com/codemirror/search/blob/HEAD/CHANGELOG.md#​0195-2021-12-16) [Compare Source](https://togithub.com/codemirror/search/compare/0.19.4...0.19.5) ##### Breaking changes The search option `matchCase` was renamed to `caseSensitive` (the old name will continue to work until the next breaking release). ##### Bug fixes `openSearchPanel` will now update the search query to the current selection even if the panel was already open. ##### New features Client code can now pass a custom search panel creation function in the search configuration. The `getSearchQuery` function and `setSearchQuery` effect can now be used to inspect or change the current search query.
codemirror/view ### [`v0.19.37`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01937-2021-12-22) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.36...0.19.37) ##### Bug fixes Fix regression where plugin replacing decorations that span to the end of the line are ignored. ### [`v0.19.36`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01936-2021-12-22) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.35...0.19.36) ##### Bug fixes Fix a crash in `posAtCoords` when the position lies in a block widget that is rendered but scrolled out of view. Adding block decorations from a plugin now raises an error. Replacing decorations that cross lines are ignored, when provided by a plugin. Fix inverted interpretation of the `precise` argument to `posAtCoords`. ### [`v0.19.35`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01935-2021-12-20) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.34...0.19.35) ##### Bug fixes The editor will now handle double-taps as if they are double-clicks, rather than letting the browser's native behavior happen (because the latter often does the wrong thing). Fix an issue where backspacing out a selection on Chrome Android would sometimes only delete the last character due to event order issues. `posAtCoords`, without second argument, will no longer return null for positions below or above the document. ### [`v0.19.34`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01934-2021-12-17) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.33...0.19.34) ##### Bug fixes Fix a bug where content line elements would in some cases lose their `cm-line` class. Move test to scrollIntoView ### [`v0.19.33`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01933-2021-12-16) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.32...0.19.33) ##### Breaking changes `EditorView.scrollTo` and `EditorView.centerOn` are deprecated in favor of `EditorView.scrollIntoView`, and will be removed in the next breaking release. ##### Bug fixes Fix an issue that could cause the editor to unnecessarily interfere with composition (especially visible on macOS Chrome). A composition started with multiple lines selected will no longer be interruptd by the editor. ##### New features The new `EditorView.scrollIntoView` function allows you to do more fine-grained scrolling. ### [`v0.19.32`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#​01932-2021-12-15) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.31...0.19.32) ##### Bug fixes Fix a bug where CodeMirror's own event handers would run even after a user-supplied handler called `preventDefault` on an event. Properly draw selections when negative text-indent is used for soft wrapping. Fix an issue where `viewportLineBlocks` could hold inaccurate height information when the vertical scaling changed. Fixes drop cursor positioning when the document is scrolled. Force a content measure when the editor comes into view Fix a bug that could cause the editor to not measure its layout the first time it came into view.
vitejs/vite (@​vitejs/plugin-vue) ### [`v2.0.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/plugin-vue/CHANGELOG.md#​201-httpsgithubcomvitejsvitecompareplugin-vue200plugin-vue201-2021-12-14) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.0.0...v2.0.1) ##### Bug Fixes - **plugin-vue:** error.length is zero ([#​6106](https://togithub.com/vitejs/vite/issues/6106)) ([5ec49be](https://togithub.com/vitejs/vite/commit/5ec49befad4d7b5e7cc14f14520ba96d5b6f6d69))
conventional-changelog/conventional-changelog ### [`v2.2.2`](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.1...conventional-changelog-cli-v2.2.2) [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.1...conventional-changelog-cli-v2.2.2)
okonet/lint-staged ### [`v12.1.4`](https://togithub.com/okonet/lint-staged/releases/v12.1.4) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.3...v12.1.4) ##### Bug Fixes - use cwd option when resolving git repo root ([#​1075](https://togithub.com/okonet/lint-staged/issues/1075)) ([a230b03](https://togithub.com/okonet/lint-staged/commit/a230b0350885194e5f07be667312316ad869b7fc)) ### [`v12.1.3`](https://togithub.com/okonet/lint-staged/releases/v12.1.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.2...v12.1.3) ##### Bug Fixes - **deps:** remove enquirer because it's now optional by listr2 ([96a1a29](https://togithub.com/okonet/lint-staged/commit/96a1a29ab49009d3d7edc98cc7344b1ac9c1cce6))
vitejs/vite (vite) ### [`v2.7.8`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​278-httpsgithubcomvitejsvitecomparev277v278-2021-12-28) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.7...v2.7.8) ##### Bug Fixes - **html:** show error overlay when parsing invalid file ([#​6184](https://togithub.com/vitejs/vite/issues/6184)) ([1f945f6](https://togithub.com/vitejs/vite/commit/1f945f62bf4a722c95a7b8f9c14c32a6f2be5c3f)) - seperate source and dep for dymamic import after build ([#​6251](https://togithub.com/vitejs/vite/issues/6251)) ([49da986](https://togithub.com/vitejs/vite/commit/49da98619692779df58673b9cc6004dd824a6f15)) - **ssr:** capture scope declaration correctly ([#​6281](https://togithub.com/vitejs/vite/issues/6281)) ([60ce7f9](https://togithub.com/vitejs/vite/commit/60ce7f9a1d1c730a244bc621675240d74f58af3e)) - upgrade to launch-editor with picocolors ([#​6209](https://togithub.com/vitejs/vite/issues/6209)) ([394539c](https://togithub.com/vitejs/vite/commit/394539c613b1fdee444079dae4275027705e85ae)) ### [`v2.7.7`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​277-httpsgithubcomvitejsvitecomparev276v277-2021-12-26) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.6...v2.7.7) ##### Bug Fixes - **ssr:** nested destucture ([#​6249](https://togithub.com/vitejs/vite/issues/6249)) ([485e298](https://togithub.com/vitejs/vite/commit/485e298e72599679e97f0ed1f4315ac5da55da2c)) - **ssr:** transform class props ([#​6261](https://togithub.com/vitejs/vite/issues/6261)) ([2e3fe59](https://togithub.com/vitejs/vite/commit/2e3fe5932c962d447a4faa4b0ce996ead70c7d34)) ### [`v2.7.6`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​276-httpsgithubcomvitejsvitecomparev275v276-2021-12-22) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.5...v2.7.6) ##### Bug Fixes - remove virtual module prefix while generating manifest ([#​6225](https://togithub.com/vitejs/vite/issues/6225)) ([d51259b](https://togithub.com/vitejs/vite/commit/d51259b73c484dea67d4c4afb6b76fbbb866631c)) ### [`v2.7.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​275-httpsgithubcomvitejsvitecomparev274v275-2021-12-21) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.4...v2.7.5) ##### Bug Fixes - **asset:** import assets from encodeURI([#​6195](https://togithub.com/vitejs/vite/issues/6195)) ([#​6199](https://togithub.com/vitejs/vite/issues/6199)) ([4114f84](https://togithub.com/vitejs/vite/commit/4114f844f876fabfa9beaa6ec65e4002d7c36fbb)) - hmr full-reload encodeURI path ([#​6212](https://togithub.com/vitejs/vite/issues/6212)) ([46b862a](https://togithub.com/vitejs/vite/commit/46b862a6880a6e83d1e0e451376177c0e5cab0ba)) - remove top-level imports in importMeta.d.ts, fixes augmentation ([#​6214](https://togithub.com/vitejs/vite/issues/6214)) ([6b8d94d](https://togithub.com/vitejs/vite/commit/6b8d94dca2a1a8b4952e3e3fcd0aed1aedb94215)), closes [#​6194](https://togithub.com/vitejs/vite/issues/6194) [#​6211](https://togithub.com/vitejs/vite/issues/6211) [#​6206](https://togithub.com/vitejs/vite/issues/6206) [#​6205](https://togithub.com/vitejs/vite/issues/6205) - **ssr:** handle object destructure alias, close [#​6222](https://togithub.com/vitejs/vite/issues/6222) ([#​6224](https://togithub.com/vitejs/vite/issues/6224)) ([1d97ec3](https://togithub.com/vitejs/vite/commit/1d97ec336a6ee2915faae42d5f82110226929347)) ### [`v2.7.4`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​274-httpsgithubcomvitejsvitecomparev273v274-2021-12-20) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.3...v2.7.4) ##### Bug Fixes - duplicate variable declaration caused by css modules ([#​5873](https://togithub.com/vitejs/vite/issues/5873)) ([8e16a78](https://togithub.com/vitejs/vite/commit/8e16a78a2d556b9480e8b2e19ec41fa522621256)) - improve error message for HTML compilation error (fix [#​5769](https://togithub.com/vitejs/vite/issues/5769)) ([#​5777](https://togithub.com/vitejs/vite/issues/5777)) ([79d1397](https://togithub.com/vitejs/vite/commit/79d139783868bfe2a2741f6e8cffcb72cee65351)) - **ssr:** `ssrTransform` function argument destructure ([#​6171](https://togithub.com/vitejs/vite/issues/6171)) ([2762a0e](https://togithub.com/vitejs/vite/commit/2762a0e7f0a599ced2c25c9d2baf06ec99ad8cfb)) ### [`v2.7.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#​273-httpsgithubcomvitejsvitecomparev272v273-2021-12-16) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.7.2...v2.7.3) ##### Bug Fixes - do not overwrite rollupOptions.input in dev ([#​6025](https://togithub.com/vitejs/vite/issues/6025)) ([6cdf13a](https://togithub.com/vitejs/vite/commit/6cdf13ae808a99b7aca6d278bee2ebe6e51d0846)) - Improve post-build asset update check ([#​6113](https://togithub.com/vitejs/vite/issues/6113)) ([611fa03](https://togithub.com/vitejs/vite/commit/611fa037a72a1179c27794353ffad6ed27e10d1a)) - improve warning message for malformed packages ([#​6086](https://togithub.com/vitejs/vite/issues/6086)) ([717cb08](https://togithub.com/vitejs/vite/commit/717cb08f8611fd1a15cfd614d346185ffe8a61fd)) - pending reload never timeout ([#​6120](https://togithub.com/vitejs/vite/issues/6120)) ([e002f4f](https://togithub.com/vitejs/vite/commit/e002f4f4a578ae63156e756abac0487f42b4cdcd)) - respect new port when change the config file ([#​6075](https://togithub.com/vitejs/vite/issues/6075)) ([3ceffcc](https://togithub.com/vitejs/vite/commit/3ceffcca66311f9a7d71612a596b84888c3f843b)) - **ssr:** robust regexp to check cjs content ([#​6053](https://togithub.com/vitejs/vite/issues/6053)) ([0373441](https://togithub.com/vitejs/vite/commit/03734417cde10807ab2dd0d71b08c26081aac0b7)) - terminate WebSocket connections before closing WebSocket server ([#​6115](https://togithub.com/vitejs/vite/issues/6115)) ([b9871bb](https://togithub.com/vitejs/vite/commit/b9871bbed57c5964b3393e798b0ef2526471d692))
antfu/vite-plugin-windicss ### [`v1.6.1`](https://togithub.com/antfu/vite-plugin-windicss/compare/v1.5.4...v1.6.1) [Compare Source](https://togithub.com/antfu/vite-plugin-windicss/compare/v1.5.4...v1.6.1)
windicss/windicss ### [`v3.4.1`](https://togithub.com/windicss/windicss/releases/v3.4.1) [Compare Source](https://togithub.com/windicss/windicss/compare/v3.4.0...v3.4.1) ##### Features - re-add ability to customize box shadow size ([#​631](https://togithub.com/windicss/windicss/issues/631)) ([c643798](https://togithub.com/windicss/windicss/commit/c643798)) - remove 'button:focus' from preflight ([#​630](https://togithub.com/windicss/windicss/issues/630)) ([2ad4e96](https://togithub.com/windicss/windicss/commit/2ad4e96)) ### [`v3.4.0`](https://togithub.com/windicss/windicss/releases/v3.4.0) [Compare Source](https://togithub.com/windicss/windicss/compare/v3.3.0...v3.4.0) #### Features - add .aspect-{ratio} classes ([#​600](https://togithub.com/windicss/windicss/issues/600)) ([6aa033c](https://togithub.com/windicss/windicss/commit/6aa033c)) - add '.basis-x' utility classes ([#​611](https://togithub.com/windicss/windicss/issues/611)) ([8652bce](https://togithub.com/windicss/windicss/commit/8652bce)) - add '.columns-x' utility and friends classes ([#​606](https://togithub.com/windicss/windicss/issues/606)) ([14edb4c](https://togithub.com/windicss/windicss/commit/14edb4c)) - add '.decoration-x' utility classes ([#​601](https://togithub.com/windicss/windicss/issues/601)) ([a6d8a5a](https://togithub.com/windicss/windicss/commit/a6d8a5a)) - add '.touch-x' and '.scroll-x' utility classes ([#​609](https://togithub.com/windicss/windicss/issues/609)) ([295e934](https://togithub.com/windicss/windicss/commit/295e934)) - add '.will-change-x' utility class ([#​608](https://togithub.com/windicss/windicss/issues/608)) ([c10216c](https://togithub.com/windicss/windicss/commit/c10216c)) - add 'portrait:' and 'landscape:' variants ([#​612](https://togithub.com/windicss/windicss/issues/612)) ([16ad9be](https://togithub.com/windicss/windicss/commit/16ad9be)) - add ability to use opacity values for box-shadows ([#​614](https://togithub.com/windicss/windicss/issues/614)) ([f1ba9e3](https://togithub.com/windicss/windicss/commit/f1ba9e3)) - add new colors from Tailind v3 ([#​616](https://togithub.com/windicss/windicss/issues/616)) ([c58e720](https://togithub.com/windicss/windicss/commit/c58e720)) #### New Contributors - [@​Techassi](https://togithub.com/Techassi) made their first contribution in [https://github.com/windicss/windicss/pull/603](https://togithub.com/windicss/windicss/pull/603) - [@​xorik](https://togithub.com/xorik) made their first contribution in [https://github.com/windicss/windicss/pull/616](https://togithub.com/windicss/windicss/pull/616) **Full Changelog**: https://github.com/windicss/windicss/compare/v3.3.0...v3.4.0

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: 9b29bed00a572c7d83587acd73eb70f360a7e6a2

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

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