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

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.7 -> ^0.19.8 age adoption passing confidence
@codemirror/language ^0.19.4 -> ^0.19.5 age adoption passing confidence
@codemirror/state ^0.19.5 -> ^0.19.6 age adoption passing confidence
@codemirror/view ^0.19.18 -> ^0.19.20 age adoption passing confidence
@vue/test-utils ^2.0.0-rc.16 -> ^2.0.0-rc.17 age adoption passing confidence
asyncpg ==0.24.0 -> ==0.25.0 age adoption passing confidence
lint-staged ^12.0.2 -> ^12.1.1 age adoption passing confidence

Release Notes

codemirror/autocomplete ### [`v0.19.8`](https://togithub.com/codemirror/autocomplete/blob/master/CHANGELOG.md#​0198-2021-11-17) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/0.19.7...0.19.8) ##### Bug fixes Give the completion tooltip a minimal width, and show ellipsis when completions overflow the tooltip width. ##### New features `autocompletion` now accepts an `aboveCursor` option to make the completion tooltip show up above the cursor.
codemirror/language ### [`v0.19.5`](https://togithub.com/codemirror/language/blob/master/CHANGELOG.md#​0195-2021-11-17) [Compare Source](https://togithub.com/codemirror/language/compare/0.19.4...0.19.5) ##### New features The new function `syntaxTreeAvailable` can be used to check if a fully-parsed syntax tree is available up to a given document position. The module now exports `syntaxParserRunning`, which tells you whether the background parser is still planning to do more work for a given editor view.
codemirror/state ### [`v0.19.6`](https://togithub.com/codemirror/state/blob/master/CHANGELOG.md#​0196-2021-11-19) [Compare Source](https://togithub.com/codemirror/state/compare/0.19.5...0.19.6) ##### Bug fixes Fix a bug that caused facet compare functions to be called with an invalid value in some situations. Fix a bug that caused dynamic facet values to be incorrectly kept unchanged when reconfiguration changed one of their dependencies.
codemirror/view ### [`v0.19.20`](https://togithub.com/codemirror/view/blob/master/CHANGELOG.md#​01920-2021-11-19) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.19...0.19.20) ##### Bug fixes Run a measure cycle when the editor's size spontaneously changes. ### [`v0.19.19`](https://togithub.com/codemirror/view/blob/master/CHANGELOG.md#​01919-2021-11-17) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.18...0.19.19) ##### Bug fixes Fix a bug that caused the precedence of `editorAttributes` and `contentAttributes` to be inverted, making lower-precedence extensions override higher-precedence ones.
MagicStack/asyncpg ### [`v0.25.0`](https://togithub.com/MagicStack/asyncpg/releases/v0.25.0) [Compare Source](https://togithub.com/MagicStack/asyncpg/compare/v0.24.0...v0.25.0) ## Changes - Improve SSL option compatibility in URIs (by [@​fantix](https://togithub.com/fantix) in [`383c711`](https://togithub.com/MagicStack/asyncpg/commit/383c711e) for [#​827](https://togithub.com/MagicStack/asyncpg/issues/827)) - Add `Pool` methods to determine its min, max, current and idle size (by [@​elprans](https://togithub.com/elprans) in [`603e386`](https://togithub.com/MagicStack/asyncpg/commit/603e3868) for [#​849](https://togithub.com/MagicStack/asyncpg/issues/849)) - Make it possible to specify a statement name in `Connection.prepare()` (by [@​elprans](https://togithub.com/elprans) in [`03a3d18`](https://togithub.com/MagicStack/asyncpg/commit/03a3d18f) for [#​846](https://togithub.com/MagicStack/asyncpg/issues/846)) - Implement support for `multirange` types (by [@​elprans](https://togithub.com/elprans) in [`d64a44a`](https://togithub.com/MagicStack/asyncpg/commit/d64a44a1) for [#​851](https://togithub.com/MagicStack/asyncpg/issues/851)) ## Fixes - Make sure timeout callbacks always get cleaned up (by [@​elprans](https://togithub.com/elprans) in [`dad2691`](https://togithub.com/MagicStack/asyncpg/commit/dad26913) for [#​831](https://togithub.com/MagicStack/asyncpg/issues/831)) - Update `__all__` statements to a simpler form that is better supported by typecheckers (by [@​bschnurr](https://togithub.com/bschnurr) in [`0a3ae7f`](https://togithub.com/MagicStack/asyncpg/commit/0a3ae7f5) for [#​828](https://togithub.com/MagicStack/asyncpg/issues/828)) - Fix `test_timetz_encoding` on Python 3.10 (by [@​elprans](https://togithub.com/elprans) in [`3a90fef`](https://togithub.com/MagicStack/asyncpg/commit/3a90fef0)) - Fix a bunch of `ResourceWarnings` in the test suite (by [@​elprans](https://togithub.com/elprans) in [`2f4fe53`](https://togithub.com/MagicStack/asyncpg/commit/2f4fe539)) - Fix `SSLContext` deprecation warnings (by [@​elprans](https://togithub.com/elprans) in [`4d39a05`](https://togithub.com/MagicStack/asyncpg/commit/4d39a052)) - Fix the description of the database argument to `connect()` (by [@​elprans](https://togithub.com/elprans) in [`a2a9237`](https://togithub.com/MagicStack/asyncpg/commit/a2a92374) for [#​847](https://togithub.com/MagicStack/asyncpg/issues/847)) - Fix parsing of IPv6 addresses in the connection URI (by [@​elprans](https://togithub.com/elprans) in [`f900b73`](https://togithub.com/MagicStack/asyncpg/commit/f900b737) for [#​845](https://togithub.com/MagicStack/asyncpg/issues/845)) - Improve diagnostics of invalid `executemany()` input (by [@​elprans](https://togithub.com/elprans) in [`a8fc21e`](https://togithub.com/MagicStack/asyncpg/commit/a8fc21e0) for [#​848](https://togithub.com/MagicStack/asyncpg/issues/848))
okonet/lint-staged ### [`v12.1.1`](https://togithub.com/okonet/lint-staged/releases/v12.1.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.1.0...v12.1.1) ##### Bug Fixes - await for dynamic import promise when loading JS config ([e96b6d9](https://togithub.com/okonet/lint-staged/commit/e96b6d9674f07b4686876cb40605274577925973)) ### [`v12.1.0`](https://togithub.com/okonet/lint-staged/releases/v12.1.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.3...v12.1.0) ##### Features - allow loading `.js` config file with ESM syntax ([410c3ba](https://togithub.com/okonet/lint-staged/commit/410c3ba36972259aa5b49045b5cd565a6525382b)) - replace `cosmiconfig` with `lilconfig` + `yaml` to reduce dependencies ([e7f9fa0](https://togithub.com/okonet/lint-staged/commit/e7f9fa0f2e6aa5adbb1a0c31d1ceaff01b43f692)) - support loading `.mjs` config ([8d3b176](https://togithub.com/okonet/lint-staged/commit/8d3b176a7af75790efbcd1f63f73e7ef51f6b377)) ### [`v12.0.3`](https://togithub.com/okonet/lint-staged/releases/v12.0.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.2...v12.0.3) ##### Bug Fixes - install `enquirer` ([e01585f](https://togithub.com/okonet/lint-staged/commit/e01585f96d6aeef9f5f1b84df9936ce2be47d8f0))

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: 780e21fa488db893f980648e6c6f5f665e61833b

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

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