Closed renovate[bot] closed 2 years ago
Latest commit: f5c7dbe258e88ccd815662a790c5d8c67c321a5d
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This PR contains the following updates:
7.18.10
->7.19.1
7.18.10
->7.19.1
2.11.6
->2.12.1
1.5.4
->1.5.5
2.13.6
->2.13.13
4.17.13
->4.17.14
16.11.47
->16.11.60
16.11.43
->16.11.60
2.3.1
->2.3.2
3.29.1
->3.29.2
5.10.0
->5.11.2
4.5.1
->4.5.2
4.5.1
->4.5.2
2.9.14
->2.9.15
8.8.1
->8.9.0
Release Notes
babel/babel
### [`v7.19.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7191-2022-09-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.0...v7.19.1) ##### :bug: Bug Fix - `babel-core` - [#14930](https://togithub.com/babel/babel/pull/14930) Avoid fancy stack traces size computation ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#14932](https://togithub.com/babel/babel/pull/14932) fix: isForAwaitStatement is broken ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#14872](https://togithub.com/babel/babel/pull/14872) Use the built-in class fields and private methods rules in ESLint 8 ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#14920](https://togithub.com/babel/babel/pull/14920) \[estree] attach comments after directives at the end of file ([@hegemonic](https://togithub.com/hegemonic)) - [#14900](https://togithub.com/babel/babel/pull/14900) \[ts] allow redeclaring a var/type with the same name as import ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#14913](https://togithub.com/babel/babel/pull/14913) fix: do not remove type import used in TS import= ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.19.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7190-2022-09-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.13...v7.19.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#14666](https://togithub.com/babel/babel/pull/14666) Support private name in decorator member expression ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#14877](https://togithub.com/babel/babel/pull/14877) Remove one promise tick in yield\* ([tc39/ecma262#2819](https://togithub.com/tc39/ecma262/issues/2819)) ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#14836](https://togithub.com/babel/babel/pull/14836) Add 2022-03 decorators version (stage 3) ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#14695](https://togithub.com/babel/babel/pull/14695) \[parser] Make `decoratorsBeforeExport` default to `false` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser` - [#14744](https://togithub.com/babel/babel/pull/14744) Default to hash syntax for Record\&Tuple ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#14867](https://togithub.com/babel/babel/pull/14867) feat: add proposal-record-and-tuple to standalone ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-regexp-features-plugin`, `babel-helpers`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-standalone` - [#14805](https://togithub.com/babel/babel/pull/14805) Add support for the duplicate named capturing groups proposal ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-function-name`, `babel-helper-wrap-function`, `babel-plugin-transform-classes` - [#14897](https://togithub.com/babel/babel/pull/14897) Fix: class transform should not drop method definition when key contains non-BMP characters ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#14890](https://togithub.com/babel/babel/pull/14890) fix: TS plugin shouldn't remove `#privateField!` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#14819](https://togithub.com/babel/babel/pull/14819) fix: parse a>>c as a<(b>>>c) ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-builder-react-jsx` - [#14886](https://togithub.com/babel/babel/pull/14886) Fix helper-builder-react-jsx compat with Babel 7.9 ([@JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#11612](https://togithub.com/babel/babel/pull/11612) Make error message prefixes more descriptive ([@eps1lon](https://togithub.com/eps1lon)) - [#11554](https://togithub.com/babel/babel/pull/11554) Hide internal `@babel/core` functions in config errors ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :memo: Documentation - [#14895](https://togithub.com/babel/babel/pull/14895) docs: remove david-dm from README ([@SukkaW](https://togithub.com/SukkaW)) ##### :house: Internal - `babel-standalone` - [#14863](https://togithub.com/babel/babel/pull/14863) ship [@babel/standalone](https://togithub.com/babel/standalone) source maps ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-parser`, `babel-traverse` - [#14880](https://togithub.com/babel/babel/pull/14880) Update typescript to 4.8 ([@JLHwung](https://togithub.com/JLHwung)) ### [`v7.18.13`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v71813-2022-08-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.10...v7.18.13) ##### :bug: Bug Fix - `babel-generator` - [#14869](https://togithub.com/babel/babel/pull/14869) fix: jsx with `retainLines` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core` - [#14843](https://togithub.com/babel/babel/pull/14843) Fix a race condition in `@babel/core` ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-destructuring` - [#14841](https://togithub.com/babel/babel/pull/14841) fix: Destructuring exceptions in nested `for` expressions ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-traverse` - [#14833](https://togithub.com/babel/babel/pull/14833) Let `path.remove()` remove `IfStatement.alternate` ([@djpohly](https://togithub.com/djpohly)) - [#14837](https://togithub.com/babel/babel/pull/14837) Add support for static evaluation of ?? operator ([@djpohly](https://togithub.com/djpohly)) ##### :house: Internal - [#14846](https://togithub.com/babel/babel/pull/14846) fix: Print build logs correctly ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu))dotansimha/graphql-code-generator (@graphql-codegen/cli)
### [`v2.12.1`](https://togithub.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#2121) [Compare Source](https://togithub.com/dotansimha/graphql-code-generator/compare/19afd7283b357fdf78703ea92d39ad9b0d432c78...10351f46f59002c1ffcf98dff3c4587bb317e803) ##### Patch Changes - [#8335](https://togithub.com/dotansimha/graphql-code-generator/pull/8335) [`3e121d92e`](https://togithub.com/dotansimha/graphql-code-generator/commit/3e121d92ebd563a82dbc367cd3e9194ebe5ca1ee) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`@whatwg-node/fetch@^0.4.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.3.0`, in `dependencies`) - [#8368](https://togithub.com/dotansimha/graphql-code-generator/pull/8368) [`4113b1bd3`](https://togithub.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371) Thanks [@charlypoly](https://togithub.com/charlypoly)! - fix(cli): support ApolloEngine loader in TypeScript config - Updated dependencies \[[`4113b1bd3`](https://togithub.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371)]: - [@graphql-codegen/plugin-helpers](https://togithub.com/graphql-codegen/plugin-helpers)[@2](https://togithub.com/2).7.1 ### [`v2.12.0`](https://togithub.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#2120) [Compare Source](https://togithub.com/dotansimha/graphql-code-generator/compare/7f2f050256c200d948bd7a9df3e6df72f01eb8bd...19afd7283b357fdf78703ea92d39ad9b0d432c78) ##### Minor Changes - [#8301](https://togithub.com/dotansimha/graphql-code-generator/pull/8301) [`2ed21a471`](https://togithub.com/dotansimha/graphql-code-generator/commit/2ed21a471f8de58ecafebf4bf64b3c32cee24d2f) Thanks [@charlypoly](https://togithub.com/charlypoly)! - Introduces support for TypeScript config file and a new preset lifecycle (required for `client-preset`) ##### Patch Changes - [#8291](https://togithub.com/dotansimha/graphql-code-generator/pull/8291) [`d8b4012e1`](https://togithub.com/dotansimha/graphql-code-generator/commit/d8b4012e1fdbdcff6f9e62365b57426cef578d9a) Thanks [@n1ru4l](https://togithub.com/n1ru4l)! - dependencies updates: - Updated dependency [`graphql-config@^4.3.5` ↗︎](https://www.npmjs.com/package/graphql-config/v/null) (from `^4.3.4`, in `dependencies`) - [#8301](https://togithub.com/dotansimha/graphql-code-generator/pull/8301) [`2ed21a471`](https://togithub.com/dotansimha/graphql-code-generator/commit/2ed21a471f8de58ecafebf4bf64b3c32cee24d2f) Thanks [@charlypoly](https://togithub.com/charlypoly)! - dependencies updates: - Added dependency [`cosmiconfig-typescript-loader@^4.0.0` ↗︎](https://www.npmjs.com/package/cosmiconfig-typescript-loader/v/null) (to `dependencies`) - Updated dependencies \[[`2ed21a471`](https://togithub.com/dotansimha/graphql-code-generator/commit/2ed21a471f8de58ecafebf4bf64b3c32cee24d2f)]: - [@graphql-codegen/plugin-helpers](https://togithub.com/graphql-codegen/plugin-helpers)[@2](https://togithub.com/2).7.0 ### [`v2.11.8`](https://togithub.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#2118) [Compare Source](https://togithub.com/dotansimha/graphql-code-generator/compare/db13708c244adcfff83e5fc8775d81a3bacc49fa...7f2f050256c200d948bd7a9df3e6df72f01eb8bd) ##### Patch Changes - [#8289](https://togithub.com/dotansimha/graphql-code-generator/pull/8289) [`b5897fcad`](https://togithub.com/dotansimha/graphql-code-generator/commit/b5897fcad2832d9ffbed0eb2f59e6b7535f4b61c) Thanks [@n1ru4l](https://togithub.com/n1ru4l)! - dependencies updates: - Updated dependency [`graphql-config@^4.3.4` ↗︎](https://www.npmjs.com/package/graphql-config/v/null) (from `^4.3.1`, in `dependencies`) - [#8289](https://togithub.com/dotansimha/graphql-code-generator/pull/8289) [`b5897fcad`](https://togithub.com/dotansimha/graphql-code-generator/commit/b5897fcad2832d9ffbed0eb2f59e6b7535f4b61c) Thanks [@n1ru4l](https://togithub.com/n1ru4l)! - resolve issue for loading typescript configs ### [`v2.11.7`](https://togithub.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#2117) [Compare Source](https://togithub.com/dotansimha/graphql-code-generator/compare/77936e637a9f464d92867766386978036053832a...db13708c244adcfff83e5fc8775d81a3bacc49fa) ##### Patch Changes - [#8274](https://togithub.com/dotansimha/graphql-code-generator/pull/8274) [`b18a0319f`](https://togithub.com/dotansimha/graphql-code-generator/commit/b18a0319f5f24f2675df8d12d9b440b67b0445bf) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`@whatwg-node/fetch@^0.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.2.3`, in `dependencies`)dotansimha/graphql-code-generator (@graphql-codegen/gql-tag-operations-preset)
### [`v1.5.5`](https://togithub.com/dotansimha/graphql-code-generator/blob/HEAD/packages/presets/gql-tag-operations/CHANGELOG.md#155) [Compare Source](https://togithub.com/dotansimha/graphql-code-generator/compare/44db5438eb6b787dc090a5a6b28849fb2b6115b2...db13708c244adcfff83e5fc8775d81a3bacc49fa) ##### Patch Changes - [#8260](https://togithub.com/dotansimha/graphql-code-generator/pull/8260) [`576d3ad01`](https://togithub.com/dotansimha/graphql-code-generator/commit/576d3ad01349c564355d6fffb55487decfa81c4e) Thanks [@saihaj](https://togithub.com/saihaj)! - use [`template.smart`](https://babeljs.io/docs/en/babel-template#templatesmart) instead of default import which should fix bable plugin loading issues in `vite`dotansimha/graphql-yoga
### [`v2.13.13`](https://togithub.com/dotansimha/graphql-yoga/blob/HEAD/packages/node/CHANGELOG.md#21313) [Compare Source](https://togithub.com/dotansimha/graphql-yoga/compare/@graphql-yoga/node@2.13.12...@graphql-yoga/node@2.13.13) ##### Patch Changes - Updated dependencies \[[`4cc0d688`](https://togithub.com/dotansimha/graphql-yoga/commit/4cc0d68833ed6299e283200af225fe629dd51b3b)]: - [@graphql-yoga/common](https://togithub.com/graphql-yoga/common)[@2](https://togithub.com/2).12.12 ### [`v2.13.12`](https://togithub.com/dotansimha/graphql-yoga/blob/HEAD/packages/node/CHANGELOG.md#21312) [Compare Source](https://togithub.com/dotansimha/graphql-yoga/compare/@graphql-yoga/node@2.13.11...@graphql-yoga/node@2.13.12) ##### Patch Changes - [#1691](https://togithub.com/dotansimha/graphql-yoga/pull/1691) [`fb250371`](https://togithub.com/dotansimha/graphql-yoga/commit/fb2503717b2927df47da105f0f84ca26ddc88f2d) Thanks [@hayes](https://togithub.com/hayes)! - Fix compatability with typescript 4.8 - Updated dependencies \[[`fb250371`](https://togithub.com/dotansimha/graphql-yoga/commit/fb2503717b2927df47da105f0f84ca26ddc88f2d)]: - [@graphql-yoga/common](https://togithub.com/graphql-yoga/common)[@2](https://togithub.com/2).12.11 ### [`v2.13.11`](https://togithub.com/dotansimha/graphql-yoga/blob/HEAD/packages/node/CHANGELOG.md#21311) [Compare Source](https://togithub.com/dotansimha/graphql-yoga/compare/@graphql-yoga/node@2.13.10...@graphql-yoga/node@2.13.11) ##### Patch Changes - Updated dependencies \[[`cb360975`](https://togithub.com/dotansimha/graphql-yoga/commit/cb36097523b5700fed8260cb654cbce75d37de20)]: - [@graphql-yoga/common](https://togithub.com/graphql-yoga/common)[@2](https://togithub.com/2).12.10 ### [`v2.13.10`](https://togithub.com/dotansimha/graphql-yoga/blob/HEAD/packages/node/CHANGELOG.md#21310) [Compare Source](https://togithub.com/dotansimha/graphql-yoga/compare/@graphql-yoga/node@2.13.9...@graphql-yoga/node@2.13.10) ##### Patch Changes - [#1649](https://togithub.com/dotansimha/graphql-yoga/pull/1649) [`779b55ee`](https://togithub.com/dotansimha/graphql-yoga/commit/779b55eea843bd282f659e1012f255f62fd888b6) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`@whatwg-node/fetch@^0.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.2.6`, in `dependencies`) - Updated dependencies \[[`779b55ee`](https://togithub.com/dotansimha/graphql-yoga/commit/779b55eea843bd282f659e1012f255f62fd888b6), [`313e6f30`](https://togithub.com/dotansimha/graphql-yoga/commit/313e6f3036a1ddeb7e6299925a49bb7f0c2d2eb6)]: - [@graphql-yoga/common](https://togithub.com/graphql-yoga/common)[@2](https://togithub.com/2).12.9 ### [`v2.13.9`](https://togithub.com/dotansimha/graphql-yoga/blob/HEAD/packages/node/CHANGELOG.md#2139) [Compare Source](https://togithub.com/dotansimha/graphql-yoga/compare/@graphql-yoga/node@2.13.8...@graphql-yoga/node@2.13.9) ##### Patch Changes - Updated dependencies \[[`38c7c13e`](https://togithub.com/dotansimha/graphql-yoga/commit/38c7c13ec78acc98ebd988354e4d5e5ed9e9f3d7)]: - [@graphql-yoga/common](https://togithub.com/graphql-yoga/common)[@2](https://togithub.com/2).12.8 ### [`v2.13.8`](https://togithub.com/dotansimha/graphql-yoga/blob/HEAD/packages/node/CHANGELOG.md#2138) [Compare Source](https://togithub.com/dotansimha/graphql-yoga/compare/@graphql-yoga/node@2.13.7...@graphql-yoga/node@2.13.8) ##### Patch Changes - Updated dependencies \[[`5193e43`](https://togithub.com/dotansimha/graphql-yoga/commit/5193e436b7abd0abcfbbb25f9c1a33cbe5cb6446)]: - [@graphql-yoga/common](https://togithub.com/graphql-yoga/common)[@2](https://togithub.com/2).12.7 ### [`v2.13.7`](https://togithub.com/dotansimha/graphql-yoga/blob/HEAD/packages/node/CHANGELOG.md#2137) [Compare Source](https://togithub.com/dotansimha/graphql-yoga/compare/@graphql-yoga/node@2.13.6...@graphql-yoga/node@2.13.7) ##### Patch Changes - [#1603](https://togithub.com/dotansimha/graphql-yoga/pull/1603) [`e4e8ade`](https://togithub.com/dotansimha/graphql-yoga/commit/e4e8ade526c2aec7ea28218ca7795e96b867fc6b) Thanks [@n1ru4l](https://togithub.com/n1ru4l)! - Update `@envelop/core` which resolves swallowed context errors with error masking. - [#1600](https://togithub.com/dotansimha/graphql-yoga/pull/1600) [`94b41f3`](https://togithub.com/dotansimha/graphql-yoga/commit/94b41f30f598afb37db2438c736764e2a539cd10) Thanks [@n1ru4l](https://togithub.com/n1ru4l)! - Apply the HTTP validation error plugin last in order to not interfere error masking when using the `handleValidationErrors` option. - Updated dependencies \[[`e4e8ade`](https://togithub.com/dotansimha/graphql-yoga/commit/e4e8ade526c2aec7ea28218ca7795e96b867fc6b), [`94b41f3`](https://togithub.com/dotansimha/graphql-yoga/commit/94b41f30f598afb37db2438c736764e2a539cd10)]: - [@graphql-yoga/common](https://togithub.com/graphql-yoga/common)[@2](https://togithub.com/2).12.6JedWatson/classnames
### [`v2.3.2`](https://togithub.com/JedWatson/classnames/blob/HEAD/HISTORY.md#v232--2022-09-13) [Compare Source](https://togithub.com/JedWatson/classnames/compare/v2.3.1...v2.3.2) - Fix TypeScript types when using require, thanks [Mark Dalgleish](https://togithub.com/markdalgleish) ([#276](https://togithub.com/JedWatson/classnames/pull/276)) - Fix toString as `[Object object]` in a vm, thanks [Remco Haszing](https://togithub.com/remcohaszing) ([#281](https://togithub.com/JedWatson/classnames/pull/281))fastify/fastify
### [`v3.29.2`](https://togithub.com/fastify/fastify/releases/tag/v3.29.2) [Compare Source](https://togithub.com/fastify/fastify/compare/v3.29.1...v3.29.2) ##### What's Changed - fix: backport reused connection fix by [@salzhrani](https://togithub.com/salzhrani) in [https://github.com/fastify/fastify/pull/4217](https://togithub.com/fastify/fastify/pull/4217) ##### New Contributors - [@salzhrani](https://togithub.com/salzhrani) made their first contribution in [https://github.com/fastify/fastify/pull/4217](https://togithub.com/fastify/fastify/pull/4217) **Full Changelog**: https://github.com/fastify/fastify/compare/v3.29.1...v3.29.2enisdenjo/graphql-ws
### [`v5.11.2`](https://togithub.com/enisdenjo/graphql-ws/blob/HEAD/CHANGELOG.md#5112-httpsgithubcomenisdenjographql-wscomparev5111v5112-2022-09-21) [Compare Source](https://togithub.com/enisdenjo/graphql-ws/compare/v5.11.1...v5.11.2) ##### Bug Fixes - Reorder types paths in package.json for better import resolution ([#406](https://togithub.com/enisdenjo/graphql-ws/issues/406)) ([37263c5](https://togithub.com/enisdenjo/graphql-ws/commit/37263c51f4c6e92e4955df5058b76f452b2d0399)) ### [`v5.11.1`](https://togithub.com/enisdenjo/graphql-ws/blob/HEAD/CHANGELOG.md#5111-httpsgithubcomenisdenjographql-wscomparev5110v5111-2022-09-16) [Compare Source](https://togithub.com/enisdenjo/graphql-ws/compare/v5.11.0...v5.11.1) ##### Bug Fixes - **server:** Shouldn't send a complete message if client sent it ([331fe47](https://togithub.com/enisdenjo/graphql-ws/commit/331fe4749227393297da4d97a4370ab6f76cc73a)), closes [#403](https://togithub.com/enisdenjo/graphql-ws/issues/403) ### [`v5.11.0`](https://togithub.com/enisdenjo/graphql-ws/blob/HEAD/CHANGELOG.md#5110-httpsgithubcomenisdenjographql-wscomparev5102v5110-2022-09-16) [Compare Source](https://togithub.com/enisdenjo/graphql-ws/compare/v5.10.2...v5.11.0) ##### Features - **client:** Provide subscribe payload in `generateID` ([d0bc6e1](https://togithub.com/enisdenjo/graphql-ws/commit/d0bc6e15169285421fc7961c712d1d07c884a14e)), closes [#398](https://togithub.com/enisdenjo/graphql-ws/issues/398) #### [5.10.2](https://togithub.com/enisdenjo/graphql-ws/compare/v5.10.1...v5.10.2) (2022-09-12) ##### Performance Improvements - Easier message parser ([d44c6f1](https://togithub.com/enisdenjo/graphql-ws/commit/d44c6f18ccd2bc539bb541e6bfd1bf0c769c7856)) #### [5.10.1](https://togithub.com/enisdenjo/graphql-ws/compare/v5.10.0...v5.10.1) (2022-08-19) ##### Bug Fixes - **client:** Debounce close by `lazyCloseTimeout` ([c332837](https://togithub.com/enisdenjo/graphql-ws/commit/c332837c50da09174a9741a1903a5471f8a1c42d)), closes [#388](https://togithub.com/enisdenjo/graphql-ws/issues/388) ### [`v5.10.2`](https://togithub.com/enisdenjo/graphql-ws/blob/HEAD/CHANGELOG.md#5102-httpsgithubcomenisdenjographql-wscomparev5101v5102-2022-09-12) [Compare Source](https://togithub.com/enisdenjo/graphql-ws/compare/v5.10.1...v5.10.2) ##### Performance Improvements - Easier message parser ([d44c6f1](https://togithub.com/enisdenjo/graphql-ws/commit/d44c6f18ccd2bc539bb541e6bfd1bf0c769c7856)) ### [`v5.10.1`](https://togithub.com/enisdenjo/graphql-ws/blob/HEAD/CHANGELOG.md#5101-httpsgithubcomenisdenjographql-wscomparev5100v5101-2022-08-19) [Compare Source](https://togithub.com/enisdenjo/graphql-ws/compare/v5.10.0...v5.10.1) ##### Bug Fixes - **client:** Debounce close by `lazyCloseTimeout` ([c332837](https://togithub.com/enisdenjo/graphql-ws/commit/c332837c50da09174a9741a1903a5471f8a1c42d)), closes [#388](https://togithub.com/enisdenjo/graphql-ws/issues/388)socketio/socket.io
### [`v4.5.2`](https://togithub.com/socketio/socket.io/blob/HEAD/CHANGELOG.md#452-httpsgithubcomsocketiosocketiocompare451452-2022-09-02) [Compare Source](https://togithub.com/socketio/socket.io/compare/4.5.1...4.5.2) ##### Bug Fixes - prevent the socket from joining a room after disconnection ([18f3fda](https://togithub.com/socketio/socket.io/commit/18f3fdab12947a9fee3e9c37cfc1da97027d1473)) - **uws:** prevent the server from crashing after upgrade ([ba497ee](https://togithub.com/socketio/socket.io/commit/ba497ee3eb52c4abf1464380d015d8c788714364))socketio/socket.io-client
### [`v4.5.2`](https://togithub.com/socketio/socket.io-client/blob/HEAD/CHANGELOG.md#452-httpsgithubcomsocketiosocketio-clientcompare451452-2022-09-02) [Compare Source](https://togithub.com/socketio/socket.io-client/compare/4.5.1...4.5.2) ##### Bug Fixes - handle ill-formatted packet from server ([c597023](https://togithub.com/socketio/socket.io-client/commit/c5970231699aa47b00c4a617af4239d0fa90fa53))vitejs/vite
### [`v2.9.15`](https://togithub.com/vitejs/vite/releases/tag/v2.9.15) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.9.14...v2.9.15) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v2.9.15/packages/vite/CHANGELOG.md) for details.websockets/ws
### [`v8.9.0`](https://togithub.com/websockets/ws/releases/tag/8.9.0) [Compare Source](https://togithub.com/websockets/ws/compare/8.8.1...8.9.0) ### Features - Added the ability to connect to Windows named pipes ([#2079](https://togithub.com/websockets/ws/issues/2079)).Configuration
📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate. View repository job log here.