LiamMorrow / OrgnalR

SignalR backplane implemented through Orleans
Apache License 2.0
35 stars 8 forks source link

Update all non-major dependencies #73

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/signalr (source) 7.0.12 -> 7.0.14 age adoption passing confidence
@types/node (source) 20.8.10 -> 20.10.3 age adoption passing confidence
@types/react (source) 18.2.35 -> 18.2.41 age adoption passing confidence
@types/react-dom (source) 18.2.14 -> 18.2.17 age adoption passing confidence
@types/uuid (source) 9.0.6 -> 9.0.7 age adoption passing confidence
Microsoft.AspNetCore.SpaProxy (source) 7.0.13 -> 7.0.14 age adoption passing confidence
Microsoft.Orleans.Client 7.2.3 -> 7.2.4 age adoption passing confidence
Microsoft.Orleans.Sdk 7.2.3 -> 7.2.4 age adoption passing confidence
Microsoft.Orleans.Server 7.2.3 -> 7.2.4 age adoption passing confidence
eslint (source) 8.53.0 -> 8.55.0 age adoption passing confidence
react-router-dom (source) 6.18.0 -> 6.20.1 age adoption passing confidence
reactstrap 9.2.0 -> 9.2.1 age adoption passing confidence

Release Notes

dotnet/aspnetcore (@​microsoft/signalr) ### [`v7.0.14`](https://togithub.com/dotnet/aspnetcore/compare/v7.0.12...v7.0.14) [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.12...v7.0.14)
dotnet/orleans (Microsoft.Orleans.Client) ### [`v7.2.4`](https://togithub.com/dotnet/orleans/releases/tag/v7.2.4) ##### What's Changed - Avoid hiding the stack of exceptions thrown from user code by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8706](https://togithub.com/dotnet/orleans/pull/8706) - Improve error checking around constructing and parsing generic grain types and clean up tests by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8705](https://togithub.com/dotnet/orleans/pull/8705) - Fix overread bug in Reader Skip by [@​JohnMorman](https://togithub.com/JohnMorman) in [https://github.com/dotnet/orleans/pull/8709](https://togithub.com/dotnet/orleans/pull/8709) - Support Timeout.InfiniteTimeSpan in grain delay deactivation by [@​nichvolodov](https://togithub.com/nichvolodov) in [https://github.com/dotnet/orleans/pull/8711](https://togithub.com/dotnet/orleans/pull/8711) - Do not retry membership updates during shutdown with dev clustering by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8719](https://togithub.com/dotnet/orleans/pull/8719) - Throw if PersistentStateAttribute.StateName is null ([#​8708](https://togithub.com/dotnet/orleans/issues/8708)) by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8718](https://togithub.com/dotnet/orleans/pull/8718) - Enable enumeration of the keys and entries in RequestContext ([#​8674](https://togithub.com/dotnet/orleans/issues/8674)) by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8720](https://togithub.com/dotnet/orleans/pull/8720) - Fix flaky OneWay_Deactivation_CacheInvalidated test by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8721](https://togithub.com/dotnet/orleans/pull/8721) - Throw when deserializing Exceptions by reference, and avoid reference tracking for all Exception-derived types ([#​8628](https://togithub.com/dotnet/orleans/issues/8628)) by [@​david-obee](https://togithub.com/david-obee) in [https://github.com/dotnet/orleans/pull/8698](https://togithub.com/dotnet/orleans/pull/8698) - Correctly count number of items in LRU by [@​koenbeuk](https://togithub.com/koenbeuk) in [https://github.com/dotnet/orleans/pull/8742](https://togithub.com/dotnet/orleans/pull/8742) - Fix exception while collecting activations by [@​nichvolodov](https://togithub.com/nichvolodov) in [https://github.com/dotnet/orleans/pull/8740](https://togithub.com/dotnet/orleans/pull/8740) - Identify F# single case discriminated unions as SumType by [@​gfix](https://togithub.com/gfix) in [https://github.com/dotnet/orleans/pull/8739](https://togithub.com/dotnet/orleans/pull/8739) - Fix "System.InvalidOperationException: Unable to extract integer key from grain id" at Silo.OnActiveStop ([#​8558](https://togithub.com/dotnet/orleans/issues/8558)) by [@​peter-perot](https://togithub.com/peter-perot) in [https://github.com/dotnet/orleans/pull/8701](https://togithub.com/dotnet/orleans/pull/8701) ##### New Contributors - [@​gfix](https://togithub.com/gfix) made their first contribution in [https://github.com/dotnet/orleans/pull/8739](https://togithub.com/dotnet/orleans/pull/8739) - [@​jeffhandley](https://togithub.com/jeffhandley) made their first contribution in [https://github.com/dotnet/orleans/pull/8750](https://togithub.com/dotnet/orleans/pull/8750) **Full Changelog**: https://github.com/dotnet/orleans/compare/v7.2.3...v7.2.4
eslint/eslint (eslint) ### [`v8.55.0`](https://togithub.com/eslint/eslint/releases/tag/v8.55.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.54.0...v8.55.0) #### Features - [`8c9e6c1`](https://togithub.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01) feat: importNamePattern option in no-restricted-imports ([#​17721](https://togithub.com/eslint/eslint/issues/17721)) (Tanuj Kanti) #### Documentation - [`83ece2a`](https://togithub.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5) docs: fix typo `--rules` -> `--rule` ([#​17806](https://togithub.com/eslint/eslint/issues/17806)) (OKURA Masafumi) - [`fffca5c`](https://togithub.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd) docs: remove "Open in Playground" buttons for removed rules ([#​17791](https://togithub.com/eslint/eslint/issues/17791)) (Francesco Trotta) - [`a6d9442`](https://togithub.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3) docs: fix correct/incorrect examples of rules ([#​17789](https://togithub.com/eslint/eslint/issues/17789)) (Tanuj Kanti) - [`383e999`](https://togithub.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501) docs: update and fix examples for `no-unused-vars` ([#​17788](https://togithub.com/eslint/eslint/issues/17788)) (Tanuj Kanti) - [`5a8efd5`](https://togithub.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214) docs: add specific stylistic rule for each deprecated rule ([#​17778](https://togithub.com/eslint/eslint/issues/17778)) (Etienne) #### Chores - [`eb8950c`](https://togithub.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).55.0 ([#​17811](https://togithub.com/eslint/eslint/issues/17811)) (Milos Djermanovic) - [`93df384`](https://togithub.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`fe4b954`](https://togithub.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f) chore: upgrade [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@​2](https://togithub.com/2).1.4 ([#​17799](https://togithub.com/eslint/eslint/issues/17799)) (Milos Djermanovic) - [`bd8911d`](https://togithub.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d) ci: pin Node.js 21.2.0 ([#​17809](https://togithub.com/eslint/eslint/issues/17809)) (Milos Djermanovic) - [`b29a16b`](https://togithub.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee) chore: fix several `cli` tests to run in the intended flat config mode ([#​17797](https://togithub.com/eslint/eslint/issues/17797)) (Milos Djermanovic) - [`de165c1`](https://togithub.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804) chore: remove unused config-extends fixtures ([#​17781](https://togithub.com/eslint/eslint/issues/17781)) (Milos Djermanovic) - [`d4304b8`](https://togithub.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc) chore: remove formatting/stylistic rules from new rule templates ([#​17780](https://togithub.com/eslint/eslint/issues/17780)) (Francesco Trotta) - [`21024fe`](https://togithub.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a) chore: check rule examples for syntax errors ([#​17718](https://togithub.com/eslint/eslint/issues/17718)) (Francesco Trotta) ### [`v8.54.0`](https://togithub.com/eslint/eslint/releases/tag/v8.54.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.53.0...v8.54.0) #### Features - [`a7a883b`](https://togithub.com/eslint/eslint/commit/a7a883bd6ba4f140b60cbbb2be5b53d750f6c8db) feat: for-direction rule add check for condition in reverse order ([#​17755](https://togithub.com/eslint/eslint/issues/17755)) (Angelo Annunziata) - [`1452dc9`](https://togithub.com/eslint/eslint/commit/1452dc9f12c45c05d7c569f737221f0d988ecef1) feat: Add suggestions to no-console ([#​17680](https://togithub.com/eslint/eslint/issues/17680)) (Joel Mathew Koshy) - [`21ebf8a`](https://togithub.com/eslint/eslint/commit/21ebf8a811be9f4b009cf70a10be5062d4fdc736) feat: update `no-array-constructor` rule ([#​17711](https://togithub.com/eslint/eslint/issues/17711)) (Francesco Trotta) #### Bug Fixes - [`98926e6`](https://togithub.com/eslint/eslint/commit/98926e6e7323e5dd12a9f016cb558144296665af) fix: Ensure that extra data is not accidentally stored in the cache file ([#​17760](https://togithub.com/eslint/eslint/issues/17760)) (Milos Djermanovic) - [`e8cf9f6`](https://togithub.com/eslint/eslint/commit/e8cf9f6a524332293f8b2c90a2db4a532e47d919) fix: Make dark scroll bar in dark theme ([#​17753](https://togithub.com/eslint/eslint/issues/17753)) (Pavel) - [`3cbeaad`](https://togithub.com/eslint/eslint/commit/3cbeaad7b943c153937ce34365cec2c406f2b98b) fix: Use `cwd` constructor option as config `basePath` in Linter ([#​17705](https://togithub.com/eslint/eslint/issues/17705)) (Milos Djermanovic) #### Documentation - [`becfdd3`](https://togithub.com/eslint/eslint/commit/becfdd39b25d795e56c9a13eb3e77af6b9c86e8a) docs: Make clear when rules are removed ([#​17728](https://togithub.com/eslint/eslint/issues/17728)) (Nicholas C. Zakas) - [`05d6e99`](https://togithub.com/eslint/eslint/commit/05d6e99153ed6d94eb30f46c57609371918a41f3) docs: update "Submit a Pull Request" page ([#​17712](https://togithub.com/eslint/eslint/issues/17712)) (Francesco Trotta) - [`eb2279e`](https://togithub.com/eslint/eslint/commit/eb2279e5148cee8fdea7dae614f4f8af7a2d06c3) docs: display info about deprecated rules ([#​17749](https://togithub.com/eslint/eslint/issues/17749)) (Percy Ma) - [`d245326`](https://togithub.com/eslint/eslint/commit/d24532601e64714ac5d08507e05aa5c14ecd1d5a) docs: Correct working in migrating plugin docs ([#​17722](https://togithub.com/eslint/eslint/issues/17722)) (Filip Tammergård) #### Chores - [`d644de9`](https://togithub.com/eslint/eslint/commit/d644de9a4b593b565617303a095bc9aa69e7b768) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).54.0 ([#​17773](https://togithub.com/eslint/eslint/issues/17773)) (Milos Djermanovic) - [`1e6e314`](https://togithub.com/eslint/eslint/commit/1e6e31415cc429a3a9fc64b2ec03df0e0ec0c91b) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`6fb8805`](https://togithub.com/eslint/eslint/commit/6fb8805310afe7476d6c404f172177a6d15fcf11) chore: Fixed grammar in issue_templates/rule_change ([#​17770](https://togithub.com/eslint/eslint/issues/17770)) (Joel Mathew Koshy) - [`85db724`](https://togithub.com/eslint/eslint/commit/85db7243ddb8706ed60ab64a7ddf604d0d7de493) chore: upgrade `markdownlint` to 0.31.1 ([#​17754](https://togithub.com/eslint/eslint/issues/17754)) (Nitin Kumar) - [`6d470d2`](https://togithub.com/eslint/eslint/commit/6d470d2e74535761bd56dcb1c021b463ef9e8a9c) chore: update dependency recast to ^0.23.0 ([#​17736](https://togithub.com/eslint/eslint/issues/17736)) (renovate\[bot]) - [`b7121b5`](https://togithub.com/eslint/eslint/commit/b7121b590d578c9c9b38ee481313317f30e54817) chore: update dependency markdownlint-cli to ^0.37.0 ([#​17735](https://togithub.com/eslint/eslint/issues/17735)) (renovate\[bot]) - [`633b9a1`](https://togithub.com/eslint/eslint/commit/633b9a19752b6a22ab4d6c824f27a75ac0e4151b) chore: update dependency regenerator-runtime to ^0.14.0 ([#​17739](https://togithub.com/eslint/eslint/issues/17739)) (renovate\[bot]) - [`acac16f`](https://togithub.com/eslint/eslint/commit/acac16fdf8540f7ba86cf637e3c1b253bd35a268) chore: update dependency vite-plugin-commonjs to ^0.10.0 ([#​17740](https://togithub.com/eslint/eslint/issues/17740)) (renovate\[bot]) - [`ba8ca7e`](https://togithub.com/eslint/eslint/commit/ba8ca7e3debcba68ee7015b9221cf5acd7870206) chore: add .github/renovate.json5 ([#​17567](https://togithub.com/eslint/eslint/issues/17567)) (Josh Goldberg ✨)
remix-run/react-router (react-router-dom) ### [`v6.20.1`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6201) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.20.0...react-router-dom@6.20.1) ##### Patch Changes - Revert the `useResolvedPath` fix for splat routes due to a large number of applications that were relying on the buggy behavior (see [https://github.com/remix-run/react-router/issues/11052#issuecomment-1836589329](https://togithub.com/remix-run/react-router/issues/11052#issuecomment-1836589329)). We plan to re-introduce this fix behind a future flag in the next minor version. ([#​11078](https://togithub.com/remix-run/react-router/pull/11078)) - Updated dependencies: - `react-router@6.20.1` - `@remix-run/router@1.13.1` ### [`v6.20.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6200) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.19.0...react-router-dom@6.20.0) ##### Minor Changes - Export the `PathParam` type from the public API ([#​10719](https://togithub.com/remix-run/react-router/pull/10719)) ##### Patch Changes - Updated dependencies: - `react-router@6.20.0` - `@remix-run/router@1.13.0` ### [`v6.19.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6190) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.18.0...react-router-dom@6.19.0) ##### Minor Changes - Add `unstable_flushSync` option to `useNavigate`/`useSumbit`/`fetcher.load`/`fetcher.submit` to opt-out of `React.startTransition` and into `ReactDOM.flushSync` for state updates ([#​11005](https://togithub.com/remix-run/react-router/pull/11005)) - Allow `unstable_usePrompt` to accept a `BlockerFunction` in addition to a `boolean` ([#​10991](https://togithub.com/remix-run/react-router/pull/10991)) ##### Patch Changes - Fix issue where a changing fetcher `key` in a `useFetcher` that remains mounted wasn't getting picked up ([#​11009](https://togithub.com/remix-run/react-router/pull/11009)) - Fix `useFormAction` which was incorrectly inheriting the `?index` query param from child route `action` submissions ([#​11025](https://togithub.com/remix-run/react-router/pull/11025)) - Fix `NavLink` `active` logic when `to` location has a trailing slash ([#​10734](https://togithub.com/remix-run/react-router/pull/10734)) - Updated dependencies: - `react-router@6.19.0` - `@remix-run/router@1.12.0`
reactstrap/reactstrap (reactstrap) ### [`v9.2.1`](https://togithub.com/reactstrap/reactstrap/blob/HEAD/CHANGELOG.md#921-2023-10-05) [Compare Source](https://togithub.com/reactstrap/reactstrap/compare/v9.2.0...v9.2.1) ##### Bug Fixes - **[#​1680](https://togithub.com/reactstrap/reactstrap/issues/1680):** arrowClass not applied to arrow ([#​2772](https://togithub.com/reactstrap/reactstrap/issues/2772)) ([aeaf180](https://togithub.com/reactstrap/reactstrap/commit/aeaf180701511377ab6a00830ccac4fb96e84028)) - **[#​2755](https://togithub.com/reactstrap/reactstrap/issues/2755):** make offcanvas example code readable ([#​2768](https://togithub.com/reactstrap/reactstrap/issues/2768)) ([b932582](https://togithub.com/reactstrap/reactstrap/commit/b932582798911ebd57ad6735baf9f4fa21d8af7a))

Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 11 months ago
Package Line Rate Branch Rate Complexity Health
OrgnalR.OrleansSilo 79% 50% 4
OrgnalR.Backplane.GrainInterfaces 11% 4% 603
OrgnalR.Core 45% 42% 384
OrgnalR.Backplane.GrainImplementations 13% 8% 255
OrgnalR.Backplane.GrainAdaptors 1% 0% 80
Summary 21% (815 / 3928) 16% (131 / 820) 1326