seonglae / intuiter

Globally available Vim like productivity application with a fancy mouse control. Home row keyboard mapping makes typing innovatively fast in everywhere
https://intuiter.seongland.com
39 stars 3 forks source link

deps: Update all non-major dependencies #113

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 Type Update
@types/node 12.20.48 -> 12.20.51 age adoption passing confidence resolutions patch
node >=v14.19.1 -> >=v14.19.2 age adoption passing confidence engines patch
sass 1.50.0 -> 1.51.0 age adoption passing confidence resolutions minor
sass ~1.50.0 -> ~1.51.0 age adoption passing confidence devDependencies minor
vuetify (source) 2.6.4 -> 2.6.5 age adoption passing confidence devDependencies patch

Release Notes

nodejs/node ### [`v14.19.2`](https://togithub.com/nodejs/node/releases/v14.19.2) [Compare Source](https://togithub.com/nodejs/node/compare/v14.19.1...v14.19.2) ##### Notable Changes **doc:** - New release key for Bryan English Learn more at: [#​42102](https://togithub.com/nodejs/node/pull/42102) Contributed by Bryan English ([@​bengl](https://togithub.com/bengl)) **npm:** - Upgrade `npm` to `v6.14.17`. Learn more at: [#​42900](https://togithub.com/nodejs/node/pull/42900) Contributed by Ruy Adorno ([@​ruyadorno](https://togithub.com/ruyadorno)) **V8:** - V8 had a stack overflow issue affecting the `vm` module, cherry-picking [`cc9a8a37445e`](https://togithub.com/v8/v8/commit/cc9a8a37445eeffff17474020bb6038c2f9af9fc) from V8 solves this issue. Learn more at: [#​41826](https://togithub.com/nodejs/node/pull/41826) Contributed by Gus Caplan ([@​devsnek](https://togithub.com/devsnek)) - Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting [`367b0c1e7a32`](https://togithub.com/v8/v8/commit/367b0c1e7a323deafeab56736b01bc7e14fc1998) from V8. Learn more at: [#​42637](https://togithub.com/nodejs/node/pull/42637) Contributed by Chengzhong Wu ([@​legendecas](https://togithub.com/legendecas)) ##### Commits - \[[`c73ac527d6`](https://togithub.com/nodejs/node/commit/c73ac527d6)] - **build**: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) [#​40147](https://togithub.com/nodejs/node/pull/40147) - \[[`dcaed6db24`](https://togithub.com/nodejs/node/commit/dcaed6db24)] - **build**: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) [#​42204](https://togithub.com/nodejs/node/pull/42204) - \[[`4203d132b1`](https://togithub.com/nodejs/node/commit/4203d132b1)] - **child_process**: queue pending messages (Erick Wendel) [#​41221](https://togithub.com/nodejs/node/pull/41221) - \[[`a3ebdbfe8f`](https://togithub.com/nodejs/node/commit/a3ebdbfe8f)] - **deps**: upgrade npm to 6.14.17 (Ruy Adorno) [#​42900](https://togithub.com/nodejs/node/pull/42900) - \[[`39e44f8382`](https://togithub.com/nodejs/node/commit/39e44f8382)] - **deps**: V8: cherry-pick [`cc9a8a3`](https://togithub.com/nodejs/node/commit/cc9a8a37445e) (Gus Caplan) [#​41826](https://togithub.com/nodejs/node/pull/41826) - \[[`b52a268b6f`](https://togithub.com/nodejs/node/commit/b52a268b6f)] - **deps**: V8: cherry-pick [`367b0c1`](https://togithub.com/nodejs/node/commit/367b0c1e7a32) (legendecas) [#​42637](https://togithub.com/nodejs/node/pull/42637) - \[[`77ba012065`](https://togithub.com/nodejs/node/commit/77ba012065)] - **doc**: fix documentation of `FileHandle.prototype.appendFile` (Antoine du Hamel) [#​42588](https://togithub.com/nodejs/node/pull/42588) - \[[`3d3d7ed1b7`](https://togithub.com/nodejs/node/commit/3d3d7ed1b7)] - **doc**: specify flag needed for JSON and Wasm modules (Rich Trott) [#​42736](https://togithub.com/nodejs/node/pull/42736) - \[[`542d812c93`](https://togithub.com/nodejs/node/commit/542d812c93)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#​39227](https://togithub.com/nodejs/node/pull/39227) - \[[`7f2825b1a9`](https://togithub.com/nodejs/node/commit/7f2825b1a9)] - **doc**: add release key for Bryan English (Bryan English) [#​42102](https://togithub.com/nodejs/node/pull/42102) - \[[`75302d3dce`](https://togithub.com/nodejs/node/commit/75302d3dce)] - **fs**: fix write methods param validation and docs (Livia Medeiros) [#​41677](https://togithub.com/nodejs/node/pull/41677) - \[[`d4171e0eac`](https://togithub.com/nodejs/node/commit/d4171e0eac)] - **stream**: resume stream on drain (Robert Nagy) [#​41848](https://togithub.com/nodejs/node/pull/41848) - \[[`de474c8b6f`](https://togithub.com/nodejs/node/commit/de474c8b6f)] - **worker**: do not send message if port is closing (Rich Trott) [#​42357](https://togithub.com/nodejs/node/pull/42357)
sass/dart-sass ### [`v1.51.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1510) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.50.1...1.51.0) - **Potentially breaking change**: Change the order of maps returned by `map.deep-merge()` to match those returned by `map.merge()`. All keys that appeared in the first map will now be listed first in the same order they appeared in that map, followed by any new keys added from the second map. - Improve the string output of some AST nodes in error messages. ### [`v1.50.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1501) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.50.0...1.50.1) ##### Embedded Sass - The JS embedded host and the embedded compiler will now properly avoid resolving imports relative to the current working directory unless `'.'` is passed as a load path. - Fix a bug in the JS embedded host's implementation of the legacy JS API where imports that began with `/` could crash on Windows.
vuetifyjs/vuetify ### [`v2.6.5`](https://togithub.com/vuetifyjs/vuetify/compare/v2.6.4...v2.6.5) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v2.6.4...v2.6.5)

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.