ionic-team/capacitor (@capacitor/cli)
### [`v5.1.1`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#511-2023-07-05)
[Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.1.0...5.1.1)
##### Bug Fixes
* **ios:** Revert server url addition for CAPWebView. ([#6705](https://togithub.com/ionic-team/capacitor/issues/6705)) ([1b8352d](https://togithub.com/ionic-team/capacitor/commit/1b8352dc5124dc3f57d7881d619537cbf8c3674b))
### [`v5.1.0`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#510-2023-06-29)
[Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.5...5.1.0)
##### Bug Fixes
* **android:** Move bridge localUrl initialization to initWebView ([#6685](https://togithub.com/ionic-team/capacitor/issues/6685)) ([7f5f0ca](https://togithub.com/ionic-team/capacitor/commit/7f5f0ca4220d40d6a19c778c18f9534ef3b65899))
* **android:** revert cookie manager initialization to plugin load ([53a2d47](https://togithub.com/ionic-team/capacitor/commit/53a2d4792e026a89723a672a01fc34990add71f0))
* **ios:** Return proper MIME Type for local WASM files ([#6675](https://togithub.com/ionic-team/capacitor/issues/6675)) ([d7856de](https://togithub.com/ionic-team/capacitor/commit/d7856de62a4c058ac474ae91a5fd221dabf99c0a))
* **ios:** set cors headers in asset handler for live reload ([e5a1c81](https://togithub.com/ionic-team/capacitor/commit/e5a1c81fe81904dfd7e3f5100a04088173effc1c))
##### Features
* **android:** add check for excluded domains before ssl request ([7906d36](https://togithub.com/ionic-team/capacitor/commit/7906d3616e8bfb2e2c1c81ee123424c06fc4e5ab))
* **cli:** add apksigner as a build option ([#6442](https://togithub.com/ionic-team/capacitor/issues/6442)) ([9818a76](https://togithub.com/ionic-team/capacitor/commit/9818a76ab4ea6660b444354f239344d37c77d3b3))
* export buildRequestInit function so we can use for downloadFile ([95b0575](https://togithub.com/ionic-team/capacitor/commit/95b0575e3fbc1b1408aa69b61c58e18bf8882cea))
#### [5.0.5](https://togithub.com/ionic-team/capacitor/compare/5.0.4...5.0.5) (2023-06-09)
##### Bug Fixes
* **http:** don't throw errors when content-type is null on response ([#6627](https://togithub.com/ionic-team/capacitor/issues/6627)) ([538821f](https://togithub.com/ionic-team/capacitor/commit/538821f267aa3b79548fed6aaea8880ff949ffdd))
#### [5.0.4](https://togithub.com/ionic-team/capacitor/compare/5.0.3...5.0.4) (2023-05-23)
##### Bug Fixes
* **cicd:** removed `set -eo pipefail` to allow job to continue ([#6596](https://togithub.com/ionic-team/capacitor/issues/6596)) ([caeeb09](https://togithub.com/ionic-team/capacitor/commit/caeeb090922a5f7e56b1629209cb4227ae60da07))
* **cli:** correct migration of package from AndroidManifest.xml to build.gradle ([#6607](https://togithub.com/ionic-team/capacitor/issues/6607)) ([1c26a3e](https://togithub.com/ionic-team/capacitor/commit/1c26a3e57f356a0972bd43854ca86770a49f2d63))
* **cli:** Don't succeed migration if npm install failed ([#6595](https://togithub.com/ionic-team/capacitor/issues/6595)) ([6843d96](https://togithub.com/ionic-team/capacitor/commit/6843d9642fad9a322579cbe5f01563929a83dbf5))
* **cli:** proper plugin module patch in monorepos ([#6589](https://togithub.com/ionic-team/capacitor/issues/6589)) ([d49e632](https://togithub.com/ionic-team/capacitor/commit/d49e6324ab5e0bea58ff6ca32feb7ea39d33a772))
#### [5.0.3](https://togithub.com/ionic-team/capacitor/compare/5.0.2...5.0.3) (2023-05-10)
**Note:** Version bump only for package capacitor
#### [5.0.2](https://togithub.com/ionic-team/capacitor/compare/5.0.1...5.0.2) (2023-05-09)
##### Bug Fixes
* **cli:** handle unrecognized java --version ([#6577](https://togithub.com/ionic-team/capacitor/issues/6577)) ([56b0037](https://togithub.com/ionic-team/capacitor/commit/56b0037a70d64019563b6e55e53de423f471fe2f))
* **cli:** Move package to build.gradle in Capacitor plugins ([#6569](https://togithub.com/ionic-team/capacitor/issues/6569)) ([8cb26cd](https://togithub.com/ionic-team/capacitor/commit/8cb26cd97a4f9cf59abb6b3828a07555a6af0b15))
* fallback to plain `pod` if `Gemfile` does not contain CocoaPods ([#6581](https://togithub.com/ionic-team/capacitor/issues/6581)) ([3a41b4c](https://togithub.com/ionic-team/capacitor/commit/3a41b4c1b70af7a45201fb11b04dc5558893aa7e))
#### [5.0.1](https://togithub.com/ionic-team/capacitor/compare/5.0.0...5.0.1) (2023-05-05)
##### Bug Fixes
* **cli:** install minor Capacitor 5 version ([#6562](https://togithub.com/ionic-team/capacitor/issues/6562)) ([f4af0a2](https://togithub.com/ionic-team/capacitor/commit/f4af0a298fb5a5f8257f175327058341a230ae4f))
* **cli:** Update migration link ([#6560](https://togithub.com/ionic-team/capacitor/issues/6560)) ([e03062e](https://togithub.com/ionic-team/capacitor/commit/e03062e6025fea0edfabbff2081b3f91017aece4))
### [`v5.0.5`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#505-httpsgithubcomionic-teamcapacitorcompare504505-2023-06-09)
[Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.4...5.0.5)
##### Bug Fixes
* **http:** don't throw errors when content-type is null on response ([#6627](https://togithub.com/ionic-team/capacitor/issues/6627)) ([538821f](https://togithub.com/ionic-team/capacitor/commit/538821f267aa3b79548fed6aaea8880ff949ffdd))
### [`v5.0.4`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#504-httpsgithubcomionic-teamcapacitorcompare503504-2023-05-23)
[Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.3...5.0.4)
##### Bug Fixes
* **cicd:** removed `set -eo pipefail` to allow job to continue ([#6596](https://togithub.com/ionic-team/capacitor/issues/6596)) ([caeeb09](https://togithub.com/ionic-team/capacitor/commit/caeeb090922a5f7e56b1629209cb4227ae60da07))
* **cli:** correct migration of package from AndroidManifest.xml to build.gradle ([#6607](https://togithub.com/ionic-team/capacitor/issues/6607)) ([1c26a3e](https://togithub.com/ionic-team/capacitor/commit/1c26a3e57f356a0972bd43854ca86770a49f2d63))
* **cli:** Don't succeed migration if npm install failed ([#6595](https://togithub.com/ionic-team/capacitor/issues/6595)) ([6843d96](https://togithub.com/ionic-team/capacitor/commit/6843d9642fad9a322579cbe5f01563929a83dbf5))
* **cli:** proper plugin module patch in monorepos ([#6589](https://togithub.com/ionic-team/capacitor/issues/6589)) ([d49e632](https://togithub.com/ionic-team/capacitor/commit/d49e6324ab5e0bea58ff6ca32feb7ea39d33a772))
### [`v5.0.3`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#503-httpsgithubcomionic-teamcapacitorcompare502503-2023-05-10)
[Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.2...5.0.3)
**Note:** Version bump only for package capacitor
### [`v5.0.2`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#502-httpsgithubcomionic-teamcapacitorcompare501502-2023-05-09)
[Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.1...5.0.2)
##### Bug Fixes
* **cli:** handle unrecognized java --version ([#6577](https://togithub.com/ionic-team/capacitor/issues/6577)) ([56b0037](https://togithub.com/ionic-team/capacitor/commit/56b0037a70d64019563b6e55e53de423f471fe2f))
* **cli:** Move package to build.gradle in Capacitor plugins ([#6569](https://togithub.com/ionic-team/capacitor/issues/6569)) ([8cb26cd](https://togithub.com/ionic-team/capacitor/commit/8cb26cd97a4f9cf59abb6b3828a07555a6af0b15))
* fallback to plain `pod` if `Gemfile` does not contain CocoaPods ([#6581](https://togithub.com/ionic-team/capacitor/issues/6581)) ([3a41b4c](https://togithub.com/ionic-team/capacitor/commit/3a41b4c1b70af7a45201fb11b04dc5558893aa7e))
### [`v5.0.1`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#501-httpsgithubcomionic-teamcapacitorcompare500501-2023-05-05)
[Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.0...5.0.1)
##### Bug Fixes
* **cli:** install minor Capacitor 5 version ([#6562](https://togithub.com/ionic-team/capacitor/issues/6562)) ([f4af0a2](https://togithub.com/ionic-team/capacitor/commit/f4af0a298fb5a5f8257f175327058341a230ae4f))
* **cli:** Update migration link ([#6560](https://togithub.com/ionic-team/capacitor/issues/6560)) ([e03062e](https://togithub.com/ionic-team/capacitor/commit/e03062e6025fea0edfabbff2081b3f91017aece4))
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
### [`v4.2.3`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small423-2023-05-12-small)
[Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/b1793d8bfbd745285b8a275953ce5b849c587f2e...abdf5f4f32d02af641e5f60871bde14535569b1e)
* fix(types): widen allowed script options for 3.3 features ([3ac08e4](https://togithub.com/vitejs/vite-plugin-vue/commit/3ac08e4))
### [`v4.2.2`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small422-2023-05-11-small)
[Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/808677b39dd2c4fab656549626f528987b8620b8...b1793d8bfbd745285b8a275953ce5b849c587f2e)
* fix: ignore generic attribute when generating script import ([3170af1](https://togithub.com/vitejs/vite-plugin-vue/commit/3170af1))
* chore: bump vite ([ffe74e5](https://togithub.com/vitejs/vite-plugin-vue/commit/ffe74e5))
* chore: bump vue version ([799d875](https://togithub.com/vitejs/vite-plugin-vue/commit/799d875))
### [`v4.2.1`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small421-2023-04-26-small)
[Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/44a7a9c7b1ee7a78f1e3869e5e4922a6698453b0...808677b39dd2c4fab656549626f528987b8620b8)
* fix: lang="tsx" can't be inlined ([c3f5c9c](https://togithub.com/vitejs/vite-plugin-vue/commit/c3f5c9c)), closes [#159](https://togithub.com/vitejs/vite-plugin-vue/issues/159)
* chore: update changelog \[ci skip] ([9d0d7a7](https://togithub.com/vitejs/vite-plugin-vue/commit/9d0d7a7))
### [`v4.2.0`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#420-2023-04-25)
[Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/ad8796af0f30bb08054cb45908a25290e3ee48fa...44a7a9c7b1ee7a78f1e3869e5e4922a6698453b0)
* feat: support 3.3 imported types in SFC macros ([c891652](https://togithub.com/vitejs/vite-plugin-vue/commit/c891652))
### [`v4.1.0`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#410-2023-03-16)
[Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/00ccc856a3a637540e4474701ebd653ff8869f42...ad8796af0f30bb08054cb45908a25290e3ee48fa)
* fix: avoid resolving to 2.7 compiler-sfc ([cf36b3e](https://togithub.com/vitejs/vite-plugin-vue/commit/cf36b3e))
vuejs/tsconfig (@vue/tsconfig)
### [`v0.4.0`](https://togithub.com/vuejs/tsconfig/compare/v0.3.2...v0.4.0)
[Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.3.2...v0.4.0)
### [`v0.3.2`](https://togithub.com/vuejs/tsconfig/compare/v0.3.1...v0.3.2)
[Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.3.1...v0.3.2)
### [`v0.3.1`](https://togithub.com/vuejs/tsconfig/compare/v0.3.0...v0.3.1)
[Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.3.0...v0.3.1)
### [`v0.3.0`](https://togithub.com/vuejs/tsconfig/compare/v0.2.0...v0.3.0)
[Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.2.0...v0.3.0)
### [`v0.2.0`](https://togithub.com/vuejs/tsconfig/compare/v0.1.3...v0.2.0)
[Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.1.3...v0.2.0)
vueuse/vueuse (@vueuse/core)
### [`v10.2.1`](https://togithub.com/vueuse/vueuse/releases/tag/v10.2.1)
[Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.2.0...v10.2.1)
##### :rocket: Features
* **useDropZone**: Expose more hooks - by [@antfu](https://togithub.com/antfu) [(17d8d)](https://togithub.com/vueuse/vueuse/commit/17d8da63)
* **useDropZone**: Expose files as ref - by [@antfu](https://togithub.com/antfu) [(6d4ef)](https://togithub.com/vueuse/vueuse/commit/6d4efc56)
##### :beetle: Bug Fixes
* **fromEvent**: Torn down properly - by [@benlesh](https://togithub.com/benlesh) in [https://github.com/vueuse/vueuse/issues/3155](https://togithub.com/vueuse/vueuse/issues/3155) [(fa7ed)](https://togithub.com/vueuse/vueuse/commit/fa7ed3a7)
* **toRefs**: Fix stack overflow caused by recursive `setPrototypeOf` - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3166](https://togithub.com/vueuse/vueuse/issues/3166) [(9f998)](https://togithub.com/vueuse/vueuse/commit/9f998a49)
* **useFullscreen**: Skip exiting when not in fullscreen mode - by [@tawen](https://togithub.com/tawen), [@antfu](https://togithub.com/antfu) and **Fernando Fernández** in [https://github.com/vueuse/vueuse/issues/3144](https://togithub.com/vueuse/vueuse/issues/3144) [(14edb)](https://togithub.com/vueuse/vueuse/commit/14edb4a6)
* **useInfiniteScroll**: Prevent infinite load when v-show set false - by [@wonderl17](https://togithub.com/wonderl17) in [https://github.com/vueuse/vueuse/issues/3143](https://togithub.com/vueuse/vueuse/issues/3143) [(a4dfa)](https://togithub.com/vueuse/vueuse/commit/a4dfa5ba)
* **useRafFn**: Set initial delta to zero - by [@haykkh](https://togithub.com/haykkh) in [https://github.com/vueuse/vueuse/issues/3150](https://togithub.com/vueuse/vueuse/issues/3150) [(cf6eb)](https://togithub.com/vueuse/vueuse/commit/cf6eb5fc)
* **useTimeoutPoll**: Unexpected immediate execution - by [@jiadesen](https://togithub.com/jiadesen) in [https://github.com/vueuse/vueuse/issues/3159](https://togithub.com/vueuse/vueuse/issues/3159) [(7a897)](https://togithub.com/vueuse/vueuse/commit/7a897e54)
##### [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.2.0...v10.2.1)
### [`v10.2.0`](https://togithub.com/vueuse/vueuse/releases/tag/v10.2.0)
[Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.1.2...v10.2.0)
##### :rocket: Features
* **useAsyncQueue**: Add `options.signal` parameter - by [@cross-origin](https://togithub.com/cross-origin) in [https://github.com/vueuse/vueuse/issues/3033](https://togithub.com/vueuse/vueuse/issues/3033) [(7da7c)](https://togithub.com/vueuse/vueuse/commit/7da7c4e3)
* **useColorMode**: DisableTransition support pseudo-elements - by [@lainbo](https://togithub.com/lainbo) in [https://github.com/vueuse/vueuse/issues/3129](https://togithub.com/vueuse/vueuse/issues/3129) [(78a3a)](https://togithub.com/vueuse/vueuse/commit/78a3a622)
* **useDraggable**: Improve component props - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3075](https://togithub.com/vueuse/vueuse/issues/3075) [(6b670)](https://togithub.com/vueuse/vueuse/commit/6b6701ca)
* **useElementByPoint**: New `multiple` and `interval` options - by [@okxiaoliang4](https://togithub.com/okxiaoliang4) in [https://github.com/vueuse/vueuse/issues/3089](https://togithub.com/vueuse/vueuse/issues/3089) [(31b66)](https://togithub.com/vueuse/vueuse/commit/31b66263)
* **useFileDialog**: Add a parameter `reset` - by [@zaqvil](https://togithub.com/zaqvil) in [https://github.com/vueuse/vueuse/issues/3059](https://togithub.com/vueuse/vueuse/issues/3059) [(6d847)](https://togithub.com/vueuse/vueuse/commit/6d8477c7)
* **useImage**: Support referrerPolicy option - by [@btea](https://togithub.com/btea) in [https://github.com/vueuse/vueuse/issues/3132](https://togithub.com/vueuse/vueuse/issues/3132) [(04d32)](https://togithub.com/vueuse/vueuse/commit/04d32d8d)
* **useSortable**: Add option set get method - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3108](https://togithub.com/vueuse/vueuse/issues/3108) [(14283)](https://togithub.com/vueuse/vueuse/commit/14283908)
* **useVModel**: Improve types overload - by [@Mini-ghost](https://togithub.com/Mini-ghost) in [https://github.com/vueuse/vueuse/issues/3055](https://togithub.com/vueuse/vueuse/issues/3055) [(7d788)](https://togithub.com/vueuse/vueuse/commit/7d788aaf)
##### :beetle: Bug Fixes
* **onClickOutside**: Ensure focus on iframe captured in firefox - by [@Geit](https://togithub.com/Geit) in [https://github.com/vueuse/vueuse/issues/3066](https://togithub.com/vueuse/vueuse/issues/3066) [(2c66e)](https://togithub.com/vueuse/vueuse/commit/2c66ef5f)
* **useAxios**: Prevent premature loading refs reset - by [@MickaelOth](https://togithub.com/MickaelOth) in [https://github.com/vueuse/vueuse/issues/3076](https://togithub.com/vueuse/vueuse/issues/3076) [(b1701)](https://togithub.com/vueuse/vueuse/commit/b17010f8)
* **useCloned**: Check for getter function to watch - by [@ydcjeff](https://togithub.com/ydcjeff) in [https://github.com/vueuse/vueuse/issues/3142](https://togithub.com/vueuse/vueuse/issues/3142) [(6d630)](https://togithub.com/vueuse/vueuse/commit/6d630272)
* **useCssVar**: Observe changes based on element class list - by [@Waleed-KH](https://togithub.com/Waleed-KH) in [https://github.com/vueuse/vueuse/issues/3131](https://togithub.com/vueuse/vueuse/issues/3131) [(9d34a)](https://togithub.com/vueuse/vueuse/commit/9d34afc4)
* **useMediaControls**: Better representation for "waiting" value - by [@ferferga](https://togithub.com/ferferga) in [https://github.com/vueuse/vueuse/issues/3072](https://togithub.com/vueuse/vueuse/issues/3072) [(0b253)](https://togithub.com/vueuse/vueuse/commit/0b253bb4)
* **useRouteHash,useRouteQuery,useRouteParams**: Re-evaluates the value immediately - by [@anteriovieira](https://togithub.com/anteriovieira) in [https://github.com/vueuse/vueuse/issues/3002](https://togithub.com/vueuse/vueuse/issues/3002) [(d5252)](https://togithub.com/vueuse/vueuse/commit/d5252444)
* **useScroll**: Support window in setArrivedState - by [@smallnine9](https://togithub.com/smallnine9) and **yulj5** in [https://github.com/vueuse/vueuse/issues/3086](https://togithub.com/vueuse/vueuse/issues/3086) [(8855f)](https://togithub.com/vueuse/vueuse/commit/8855f246)
* **useScrollLock**: Fix scrollable children check - by [@valerypatorius](https://togithub.com/valerypatorius) in [https://github.com/vueuse/vueuse/issues/3065](https://togithub.com/vueuse/vueuse/issues/3065) [(cdc28)](https://togithub.com/vueuse/vueuse/commit/cdc28615)
* **useTextareaAutosize**: Autosize error when changing `input` asynchronously - by [@jsonleex](https://togithub.com/jsonleex) in [https://github.com/vueuse/vueuse/issues/3118](https://togithub.com/vueuse/vueuse/issues/3118) [(1b0ec)](https://togithub.com/vueuse/vueuse/commit/1b0ec281)
* **useWebWorker**: Add web worker transferable option - by [@yassilah](https://togithub.com/yassilah) in [https://github.com/vueuse/vueuse/issues/3123](https://togithub.com/vueuse/vueuse/issues/3123) [(5988f)](https://togithub.com/vueuse/vueuse/commit/5988f730)
* **watchImmediate**: Fix overload signature - by [@ferreira-tb](https://togithub.com/ferreira-tb) in [https://github.com/vueuse/vueuse/issues/3114](https://togithub.com/vueuse/vueuse/issues/3114) [(4b4e6)](https://togithub.com/vueuse/vueuse/commit/4b4e6c26)
##### :racing_car: Performance
* **useCssVar**: Only listen for style changes - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3057](https://togithub.com/vueuse/vueuse/issues/3057) [(3233a)](https://togithub.com/vueuse/vueuse/commit/3233af2c)
##### [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.1.2...v10.2.0)
gradle/gradle (gradle)
### [`v8.1.1`](https://togithub.com/gradle/gradle/releases/tag/v8.1.1): 8.1.1
This is a patch release for Gradle 8.1. We recommend using 8.1.1 instead of 8.1.
It fixes the following issues:
* [#24748](https://togithub.com/gradle/gradle/issues/24748) MethodTooLargeException when instrumenting a class with thousand of lambdas for configuration cache
* [#24754](https://togithub.com/gradle/gradle/issues/24754) Kotlin DSL precompiled script plugins built with Gradle 8.1 cannot be used with other versions of Gradle
* [#24788](https://togithub.com/gradle/gradle/issues/24788) Gradle 8.1 configure freeCompilerArgs for Kotlin in buildSrc breaks build with unhelpful errors
[Read the Release Notes](https://docs.gradle.org/8.1.1/release-notes.html)
#### Upgrade Instructions
Switch your build to use Gradle 8.1.1 by updating your wrapper:
```
./gradlew wrapper --gradle-version=8.1.1
```
See the [Gradle 8.x upgrade guide](https://docs.gradle.org/8.1.1/userguide/upgrading_version\_8.html#changes\_8.1) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.1.1.
#### Reporting Problems
If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).
### [`v8.0.2`](https://togithub.com/gradle/gradle/releases/tag/v8.0.2): 8.0.2
The Gradle team is excited to announce Gradle 8.0.2.
This is the second patch release for Gradle 8.0. We recommend using 8.0.2 instead of 8.0.
It fixes the following issues:
* [#23698](https://togithub.com/gradle/gradle/issues/23698) Gradle 8 RC2 runs out of metaspace
* [#23962](https://togithub.com/gradle/gradle/issues/23962) Java/Scala build with no explicit toolchain: build fails with Gradle 8.0.1 / Scala 2.13
* [#23990](https://togithub.com/gradle/gradle/issues/23990) Gradle 8.0.+ silently dropped support for custom compilers in `JavaCompile`
* [#24031](https://togithub.com/gradle/gradle/issues/24031) InstrumentingTransformer generates different class files in Gradle 8 and 7.6 which leads to Remote Build-Cache misses
* [#24109](https://togithub.com/gradle/gradle/issues/24109) Extending an already resolved configuration no longer works correctly
* [#24122](https://togithub.com/gradle/gradle/issues/24122) Update configuration cache state for some plugins
* [#24129](https://togithub.com/gradle/gradle/issues/24129) includeBuild in PluginManagementSpec deincubated in Gradle 8, docs still say it's incubating
Issues fixed in the first patch release:
* [#21551](https://togithub.com/gradle/gradle/issues/21551) Document integration of Scala plugin with toolchains and problems with `target` flag
* [#23888](https://togithub.com/gradle/gradle/issues/23888) `--no-rebuild` suddenly gone without new deprecation cycle and without the reason for its undeprecation being void
* [#23905](https://togithub.com/gradle/gradle/issues/23905) Gradle 8.0 fails Scala build with isBlank not found in String class error
[Read the Release Notes](https://docs.gradle.org/8.0.2/release-notes.html)
#### Upgrade Instructions
Switch your build to use Gradle 8.0.2 by updating your wrapper:
```
./gradlew wrapper --gradle-version=8.0.2
```
See the [Gradle 7.x upgrade guide](https://docs.gradle.org/8.0.2/userguide/upgrading_version\_7.html#changes\_8.0) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.0.2.
#### Reporting Problems
If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).
misskey-dev/misskey.js (misskey-js)
### [`v0.0.16`](https://togithub.com/misskey-dev/misskey.js/compare/cc6a2670c8212fa65a68bcb467fb6a2b979fa573...f5dfb64a528d705970d606d3f84ec9de2ef55d84)
[Compare Source](https://togithub.com/misskey-dev/misskey.js/compare/cc6a2670c8212fa65a68bcb467fb6a2b979fa573...f5dfb64a528d705970d606d3f84ec9de2ef55d84)
nodejs/node (node)
### [`v18.16.1`](https://togithub.com/nodejs/node/releases/tag/v18.16.1): 2023-06-20, Version 18.16.1 'Hydrogen' (LTS), @RafaelGSS
[Compare Source](https://togithub.com/nodejs/node/compare/v18.16.0...v18.16.1)
This is a security release.
##### Notable Changes
The following CVEs are fixed in this release:
* [CVE-2023-30581](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30581): `mainModule.__proto__` Bypass Experimental Policy Mechanism (High)
* [CVE-2023-30585](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30585): Privilege escalation via Malicious Registry Key manipulation during Node.js installer repair process (Medium)
* [CVE-2023-30588](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30588): Process interuption due to invalid Public Key information in x509 certificates (Medium)
* [CVE-2023-30589](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30589): HTTP Request Smuggling via Empty headers separated by CR (Medium)
* [CVE-2023-30590](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30590): DiffieHellman does not generate keys after setting a private key (Medium)
* OpenSSL Security Releases
* [OpenSSL security advisory 28th March](https://www.openssl.org/news/secadv/20230328.txt).
* [OpenSSL security advisory 20th April](https://www.openssl.org/news/secadv/20230420.txt).
* [OpenSSL security advisory 30th May](https://www.openssl.org/news/secadv/20230530.txt)
* c-ares vulnerabilities:
* [GHSA-9g78-jv2r-p7vc](https://togithub.com/c-ares/c-ares/security/advisories/GHSA-9g78-jv2r-p7vc)
* [GHSA-8r8p-23f3-64c2](https://togithub.com/c-ares/c-ares/security/advisories/GHSA-8r8p-23f3-64c2)
* [GHSA-54xr-f67r-4pc4](https://togithub.com/c-ares/c-ares/security/advisories/GHSA-54xr-f67r-4pc4)
* [GHSA-x6mf-cxr9-8q6v](https://togithub.com/c-ares/c-ares/security/advisories/GHSA-x6mf-cxr9-8q6v)
More detailed information on each of the vulnerabilities can be found in [June 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/june-2023-security-releases/) blog post.
##### Commits
* \[[`bf3e2c8928`](https://togithub.com/nodejs/node/commit/bf3e2c8928)] - **crypto**: handle cert with invalid SPKI gracefully (Tobias Nießen) [nodejs-private/node-private#393](https://togithub.com/nodejs-private/node-private/pull/393)
* \[[`70f9449072`](https://togithub.com/nodejs/node/commit/70f9449072)] - **deps**: set `CARES_RANDOM_FILE` for c-ares (Richard Lau) [#48156](https://togithub.com/nodejs/node/pull/48156)
* \[[`35d4efb57b`](https://togithub.com/nodejs/node/commit/35d4efb57b)] - **deps**: update c-ares to 1.19.1 (RafaelGSS) [#48115](https://togithub.com/nodejs/node/pull/48115)
* \[[`392dfedc77`](https://togithub.com/nodejs/node/commit/392dfedc77)] - **deps**: update archs files for openssl-3.0.9-quic1 (Node.js GitHub Bot) [#48402](https://togithub.com/nodejs/node/pull/48402)
* \[[`46cd5fe38b`](https://togithub.com/nodejs/node/commit/46cd5fe38b)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.9-quic1 (Node.js GitHub Bot) [#48402](https://togithub.com/nodejs/node/pull/48402)
* \[[`7e3d2d85c2`](https://togithub.com/nodejs/node/commit/7e3d2d85c2)] - **doc,test**: clarify behavior of DH generateKeys (Tobias Nießen) [nodejs-private/node-private#426](https://togithub.com/nodejs-private/node-private/pull/426)
* \[[`4ff6ba050a`](https://togithub.com/nodejs/node/commit/4ff6ba050a)] - **http**: disable request smuggling via rempty headers (Paolo Insogna) [nodejs-private/node-private#428](https://togithub.com/nodejs-private/node-private/pull/428)
* \[[`ab269129a6`](https://togithub.com/nodejs/node/commit/ab269129a6)] - **msi**: do not create AppData\Roaming\npm (Tobias Nießen) [nodejs-private/node-private#408](https://togithub.com/nodejs-private/node-private/pull/408)
* \[[`925e8f5619`](https://togithub.com/nodejs/node/commit/925e8f5619)] - **policy**: handle mainModule.\__proto\_\_ bypass (RafaelGSS) [nodejs-private/node-private#416](https://togithub.com/nodejs-private/node-private/pull/416)
* \[[`d6fae8e47e`](https://togithub.com/nodejs/node/commit/d6fae8e47e)] - **test**: allow SIGBUS in signal-handler abort test (Michaël Zasso) [#47851](https://togithub.com/nodejs/node/pull/47851)
### [`v18.16.0`](https://togithub.com/nodejs/node/releases/tag/v18.16.0): 2023-04-12, Version 18.16.0 'Hydrogen' (LTS), @danielleadams
[Compare Source](https://togithub.com/nodejs/node/compare/v18.15.0...v18.16.0)
##### Notable changes
##### Add initial support for single executable applications
Compile a JavaScript file into a single executable application:
```console
$ echo 'console.log(`Hello, ${process.argv[2]}!`);' > hello.js
$ cp $(command -v node) hello
### On systems other than macOS:
$ npx postject hello NODE_JS_CODE hello.js \
--sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2
### On macOS:
$ npx postject hello NODE_JS_CODE hello.js \
--sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2 \
--macho-segment-name NODE_JS
$ ./hello world
Hello, world!
```
Contributed by Darshan Sen in [#45038](https://togithub.com/nodejs/node/pull/45038)
##### Replace url parser with Ada
Node.js gets a new URL parser called Ada that is compliant with the WHATWG URL Specification and provides more than 100% performance improvement to the existing implementation.
Contributed by Yagiz Nizipli in [#46410](https://togithub.com/nodejs/node/pull/46410)
##### Other notable changes
* **buffer**:
* **(SEMVER-MINOR)** add Buffer.copyBytesFrom(...) (James M Snell) [#46500](https://togithub.com/nodejs/node/pull/46500)
* **doc**:
* add marco-ippolito to collaborators (Marco Ippolito) [#46816](https://togithub.com/nodejs/node/pull/46816)
* add debadree25 to collaborators (Debadree Chatterjee) [#46716](https://togithub.com/nodejs/node/pull/46716)
* add deokjinkim to collaborators (Deokjin Kim) [#46444](https://togithub.com/nodejs/node/pull/46444)
* **events**:
* **(SEMVER-MINOR)** add listener argument to listenerCount (Paolo Insogna) [#46523](https://togithub.com/nodejs/node/pull/46523)
* **lib**:
* **(SEMVER-MINOR)** add AsyncLocalStorage.bind() and .snapshot() (flakey5) [#46387](https://togithub.com/nodejs/node/pull/46387)
* **(SEMVER-MINOR)** add aborted() utility function (Debadree Chatterjee) [#46494](https://togithub.com/nodejs/node/pull/46494)
* **src**:
* **(SEMVER-MINOR)** allow optional Isolate termination in node::Stop() (Shelley Vohr) [#46583](https://togithub.com/nodejs/node/pull/46583)
* **(SEMVER-MINOR)** allow embedder control of code generation policy (Shelley Vohr) [#46368](https://togithub.com/nodejs/node/pull/46368)
* **stream**:
* **(SEMVER-MINOR)** add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) [#46273](https://togithub.com/nodejs/node/pull/46273)
* **tls**:
* **(SEMVER-MINOR)** support automatic DHE (Tobias Nießen) [#46978](https://togithub.com/nodejs/node/pull/46978)
* **url**:
* **(SEMVER-MINOR)** implement URLSearchParams size getter (James M Snell) [#46308](https://togithub.com/nodejs/node/pull/46308)
* **worker**:
* **(SEMVER-MINOR)** add support for worker name in inspector and trace_events (Debadree Chatterjee) [#46832](https://togithub.com/nodejs/node/pull/46832)
##### Commits
* \[[`c742493b61`](https://togithub.com/nodejs/node/commit/c742493b61)] - **assert**: fix exception message for assert(0) on try catch block (hidecology) [#46760](https://togithub.com/nodejs/node/pull/46760)
* \[[`0ddf73ae7c`](https://togithub.com/nodejs/node/commit/0ddf73ae7c)] - **assert**: remove deprecated getFunction() usage (Ruben Bridgewater) [#46661](https://togithub.com/nodejs/node/pull/46661)
* \[[`97ad72f19f`](https://togithub.com/nodejs/node/commit/97ad72f19f)] - **async_hooks**: add async local storage propagation benchmarks (Chengzhong Wu) [#46414](https://togithub.com/nodejs/node/pull/46414)
* \[[`b1bde69574`](https://togithub.com/nodejs/node/commit/b1bde69574)] - **async_hooks**: remove experimental onPropagate option (James M Snell) [#46386](https://togithub.com/nodejs/node/pull/46386)
* \[[`b5db3b579a`](https://togithub.com/nodejs/node/commit/b5db3b579a)] - **benchmark**: add a benchmark for URLSearchParams creation and toString() (Debadree Chatterjee) [#46810](https://togithub.com/nodejs/node/pull/46810)
* \[[`ff94f9ffbe`](https://togithub.com/nodejs/node/commit/ff94f9ffbe)] - **benchmark**: replace table in docs with description of file tree structure (Theodor Steiner) [#46991](https://togithub.com/nodejs/node/pull/46991)
* \[[`d4af671f09`](https://togithub.com/nodejs/node/commit/d4af671f09)] - **benchmark**: split `Buffer.byteLength` benchmark (Joyee Cheung) [#46616](https://togithub.com/nodejs/node/pull/46616)
* \[[`5f647fb7b4`](https://togithub.com/nodejs/node/commit/5f647fb7b4)] - **benchmark**: add benchmark for EventTarget add and remove (Debadree Chatterjee) [#46779](https://togithub.com/nodejs/node/pull/46779)
* \[[`d7d634bd67`](https://togithub.com/nodejs/node/commit/d7d634bd67)] - **benchmark**: fix worker startup benchmark (Joyee Cheung) [#46680](https://togithub.com/nodejs/node/pull/46680)
* \[[`f7c4796c56`](https://togithub.com/nodejs/node/commit/f7c4796c56)] - **benchmark**: add trailing commas in `benchmark/path` (Antoine du Hamel) [#46628](https://togithub.com/nodejs/node/pull/46628)
* \[[`9b0d5030a5`](https://togithub.com/nodejs/node/commit/9b0d5030a5)] - **benchmark**: add trailing commas in `benchmark/http` (Antoine du Hamel) [#46609](https://togithub.com/nodejs/node/pull/46609)
* \[[`e0f436041e`](https://togithub.com/nodejs/node/commit/e0f436041e)] - **benchmark**: add trailing commas in `benchmark/crypto` (Antoine du Hamel) [#46553](https://togithub.com/nodejs/node/pull/46553)
* \[[`a383aee386`](https://togithub.com/nodejs/node/commit/a383aee386)] - **benchmark**: add trailing commas in `benchmark/url` (Antoine du Hamel) [#46551](https://togithub.com/nodejs/node/pull/46551)
* \[[`a10c3558c6`](https://togithub.com/nodejs/node/commit/a10c3558c6)] - **benchmark**: add trailing commas in `benchmark/http2` (Antoine du Hamel) [#46552](https://togithub.com/nodejs/node/pull/46552)
* \[[`8036583f1f`](https://togithub.com/nodejs/node/commit/8036583f1f)] - **benchmark**: add trailing commas in `benchmark/process` (Antoine du Hamel) [#46481](https://togithub.com/nodejs/node/pull/46481)
* \[[`1497244078`](https://togithub.com/nodejs/node/commit/1497244078)] - **benchmark**: add trailing commas in `benchmark/misc` (Antoine du Hamel) [#46474](https://togithub.com/nodejs/node/pull/46474)
* \[[`057e3f5309`](https://togithub.com/nodejs/node/commit/057e3f5309)] - **benchmark**: add trailing commas in `benchmark/buffers` (Antoine du Hamel) [#46473](https://togithub.com/nodejs/node/pull/46473)
* \[[`26e1a81243`](https://togithub.com/nodejs/node/commit/26e1a81243)] - **benchmark**: add trailing commas in `benchmark/module` (Antoine du Hamel) [#46461](https://togithub.com/nodejs/node/pull/46461)
* \[[`bd6c828cf3`](https://togithub.com/nodejs/node/commit/bd6c828cf3)] - **benchmark**: add trailing commas in `benchmark/net` (Antoine du Hamel) [#46439](https://togithub.com/nodejs/node/pull/46439)
* \[[`01cf87aca7`](https://togithub.com/nodejs/node/commit/01cf87aca7)] - **benchmark**: add trailing commas in `benchmark/util` (Antoine du Hamel) [#46438](https://togithub.com/nodejs/node/pull/46438)
* \[[`f006b2f9dc`](https://togithub.com/nodejs/node/commit/f006b2f9dc)] - **benchmark**: add trailing commas in `benchmark/async_hooks` (Antoine du Hamel) [#46424](https://togithub.com/nodejs/node/pull/46424)
* \[[`f969cc30ab`](https://togithub.com/nodejs/node/commit/f969cc30ab)] - **benchmark**: add trailing commas in `benchmark/fs` (Antoine du Hamel) [#46426](https://togithub.com/nodejs/node/pull/46426)
* \[[`5202b84382`](https://togithub.com/nodejs/node/commit/5202b84382)] - **bootstrap**: print stack trace during environment creation failure (Joyee Cheung) [#46533](https://togithub.com/nodejs/node/pull/46533)
* \[[`c6e722aca4`](https://togithub.com/nodejs/node/commit/c6e722aca4)] - **(SEMVER-MINOR)** **buffer**: add Buffer.copyBytesFrom(...) (James M Snell) [#46500](https://togithub.com/nodejs/node/pull/46500)
* \[[`886504fdf8`](https://togithub.com/nodejs/node/commit/886504fdf8)] - **build**: fix Visual Studio installation detection for Arm64 (Radek Bartoň) [#46420](https://togithub.com/nodejs/node/pull/46420)
* \[[`2b72a453cf`](https://togithub.com/nodejs/node/commit/2b72a453cf)] - **build**: add GitHub Action for coverage with --without-intl (Rich Trott) [#37954](https://togithub.com/nodejs/node/pull/37954)
* \[[`ff07aa7fe3`](https://togithub.com/nodejs/node/commit/ff07aa7fe3)] - **build**: do not disable inspector when intl is disabled (Rich Trott) [#37954](https://togithub.com/nodejs/node/pull/37954)
* \[[`4b25b98bd8`](https://togithub.com/nodejs/node/commit/4b25b98bd8)] - **build,test**: add proper support for IBM i (Xu Meng) [#46739](https://togithub.com/nodejs/node/pull/46739)
* \[[`535311097c`](https://togithub.com/nodejs/node/commit/535311097c)] - **child_process**: add trailing commas in source files (Antoine du Hamel) [#46758](https://togithub.com/nodejs/node/pull/46758)
* \[[`d2692c65df`](https://togithub.com/nodejs/node/commit/d2692c65df)] - **cluster**: add trailing commas in source files (Antoine du Hamel) [#46695](https://togithub.com/nodejs/node/pull/46695)
* \[[`effdca8b10`](https://togithub.com/nodejs/node/commit/effdca8b10)] - **crypto**: don't assume FIPS is disabled by default (Michael Dawson) [#46532](https://togithub.com/nodejs/node/pull/46532)
* \[[`bce37c60ce`](https://togithub.com/nodejs/node/commit/bce37c60ce)] - **debugger**: improve validations and documents for watch and unwatch (Eungyu Lee) [#46947](https://togithub.com/nodejs/node/pull/46947)
* \[[`51253bae83`](https://togithub.com/nodejs/node/commit/51253bae83)] - **debugger**: add a command to set which lines to check for context (Eungyu Lee) [#46812](https://togithub.com/nodejs/node/pull/46812)
* \[[`44375c6a3c`](https://togithub.com/nodejs/node/commit/44375c6a3c)] - **debugger**: add trailing commas in source files (Antoine du Hamel) [#46714](https://togithub.com/nodejs/node/pull/46714)
* \[[`e5c4d69681`](https://togithub.com/nodejs/node/commit/e5c4d69681)] - **deps**: update ada to 1.0.4 (Node.js GitHub Bot) [#46853](https://togithub.com/nodejs/node/pull/46853)
* \[[`94f83536d7`](https://togithub.com/nodejs/node/commit/94f83536d7)] - **deps**: update ada to 1.0.3 (Node.js GitHub Bot) [#46784](https://togithub.com/nodejs/node/pull/46784)
* \[[`484c4f6674`](https://togithub.com/nodejs/node/commit/484c4f6674)] - **deps**: update ada to v1.0.1 (Yagiz Nizipli) [#46550](https://togithub.com/nodejs/node/pull/46550)
* \[[`0bc4c17e57`](https://togithub.com/nodejs/node/commit/0bc4c17e57)] - **deps**: add ada as a dependency (Yagiz Nizipli) [#46410](https://togithub.com/nodejs/node/pull/46410)
* \[[`956f786499`](https://togithub.com/nodejs/node/commit/956f786499)] - **deps**: update undici to 5.21.0 (Node.js GitHub Bot) [#47063](https://togithub.com/nodejs/node/pull/47063)
* \[[`73be4f8ef5`](https://togithub.com/nodejs/node/commit/73be4f8ef5)] - **deps**: update simdutf to 3.2.2 (Node.js GitHub Bot) [#46841](https://togithub.com/nodejs/node/pull/46841)
* \[[`0e78fd5883`](https://togithub.com/nodejs/node/commit/0e78fd5883)] - **deps**: update corepack to 0.17.0 (Node.js GitHub Bot) [#46842](https://togithub.com/nodejs/node/pull/46842)
* \[[`61c9433d8a`](https://togithub.com/nodejs/node/commit/61c9433d8a)] - **deps**: update simdutf to 3.2.1 (Node.js GitHub Bot) [#46800](https://togithub.com/nodejs/node/pull/46800)
* \[[`63a62ed532`](https://togithub.com/nodejs/node/commit/63a62ed532)] - **deps**: upgrade npm to 9.5.1 (npm team) [#46783](https://togithub.com/nodejs/node/pull/46783)
* \[[`c8974d678a`](https://togithub.com/nodejs/node/commit/c8974d678a)] - **deps**: update nghttp2 to 1.52.0 (Michaël Zasso) [#46636](https://togithub.com/nodejs/node/pull/46636)
* \[[`2b439a2cdf`](https://togithub.com/nodejs/node/commit/2b439a2cdf)] - **deps**: fix libuv for android (Julian Dropmann) [#46746](https://togithub.com/nodejs/node/pull/46746)
* \[[`d5eb1df869`](https://togithub.com/nodejs/node/commit/d5eb1df869)] - **deps**: update simdutf to 3.2.0 (Node.js GitHub Bot) [#46621](https://togithub.com/nodejs/node/pull/46621)
* \[[`dd97b05aeb`](https://togithub.com/nodejs/node/commit/dd97b05aeb)] - **deps**: update corepack to 0.16.0 (Node.js GitHub Bot) [#46710](https://togithub.com/nodejs/node/pull/46710)
* \[[`65b877de45`](https://togithub.com/nodejs/node/commit/65b877de45)] - **deps**: copy `postject-api.h` and `LICENSE` to the `deps` folder (Darshan Sen) [#46582](https://togithub.com/nodejs/node/pull/46582)
* \[[`a918ac886e`](https://togithub.com/nodejs/node/commit/a918ac886e)] - **deps**: update c-ares to 1.19.0 (Michaël Zasso) [#46415](https://togithub.com/nodejs/node/pull/46415)
* \[[`1ac639a240`](https://togithub.com/nodejs/node/commit/1ac639a240)] - **deps**: V8: cherry-pick [`9ec4e90`](https://togithub.com/nodejs/node/commit/9ec4e9095a25) (Kleis Auke Wolthuizen) [#47092](https://togithub.com/nodejs/node/pull/47092)
* \[[`f8d4bf8540`](https://togithub.com/nodejs/node/commit/f8d4bf8540)] - **deps,test**: update postject to 1.0.0-alpha.5 (Node.js GitHub Bot) [#46934](https://togithub.com/nodejs/node/pull/46934)
* \[[`8646b06c1b`](https://togithub.com/nodejs/node/commit/8646b06c1b)] - **dgram**: fix unhandled exception aborting a closed udp socket (Ramana Venkata) [#46770](https://togithub.com/nodejs/node/pull/46770)
* \[[`e435199ccc`](https://togithub.com/nodejs/node/commit/e435199ccc)] - **doc**: remove remaining SSL_OP_NETSCAPE_\*\_BUG (Tobias Nießen) [#47066](https://togithub.com/nodejs/node/pull/47066)
* \[[`01d82670c7`](https://togithub.com/nodejs/node/commit/01d82670c7)] - **doc**: fix typo in test.md (Victor Hiairrassary) [#47053](https://togithub.com/nodejs/node/pull/47053)
* \[[`0e3077dc48`](https://togithub.com/nodejs/node/commit/0e3077dc48)] - **doc**: amend support tier qualifier (Gireesh Punathil) [#42805](https://togithub.com/nodejs/node/pull/42805)
* \[[`a5bf6693b9`](https://togithub.com/nodejs/node/commit/a5bf6693b9)] - **doc**: fix typo on esm loaders example (Ruy Adorno) [#47015](https://togithub.com/nodejs/node/pull/47015)
* \[[`6a0c1d053e`](https://togithub.com/nodejs/node/commit/6a0c1d053e)] - **doc**: add missing test runner flags to man page (Colin Ihrig) [#46982](https://togithub.com/nodejs/node/pull/46982)
* \[[`43b94b0f13`](https://togithub.com/nodejs/node/commit/43b94b0f13)] - **doc**: fix history information for `node:diagnostics_channel` (Thomas Hunter II) [#46984](https://togithub.com/nodejs/node/pull/46984)
* \[[`b37d53a1ba`](https://togithub.com/nodejs/node/commit/b37d53a1ba)] - **doc**: fix myUrl is not defined in url (Youngmin Yoo) [#46968](https://togithub.com/nodejs/node/pull/46968)
* \[[`257c5ac1fa`](https://togithub.com/nodejs/node/commit/257c5ac1fa)] - **doc**: remove useless SSL_OP_\* options (Tobias Nießen) [#46954](https://togithub.com/nodejs/node/pull/46954)
* \[[`09c5e6a9f3`](https://togithub.com/nodejs/node/commit/09c5e6a9f3)] - **doc**: fix description of TLS dhparam option (Tobias Nießen) [#46949](https://togithub.com/nodejs/node/pull/46949)
* \[[`8907732fcf`](https://togithub.com/nodejs/node/commit/8907732fcf)] - **doc**: improve fs code example quality (jakecastelli) [#46948](https://togithub.com/nodejs/node/pull/46948)
* \[[`17a25f1153`](https://togithub.com/nodejs/node/commit/17a25f1153)] - **doc**: fix port of destination server is not defined in http2 (Deokjin Kim) [#46940](https://togithub.com/nodejs/node/pull/46940)
* \[[`ad06168a5c`](https://togithub.com/nodejs/node/commit/ad06168a5c)] - **doc**: use number which is bigger than 1024 as port in http2 (Deokjin Kim) [#46938](https://togithub.com/nodejs/node/pull/46938)
* \[[`4e6dda5be4`](https://togithub.com/nodejs/node/commit/4e6dda5be4)] - **doc**: add release key for Juan Arboleda (Juan José) [#46922](https://togithub.com/nodejs/node/pull/46922)
* \[[`f49c6e64ba`](https://togithub.com/nodejs/node/commit/f49c6e64ba)] - **doc**: fix links to SSL_CTX_set_options (Tobias Nießen) [#46953](https://togithub.com/nodejs/node/pull/46953)
* \[[`ea7fb16e5c`](https://togithub.com/nodejs/node/commit/ea7fb16e5c)] - **doc**: fix fs missing import (jakecaste
Configuration
:date: Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
-
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
5.0.0
->5.1.1
18.14.2
->18.16.19
4.0.0
->4.2.3
^0.1.3
->^0.4.0
10.1.2
->10.2.1
8.0.1
->8.2
^0.0.15
->^0.0.16
18.15.0
->18.16.1
~4.8.4
->~4.9.0
4.1.4
->4.4.0
3.2.47
->3.3.4
4.1.6
->4.2.3
1.2.0
->1.8.4
4.8.4
->4.8.6
1.0.0
->1.0.1
7.4.1
->7.4.2
Release Notes
ionic-team/capacitor (@capacitor/cli)
### [`v5.1.1`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#511-2023-07-05) [Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.1.0...5.1.1) ##### Bug Fixes * **ios:** Revert server url addition for CAPWebView. ([#6705](https://togithub.com/ionic-team/capacitor/issues/6705)) ([1b8352d](https://togithub.com/ionic-team/capacitor/commit/1b8352dc5124dc3f57d7881d619537cbf8c3674b)) ### [`v5.1.0`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#510-2023-06-29) [Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.5...5.1.0) ##### Bug Fixes * **android:** Move bridge localUrl initialization to initWebView ([#6685](https://togithub.com/ionic-team/capacitor/issues/6685)) ([7f5f0ca](https://togithub.com/ionic-team/capacitor/commit/7f5f0ca4220d40d6a19c778c18f9534ef3b65899)) * **android:** revert cookie manager initialization to plugin load ([53a2d47](https://togithub.com/ionic-team/capacitor/commit/53a2d4792e026a89723a672a01fc34990add71f0)) * **ios:** Return proper MIME Type for local WASM files ([#6675](https://togithub.com/ionic-team/capacitor/issues/6675)) ([d7856de](https://togithub.com/ionic-team/capacitor/commit/d7856de62a4c058ac474ae91a5fd221dabf99c0a)) * **ios:** set cors headers in asset handler for live reload ([e5a1c81](https://togithub.com/ionic-team/capacitor/commit/e5a1c81fe81904dfd7e3f5100a04088173effc1c)) ##### Features * **android:** add check for excluded domains before ssl request ([7906d36](https://togithub.com/ionic-team/capacitor/commit/7906d3616e8bfb2e2c1c81ee123424c06fc4e5ab)) * **cli:** add apksigner as a build option ([#6442](https://togithub.com/ionic-team/capacitor/issues/6442)) ([9818a76](https://togithub.com/ionic-team/capacitor/commit/9818a76ab4ea6660b444354f239344d37c77d3b3)) * export buildRequestInit function so we can use for downloadFile ([95b0575](https://togithub.com/ionic-team/capacitor/commit/95b0575e3fbc1b1408aa69b61c58e18bf8882cea)) #### [5.0.5](https://togithub.com/ionic-team/capacitor/compare/5.0.4...5.0.5) (2023-06-09) ##### Bug Fixes * **http:** don't throw errors when content-type is null on response ([#6627](https://togithub.com/ionic-team/capacitor/issues/6627)) ([538821f](https://togithub.com/ionic-team/capacitor/commit/538821f267aa3b79548fed6aaea8880ff949ffdd)) #### [5.0.4](https://togithub.com/ionic-team/capacitor/compare/5.0.3...5.0.4) (2023-05-23) ##### Bug Fixes * **cicd:** removed `set -eo pipefail` to allow job to continue ([#6596](https://togithub.com/ionic-team/capacitor/issues/6596)) ([caeeb09](https://togithub.com/ionic-team/capacitor/commit/caeeb090922a5f7e56b1629209cb4227ae60da07)) * **cli:** correct migration of package from AndroidManifest.xml to build.gradle ([#6607](https://togithub.com/ionic-team/capacitor/issues/6607)) ([1c26a3e](https://togithub.com/ionic-team/capacitor/commit/1c26a3e57f356a0972bd43854ca86770a49f2d63)) * **cli:** Don't succeed migration if npm install failed ([#6595](https://togithub.com/ionic-team/capacitor/issues/6595)) ([6843d96](https://togithub.com/ionic-team/capacitor/commit/6843d9642fad9a322579cbe5f01563929a83dbf5)) * **cli:** proper plugin module patch in monorepos ([#6589](https://togithub.com/ionic-team/capacitor/issues/6589)) ([d49e632](https://togithub.com/ionic-team/capacitor/commit/d49e6324ab5e0bea58ff6ca32feb7ea39d33a772)) #### [5.0.3](https://togithub.com/ionic-team/capacitor/compare/5.0.2...5.0.3) (2023-05-10) **Note:** Version bump only for package capacitor #### [5.0.2](https://togithub.com/ionic-team/capacitor/compare/5.0.1...5.0.2) (2023-05-09) ##### Bug Fixes * **cli:** handle unrecognized java --version ([#6577](https://togithub.com/ionic-team/capacitor/issues/6577)) ([56b0037](https://togithub.com/ionic-team/capacitor/commit/56b0037a70d64019563b6e55e53de423f471fe2f)) * **cli:** Move package to build.gradle in Capacitor plugins ([#6569](https://togithub.com/ionic-team/capacitor/issues/6569)) ([8cb26cd](https://togithub.com/ionic-team/capacitor/commit/8cb26cd97a4f9cf59abb6b3828a07555a6af0b15)) * fallback to plain `pod` if `Gemfile` does not contain CocoaPods ([#6581](https://togithub.com/ionic-team/capacitor/issues/6581)) ([3a41b4c](https://togithub.com/ionic-team/capacitor/commit/3a41b4c1b70af7a45201fb11b04dc5558893aa7e)) #### [5.0.1](https://togithub.com/ionic-team/capacitor/compare/5.0.0...5.0.1) (2023-05-05) ##### Bug Fixes * **cli:** install minor Capacitor 5 version ([#6562](https://togithub.com/ionic-team/capacitor/issues/6562)) ([f4af0a2](https://togithub.com/ionic-team/capacitor/commit/f4af0a298fb5a5f8257f175327058341a230ae4f)) * **cli:** Update migration link ([#6560](https://togithub.com/ionic-team/capacitor/issues/6560)) ([e03062e](https://togithub.com/ionic-team/capacitor/commit/e03062e6025fea0edfabbff2081b3f91017aece4)) ### [`v5.0.5`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#505-httpsgithubcomionic-teamcapacitorcompare504505-2023-06-09) [Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.4...5.0.5) ##### Bug Fixes * **http:** don't throw errors when content-type is null on response ([#6627](https://togithub.com/ionic-team/capacitor/issues/6627)) ([538821f](https://togithub.com/ionic-team/capacitor/commit/538821f267aa3b79548fed6aaea8880ff949ffdd)) ### [`v5.0.4`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#504-httpsgithubcomionic-teamcapacitorcompare503504-2023-05-23) [Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.3...5.0.4) ##### Bug Fixes * **cicd:** removed `set -eo pipefail` to allow job to continue ([#6596](https://togithub.com/ionic-team/capacitor/issues/6596)) ([caeeb09](https://togithub.com/ionic-team/capacitor/commit/caeeb090922a5f7e56b1629209cb4227ae60da07)) * **cli:** correct migration of package from AndroidManifest.xml to build.gradle ([#6607](https://togithub.com/ionic-team/capacitor/issues/6607)) ([1c26a3e](https://togithub.com/ionic-team/capacitor/commit/1c26a3e57f356a0972bd43854ca86770a49f2d63)) * **cli:** Don't succeed migration if npm install failed ([#6595](https://togithub.com/ionic-team/capacitor/issues/6595)) ([6843d96](https://togithub.com/ionic-team/capacitor/commit/6843d9642fad9a322579cbe5f01563929a83dbf5)) * **cli:** proper plugin module patch in monorepos ([#6589](https://togithub.com/ionic-team/capacitor/issues/6589)) ([d49e632](https://togithub.com/ionic-team/capacitor/commit/d49e6324ab5e0bea58ff6ca32feb7ea39d33a772)) ### [`v5.0.3`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#503-httpsgithubcomionic-teamcapacitorcompare502503-2023-05-10) [Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.2...5.0.3) **Note:** Version bump only for package capacitor ### [`v5.0.2`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#502-httpsgithubcomionic-teamcapacitorcompare501502-2023-05-09) [Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.1...5.0.2) ##### Bug Fixes * **cli:** handle unrecognized java --version ([#6577](https://togithub.com/ionic-team/capacitor/issues/6577)) ([56b0037](https://togithub.com/ionic-team/capacitor/commit/56b0037a70d64019563b6e55e53de423f471fe2f)) * **cli:** Move package to build.gradle in Capacitor plugins ([#6569](https://togithub.com/ionic-team/capacitor/issues/6569)) ([8cb26cd](https://togithub.com/ionic-team/capacitor/commit/8cb26cd97a4f9cf59abb6b3828a07555a6af0b15)) * fallback to plain `pod` if `Gemfile` does not contain CocoaPods ([#6581](https://togithub.com/ionic-team/capacitor/issues/6581)) ([3a41b4c](https://togithub.com/ionic-team/capacitor/commit/3a41b4c1b70af7a45201fb11b04dc5558893aa7e)) ### [`v5.0.1`](https://togithub.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#501-httpsgithubcomionic-teamcapacitorcompare500501-2023-05-05) [Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.0.0...5.0.1) ##### Bug Fixes * **cli:** install minor Capacitor 5 version ([#6562](https://togithub.com/ionic-team/capacitor/issues/6562)) ([f4af0a2](https://togithub.com/ionic-team/capacitor/commit/f4af0a298fb5a5f8257f175327058341a230ae4f)) * **cli:** Update migration link ([#6560](https://togithub.com/ionic-team/capacitor/issues/6560)) ([e03062e](https://togithub.com/ionic-team/capacitor/commit/e03062e6025fea0edfabbff2081b3f91017aece4))vitejs/vite-plugin-vue (@vitejs/plugin-vue)
### [`v4.2.3`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small423-2023-05-12-small) [Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/b1793d8bfbd745285b8a275953ce5b849c587f2e...abdf5f4f32d02af641e5f60871bde14535569b1e) * fix(types): widen allowed script options for 3.3 features ([3ac08e4](https://togithub.com/vitejs/vite-plugin-vue/commit/3ac08e4)) ### [`v4.2.2`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small422-2023-05-11-small) [Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/808677b39dd2c4fab656549626f528987b8620b8...b1793d8bfbd745285b8a275953ce5b849c587f2e) * fix: ignore generic attribute when generating script import ([3170af1](https://togithub.com/vitejs/vite-plugin-vue/commit/3170af1)) * chore: bump vite ([ffe74e5](https://togithub.com/vitejs/vite-plugin-vue/commit/ffe74e5)) * chore: bump vue version ([799d875](https://togithub.com/vitejs/vite-plugin-vue/commit/799d875)) ### [`v4.2.1`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small421-2023-04-26-small) [Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/44a7a9c7b1ee7a78f1e3869e5e4922a6698453b0...808677b39dd2c4fab656549626f528987b8620b8) * fix: lang="tsx" can't be inlined ([c3f5c9c](https://togithub.com/vitejs/vite-plugin-vue/commit/c3f5c9c)), closes [#159](https://togithub.com/vitejs/vite-plugin-vue/issues/159) * chore: update changelog \[ci skip] ([9d0d7a7](https://togithub.com/vitejs/vite-plugin-vue/commit/9d0d7a7)) ### [`v4.2.0`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#420-2023-04-25) [Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/ad8796af0f30bb08054cb45908a25290e3ee48fa...44a7a9c7b1ee7a78f1e3869e5e4922a6698453b0) * feat: support 3.3 imported types in SFC macros ([c891652](https://togithub.com/vitejs/vite-plugin-vue/commit/c891652)) ### [`v4.1.0`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#410-2023-03-16) [Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/00ccc856a3a637540e4474701ebd653ff8869f42...ad8796af0f30bb08054cb45908a25290e3ee48fa) * fix: avoid resolving to 2.7 compiler-sfc ([cf36b3e](https://togithub.com/vitejs/vite-plugin-vue/commit/cf36b3e))vuejs/tsconfig (@vue/tsconfig)
### [`v0.4.0`](https://togithub.com/vuejs/tsconfig/compare/v0.3.2...v0.4.0) [Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.3.2...v0.4.0) ### [`v0.3.2`](https://togithub.com/vuejs/tsconfig/compare/v0.3.1...v0.3.2) [Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.3.1...v0.3.2) ### [`v0.3.1`](https://togithub.com/vuejs/tsconfig/compare/v0.3.0...v0.3.1) [Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.3.0...v0.3.1) ### [`v0.3.0`](https://togithub.com/vuejs/tsconfig/compare/v0.2.0...v0.3.0) [Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.2.0...v0.3.0) ### [`v0.2.0`](https://togithub.com/vuejs/tsconfig/compare/v0.1.3...v0.2.0) [Compare Source](https://togithub.com/vuejs/tsconfig/compare/v0.1.3...v0.2.0)vueuse/vueuse (@vueuse/core)
### [`v10.2.1`](https://togithub.com/vueuse/vueuse/releases/tag/v10.2.1) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.2.0...v10.2.1) ##### :rocket: Features * **useDropZone**: Expose more hooks - by [@antfu](https://togithub.com/antfu) [(17d8d)](https://togithub.com/vueuse/vueuse/commit/17d8da63) * **useDropZone**: Expose files as ref - by [@antfu](https://togithub.com/antfu) [(6d4ef)](https://togithub.com/vueuse/vueuse/commit/6d4efc56) ##### :beetle: Bug Fixes * **fromEvent**: Torn down properly - by [@benlesh](https://togithub.com/benlesh) in [https://github.com/vueuse/vueuse/issues/3155](https://togithub.com/vueuse/vueuse/issues/3155) [(fa7ed)](https://togithub.com/vueuse/vueuse/commit/fa7ed3a7) * **toRefs**: Fix stack overflow caused by recursive `setPrototypeOf` - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3166](https://togithub.com/vueuse/vueuse/issues/3166) [(9f998)](https://togithub.com/vueuse/vueuse/commit/9f998a49) * **useFullscreen**: Skip exiting when not in fullscreen mode - by [@tawen](https://togithub.com/tawen), [@antfu](https://togithub.com/antfu) and **Fernando Fernández** in [https://github.com/vueuse/vueuse/issues/3144](https://togithub.com/vueuse/vueuse/issues/3144) [(14edb)](https://togithub.com/vueuse/vueuse/commit/14edb4a6) * **useInfiniteScroll**: Prevent infinite load when v-show set false - by [@wonderl17](https://togithub.com/wonderl17) in [https://github.com/vueuse/vueuse/issues/3143](https://togithub.com/vueuse/vueuse/issues/3143) [(a4dfa)](https://togithub.com/vueuse/vueuse/commit/a4dfa5ba) * **useRafFn**: Set initial delta to zero - by [@haykkh](https://togithub.com/haykkh) in [https://github.com/vueuse/vueuse/issues/3150](https://togithub.com/vueuse/vueuse/issues/3150) [(cf6eb)](https://togithub.com/vueuse/vueuse/commit/cf6eb5fc) * **useTimeoutPoll**: Unexpected immediate execution - by [@jiadesen](https://togithub.com/jiadesen) in [https://github.com/vueuse/vueuse/issues/3159](https://togithub.com/vueuse/vueuse/issues/3159) [(7a897)](https://togithub.com/vueuse/vueuse/commit/7a897e54) ##### [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.2.0...v10.2.1) ### [`v10.2.0`](https://togithub.com/vueuse/vueuse/releases/tag/v10.2.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.1.2...v10.2.0) ##### :rocket: Features * **useAsyncQueue**: Add `options.signal` parameter - by [@cross-origin](https://togithub.com/cross-origin) in [https://github.com/vueuse/vueuse/issues/3033](https://togithub.com/vueuse/vueuse/issues/3033) [(7da7c)](https://togithub.com/vueuse/vueuse/commit/7da7c4e3) * **useColorMode**: DisableTransition support pseudo-elements - by [@lainbo](https://togithub.com/lainbo) in [https://github.com/vueuse/vueuse/issues/3129](https://togithub.com/vueuse/vueuse/issues/3129) [(78a3a)](https://togithub.com/vueuse/vueuse/commit/78a3a622) * **useDraggable**: Improve component props - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3075](https://togithub.com/vueuse/vueuse/issues/3075) [(6b670)](https://togithub.com/vueuse/vueuse/commit/6b6701ca) * **useElementByPoint**: New `multiple` and `interval` options - by [@okxiaoliang4](https://togithub.com/okxiaoliang4) in [https://github.com/vueuse/vueuse/issues/3089](https://togithub.com/vueuse/vueuse/issues/3089) [(31b66)](https://togithub.com/vueuse/vueuse/commit/31b66263) * **useFileDialog**: Add a parameter `reset` - by [@zaqvil](https://togithub.com/zaqvil) in [https://github.com/vueuse/vueuse/issues/3059](https://togithub.com/vueuse/vueuse/issues/3059) [(6d847)](https://togithub.com/vueuse/vueuse/commit/6d8477c7) * **useImage**: Support referrerPolicy option - by [@btea](https://togithub.com/btea) in [https://github.com/vueuse/vueuse/issues/3132](https://togithub.com/vueuse/vueuse/issues/3132) [(04d32)](https://togithub.com/vueuse/vueuse/commit/04d32d8d) * **useSortable**: Add option set get method - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3108](https://togithub.com/vueuse/vueuse/issues/3108) [(14283)](https://togithub.com/vueuse/vueuse/commit/14283908) * **useVModel**: Improve types overload - by [@Mini-ghost](https://togithub.com/Mini-ghost) in [https://github.com/vueuse/vueuse/issues/3055](https://togithub.com/vueuse/vueuse/issues/3055) [(7d788)](https://togithub.com/vueuse/vueuse/commit/7d788aaf) ##### :beetle: Bug Fixes * **onClickOutside**: Ensure focus on iframe captured in firefox - by [@Geit](https://togithub.com/Geit) in [https://github.com/vueuse/vueuse/issues/3066](https://togithub.com/vueuse/vueuse/issues/3066) [(2c66e)](https://togithub.com/vueuse/vueuse/commit/2c66ef5f) * **useAxios**: Prevent premature loading refs reset - by [@MickaelOth](https://togithub.com/MickaelOth) in [https://github.com/vueuse/vueuse/issues/3076](https://togithub.com/vueuse/vueuse/issues/3076) [(b1701)](https://togithub.com/vueuse/vueuse/commit/b17010f8) * **useCloned**: Check for getter function to watch - by [@ydcjeff](https://togithub.com/ydcjeff) in [https://github.com/vueuse/vueuse/issues/3142](https://togithub.com/vueuse/vueuse/issues/3142) [(6d630)](https://togithub.com/vueuse/vueuse/commit/6d630272) * **useCssVar**: Observe changes based on element class list - by [@Waleed-KH](https://togithub.com/Waleed-KH) in [https://github.com/vueuse/vueuse/issues/3131](https://togithub.com/vueuse/vueuse/issues/3131) [(9d34a)](https://togithub.com/vueuse/vueuse/commit/9d34afc4) * **useMediaControls**: Better representation for "waiting" value - by [@ferferga](https://togithub.com/ferferga) in [https://github.com/vueuse/vueuse/issues/3072](https://togithub.com/vueuse/vueuse/issues/3072) [(0b253)](https://togithub.com/vueuse/vueuse/commit/0b253bb4) * **useRouteHash,useRouteQuery,useRouteParams**: Re-evaluates the value immediately - by [@anteriovieira](https://togithub.com/anteriovieira) in [https://github.com/vueuse/vueuse/issues/3002](https://togithub.com/vueuse/vueuse/issues/3002) [(d5252)](https://togithub.com/vueuse/vueuse/commit/d5252444) * **useScroll**: Support window in setArrivedState - by [@smallnine9](https://togithub.com/smallnine9) and **yulj5** in [https://github.com/vueuse/vueuse/issues/3086](https://togithub.com/vueuse/vueuse/issues/3086) [(8855f)](https://togithub.com/vueuse/vueuse/commit/8855f246) * **useScrollLock**: Fix scrollable children check - by [@valerypatorius](https://togithub.com/valerypatorius) in [https://github.com/vueuse/vueuse/issues/3065](https://togithub.com/vueuse/vueuse/issues/3065) [(cdc28)](https://togithub.com/vueuse/vueuse/commit/cdc28615) * **useTextareaAutosize**: Autosize error when changing `input` asynchronously - by [@jsonleex](https://togithub.com/jsonleex) in [https://github.com/vueuse/vueuse/issues/3118](https://togithub.com/vueuse/vueuse/issues/3118) [(1b0ec)](https://togithub.com/vueuse/vueuse/commit/1b0ec281) * **useWebWorker**: Add web worker transferable option - by [@yassilah](https://togithub.com/yassilah) in [https://github.com/vueuse/vueuse/issues/3123](https://togithub.com/vueuse/vueuse/issues/3123) [(5988f)](https://togithub.com/vueuse/vueuse/commit/5988f730) * **watchImmediate**: Fix overload signature - by [@ferreira-tb](https://togithub.com/ferreira-tb) in [https://github.com/vueuse/vueuse/issues/3114](https://togithub.com/vueuse/vueuse/issues/3114) [(4b4e6)](https://togithub.com/vueuse/vueuse/commit/4b4e6c26) ##### :racing_car: Performance * **useCssVar**: Only listen for style changes - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3057](https://togithub.com/vueuse/vueuse/issues/3057) [(3233a)](https://togithub.com/vueuse/vueuse/commit/3233af2c) ##### [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.1.2...v10.2.0)gradle/gradle (gradle)
### [`v8.1.1`](https://togithub.com/gradle/gradle/releases/tag/v8.1.1): 8.1.1 This is a patch release for Gradle 8.1. We recommend using 8.1.1 instead of 8.1. It fixes the following issues: * [#24748](https://togithub.com/gradle/gradle/issues/24748) MethodTooLargeException when instrumenting a class with thousand of lambdas for configuration cache * [#24754](https://togithub.com/gradle/gradle/issues/24754) Kotlin DSL precompiled script plugins built with Gradle 8.1 cannot be used with other versions of Gradle * [#24788](https://togithub.com/gradle/gradle/issues/24788) Gradle 8.1 configure freeCompilerArgs for Kotlin in buildSrc breaks build with unhelpful errors [Read the Release Notes](https://docs.gradle.org/8.1.1/release-notes.html) #### Upgrade Instructions Switch your build to use Gradle 8.1.1 by updating your wrapper: ``` ./gradlew wrapper --gradle-version=8.1.1 ``` See the [Gradle 8.x upgrade guide](https://docs.gradle.org/8.1.1/userguide/upgrading_version\_8.html#changes\_8.1) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.1.1. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). ### [`v8.0.2`](https://togithub.com/gradle/gradle/releases/tag/v8.0.2): 8.0.2 The Gradle team is excited to announce Gradle 8.0.2. This is the second patch release for Gradle 8.0. We recommend using 8.0.2 instead of 8.0. It fixes the following issues: * [#23698](https://togithub.com/gradle/gradle/issues/23698) Gradle 8 RC2 runs out of metaspace * [#23962](https://togithub.com/gradle/gradle/issues/23962) Java/Scala build with no explicit toolchain: build fails with Gradle 8.0.1 / Scala 2.13 * [#23990](https://togithub.com/gradle/gradle/issues/23990) Gradle 8.0.+ silently dropped support for custom compilers in `JavaCompile` * [#24031](https://togithub.com/gradle/gradle/issues/24031) InstrumentingTransformer generates different class files in Gradle 8 and 7.6 which leads to Remote Build-Cache misses * [#24109](https://togithub.com/gradle/gradle/issues/24109) Extending an already resolved configuration no longer works correctly * [#24122](https://togithub.com/gradle/gradle/issues/24122) Update configuration cache state for some plugins * [#24129](https://togithub.com/gradle/gradle/issues/24129) includeBuild in PluginManagementSpec deincubated in Gradle 8, docs still say it's incubating Issues fixed in the first patch release: * [#21551](https://togithub.com/gradle/gradle/issues/21551) Document integration of Scala plugin with toolchains and problems with `target` flag * [#23888](https://togithub.com/gradle/gradle/issues/23888) `--no-rebuild` suddenly gone without new deprecation cycle and without the reason for its undeprecation being void * [#23905](https://togithub.com/gradle/gradle/issues/23905) Gradle 8.0 fails Scala build with isBlank not found in String class error [Read the Release Notes](https://docs.gradle.org/8.0.2/release-notes.html) #### Upgrade Instructions Switch your build to use Gradle 8.0.2 by updating your wrapper: ``` ./gradlew wrapper --gradle-version=8.0.2 ``` See the [Gradle 7.x upgrade guide](https://docs.gradle.org/8.0.2/userguide/upgrading_version\_7.html#changes\_8.0) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.0.2. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).misskey-dev/misskey.js (misskey-js)
### [`v0.0.16`](https://togithub.com/misskey-dev/misskey.js/compare/cc6a2670c8212fa65a68bcb467fb6a2b979fa573...f5dfb64a528d705970d606d3f84ec9de2ef55d84) [Compare Source](https://togithub.com/misskey-dev/misskey.js/compare/cc6a2670c8212fa65a68bcb467fb6a2b979fa573...f5dfb64a528d705970d606d3f84ec9de2ef55d84)nodejs/node (node)
### [`v18.16.1`](https://togithub.com/nodejs/node/releases/tag/v18.16.1): 2023-06-20, Version 18.16.1 'Hydrogen' (LTS), @RafaelGSS [Compare Source](https://togithub.com/nodejs/node/compare/v18.16.0...v18.16.1) This is a security release. ##### Notable Changes The following CVEs are fixed in this release: * [CVE-2023-30581](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30581): `mainModule.__proto__` Bypass Experimental Policy Mechanism (High) * [CVE-2023-30585](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30585): Privilege escalation via Malicious Registry Key manipulation during Node.js installer repair process (Medium) * [CVE-2023-30588](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30588): Process interuption due to invalid Public Key information in x509 certificates (Medium) * [CVE-2023-30589](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30589): HTTP Request Smuggling via Empty headers separated by CR (Medium) * [CVE-2023-30590](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30590): DiffieHellman does not generate keys after setting a private key (Medium) * OpenSSL Security Releases * [OpenSSL security advisory 28th March](https://www.openssl.org/news/secadv/20230328.txt). * [OpenSSL security advisory 20th April](https://www.openssl.org/news/secadv/20230420.txt). * [OpenSSL security advisory 30th May](https://www.openssl.org/news/secadv/20230530.txt) * c-ares vulnerabilities: * [GHSA-9g78-jv2r-p7vc](https://togithub.com/c-ares/c-ares/security/advisories/GHSA-9g78-jv2r-p7vc) * [GHSA-8r8p-23f3-64c2](https://togithub.com/c-ares/c-ares/security/advisories/GHSA-8r8p-23f3-64c2) * [GHSA-54xr-f67r-4pc4](https://togithub.com/c-ares/c-ares/security/advisories/GHSA-54xr-f67r-4pc4) * [GHSA-x6mf-cxr9-8q6v](https://togithub.com/c-ares/c-ares/security/advisories/GHSA-x6mf-cxr9-8q6v) More detailed information on each of the vulnerabilities can be found in [June 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/june-2023-security-releases/) blog post. ##### Commits * \[[`bf3e2c8928`](https://togithub.com/nodejs/node/commit/bf3e2c8928)] - **crypto**: handle cert with invalid SPKI gracefully (Tobias Nießen) [nodejs-private/node-private#393](https://togithub.com/nodejs-private/node-private/pull/393) * \[[`70f9449072`](https://togithub.com/nodejs/node/commit/70f9449072)] - **deps**: set `CARES_RANDOM_FILE` for c-ares (Richard Lau) [#48156](https://togithub.com/nodejs/node/pull/48156) * \[[`35d4efb57b`](https://togithub.com/nodejs/node/commit/35d4efb57b)] - **deps**: update c-ares to 1.19.1 (RafaelGSS) [#48115](https://togithub.com/nodejs/node/pull/48115) * \[[`392dfedc77`](https://togithub.com/nodejs/node/commit/392dfedc77)] - **deps**: update archs files for openssl-3.0.9-quic1 (Node.js GitHub Bot) [#48402](https://togithub.com/nodejs/node/pull/48402) * \[[`46cd5fe38b`](https://togithub.com/nodejs/node/commit/46cd5fe38b)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.9-quic1 (Node.js GitHub Bot) [#48402](https://togithub.com/nodejs/node/pull/48402) * \[[`7e3d2d85c2`](https://togithub.com/nodejs/node/commit/7e3d2d85c2)] - **doc,test**: clarify behavior of DH generateKeys (Tobias Nießen) [nodejs-private/node-private#426](https://togithub.com/nodejs-private/node-private/pull/426) * \[[`4ff6ba050a`](https://togithub.com/nodejs/node/commit/4ff6ba050a)] - **http**: disable request smuggling via rempty headers (Paolo Insogna) [nodejs-private/node-private#428](https://togithub.com/nodejs-private/node-private/pull/428) * \[[`ab269129a6`](https://togithub.com/nodejs/node/commit/ab269129a6)] - **msi**: do not create AppData\Roaming\npm (Tobias Nießen) [nodejs-private/node-private#408](https://togithub.com/nodejs-private/node-private/pull/408) * \[[`925e8f5619`](https://togithub.com/nodejs/node/commit/925e8f5619)] - **policy**: handle mainModule.\__proto\_\_ bypass (RafaelGSS) [nodejs-private/node-private#416](https://togithub.com/nodejs-private/node-private/pull/416) * \[[`d6fae8e47e`](https://togithub.com/nodejs/node/commit/d6fae8e47e)] - **test**: allow SIGBUS in signal-handler abort test (Michaël Zasso) [#47851](https://togithub.com/nodejs/node/pull/47851) ### [`v18.16.0`](https://togithub.com/nodejs/node/releases/tag/v18.16.0): 2023-04-12, Version 18.16.0 'Hydrogen' (LTS), @danielleadams [Compare Source](https://togithub.com/nodejs/node/compare/v18.15.0...v18.16.0) ##### Notable changes ##### Add initial support for single executable applications Compile a JavaScript file into a single executable application: ```console $ echo 'console.log(`Hello, ${process.argv[2]}!`);' > hello.js $ cp $(command -v node) hello ### On systems other than macOS: $ npx postject hello NODE_JS_CODE hello.js \ --sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2 ### On macOS: $ npx postject hello NODE_JS_CODE hello.js \ --sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2 \ --macho-segment-name NODE_JS $ ./hello world Hello, world! ``` Contributed by Darshan Sen in [#45038](https://togithub.com/nodejs/node/pull/45038) ##### Replace url parser with Ada Node.js gets a new URL parser called Ada that is compliant with the WHATWG URL Specification and provides more than 100% performance improvement to the existing implementation. Contributed by Yagiz Nizipli in [#46410](https://togithub.com/nodejs/node/pull/46410) ##### Other notable changes * **buffer**: * **(SEMVER-MINOR)** add Buffer.copyBytesFrom(...) (James M Snell) [#46500](https://togithub.com/nodejs/node/pull/46500) * **doc**: * add marco-ippolito to collaborators (Marco Ippolito) [#46816](https://togithub.com/nodejs/node/pull/46816) * add debadree25 to collaborators (Debadree Chatterjee) [#46716](https://togithub.com/nodejs/node/pull/46716) * add deokjinkim to collaborators (Deokjin Kim) [#46444](https://togithub.com/nodejs/node/pull/46444) * **events**: * **(SEMVER-MINOR)** add listener argument to listenerCount (Paolo Insogna) [#46523](https://togithub.com/nodejs/node/pull/46523) * **lib**: * **(SEMVER-MINOR)** add AsyncLocalStorage.bind() and .snapshot() (flakey5) [#46387](https://togithub.com/nodejs/node/pull/46387) * **(SEMVER-MINOR)** add aborted() utility function (Debadree Chatterjee) [#46494](https://togithub.com/nodejs/node/pull/46494) * **src**: * **(SEMVER-MINOR)** allow optional Isolate termination in node::Stop() (Shelley Vohr) [#46583](https://togithub.com/nodejs/node/pull/46583) * **(SEMVER-MINOR)** allow embedder control of code generation policy (Shelley Vohr) [#46368](https://togithub.com/nodejs/node/pull/46368) * **stream**: * **(SEMVER-MINOR)** add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) [#46273](https://togithub.com/nodejs/node/pull/46273) * **tls**: * **(SEMVER-MINOR)** support automatic DHE (Tobias Nießen) [#46978](https://togithub.com/nodejs/node/pull/46978) * **url**: * **(SEMVER-MINOR)** implement URLSearchParams size getter (James M Snell) [#46308](https://togithub.com/nodejs/node/pull/46308) * **worker**: * **(SEMVER-MINOR)** add support for worker name in inspector and trace_events (Debadree Chatterjee) [#46832](https://togithub.com/nodejs/node/pull/46832) ##### Commits * \[[`c742493b61`](https://togithub.com/nodejs/node/commit/c742493b61)] - **assert**: fix exception message for assert(0) on try catch block (hidecology) [#46760](https://togithub.com/nodejs/node/pull/46760) * \[[`0ddf73ae7c`](https://togithub.com/nodejs/node/commit/0ddf73ae7c)] - **assert**: remove deprecated getFunction() usage (Ruben Bridgewater) [#46661](https://togithub.com/nodejs/node/pull/46661) * \[[`97ad72f19f`](https://togithub.com/nodejs/node/commit/97ad72f19f)] - **async_hooks**: add async local storage propagation benchmarks (Chengzhong Wu) [#46414](https://togithub.com/nodejs/node/pull/46414) * \[[`b1bde69574`](https://togithub.com/nodejs/node/commit/b1bde69574)] - **async_hooks**: remove experimental onPropagate option (James M Snell) [#46386](https://togithub.com/nodejs/node/pull/46386) * \[[`b5db3b579a`](https://togithub.com/nodejs/node/commit/b5db3b579a)] - **benchmark**: add a benchmark for URLSearchParams creation and toString() (Debadree Chatterjee) [#46810](https://togithub.com/nodejs/node/pull/46810) * \[[`ff94f9ffbe`](https://togithub.com/nodejs/node/commit/ff94f9ffbe)] - **benchmark**: replace table in docs with description of file tree structure (Theodor Steiner) [#46991](https://togithub.com/nodejs/node/pull/46991) * \[[`d4af671f09`](https://togithub.com/nodejs/node/commit/d4af671f09)] - **benchmark**: split `Buffer.byteLength` benchmark (Joyee Cheung) [#46616](https://togithub.com/nodejs/node/pull/46616) * \[[`5f647fb7b4`](https://togithub.com/nodejs/node/commit/5f647fb7b4)] - **benchmark**: add benchmark for EventTarget add and remove (Debadree Chatterjee) [#46779](https://togithub.com/nodejs/node/pull/46779) * \[[`d7d634bd67`](https://togithub.com/nodejs/node/commit/d7d634bd67)] - **benchmark**: fix worker startup benchmark (Joyee Cheung) [#46680](https://togithub.com/nodejs/node/pull/46680) * \[[`f7c4796c56`](https://togithub.com/nodejs/node/commit/f7c4796c56)] - **benchmark**: add trailing commas in `benchmark/path` (Antoine du Hamel) [#46628](https://togithub.com/nodejs/node/pull/46628) * \[[`9b0d5030a5`](https://togithub.com/nodejs/node/commit/9b0d5030a5)] - **benchmark**: add trailing commas in `benchmark/http` (Antoine du Hamel) [#46609](https://togithub.com/nodejs/node/pull/46609) * \[[`e0f436041e`](https://togithub.com/nodejs/node/commit/e0f436041e)] - **benchmark**: add trailing commas in `benchmark/crypto` (Antoine du Hamel) [#46553](https://togithub.com/nodejs/node/pull/46553) * \[[`a383aee386`](https://togithub.com/nodejs/node/commit/a383aee386)] - **benchmark**: add trailing commas in `benchmark/url` (Antoine du Hamel) [#46551](https://togithub.com/nodejs/node/pull/46551) * \[[`a10c3558c6`](https://togithub.com/nodejs/node/commit/a10c3558c6)] - **benchmark**: add trailing commas in `benchmark/http2` (Antoine du Hamel) [#46552](https://togithub.com/nodejs/node/pull/46552) * \[[`8036583f1f`](https://togithub.com/nodejs/node/commit/8036583f1f)] - **benchmark**: add trailing commas in `benchmark/process` (Antoine du Hamel) [#46481](https://togithub.com/nodejs/node/pull/46481) * \[[`1497244078`](https://togithub.com/nodejs/node/commit/1497244078)] - **benchmark**: add trailing commas in `benchmark/misc` (Antoine du Hamel) [#46474](https://togithub.com/nodejs/node/pull/46474) * \[[`057e3f5309`](https://togithub.com/nodejs/node/commit/057e3f5309)] - **benchmark**: add trailing commas in `benchmark/buffers` (Antoine du Hamel) [#46473](https://togithub.com/nodejs/node/pull/46473) * \[[`26e1a81243`](https://togithub.com/nodejs/node/commit/26e1a81243)] - **benchmark**: add trailing commas in `benchmark/module` (Antoine du Hamel) [#46461](https://togithub.com/nodejs/node/pull/46461) * \[[`bd6c828cf3`](https://togithub.com/nodejs/node/commit/bd6c828cf3)] - **benchmark**: add trailing commas in `benchmark/net` (Antoine du Hamel) [#46439](https://togithub.com/nodejs/node/pull/46439) * \[[`01cf87aca7`](https://togithub.com/nodejs/node/commit/01cf87aca7)] - **benchmark**: add trailing commas in `benchmark/util` (Antoine du Hamel) [#46438](https://togithub.com/nodejs/node/pull/46438) * \[[`f006b2f9dc`](https://togithub.com/nodejs/node/commit/f006b2f9dc)] - **benchmark**: add trailing commas in `benchmark/async_hooks` (Antoine du Hamel) [#46424](https://togithub.com/nodejs/node/pull/46424) * \[[`f969cc30ab`](https://togithub.com/nodejs/node/commit/f969cc30ab)] - **benchmark**: add trailing commas in `benchmark/fs` (Antoine du Hamel) [#46426](https://togithub.com/nodejs/node/pull/46426) * \[[`5202b84382`](https://togithub.com/nodejs/node/commit/5202b84382)] - **bootstrap**: print stack trace during environment creation failure (Joyee Cheung) [#46533](https://togithub.com/nodejs/node/pull/46533) * \[[`c6e722aca4`](https://togithub.com/nodejs/node/commit/c6e722aca4)] - **(SEMVER-MINOR)** **buffer**: add Buffer.copyBytesFrom(...) (James M Snell) [#46500](https://togithub.com/nodejs/node/pull/46500) * \[[`886504fdf8`](https://togithub.com/nodejs/node/commit/886504fdf8)] - **build**: fix Visual Studio installation detection for Arm64 (Radek Bartoň) [#46420](https://togithub.com/nodejs/node/pull/46420) * \[[`2b72a453cf`](https://togithub.com/nodejs/node/commit/2b72a453cf)] - **build**: add GitHub Action for coverage with --without-intl (Rich Trott) [#37954](https://togithub.com/nodejs/node/pull/37954) * \[[`ff07aa7fe3`](https://togithub.com/nodejs/node/commit/ff07aa7fe3)] - **build**: do not disable inspector when intl is disabled (Rich Trott) [#37954](https://togithub.com/nodejs/node/pull/37954) * \[[`4b25b98bd8`](https://togithub.com/nodejs/node/commit/4b25b98bd8)] - **build,test**: add proper support for IBM i (Xu Meng) [#46739](https://togithub.com/nodejs/node/pull/46739) * \[[`535311097c`](https://togithub.com/nodejs/node/commit/535311097c)] - **child_process**: add trailing commas in source files (Antoine du Hamel) [#46758](https://togithub.com/nodejs/node/pull/46758) * \[[`d2692c65df`](https://togithub.com/nodejs/node/commit/d2692c65df)] - **cluster**: add trailing commas in source files (Antoine du Hamel) [#46695](https://togithub.com/nodejs/node/pull/46695) * \[[`effdca8b10`](https://togithub.com/nodejs/node/commit/effdca8b10)] - **crypto**: don't assume FIPS is disabled by default (Michael Dawson) [#46532](https://togithub.com/nodejs/node/pull/46532) * \[[`bce37c60ce`](https://togithub.com/nodejs/node/commit/bce37c60ce)] - **debugger**: improve validations and documents for watch and unwatch (Eungyu Lee) [#46947](https://togithub.com/nodejs/node/pull/46947) * \[[`51253bae83`](https://togithub.com/nodejs/node/commit/51253bae83)] - **debugger**: add a command to set which lines to check for context (Eungyu Lee) [#46812](https://togithub.com/nodejs/node/pull/46812) * \[[`44375c6a3c`](https://togithub.com/nodejs/node/commit/44375c6a3c)] - **debugger**: add trailing commas in source files (Antoine du Hamel) [#46714](https://togithub.com/nodejs/node/pull/46714) * \[[`e5c4d69681`](https://togithub.com/nodejs/node/commit/e5c4d69681)] - **deps**: update ada to 1.0.4 (Node.js GitHub Bot) [#46853](https://togithub.com/nodejs/node/pull/46853) * \[[`94f83536d7`](https://togithub.com/nodejs/node/commit/94f83536d7)] - **deps**: update ada to 1.0.3 (Node.js GitHub Bot) [#46784](https://togithub.com/nodejs/node/pull/46784) * \[[`484c4f6674`](https://togithub.com/nodejs/node/commit/484c4f6674)] - **deps**: update ada to v1.0.1 (Yagiz Nizipli) [#46550](https://togithub.com/nodejs/node/pull/46550) * \[[`0bc4c17e57`](https://togithub.com/nodejs/node/commit/0bc4c17e57)] - **deps**: add ada as a dependency (Yagiz Nizipli) [#46410](https://togithub.com/nodejs/node/pull/46410) * \[[`956f786499`](https://togithub.com/nodejs/node/commit/956f786499)] - **deps**: update undici to 5.21.0 (Node.js GitHub Bot) [#47063](https://togithub.com/nodejs/node/pull/47063) * \[[`73be4f8ef5`](https://togithub.com/nodejs/node/commit/73be4f8ef5)] - **deps**: update simdutf to 3.2.2 (Node.js GitHub Bot) [#46841](https://togithub.com/nodejs/node/pull/46841) * \[[`0e78fd5883`](https://togithub.com/nodejs/node/commit/0e78fd5883)] - **deps**: update corepack to 0.17.0 (Node.js GitHub Bot) [#46842](https://togithub.com/nodejs/node/pull/46842) * \[[`61c9433d8a`](https://togithub.com/nodejs/node/commit/61c9433d8a)] - **deps**: update simdutf to 3.2.1 (Node.js GitHub Bot) [#46800](https://togithub.com/nodejs/node/pull/46800) * \[[`63a62ed532`](https://togithub.com/nodejs/node/commit/63a62ed532)] - **deps**: upgrade npm to 9.5.1 (npm team) [#46783](https://togithub.com/nodejs/node/pull/46783) * \[[`c8974d678a`](https://togithub.com/nodejs/node/commit/c8974d678a)] - **deps**: update nghttp2 to 1.52.0 (Michaël Zasso) [#46636](https://togithub.com/nodejs/node/pull/46636) * \[[`2b439a2cdf`](https://togithub.com/nodejs/node/commit/2b439a2cdf)] - **deps**: fix libuv for android (Julian Dropmann) [#46746](https://togithub.com/nodejs/node/pull/46746) * \[[`d5eb1df869`](https://togithub.com/nodejs/node/commit/d5eb1df869)] - **deps**: update simdutf to 3.2.0 (Node.js GitHub Bot) [#46621](https://togithub.com/nodejs/node/pull/46621) * \[[`dd97b05aeb`](https://togithub.com/nodejs/node/commit/dd97b05aeb)] - **deps**: update corepack to 0.16.0 (Node.js GitHub Bot) [#46710](https://togithub.com/nodejs/node/pull/46710) * \[[`65b877de45`](https://togithub.com/nodejs/node/commit/65b877de45)] - **deps**: copy `postject-api.h` and `LICENSE` to the `deps` folder (Darshan Sen) [#46582](https://togithub.com/nodejs/node/pull/46582) * \[[`a918ac886e`](https://togithub.com/nodejs/node/commit/a918ac886e)] - **deps**: update c-ares to 1.19.0 (Michaël Zasso) [#46415](https://togithub.com/nodejs/node/pull/46415) * \[[`1ac639a240`](https://togithub.com/nodejs/node/commit/1ac639a240)] - **deps**: V8: cherry-pick [`9ec4e90`](https://togithub.com/nodejs/node/commit/9ec4e9095a25) (Kleis Auke Wolthuizen) [#47092](https://togithub.com/nodejs/node/pull/47092) * \[[`f8d4bf8540`](https://togithub.com/nodejs/node/commit/f8d4bf8540)] - **deps,test**: update postject to 1.0.0-alpha.5 (Node.js GitHub Bot) [#46934](https://togithub.com/nodejs/node/pull/46934) * \[[`8646b06c1b`](https://togithub.com/nodejs/node/commit/8646b06c1b)] - **dgram**: fix unhandled exception aborting a closed udp socket (Ramana Venkata) [#46770](https://togithub.com/nodejs/node/pull/46770) * \[[`e435199ccc`](https://togithub.com/nodejs/node/commit/e435199ccc)] - **doc**: remove remaining SSL_OP_NETSCAPE_\*\_BUG (Tobias Nießen) [#47066](https://togithub.com/nodejs/node/pull/47066) * \[[`01d82670c7`](https://togithub.com/nodejs/node/commit/01d82670c7)] - **doc**: fix typo in test.md (Victor Hiairrassary) [#47053](https://togithub.com/nodejs/node/pull/47053) * \[[`0e3077dc48`](https://togithub.com/nodejs/node/commit/0e3077dc48)] - **doc**: amend support tier qualifier (Gireesh Punathil) [#42805](https://togithub.com/nodejs/node/pull/42805) * \[[`a5bf6693b9`](https://togithub.com/nodejs/node/commit/a5bf6693b9)] - **doc**: fix typo on esm loaders example (Ruy Adorno) [#47015](https://togithub.com/nodejs/node/pull/47015) * \[[`6a0c1d053e`](https://togithub.com/nodejs/node/commit/6a0c1d053e)] - **doc**: add missing test runner flags to man page (Colin Ihrig) [#46982](https://togithub.com/nodejs/node/pull/46982) * \[[`43b94b0f13`](https://togithub.com/nodejs/node/commit/43b94b0f13)] - **doc**: fix history information for `node:diagnostics_channel` (Thomas Hunter II) [#46984](https://togithub.com/nodejs/node/pull/46984) * \[[`b37d53a1ba`](https://togithub.com/nodejs/node/commit/b37d53a1ba)] - **doc**: fix myUrl is not defined in url (Youngmin Yoo) [#46968](https://togithub.com/nodejs/node/pull/46968) * \[[`257c5ac1fa`](https://togithub.com/nodejs/node/commit/257c5ac1fa)] - **doc**: remove useless SSL_OP_\* options (Tobias Nießen) [#46954](https://togithub.com/nodejs/node/pull/46954) * \[[`09c5e6a9f3`](https://togithub.com/nodejs/node/commit/09c5e6a9f3)] - **doc**: fix description of TLS dhparam option (Tobias Nießen) [#46949](https://togithub.com/nodejs/node/pull/46949) * \[[`8907732fcf`](https://togithub.com/nodejs/node/commit/8907732fcf)] - **doc**: improve fs code example quality (jakecastelli) [#46948](https://togithub.com/nodejs/node/pull/46948) * \[[`17a25f1153`](https://togithub.com/nodejs/node/commit/17a25f1153)] - **doc**: fix port of destination server is not defined in http2 (Deokjin Kim) [#46940](https://togithub.com/nodejs/node/pull/46940) * \[[`ad06168a5c`](https://togithub.com/nodejs/node/commit/ad06168a5c)] - **doc**: use number which is bigger than 1024 as port in http2 (Deokjin Kim) [#46938](https://togithub.com/nodejs/node/pull/46938) * \[[`4e6dda5be4`](https://togithub.com/nodejs/node/commit/4e6dda5be4)] - **doc**: add release key for Juan Arboleda (Juan José) [#46922](https://togithub.com/nodejs/node/pull/46922) * \[[`f49c6e64ba`](https://togithub.com/nodejs/node/commit/f49c6e64ba)] - **doc**: fix links to SSL_CTX_set_options (Tobias Nießen) [#46953](https://togithub.com/nodejs/node/pull/46953) * \[[`ea7fb16e5c`](https://togithub.com/nodejs/node/commit/ea7fb16e5c)] - **doc**: fix fs missing import (jakecasteConfiguration
:date: Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
┆Issue is synchronized with this Trello card by Unito