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

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/fold ^0.19.1 -> ^0.19.2 age adoption passing confidence
@codemirror/gutter ^0.19.5 -> ^0.19.9 age adoption passing confidence
@codemirror/language ^0.19.6 -> ^0.19.7 age adoption passing confidence
@codemirror/search ^0.19.3 -> ^0.19.4 age adoption passing confidence
@codemirror/view ^0.19.21 -> ^0.19.26 age adoption passing confidence
node >=v16.13.0 -> >=v16.13.1 age adoption passing confidence
prettier (source) ^2.5.0 -> ^2.5.1 age adoption passing confidence
puppeteer ^12.0.0 -> ^12.0.1 age adoption passing confidence
vite-plugin-windicss ^1.5.3 -> ^1.5.4 age adoption passing confidence

Release Notes

codemirror/fold ### [`v0.19.2`](https://togithub.com/codemirror/fold/blob/master/CHANGELOG.md#​0192-2021-11-30) [Compare Source](https://togithub.com/codemirror/fold/compare/0.19.1...0.19.2) ##### Bug fixes Use more efficient line iteration in fold gutter.
codemirror/gutter ### [`v0.19.9`](https://togithub.com/codemirror/gutter/blob/master/CHANGELOG.md#​0199-2021-12-03) [Compare Source](https://togithub.com/codemirror/gutter/compare/0.19.8...0.19.9) ##### New features Gutter markers can now have a `destroy` method, which will be called when they are removed from the editor. ### [`v0.19.8`](https://togithub.com/codemirror/gutter/blob/master/CHANGELOG.md#​0198-2021-12-01) [Compare Source](https://togithub.com/codemirror/gutter/compare/0.19.7...0.19.8) ##### Bug fixes Fix a bug that causes gutters to disappear with some kinds of block widgets. ### [`v0.19.7`](https://togithub.com/codemirror/gutter/blob/master/CHANGELOG.md#​0197-2021-11-30) [Compare Source](https://togithub.com/codemirror/gutter/compare/0.19.6...0.19.7) ##### Bug fixes Fix an issue where the gutter elements would be misaligned by the size of the top document padding. ### [`v0.19.6`](https://togithub.com/codemirror/gutter/blob/master/CHANGELOG.md#​0196-2021-11-30) [Compare Source](https://togithub.com/codemirror/gutter/compare/0.19.5...0.19.6) ##### Bug fixes Optimizes gutter updates during scrolling by temporarily removing the gutters from the DOM during the update.
codemirror/language ### [`v0.19.7`](https://togithub.com/codemirror/language/blob/master/CHANGELOG.md#​0197-2021-12-02) [Compare Source](https://togithub.com/codemirror/language/compare/0.19.6...0.19.7) ##### Bug fixes Fix an issue where the parse worker could incorrectly stop working when the parse tree has skipped gaps in it.
codemirror/search ### [`v0.19.4`](https://togithub.com/codemirror/search/blob/master/CHANGELOG.md#​0194-2021-12-02) [Compare Source](https://togithub.com/codemirror/search/compare/0.19.3...0.19.4) ##### Bug fixes The search panel will no longer show the replace interface when the editor is read-only.
codemirror/view ### [`v0.19.26`](https://togithub.com/codemirror/view/blob/master/CHANGELOG.md#​01926-2021-12-03) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.25...0.19.26) ##### New features Widgets can now define a `destroy` method that is called when they are removed from the view. ### [`v0.19.25`](https://togithub.com/codemirror/view/blob/master/CHANGELOG.md#​01925-2021-12-02) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.24...0.19.25) ##### Bug fixes Widgets around replaced ranges are now visible when their side does not point towards the replaced range. A replaced line with a line decoration no longer creates an extra empty line block in the editor. The `scrollPastEnd` extension will now over-reserve space at the bottom of the editor on startup, to prevent restored scroll positions from being clipped. ##### New features `EditorView.editorAttributes` and `contentAttributes` may now hold functions that produce the attributes. ### [`v0.19.24`](https://togithub.com/codemirror/view/blob/master/CHANGELOG.md#​01924-2021-12-01) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.23...0.19.24) ##### Bug fixes Fix a bug where `lineBlockAt`, for queries inside the viewport, would always return the first line in the viewport. ### [`v0.19.23`](https://togithub.com/codemirror/view/blob/master/CHANGELOG.md#​01923-2021-11-30) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.22...0.19.23) ##### Bug fixes Fix an issue where after some kinds of changes, `EditorView.viewportLineBlocks` held an out-of-date set of blocks. ##### New features Export `EditorView.documentPadding`, with information about the vertical padding of the document. ### [`v0.19.22`](https://togithub.com/codemirror/view/blob/master/CHANGELOG.md#​01922-2021-11-30) [Compare Source](https://togithub.com/codemirror/view/compare/0.19.21...0.19.22) ##### Bug fixes Fix an issue where editors with large vertical padding (for example via `scrollPastEnd`) could sometimes lose their scroll position on Chrome. Avoid some unnecessary DOM measuring work by more carefully checking whether it is needed. ##### New features The new `elementAtHeight`, `lineBlockAtHeight`, and `lineBlockAt` methods provide a simpler and more efficient replacement for the (now deprecated) `blockAtHeight`, `visualLineAtHeight`, and `visualLineAt` methods. The editor view now exports a `documentTop` getter that gives you the vertical position of the top of the document. All height info is queried and reported relative to this top. The editor view's new `viewportLineBlocks` property provides an array of in-viewport line blocks, and replaces the (now deprecated) `viewportLines` method.
nodejs/node ### [`v16.13.1`](https://togithub.com/nodejs/node/releases/v16.13.1) [Compare Source](https://togithub.com/nodejs/node/compare/v16.13.0...v16.13.1) ##### Notable Changes - \[[`c14eb2325d`](https://togithub.com/nodejs/node/commit/c14eb2325d)] - **deps**: upgrade npm to 8.1.2 (npm team) [#​40643](https://togithub.com/nodejs/node/pull/40643) - \[[`a901b6c53c`](https://togithub.com/nodejs/node/commit/a901b6c53c)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#​40660](https://togithub.com/nodejs/node/pull/40660) - This release contains a c-ares update to fix a regression introduced in Node.js v16.6.2 resolving CNAME records containing underscores ([#​39780](https://togithub.com/nodejs/node/issues/39780)). - \[[`755c08573f`](https://togithub.com/nodejs/node/commit/755c08573f)] - **doc**: add VoltrexMaster to collaborators (voltrexmaster) [#​40566](https://togithub.com/nodejs/node/pull/40566) - \[[`881dd7ba2a`](https://togithub.com/nodejs/node/commit/881dd7ba2a)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#​40325](https://togithub.com/nodejs/node/pull/40325) ##### Commits - \[[`996bc6e840`](https://togithub.com/nodejs/node/commit/996bc6e840)] - **benchmark**: increase crypto DSA keygen params (Brian White) [#​40416](https://togithub.com/nodejs/node/pull/40416) - \[[`27009092c8`](https://togithub.com/nodejs/node/commit/27009092c8)] - **build**: skip long-running Actions for README-only modifications (Rich Trott) [#​40571](https://togithub.com/nodejs/node/pull/40571) - \[[`4581997ed0`](https://togithub.com/nodejs/node/commit/4581997ed0)] - **build**: disable v8 pointer compression on 32bit archs (Cheng Zhao) [#​40418](https://togithub.com/nodejs/node/pull/40418) - \[[`17433060d4`](https://togithub.com/nodejs/node/commit/17433060d4)] - **build**: fix actions pull request's branch (Mestery) [#​40494](https://togithub.com/nodejs/node/pull/40494) - \[[`bfdd32fa62`](https://togithub.com/nodejs/node/commit/bfdd32fa62)] - **build**: avoid run find inactive authors on forked repo (Jiawen Geng) [#​40465](https://togithub.com/nodejs/node/pull/40465) - \[[`134e8afc59`](https://togithub.com/nodejs/node/commit/134e8afc59)] - **build**: update codeowners-validator to 0.6 (FrankQiu) [#​40307](https://togithub.com/nodejs/node/pull/40307) - \[[`de125a556c`](https://togithub.com/nodejs/node/commit/de125a556c)] - **crypto**: avoid double free (Michael Dawson) [#​40380](https://togithub.com/nodejs/node/pull/40380) - \[[`c14eb2325d`](https://togithub.com/nodejs/node/commit/c14eb2325d)] - **deps**: upgrade npm to 8.1.2 (npm team) [#​40643](https://togithub.com/nodejs/node/pull/40643) - \[[`a901b6c53c`](https://togithub.com/nodejs/node/commit/a901b6c53c)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#​40660](https://togithub.com/nodejs/node/pull/40660) - \[[`76e2c3769e`](https://togithub.com/nodejs/node/commit/76e2c3769e)] - **deps**: upgrade npm to 8.1.1 (npm team) [#​40554](https://togithub.com/nodejs/node/pull/40554) - \[[`91c3cf5d0a`](https://togithub.com/nodejs/node/commit/91c3cf5d0a)] - **deps**: V8: cherry-pick [`422dc37`](https://togithub.com/nodejs/node/commit/422dc378a1da) (Ray Wang) [#​40450](https://togithub.com/nodejs/node/pull/40450) - \[[`769336ab8c`](https://togithub.com/nodejs/node/commit/769336ab8c)] - **deps**: add riscv64 config into openssl gypi (Lu Yahan) [#​40473](https://togithub.com/nodejs/node/pull/40473) - \[[`76d1b5d868`](https://togithub.com/nodejs/node/commit/76d1b5d868)] - **deps**: patch V8 to 9.4.146.24 (Michaël Zasso) [#​40616](https://togithub.com/nodejs/node/pull/40616) - \[[`23d11a1dd9`](https://togithub.com/nodejs/node/commit/23d11a1dd9)] - **dgram**: fix send with out of bounds offset + length (Nitzan Uziely) [#​40568](https://togithub.com/nodejs/node/pull/40568) - \[[`45bdc77dc0`](https://togithub.com/nodejs/node/commit/45bdc77dc0)] - **doc**: update cjs-module-lexer repo link (Guy Bedford) [#​40707](https://togithub.com/nodejs/node/pull/40707) - \[[`de5c5c8509`](https://togithub.com/nodejs/node/commit/de5c5c8509)] - **doc**: remove `--experimental-modules` documentation (FrankQiu) [#​38974](https://togithub.com/nodejs/node/pull/38974) - \[[`befac5ddd9`](https://togithub.com/nodejs/node/commit/befac5ddd9)] - **doc**: update tracking issues of startup performance (Joyee Cheung) [#​40629](https://togithub.com/nodejs/node/pull/40629) - \[[`3cb74d72f8`](https://togithub.com/nodejs/node/commit/3cb74d72f8)] - **doc**: fix markdown syntax and HTML tag misses (ryan) [#​40608](https://togithub.com/nodejs/node/pull/40608) - \[[`eea061f8f1`](https://togithub.com/nodejs/node/commit/eea061f8f1)] - **doc**: use 'GitHub Actions workflow' instead (Mestery) [#​40586](https://togithub.com/nodejs/node/pull/40586) - \[[`7a6e833677`](https://togithub.com/nodejs/node/commit/7a6e833677)] - **doc**: add node: url scheme (Daniel Nalborczyk) [#​40573](https://togithub.com/nodejs/node/pull/40573) - \[[`d72fb7df4a`](https://togithub.com/nodejs/node/commit/d72fb7df4a)] - **doc**: call cwd function (Daniel Nalborczyk) [#​40573](https://togithub.com/nodejs/node/pull/40573) - \[[`d732ff4614`](https://togithub.com/nodejs/node/commit/d732ff4614)] - **doc**: remove unused imports (Daniel Nalborczyk) [#​40573](https://togithub.com/nodejs/node/pull/40573) - \[[`e2114e21f4`](https://togithub.com/nodejs/node/commit/e2114e21f4)] - **doc**: add info on project's usage of coverity (Michael Dawson) [#​40506](https://togithub.com/nodejs/node/pull/40506) - \[[`d38077babe`](https://togithub.com/nodejs/node/commit/d38077babe)] - **doc**: fix typo in changelogs (Luigi Pinca) [#​40585](https://togithub.com/nodejs/node/pull/40585) - \[[`7c7f8791c6`](https://togithub.com/nodejs/node/commit/7c7f8791c6)] - **doc**: update onboarding task (Rich Trott) [#​40570](https://togithub.com/nodejs/node/pull/40570) - \[[`0a7c4ff248`](https://togithub.com/nodejs/node/commit/0a7c4ff248)] - **doc**: simplify ccache instructions (Rich Trott) [#​40550](https://togithub.com/nodejs/node/pull/40550) - \[[`5593dd1b25`](https://togithub.com/nodejs/node/commit/5593dd1b25)] - **doc**: fix macOS environment variables for ccache (Rich Trott) [#​40550](https://togithub.com/nodejs/node/pull/40550) - \[[`2d4a042675`](https://togithub.com/nodejs/node/commit/2d4a042675)] - **doc**: improve async_context introduction (Michaël Zasso) [#​40560](https://togithub.com/nodejs/node/pull/40560) - \[[`9fcfef09ac`](https://togithub.com/nodejs/node/commit/9fcfef09ac)] - **doc**: use GFM footnotes in webcrypto.md (Rich Trott) [#​40477](https://togithub.com/nodejs/node/pull/40477) - \[[`579f01c0a3`](https://togithub.com/nodejs/node/commit/579f01c0a3)] - **doc**: describe buffer limit of v8.serialize (Ray Wang) [#​40243](https://togithub.com/nodejs/node/pull/40243) - \[[`3b6cf090a0`](https://togithub.com/nodejs/node/commit/3b6cf090a0)] - **doc**: use GFM footnotes in maintaining-V8.md ([#​40476](https://togithub.com/nodejs/node/issues/40476)) (Rich Trott) [#​40476](https://togithub.com/nodejs/node/pull/40476) - \[[`dea701004e`](https://togithub.com/nodejs/node/commit/dea701004e)] - **doc**: fix `fs.symlink` code example (Juan José Arboleda) [#​40414](https://togithub.com/nodejs/node/pull/40414) - \[[`595117ff0b`](https://togithub.com/nodejs/node/commit/595117ff0b)] - **doc**: explain backport labels (Stephen Belanger) [#​40520](https://togithub.com/nodejs/node/pull/40520) - \[[`042f01e3ed`](https://togithub.com/nodejs/node/commit/042f01e3ed)] - **doc**: fix entry for Slack channel in onboarding.md (Rich Trott) [#​40563](https://togithub.com/nodejs/node/pull/40563) - \[[`755c08573f`](https://togithub.com/nodejs/node/commit/755c08573f)] - **doc**: add VoltrexMaster to collaborators (voltrexmaster) [#​40566](https://togithub.com/nodejs/node/pull/40566) - \[[`c029d0b61f`](https://togithub.com/nodejs/node/commit/c029d0b61f)] - **doc**: document considerations for inclusion in core (Rich Trott) [#​40338](https://togithub.com/nodejs/node/pull/40338) - \[[`836fc274e4`](https://togithub.com/nodejs/node/commit/836fc274e4)] - ***Revert*** "**doc**: fix typo in stream docs" (Luigi Pinca) [#​40819](https://togithub.com/nodejs/node/pull/40819) - \[[`b3a12767a4`](https://togithub.com/nodejs/node/commit/b3a12767a4)] - **doc**: update link in onboarding doc (Rich Trott) [#​40539](https://togithub.com/nodejs/node/pull/40539) - \[[`aa47c9f38f`](https://togithub.com/nodejs/node/commit/aa47c9f38f)] - **doc**: clarify behavior of napi_extended_error_info (Michael Dawson) [#​40458](https://togithub.com/nodejs/node/pull/40458) - \[[`bf88328bdc`](https://togithub.com/nodejs/node/commit/bf88328bdc)] - **doc**: add updating expected assets to release guide (Richard Lau) [#​40470](https://togithub.com/nodejs/node/pull/40470) - \[[`621266afc7`](https://togithub.com/nodejs/node/commit/621266afc7)] - **doc**: format doc/api/\*.md with markdown formatter (Rich Trott) [#​40403](https://togithub.com/nodejs/node/pull/40403) - \[[`7b746381ce`](https://togithub.com/nodejs/node/commit/7b746381ce)] - **doc**: specify that maxFreeSockets is per host (Luigi Pinca) [#​40483](https://togithub.com/nodejs/node/pull/40483) - \[[`934dcc85c3`](https://togithub.com/nodejs/node/commit/934dcc85c3)] - **doc**: update Collaborator guide to reflect GitHub web UI update (Antoine du Hamel) [#​40456](https://togithub.com/nodejs/node/pull/40456) - \[[`4724e07476`](https://togithub.com/nodejs/node/commit/4724e07476)] - **doc**: indicate n-api out params that may be NULL (Isaac Brodsky) [#​40371](https://togithub.com/nodejs/node/pull/40371) - \[[`3b1499c971`](https://togithub.com/nodejs/node/commit/3b1499c971)] - **doc**: update CHANGELOG.md for Node.js 16.13.0 (Richard Lau) [#​40617](https://togithub.com/nodejs/node/pull/40617) - \[[`881dd7ba2a`](https://togithub.com/nodejs/node/commit/881dd7ba2a)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#​40325](https://togithub.com/nodejs/node/pull/40325) - \[[`0a8c33123e`](https://togithub.com/nodejs/node/commit/0a8c33123e)] - **lib,url**: correct URL's argument to pass idlharness (Khaidi Chu) [#​39848](https://togithub.com/nodejs/node/pull/39848) - \[[`480f0e1d20`](https://togithub.com/nodejs/node/commit/480f0e1d20)] - **meta**: use form schema for flaky test template (Michaël Zasso) [#​40737](https://togithub.com/nodejs/node/pull/40737) - \[[`55ff97342d`](https://togithub.com/nodejs/node/commit/55ff97342d)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#​40668](https://togithub.com/nodejs/node/pull/40668) - \[[`ef46cb428d`](https://togithub.com/nodejs/node/commit/ef46cb428d)] - **meta**: consolidate AUTHORS entries for brettkiefer (Rich Trott) [#​40599](https://togithub.com/nodejs/node/pull/40599) - \[[`7230b6d33d`](https://togithub.com/nodejs/node/commit/7230b6d33d)] - **meta**: consolidate AUTHORS entries for alexzherdev (Rich Trott) [#​40620](https://togithub.com/nodejs/node/pull/40620) - \[[`9e12ed4f68`](https://togithub.com/nodejs/node/commit/9e12ed4f68)] - **meta**: consolidate AUTHORS entries for Azard (Rich Trott) [#​40619](https://togithub.com/nodejs/node/pull/40619) - \[[`97aa8e42b8`](https://togithub.com/nodejs/node/commit/97aa8e42b8)] - **meta**: move Fishrock123 to emeritus (Jeremiah Senkpiel) [#​40596](https://togithub.com/nodejs/node/pull/40596) - \[[`7b1c89f357`](https://togithub.com/nodejs/node/commit/7b1c89f357)] - **meta**: consolidate AUTHORS entries for clakech (Rich Trott) [#​40589](https://togithub.com/nodejs/node/pull/40589) - \[[`0003cb6b3b`](https://togithub.com/nodejs/node/commit/0003cb6b3b)] - **meta**: consolidate AUTHORS entries for darai0512 (Rich Trott) [#​40569](https://togithub.com/nodejs/node/pull/40569) - \[[`7590bacec1`](https://togithub.com/nodejs/node/commit/7590bacec1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#​40580](https://togithub.com/nodejs/node/pull/40580) - \[[`a5475df083`](https://togithub.com/nodejs/node/commit/a5475df083)] - **meta**: consolidate AUTHORS entries for dfabulich (Rich Trott) [#​40527](https://togithub.com/nodejs/node/pull/40527) - \[[`c021a7f169`](https://togithub.com/nodejs/node/commit/c021a7f169)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#​40464](https://togithub.com/nodejs/node/pull/40464) - \[[`d64cf1706c`](https://togithub.com/nodejs/node/commit/d64cf1706c)] - **meta**: add Richard Lau to TSC list in README.md (Rich Trott) [#​40523](https://togithub.com/nodejs/node/pull/40523) - \[[`d09b8239bf`](https://togithub.com/nodejs/node/commit/d09b8239bf)] - **meta**: consolidate AUTHORS entries for dguo (Rich Trott) [#​40517](https://togithub.com/nodejs/node/pull/40517) - \[[`66192060e7`](https://togithub.com/nodejs/node/commit/66192060e7)] - **meta**: consolidate AUTHORS entries for cxreg (Rich Trott) [#​40490](https://togithub.com/nodejs/node/pull/40490) - \[[`b4f51276cb`](https://togithub.com/nodejs/node/commit/b4f51276cb)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#​40485](https://togithub.com/nodejs/node/pull/40485) - \[[`2a2b549a28`](https://togithub.com/nodejs/node/commit/2a2b549a28)] - **meta**: consolidate AUTHORS entries for emanuelbuholzer (Rich Trott) [#​40469](https://togithub.com/nodejs/node/pull/40469) - \[[`618bbbf2f4`](https://togithub.com/nodejs/node/commit/618bbbf2f4)] - **meta**: consolidate AUTHORS entries for ebickle (Rich Trott) [#​40447](https://togithub.com/nodejs/node/pull/40447) - \[[`06706e8dd2`](https://togithub.com/nodejs/node/commit/06706e8dd2)] - **meta**: add `typings` to label-pr-config (Mestery) [#​40401](https://togithub.com/nodejs/node/pull/40401) - \[[`e2c9e1ccdd`](https://togithub.com/nodejs/node/commit/e2c9e1ccdd)] - **meta**: consolidate AUTHORS entries for evantorrie (Rich Trott) [#​40430](https://togithub.com/nodejs/node/pull/40430) - \[[`dab574e937`](https://togithub.com/nodejs/node/commit/dab574e937)] - **policy**: fix message for invalid manifest specifier (Rich Trott) [#​40574](https://togithub.com/nodejs/node/pull/40574) - \[[`58de6cebb6`](https://togithub.com/nodejs/node/commit/58de6cebb6)] - **process**: refactor execution (Voltrex) [#​40664](https://togithub.com/nodejs/node/pull/40664) - \[[`bc0eb0a3ea`](https://togithub.com/nodejs/node/commit/bc0eb0a3ea)] - **src**: make LoadEnvironment with string work with builtin modules path (Michaël Zasso) [#​40607](https://togithub.com/nodejs/node/pull/40607) - \[[`2c8a6ec28e`](https://togithub.com/nodejs/node/commit/2c8a6ec28e)] - **src**: remove usage of `AllocatedBuffer` from `node_http2` (Darshan Sen) [#​40584](https://togithub.com/nodejs/node/pull/40584) - \[[`59c26a2b2c`](https://togithub.com/nodejs/node/commit/59c26a2b2c)] - **src**: fix #endif description in crypto_keygen.h (Tobias Nießen) [#​40639](https://togithub.com/nodejs/node/pull/40639) - \[[`789fef1309`](https://togithub.com/nodejs/node/commit/789fef1309)] - **src**: throw error instead of assertion (Ray Wang) [#​40243](https://togithub.com/nodejs/node/pull/40243) - \[[`7a8a6deee7`](https://togithub.com/nodejs/node/commit/7a8a6deee7)] - **src**: register external references in os bindings (Joyee Cheung) [#​40239](https://togithub.com/nodejs/node/pull/40239) - \[[`7bb3d43432`](https://togithub.com/nodejs/node/commit/7bb3d43432)] - **src**: register external references in crypto bindings (Joyee Cheung) [#​40239](https://togithub.com/nodejs/node/pull/40239) - \[[`143c881ccb`](https://togithub.com/nodejs/node/commit/143c881ccb)] - **src**: add missing inialization in agent.h (Michael Dawson) [#​40379](https://togithub.com/nodejs/node/pull/40379) - \[[`c15afda79f`](https://togithub.com/nodejs/node/commit/c15afda79f)] - **src**: get embedder options on-demand (Joyee Cheung) [#​40357](https://togithub.com/nodejs/node/pull/40357) - \[[`ff3b7d228e`](https://togithub.com/nodejs/node/commit/ff3b7d228e)] - **src**: ensure V8 initialized before marking milestone (Shelley Vohr) [#​40405](https://togithub.com/nodejs/node/pull/40405) - \[[`774bc46327`](https://togithub.com/nodejs/node/commit/774bc46327)] - **src,crypto**: remove `AllocatedBuffer` from `crypto_cipher.cc` (Darshan Sen) [#​40400](https://togithub.com/nodejs/node/pull/40400) - \[[`4030eff3d6`](https://togithub.com/nodejs/node/commit/4030eff3d6)] - **src,fs**: remove `ToLocalChecked()` call from `fs::AfterMkdirp()` (Darshan Sen) [#​40386](https://togithub.com/nodejs/node/pull/40386) - \[[`3ac99a2417`](https://togithub.com/nodejs/node/commit/3ac99a2417)] - **src,stream**: remove `*Check*()` calls from non-`Initialize()` functions (Darshan Sen) [#​40425](https://togithub.com/nodejs/node/pull/40425) - \[[`36d3b123a0`](https://togithub.com/nodejs/node/commit/36d3b123a0)] - **stream**: support array of streams in promises pipeline (Mestery) [#​40193](https://togithub.com/nodejs/node/pull/40193) - \[[`01ffe0316c`](https://togithub.com/nodejs/node/commit/01ffe0316c)] - **test**: deflake child-process-pipe-dataflow (Luigi Pinca) [#​40838](https://togithub.com/nodejs/node/pull/40838) - \[[`63b44fc429`](https://togithub.com/nodejs/node/commit/63b44fc429)] - **test**: skip macos sandbox test with builtin modules path (Michaël Zasso) [#​40607](https://togithub.com/nodejs/node/pull/40607) - \[[`3d50997ccb`](https://togithub.com/nodejs/node/commit/3d50997ccb)] - **test**: add semicolon after chunk size (Luigi Pinca) [#​40487](https://togithub.com/nodejs/node/pull/40487) - \[[`f114e35115`](https://togithub.com/nodejs/node/commit/f114e35115)] - **test**: deflake http2-cancel-while-client-reading (Luigi Pinca) [#​40659](https://togithub.com/nodejs/node/pull/40659) - \[[`f778fa230b`](https://togithub.com/nodejs/node/commit/f778fa230b)] - **test**: test `crypto.setEngine()` using an actual engine (Darshan Sen) [#​40481](https://togithub.com/nodejs/node/pull/40481) - \[[`b9533c592a`](https://togithub.com/nodejs/node/commit/b9533c592a)] - **test**: use conventional argument order in assertion (Tobias Nießen) [#​40591](https://togithub.com/nodejs/node/pull/40591) - \[[`e72c95c580`](https://togithub.com/nodejs/node/commit/e72c95c580)] - **test**: fix test description (Luigi Pinca) [#​40486](https://togithub.com/nodejs/node/pull/40486) - \[[`af4e682758`](https://togithub.com/nodejs/node/commit/af4e682758)] - **test**: pass URL's toascii.window.js WPT (Khaidi Chu) [#​39910](https://togithub.com/nodejs/node/pull/39910) - \[[`6de88bc5ed`](https://togithub.com/nodejs/node/commit/6de88bc5ed)] - **test**: adjust CLI flags test to ignore blank lines in doc (Rich Trott) [#​40403](https://togithub.com/nodejs/node/pull/40403) - \[[`8226690097`](https://togithub.com/nodejs/node/commit/8226690097)] - **test**: mark test-policy-integrity flaky on Windows (Rich Trott) [#​40684](https://togithub.com/nodejs/node/pull/40684) - \[[`50c6666b37`](https://togithub.com/nodejs/node/commit/50c6666b37)] - **test**: fix test-datetime-change-notify after daylight change (Piotr Rybak) [#​40684](https://togithub.com/nodejs/node/pull/40684) - \[[`9227f2af79`](https://togithub.com/nodejs/node/commit/9227f2af79)] - **test**: split test-crypto-dh.js (Joyee Cheung) [#​40451](https://togithub.com/nodejs/node/pull/40451) - \[[`c593cff0af`](https://togithub.com/nodejs/node/commit/c593cff0af)] - **test,doc**: correct documentation for runBenchmark() (Rich Trott) [#​40683](https://togithub.com/nodejs/node/pull/40683) - \[[`aef809f5c8`](https://togithub.com/nodejs/node/commit/aef809f5c8)] - **test,tools**: increase pummel/benchmark test timeout from 4x to 6x (Rich Trott) [#​40684](https://togithub.com/nodejs/node/pull/40684) - \[[`908f6447cd`](https://togithub.com/nodejs/node/commit/908f6447cd)] - **test,tools**: increase timeout for benchmark tests (Rich Trott) [#​40684](https://togithub.com/nodejs/node/pull/40684) - \[[`64c6575f44`](https://togithub.com/nodejs/node/commit/64c6575f44)] - **tools**: simplify and fix commit queue (Michaël Zasso) [#​40742](https://togithub.com/nodejs/node/pull/40742) - \[[`cba8eaf264`](https://togithub.com/nodejs/node/commit/cba8eaf264)] - **tools**: ensure the PR was not pushed before merging (Antoine du Hamel) [#​40747](https://togithub.com/nodejs/node/pull/40747) - \[[`1c8590e1fe`](https://togithub.com/nodejs/node/commit/1c8590e1fe)] - **tools**: update ESLint to 8.2.0 (Luigi Pinca) [#​40734](https://togithub.com/nodejs/node/pull/40734) - \[[`18800dee0a`](https://togithub.com/nodejs/node/commit/18800dee0a)] - **tools**: use GitHub Squash and Merge feature when using CQ (Antoine du Hamel) [#​40666](https://togithub.com/nodejs/node/pull/40666) - \[[`48a785edb7`](https://togithub.com/nodejs/node/commit/48a785edb7)] - **tools**: fix bug in `prefer-primordials` ESLint rule (Antoine du Hamel) [#​40628](https://togithub.com/nodejs/node/pull/40628) - \[[`adde2a7a8c`](https://togithub.com/nodejs/node/commit/adde2a7a8c)] - **tools**: add script to update c-ares (Richard Lau) [#​40660](https://togithub.com/nodejs/node/pull/40660) - \[[`c12ce898e8`](https://togithub.com/nodejs/node/commit/c12ce898e8)] - **tools**: abort CQ session when landing several commits (Antoine du Hamel) [#​40577](https://togithub.com/nodejs/node/pull/40577) - \[[`dd08e532a2`](https://togithub.com/nodejs/node/commit/dd08e532a2)] - **tools**: fix commit-lint workflow (Antoine du Hamel) [#​40673](https://togithub.com/nodejs/node/pull/40673) - \[[`b4a80dba79`](https://togithub.com/nodejs/node/commit/b4a80dba79)] - **tools**: avoid fetch extra commits when validating commit messages (Antoine du Hamel) [#​39128](https://togithub.com/nodejs/node/pull/39128) - \[[`2a53995442`](https://togithub.com/nodejs/node/commit/2a53995442)] - **tools**: update ESLint to 8.1.0 (Luigi Pinca) [#​40582](https://togithub.com/nodejs/node/pull/40582) - \[[`8648e50183`](https://togithub.com/nodejs/node/commit/8648e50183)] - **tools**: fix formatting of warning message in update-authors.js (Rich Trott) [#​40600](https://togithub.com/nodejs/node/pull/40600) - \[[`59de0f703f`](https://togithub.com/nodejs/node/commit/59de0f703f)] - **tools**: udpate doc tools to accommodate GFM footnotes (Rich Trott) [#​40477](https://togithub.com/nodejs/node/pull/40477) - \[[`abf3b84d77`](https://togithub.com/nodejs/node/commit/abf3b84d77)] - **tools**: add support for import assertions in linter (Antoine du Hamel) [#​39924](https://togithub.com/nodejs/node/pull/39924) - \[[`04c2cbecb9`](https://togithub.com/nodejs/node/commit/04c2cbecb9)] - **tools**: update tools/lint-md dependencies to support GFM footnotes (Rich Trott) [#​40445](https://togithub.com/nodejs/node/pull/40445) - \[[`a9990876f7`](https://togithub.com/nodejs/node/commit/a9990876f7)] - **tools**: update lint-md dependencies (Rich Trott) [#​40404](https://togithub.com/nodejs/node/pull/40404) - \[[`f45814bad1`](https://togithub.com/nodejs/node/commit/f45814bad1)] - **tools,meta**: remove exclusions from AUTHORS (Rich Trott) [#​40648](https://togithub.com/nodejs/node/pull/40648) - \[[`7d550ad966`](https://togithub.com/nodejs/node/commit/7d550ad966)] - **tty**: support more CI services in `getColorDepth` (Richie Bendall) [#​40385](https://togithub.com/nodejs/node/pull/40385) - \[[`cdea5b671b`](https://togithub.com/nodejs/node/commit/cdea5b671b)] - **typings**: add more bindings typings (Mestery) [#​40415](https://togithub.com/nodejs/node/pull/40415) - \[[`67c7d11f1a`](https://togithub.com/nodejs/node/commit/67c7d11f1a)] - **typings**: add JSDoc typings for inspector (Voltrex) [#​38390](https://togithub.com/nodejs/node/pull/38390) - \[[`fbe0323ebf`](https://togithub.com/nodejs/node/commit/fbe0323ebf)] - **typings**: improve internal bindings typings (Mestery) [#​40411](https://togithub.com/nodejs/node/pull/40411) - \[[`63ab0031c3`](https://togithub.com/nodejs/node/commit/63ab0031c3)] - **typings**: separate `internalBinding` typings (Mestery) [#​40409](https://togithub.com/nodejs/node/pull/40409)
prettier/prettier ### [`v2.5.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​251) [Compare Source](https://togithub.com/prettier/prettier/compare/2.5.0...2.5.1) [diff](https://togithub.com/prettier/prettier/compare/2.5.0...2.5.1) ##### Improve formatting for empty tuple types ([#​11884](https://togithub.com/prettier/prettier/pull/11884) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```tsx // Input type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [] ? Foo3 : Foo4; // Prettier 2.5.0 type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [ ] ? Foo3 : Foo4; // Prettier 2.5.0 (tailingCommma = all) // Invalid TypeScript code type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [ , ] ? Foo3 : Foo4; // Prettier 2.5.1 type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [] ? Foo3 : Foo4; ``` ##### Fix compatibility with Jest inline snapshot test ([#​11892](https://togithub.com/prettier/prettier/pull/11892) by [@​fisker](https://togithub.com/fisker)) A internal change in Prettier@v2.5.0 accidentally breaks the Jest inline snapshot test. ##### Support Glimmer's named blocks ([#​11899](https://togithub.com/prettier/prettier/pull/11899) by [@​duailibe](https://togithub.com/duailibe)) Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler. See: [Glimmer's named blocks](https://emberjs.github.io/rfcs/0460-yieldable-named-blocks.html). ```hbs // Input <:named> // Prettier 2.5.0 <:named /> // Prettier 2.5.1 <:named> ```
puppeteer/puppeteer ### [`v12.0.1`](https://togithub.com/puppeteer/puppeteer/blob/master/CHANGELOG.md#​1201-httpsgithubcompuppeteerpuppeteercomparev1200v1201-2021-11-29) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v12.0.0...v12.0.1)
antfu/vite-plugin-windicss ### [`v1.5.4`](https://togithub.com/antfu/vite-plugin-windicss/releases/v1.5.4) [Compare Source](https://togithub.com/antfu/vite-plugin-windicss/compare/v1.5.3...v1.5.4) ##### Bug Fixes - multi-line transform group, close [#​258](https://togithub.com/windicss/vite-plugin-windicss/issues/258) ([6ff2e33](https://togithub.com/windicss/vite-plugin-windicss/commit/6ff2e33))

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: e3fb73642cb14c42eb21fa01f830e67713555ff8

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

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