LiamMorrow / OrgnalR

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

Update all non-major dependencies #63

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/signalr (source) 7.0.10 -> 7.0.12 age adoption passing confidence
@types/node (source) 16.18.40 -> 16.18.59 age adoption passing confidence
@types/react (source) 18.2.20 -> 18.2.31 age adoption passing confidence
@types/react-dom (source) 18.2.7 -> 18.2.14 age adoption passing confidence
@types/uuid (source) 9.0.2 -> 9.0.6 age adoption passing confidence
Microsoft.AspNetCore.SpaProxy (source) 7.0.10 -> 7.0.12 age adoption passing confidence
Microsoft.Orleans.Client 7.2.1 -> 7.2.2 age adoption passing confidence
Microsoft.Orleans.Sdk 7.2.1 -> 7.2.2 age adoption passing confidence
Microsoft.Orleans.Server 7.2.1 -> 7.2.2 age adoption passing confidence
eslint (source) 8.47.0 -> 8.52.0 age adoption passing confidence
eslint-plugin-import 2.28.0 -> 2.29.0 age adoption passing confidence
eslint-plugin-react 7.33.1 -> 7.33.2 age adoption passing confidence
jquery (source) 3.7.0 -> 3.7.1 age adoption passing confidence
nan 2.17.0 -> 2.18.0 age adoption passing confidence
react-router-dom 6.15.0 -> 6.17.0 age adoption passing confidence
uuid 9.0.0 -> 9.0.1 age adoption passing confidence

Release Notes

dotnet/aspnetcore (@​microsoft/signalr) ### [`v7.0.12`](https://togithub.com/dotnet/aspnetcore/releases/tag/v7.0.12): .NET 7.0.12 [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.11...v7.0.12) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.12) ### [`v7.0.11`](https://togithub.com/dotnet/aspnetcore/releases/tag/v7.0.11): .NET 7.0.11 [Compare Source](https://togithub.com/dotnet/aspnetcore/compare/v7.0.10...v7.0.11) [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.11)
dotnet/orleans (Microsoft.Orleans.Client) ### [`v7.2.2`](https://togithub.com/dotnet/orleans/releases/tag/v7.2.2) ##### What's Changed - Added support for instanced versions of `MayInterleave` predicates by [@​blazknuplez](https://togithub.com/blazknuplez) in [https://github.com/dotnet/orleans/pull/8548](https://togithub.com/dotnet/orleans/pull/8548) - Add test for serializing types derived from `Dictionary` by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8552](https://togithub.com/dotnet/orleans/pull/8552) - Expose `DefaultGrainActivator` and `GrainConstructorArgumentFactory` for customization by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8550](https://togithub.com/dotnet/orleans/pull/8550) - Added SUPPORT.md by [@​bradygaster](https://togithub.com/bradygaster) in [https://github.com/dotnet/orleans/pull/8559](https://togithub.com/dotnet/orleans/pull/8559) - Update GrainAttributeConcurrency.cs by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8560](https://togithub.com/dotnet/orleans/pull/8560) - Un-Skip `ValueTuple` tests by [@​Romanx](https://togithub.com/Romanx) in [https://github.com/dotnet/orleans/pull/8566](https://togithub.com/dotnet/orleans/pull/8566) - Add `ISpanParsable` on to `GrainId` by [@​Romanx](https://togithub.com/Romanx) in [https://github.com/dotnet/orleans/pull/8565](https://togithub.com/dotnet/orleans/pull/8565) - Fix `UsingDirective` insertion in `[NonSerialized]` codefix by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8557](https://togithub.com/dotnet/orleans/pull/8557) - Fix a problem storing real binary data (like protobuf format) by [@​Serekh](https://togithub.com/Serekh) in [https://github.com/dotnet/orleans/pull/8538](https://togithub.com/dotnet/orleans/pull/8538) - Update nullability on `IGrainDirectory` and implementers. by [@​Romanx](https://togithub.com/Romanx) in [https://github.com/dotnet/orleans/pull/8570](https://togithub.com/dotnet/orleans/pull/8570) - \[Dependencies] Bump Event Hubs version by [@​jsquire](https://togithub.com/jsquire) in [https://github.com/dotnet/orleans/pull/8545](https://togithub.com/dotnet/orleans/pull/8545) - Fixes nullability of returned `IGrainReminder` in `GrainReminderExtensions` by [@​JRWinter1](https://togithub.com/JRWinter1) in [https://github.com/dotnet/orleans/pull/8544](https://togithub.com/dotnet/orleans/pull/8544) - `CachedGrainLocator` Unregister Ordering by [@​JohnMorman](https://togithub.com/JohnMorman) in [https://github.com/dotnet/orleans/pull/8547](https://togithub.com/dotnet/orleans/pull/8547) - Add helper for long `StreamId` keys by [@​AdrianoAE](https://togithub.com/AdrianoAE) in [https://github.com/dotnet/orleans/pull/8578](https://togithub.com/dotnet/orleans/pull/8578) - Update the KubernetesClient NuGet package. by [@​henric-root](https://togithub.com/henric-root) in [https://github.com/dotnet/orleans/pull/8576](https://togithub.com/dotnet/orleans/pull/8576) - Update CollectionAgeLimitAttribute.cs by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8585](https://togithub.com/dotnet/orleans/pull/8585) - Make Field & Tag members `readonly` where applicable by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8587](https://togithub.com/dotnet/orleans/pull/8587) - Fix wire break for `IRemoteGrainDirectory` API by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8593](https://togithub.com/dotnet/orleans/pull/8593) - Add serializer support for `required` members by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8595](https://togithub.com/dotnet/orleans/pull/8595) - Fix capitalization and formatting for `PubSubPublisherState` by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8594](https://togithub.com/dotnet/orleans/pull/8594) - Support specifying grain collection period using `TimeSpan` string syntax by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8596](https://togithub.com/dotnet/orleans/pull/8596) - Highlight regex syntax in `[RegexImplicitChannelSubscription(...)]` and `[RegexImplicitStreamSubscription(...)]` by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8597](https://togithub.com/dotnet/orleans/pull/8597) - Allow `ImplicitStreamSubscriptionAttribute.StreamIdMapper` to be initialized by subclasses by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8592](https://togithub.com/dotnet/orleans/pull/8592) - Fix nullability compiler warning on new SDKs by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8598](https://togithub.com/dotnet/orleans/pull/8598) - Fix code generation for serializers with auto generated property ids by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8586](https://togithub.com/dotnet/orleans/pull/8586) - Support specifying timeouts on a per-grain-call basis by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8599](https://togithub.com/dotnet/orleans/pull/8599) - Update InstrumentNames.cs by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8602](https://togithub.com/dotnet/orleans/pull/8602) - Remove all unused usings by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8603](https://togithub.com/dotnet/orleans/pull/8603) - Replace all out of date links, and remove locale segment by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8604](https://togithub.com/dotnet/orleans/pull/8604) - Address all IDE0044. Readonly fields where applicable. by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8615](https://togithub.com/dotnet/orleans/pull/8615) - Fix all IDE0039 warnings, prefer local functions by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8605](https://togithub.com/dotnet/orleans/pull/8605) - Address all IDE0040 warnings. Explicitly provide access modifiers. by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8609](https://togithub.com/dotnet/orleans/pull/8609) - Address all IDE0057, use range operator - simplify slice. by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8618](https://togithub.com/dotnet/orleans/pull/8618) - Address all IDE0034 warnings. Simplify default expressions by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8607](https://togithub.com/dotnet/orleans/pull/8607) - Address all IDE0049. Use language keywords instead by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8613](https://togithub.com/dotnet/orleans/pull/8613) - Address all IDE0251 warnings and naming inconsistencies. by [@​IEvangelist](https://togithub.com/IEvangelist) in [https://github.com/dotnet/orleans/pull/8617](https://togithub.com/dotnet/orleans/pull/8617) - Ensure reminder services are added when adding Redis reminders by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8629](https://togithub.com/dotnet/orleans/pull/8629) - Do not override deactivation reason when activation registration fails due to existing activation by [@​ReubenBond](https://togithub.com/ReubenBond) in [https://github.com/dotnet/orleans/pull/8651](https://togithub.com/dotnet/orleans/pull/8651) - Update state storage to use `IActivator` instead of `Activator.CreateInstance` to handle unserializable types by [@​AdrianoAE](https://togithub.com/AdrianoAE) in [https://github.com/dotnet/orleans/pull/8626](https://togithub.com/dotnet/orleans/pull/8626) - ORLEANS0005 message arg fix by [@​ledjon-behluli](https://togithub.com/ledjon-behluli) in [https://github.com/dotnet/orleans/pull/8642](https://togithub.com/dotnet/orleans/pull/8642) - In `GrainDirectoryResolver`, replace `HasNonDefaultDirectory` with `IsUsingDhtDirectory` by [@​benjaminpetit](https://togithub.com/benjaminpetit) in [https://github.com/dotnet/orleans/pull/8660](https://togithub.com/dotnet/orleans/pull/8660) ##### New Contributors - [@​blazknuplez](https://togithub.com/blazknuplez) made their first contribution in [https://github.com/dotnet/orleans/pull/8548](https://togithub.com/dotnet/orleans/pull/8548) - [@​Serekh](https://togithub.com/Serekh) made their first contribution in [https://github.com/dotnet/orleans/pull/8538](https://togithub.com/dotnet/orleans/pull/8538) - [@​JRWinter1](https://togithub.com/JRWinter1) made their first contribution in [https://github.com/dotnet/orleans/pull/8544](https://togithub.com/dotnet/orleans/pull/8544) - [@​AdrianoAE](https://togithub.com/AdrianoAE) made their first contribution in [https://github.com/dotnet/orleans/pull/8578](https://togithub.com/dotnet/orleans/pull/8578) - [@​henric-root](https://togithub.com/henric-root) made their first contribution in [https://github.com/dotnet/orleans/pull/8576](https://togithub.com/dotnet/orleans/pull/8576) - [@​ledjon-behluli](https://togithub.com/ledjon-behluli) made their first contribution in [https://github.com/dotnet/orleans/pull/8642](https://togithub.com/dotnet/orleans/pull/8642) **Full Changelog**: https://github.com/dotnet/orleans/compare/v7.2.1...v7.2.2
eslint/eslint (eslint) ### [`v8.52.0`](https://togithub.com/eslint/eslint/releases/tag/v8.52.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.51.0...v8.52.0) #### Features - [`70648ee`](https://togithub.com/eslint/eslint/commit/70648ee49c07f7b533d09f6bf8a5291e5a5a8601) feat: report-unused-disable-directive to report unused eslint-enable ([#​17611](https://togithub.com/eslint/eslint/issues/17611)) (Yosuke Ota) #### Bug Fixes - [`5de9637`](https://togithub.com/eslint/eslint/commit/5de9637fc925729a83d5a5e9e868a41792a184e3) fix: Ensure shared references in rule configs are separated ([#​17666](https://togithub.com/eslint/eslint/issues/17666)) (Nicholas C. Zakas) - [`dcfe573`](https://togithub.com/eslint/eslint/commit/dcfe5739c374c9d7ed21f14027870ec0fd453661) fix: add preceding semicolon in suggestions of `no-object-constructor` ([#​17649](https://togithub.com/eslint/eslint/issues/17649)) (Francesco Trotta) #### Documentation - [`476d58a`](https://togithub.com/eslint/eslint/commit/476d58a584d5d2db003c4c22ffee90e63566164d) docs: Add note about invalid CLI flags when using flat config. ([#​17664](https://togithub.com/eslint/eslint/issues/17664)) (Nicholas C. Zakas) - [`660ed3a`](https://togithub.com/eslint/eslint/commit/660ed3afd128ad529234a855345629982caf1bc7) docs: Plugin flat config migration guide ([#​17640](https://togithub.com/eslint/eslint/issues/17640)) (Nicholas C. Zakas) - [`a58aa20`](https://togithub.com/eslint/eslint/commit/a58aa200fccedae7e2e9b6129246f2cedab14f8d) docs: fix examples for several rules ([#​17645](https://togithub.com/eslint/eslint/issues/17645)) (Milos Djermanovic) - [`179929b`](https://togithub.com/eslint/eslint/commit/179929bd46892f18f2aef0c159d5cc361cb69987) docs: Remove trailing newline from the code of Playground links ([#​17641](https://togithub.com/eslint/eslint/issues/17641)) (Francesco Trotta) - [`f8e5c30`](https://togithub.com/eslint/eslint/commit/f8e5c30636450d4a8baf51f0e227685e6d77ac64) docs: Update README (GitHub Actions Bot) - [`b7ef2f3`](https://togithub.com/eslint/eslint/commit/b7ef2f34fe12b68a366e1b4bf5f64d7332c6e72e) docs: Enable pretty code formatter output ([#​17635](https://togithub.com/eslint/eslint/issues/17635)) (Nicholas C. Zakas) - [`0bcb9a8`](https://togithub.com/eslint/eslint/commit/0bcb9a8db608a3d0bd2645f99e0707b9a9bbaaf0) docs: Fix syntax errors in rule examples ([#​17633](https://togithub.com/eslint/eslint/issues/17633)) (Francesco Trotta) - [`61b9083`](https://togithub.com/eslint/eslint/commit/61b90839633ef300ac7707a651f65f532e65f42d) docs: Make no-continue example code work ([#​17643](https://togithub.com/eslint/eslint/issues/17643)) (Zhongyuan Zhou) - [`9fafe45`](https://togithub.com/eslint/eslint/commit/9fafe450c31ed9b6bdd9dcd6c115255943b8c1c2) docs: upgrade to 11ty 2.0 ([#​17632](https://togithub.com/eslint/eslint/issues/17632)) (Percy Ma) - [`ff8e4bf`](https://togithub.com/eslint/eslint/commit/ff8e4bf327b5c92b0623b0fc5f8f101954f785db) docs: Update README (GitHub Actions Bot) - [`fab249a`](https://togithub.com/eslint/eslint/commit/fab249ae6addac2ee18cd81cee80916010bb469e) docs: Update README (GitHub Actions Bot) - [`392305b`](https://togithub.com/eslint/eslint/commit/392305bf4797e3ebc696dfca48bd874741fca845) docs: Update `no-irregular-whitespace` and fix examples ([#​17626](https://togithub.com/eslint/eslint/issues/17626)) (Francesco Trotta) - [`6b8acfb`](https://togithub.com/eslint/eslint/commit/6b8acfb770589f3941df41c3910d3b8ffc3e1e45) docs: Add real whitespace to `no-trailing-spaces` examples ([#​17630](https://togithub.com/eslint/eslint/issues/17630)) (Francesco Trotta) - [`1000187`](https://togithub.com/eslint/eslint/commit/1000187e00949332babcee4d37d46c96a6a554a8) docs: Fix examples in `unicode-bom` ([#​17631](https://togithub.com/eslint/eslint/issues/17631)) (Francesco Trotta) - [`000290c`](https://togithub.com/eslint/eslint/commit/000290c4c923cc1473e21b4bdbdc0c42765ef7dd) docs: Update README (GitHub Actions Bot) #### Chores - [`6d1f0c2`](https://togithub.com/eslint/eslint/commit/6d1f0c2da0309c06c21149b8d71a8f439a70d7e8) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).52.0 ([#​17671](https://togithub.com/eslint/eslint/issues/17671)) (Milos Djermanovic) - [`d63d4fe`](https://togithub.com/eslint/eslint/commit/d63d4fe0942e6747ab60e758aa36076f43041a30) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`f30cefe`](https://togithub.com/eslint/eslint/commit/f30cefee6bda2789ede18e1664b84c2638ea1bb5) test: fix FlatESLint tests for caching ([#​17658](https://togithub.com/eslint/eslint/issues/17658)) (Milos Djermanovic) - [`ef650cb`](https://togithub.com/eslint/eslint/commit/ef650cb612510bcfa1379c1f0af56dd563b3a705) test: update tests for no-promise-executor-return ([#​17661](https://togithub.com/eslint/eslint/issues/17661)) (Milos Djermanovic) ### [`v8.51.0`](https://togithub.com/eslint/eslint/releases/tag/v8.51.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.50.0...v8.51.0) #### Features - [`0a9c433`](https://togithub.com/eslint/eslint/commit/0a9c43339a4adef24ef83034d0b078dd279cc977) feat: Add `--no-warn-ignored` CLI option for flat config ([#​17569](https://togithub.com/eslint/eslint/issues/17569)) (Domantas Petrauskas) - [`977e67e`](https://togithub.com/eslint/eslint/commit/977e67ec274a05cb7391665b5e3453e7f72f72b2) feat: logical-assignment-operators to report expressions with 3 operands ([#​17600](https://togithub.com/eslint/eslint/issues/17600)) (Yosuke Ota) #### Bug Fixes - [`f976b2f`](https://togithub.com/eslint/eslint/commit/f976b2f7bfe7cc78bb649f8b37e90fd519ff3bcc) fix: make rule severity case-sensitive in flat config ([#​17619](https://togithub.com/eslint/eslint/issues/17619)) (Milos Djermanovic) - [`0edfe36`](https://togithub.com/eslint/eslint/commit/0edfe369aa5bd80a98053022bb4c6b1ea0155f44) fix: Ensure crash error messages are not duplicated ([#​17584](https://togithub.com/eslint/eslint/issues/17584)) (Nicholas C. Zakas) - [`dd79abc`](https://togithub.com/eslint/eslint/commit/dd79abc0c1857b1d765acc312c0d6518e40d31c9) fix: `eslint-disable` to be able to parse quoted rule names ([#​17612](https://togithub.com/eslint/eslint/issues/17612)) (Yosuke Ota) - [`d2f6801`](https://togithub.com/eslint/eslint/commit/d2f68019b8882278877801c5ef2f74d55e2a10c1) fix: Ensure correct code path for && followed by ?? ([#​17618](https://togithub.com/eslint/eslint/issues/17618)) (Nicholas C. Zakas) #### Documentation - [`ee5be81`](https://togithub.com/eslint/eslint/commit/ee5be81fa3c4fe801c2f653854f098ed6a84dcef) docs: default to `sourceType: "module"` in rule examples ([#​17615](https://togithub.com/eslint/eslint/issues/17615)) (Francesco Trotta) - [`1aa26df`](https://togithub.com/eslint/eslint/commit/1aa26df9fbcfdf5b895743c6d2d3a216479544b1) docs: Add more examples for multiline-ternary ([#​17610](https://togithub.com/eslint/eslint/issues/17610)) (George Ashiotis) - [`47d0b44`](https://togithub.com/eslint/eslint/commit/47d0b446964f44d70b9457ecc368e721e1dc7c11) docs: Update README (GitHub Actions Bot) - [`dbf831e`](https://togithub.com/eslint/eslint/commit/dbf831e31f8eea0bc94df96cd33255579324b66e) docs: use generated og image ([#​17601](https://togithub.com/eslint/eslint/issues/17601)) (Percy Ma) - [`1866da5`](https://togithub.com/eslint/eslint/commit/1866da5e1d931787256ecb825a803cac5835b71c) docs: Update README (GitHub Actions Bot) #### Chores - [`1ef39ea`](https://togithub.com/eslint/eslint/commit/1ef39ea5b884453be717ebc929155d7eb584dcbf) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).51.0 ([#​17624](https://togithub.com/eslint/eslint/issues/17624)) (Milos Djermanovic) - [`f8c7403`](https://togithub.com/eslint/eslint/commit/f8c7403255c11e99c402860aef3c0179f2b16628) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`2665552`](https://togithub.com/eslint/eslint/commit/2665552ba0057e8603f9fbece0fd236f189f5cf3) test: fix flat config linter tests to use Linter in flat config mode ([#​17616](https://togithub.com/eslint/eslint/issues/17616)) (Milos Djermanovic) - [`7b77bcc`](https://togithub.com/eslint/eslint/commit/7b77bccbb51bd36b2d20fea61bc782545c4029b3) chore: Refactor CodePathState ([#​17510](https://togithub.com/eslint/eslint/issues/17510)) (Nicholas C. Zakas) - [`bc77c9a`](https://togithub.com/eslint/eslint/commit/bc77c9af12539f350ef19e30611a153a5b869c6b) chore: Document and refactor ForkContext ([#​17566](https://togithub.com/eslint/eslint/issues/17566)) (Nicholas C. Zakas) - [`24e1f14`](https://togithub.com/eslint/eslint/commit/24e1f140ec68659e55c1ace0d7500addb135a2b4) chore: Refactor and document CodePath ([#​17558](https://togithub.com/eslint/eslint/issues/17558)) (Nicholas C. Zakas) ### [`v8.50.0`](https://togithub.com/eslint/eslint/releases/tag/v8.50.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.49.0...v8.50.0) #### Features - [`27d5a9e`](https://togithub.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0) feat: add suggestions to array-callback-return ([#​17590](https://togithub.com/eslint/eslint/issues/17590)) (Tanuj Kanti) - [`f9082ff`](https://togithub.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f) feat: flat-rule-tester make sure default config always matches ([#​17585](https://togithub.com/eslint/eslint/issues/17585)) (fnx) - [`83914ad`](https://togithub.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc) feat: Implement SourceCode#applyInlineConfig() ([#​17351](https://togithub.com/eslint/eslint/issues/17351)) (Nicholas C. Zakas) - [`22a5582`](https://togithub.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20) feat: add rule `no-object-constructor`, deprecate `no-new-object` ([#​17576](https://togithub.com/eslint/eslint/issues/17576)) (Francesco Trotta) - [`85a3d9e`](https://togithub.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e) feat: allowVoid option in array-callback-return ([#​17564](https://togithub.com/eslint/eslint/issues/17564)) (Tanuj Kanti) #### Bug Fixes - [`cc4d26b`](https://togithub.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a) fix: Ensure deprecated context.parserServices warns ([#​17593](https://togithub.com/eslint/eslint/issues/17593)) (Nicholas C. Zakas) - [`1ea4cfb`](https://togithub.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b) fix: Ensure all RuleTester tests all deprecated context methods ([#​17587](https://togithub.com/eslint/eslint/issues/17587)) (Nicholas C. Zakas) - [`aa1b657`](https://togithub.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322) fix: wrong suggestion and message in `no-misleading-character-class` ([#​17571](https://togithub.com/eslint/eslint/issues/17571)) (Yosuke Ota) #### Documentation - [`1800537`](https://togithub.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0) docs: Fix and standardize JSX code examples ([#​17591](https://togithub.com/eslint/eslint/issues/17591)) (Francesco Trotta) - [`48a44a7`](https://togithub.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830) docs: Add correct/incorrect tags to `prefer-arrow-callback` ([#​17589](https://togithub.com/eslint/eslint/issues/17589)) (Francesco Trotta) - [`20893d4`](https://togithub.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e) docs: fix incorrect tag's place ([#​17575](https://togithub.com/eslint/eslint/issues/17575)) (Tanuj Kanti) - [`bd7a71f`](https://togithub.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45) docs: Update README (GitHub Actions Bot) #### Chores - [`f8a8a2d`](https://togithub.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).50.0 ([#​17599](https://togithub.com/eslint/eslint/issues/17599)) (Milos Djermanovic) - [`38ada6d`](https://togithub.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) ### [`v8.49.0`](https://togithub.com/eslint/eslint/releases/tag/v8.49.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.48.0...v8.49.0) #### Features - [`da09f4e`](https://togithub.com/eslint/eslint/commit/da09f4e641141f585ef611c6e9d63d4331054706) feat: Implement onUnreachableCodePathStart/End ([#​17511](https://togithub.com/eslint/eslint/issues/17511)) (Nicholas C. Zakas) - [`32b2327`](https://togithub.com/eslint/eslint/commit/32b2327aafdd3b911fabab69ed75c9ff97658c60) feat: Emit deprecation warnings in RuleTester ([#​17527](https://togithub.com/eslint/eslint/issues/17527)) (Nicholas C. Zakas) - [`acb7df3`](https://togithub.com/eslint/eslint/commit/acb7df35b9a7485f26bc6b3e1f9083d1c585dce9) feat: add new `enforce` option to `lines-between-class-members` ([#​17462](https://togithub.com/eslint/eslint/issues/17462)) (Nitin Kumar) #### Documentation - [`ecfb54f`](https://togithub.com/eslint/eslint/commit/ecfb54ff4cdd18f28b4f9b78f0a78fb4cf80f1b8) docs: Update README (GitHub Actions Bot) - [`de86b3b`](https://togithub.com/eslint/eslint/commit/de86b3b2e58edd5826200c23255d8325abe375e1) docs: update `no-promise-executor-return` examples ([#​17529](https://togithub.com/eslint/eslint/issues/17529)) (Nitin Kumar) - [`032c4b1`](https://togithub.com/eslint/eslint/commit/032c4b1476a7b8cfd917a66772d2221950ea87eb) docs: add typescript template ([#​17500](https://togithub.com/eslint/eslint/issues/17500)) (James) - [`cd7da5c`](https://togithub.com/eslint/eslint/commit/cd7da5cc3154f86f7ca45fb58929d27a7af359ed) docs: Update README (GitHub Actions Bot) #### Chores - [`b7621c3`](https://togithub.com/eslint/eslint/commit/b7621c3b16cf7d5539f05336a827e1b32d95e6ac) chore: remove browser test from `npm test` ([#​17550](https://togithub.com/eslint/eslint/issues/17550)) (Milos Djermanovic) - [`cac45d0`](https://togithub.com/eslint/eslint/commit/cac45d04b890b0700dd8908927300608adad05fe) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).49.0 ([#​17549](https://togithub.com/eslint/eslint/issues/17549)) (Milos Djermanovic) - [`cd39508`](https://togithub.com/eslint/eslint/commit/cd395082bffcb4b68efa09226d7c682cef56179e) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`203a971`](https://togithub.com/eslint/eslint/commit/203a971c0abc3a95ae02ff74104a01e569707060) ci: bump actions/checkout from 3 to 4 ([#​17530](https://togithub.com/eslint/eslint/issues/17530)) (dependabot\[bot]) - [`a40fa50`](https://togithub.com/eslint/eslint/commit/a40fa509922b36bb986eb1be9394591f84f62d9e) chore: use eslint-plugin-jsdoc's flat config ([#​17516](https://togithub.com/eslint/eslint/issues/17516)) (Milos Djermanovic) - [`926a286`](https://togithub.com/eslint/eslint/commit/926a28684282aeec37680bbc52a66973b8055f54) test: replace Karma with Webdriver.IO ([#​17126](https://togithub.com/eslint/eslint/issues/17126)) (Christian Bromann) - [`f591d2c`](https://togithub.com/eslint/eslint/commit/f591d2c88bf15af72e3a207b34fa872b4b90464b) chore: Upgrade config-array ([#​17512](https://togithub.com/eslint/eslint/issues/17512)) (Nicholas C. Zakas) ### [`v8.48.0`](https://togithub.com/eslint/eslint/releases/tag/v8.48.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.47.0...v8.48.0) ##### Features - [`1fbb3b0`](https://togithub.com/eslint/eslint/commit/1fbb3b0b477c814c0d179564fe495f4c50a451e9) feat: correct update direction in `for-direction` ([#​17483](https://togithub.com/eslint/eslint/issues/17483)) (Francesco Trotta) - [`d73fbf2`](https://togithub.com/eslint/eslint/commit/d73fbf2228631d6c468cd24710e2579fe6cb70fd) feat: rule tester do not create empty valid or invalid test suites ([#​17475](https://togithub.com/eslint/eslint/issues/17475)) (fnx) - [`ee2f718`](https://togithub.com/eslint/eslint/commit/ee2f718188d32e9888b1932fe6b9bd2a62c529a4) feat: Allow `void` in rule `no-promise-executor-return` ([#​17282](https://togithub.com/eslint/eslint/issues/17282)) (nopeless) ##### Bug Fixes - [`7234f6a`](https://togithub.com/eslint/eslint/commit/7234f6a706a209aa2d79259110328752e9ae3928) fix: update RuleTester JSDoc and deprecations ([#​17496](https://togithub.com/eslint/eslint/issues/17496)) (Jonas Berlin) ##### Documentation - [`7a51d77`](https://togithub.com/eslint/eslint/commit/7a51d77c0a066e461ff288568fdfee0e9539a2b5) docs: no-param-reassign mention strict mode ([#​17494](https://togithub.com/eslint/eslint/issues/17494)) (Stephen Hardy) - [`9cd7ac2`](https://togithub.com/eslint/eslint/commit/9cd7ac2fdb6b1d71a9fb1b8297a478cafacbdafd) docs: add `fetch` script to package.json conventions ([#​17459](https://togithub.com/eslint/eslint/issues/17459)) (Nitin Kumar) - [`cab21e6`](https://togithub.com/eslint/eslint/commit/cab21e64a8f79779c641178f825945958667c6e4) docs: advice for inline disabling of rules ([#​17458](https://togithub.com/eslint/eslint/issues/17458)) (Ashish Yadav) - [`056499d`](https://togithub.com/eslint/eslint/commit/056499de31a139dbc965d18652b0b520e11b408d) docs: fix example of flat config from plugin ([#​17482](https://togithub.com/eslint/eslint/issues/17482)) (Francesco Trotta) - [`9e9edf9`](https://togithub.com/eslint/eslint/commit/9e9edf93ecfa0658e8b79e71bc98530ade150081) docs: update documentation URL in error message ([#​17465](https://togithub.com/eslint/eslint/issues/17465)) (Nitin Kumar) ##### Chores - [`8dd3cec`](https://togithub.com/eslint/eslint/commit/8dd3cec90c97ed97d243a83b87ad4ea9e6b4781a) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).48.0 ([#​17501](https://togithub.com/eslint/eslint/issues/17501)) (Milos Djermanovic) - [`6d0496e`](https://togithub.com/eslint/eslint/commit/6d0496e9476fb2210fba0a3d541df8c052ecf73a) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`9d4216d`](https://togithub.com/eslint/eslint/commit/9d4216d638d39844decffac33ee3d5a47413c80a) chore: Refactor and document CodePathSegment ([#​17474](https://togithub.com/eslint/eslint/issues/17474)) (Nicholas C. Zakas)
import-js/eslint-plugin-import (eslint-plugin-import) ### [`v2.29.0`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2290---2023-10-22) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0) ##### Added - TypeScript config: add .cts and .mts extensions (\[[#​2851](https://togithub.com/import-js/eslint-plugin-import/issues/2851)], thanks \[[@​Zamiell](https://togithub.com/Zamiell)]) - \[`newline-after-import`]: new option `exactCount` and docs update (\[[#​1933](https://togithub.com/import-js/eslint-plugin-import/issues/1933)], thanks \[[@​anikethsaha](https://togithub.com/anikethsaha)] and \[[@​reosarevok](https://togithub.com/reosarevok)]) - \[`newline-after-import`]: fix `exactCount` with `considerComments` false positive, when there is a leading comment (\[[#​2884](https://togithub.com/import-js/eslint-plugin-import/issues/2884)], thanks \[[@​kinland](https://togithub.com/kinland)]) ### [`v2.28.1`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2281---2023-08-18) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1) ##### Fixed - \[`order`]: revert breaking change to single nested group (\[[#​2854](https://togithub.com/import-js/eslint-plugin-import/issues/2854)], thanks \[[@​yndajas](https://togithub.com/yndajas)]) ##### Changed - \[Docs] remove duplicate fixable notices in docs (\[[#​2850](https://togithub.com/import-js/eslint-plugin-import/issues/2850)], thanks \[[@​bmish](https://togithub.com/bmish)])
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.33.2`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7332---20230815) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.33.1...v7.33.2) ##### Fixed - \[`no-deprecated`]: prevent false positive on commonjs import ([#​3614][] [@​akulsr0](https://togithub.com/akulsr0)) - \[`no-unsafe`]: report on the method instead of the entire component ([@​ljharb](https://togithub.com/ljharb)) - \[`no-deprecated`]: report on the destructured property instead of the entire variable declarator ([@​ljharb](https://togithub.com/ljharb)) - \[`no-deprecated`]: report on the imported specifier instead of the entire import statement ([@​ljharb](https://togithub.com/ljharb)) - \[`no-invalid-html-attribute`]: report more granularly ([@​ljharb](https://togithub.com/ljharb)) [7.33.2]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.33.1...v7.33.2 [#​3614]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3614
jquery/jquery (jquery) ### [`v3.7.1`](https://togithub.com/jquery/jquery/releases/tag/3.7.1): jQuery 3.7.1 Released: Reliable Table Row Dimensions [Compare Source](https://togithub.com/jquery/jquery/compare/3.7.0...3.7.1) https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/
nodejs/nan (nan) ### [`v2.18.0`](https://togithub.com/nodejs/nan/blob/HEAD/CHANGELOG.md#2180-Sep-12-2023) [Compare Source](https://togithub.com/nodejs/nan/compare/v2.17.0...v2.18.0) - Feature: Cast v8::Object::GetInternalField() return value to v8::Value ([#​956](https://togithub.com/nodejs/nan/issues/956)) [`bdfee17`](https://togithub.com/nodejs/nan/commit/bdfee1788239f735b67fe6b46b1439da755e9b62)
remix-run/react-router (react-router-dom) ### [`v6.17.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6170) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.16.0...react-router-dom@6.17.0) ##### Minor Changes - Add experimental support for the [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/ViewTransition) via `document.startViewTransition` to enable CSS animated transitions on SPA navigations in your application. ([#​10916](https://togithub.com/remix-run/react-router/pull/10916)) The simplest approach to enabling a View Transition in your React Router app is via the new `` prop. This will cause the navigation DOM update to be wrapped in `document.startViewTransition` which will enable transitions for the DOM update. Without any additional CSS styles, you'll get a basic cross-fade animation for your page. If you need to apply more fine-grained styles for your animations, you can leverage the `unstable_useViewTransitionState` hook which will tell you when a transition is in progress and you can use that to apply classes or styles: ```jsx function ImageLink(to, src, alt) { let isTransitioning = unstable_useViewTransitionState(to); return ( {alt} ); } ``` You can also use the `` shorthand which will manage the hook usage for you and automatically add a `transitioning` class to the `` during the transition: ```css a.transitioning img { view-transition-name: "image-expand"; } ``` ```jsx {alt} ``` For an example usage of View Transitions with React Router, check out [our fork](https://togithub.com/brophdawg11/react-router-records) of the [Astro Records](https://togithub.com/Charca/astro-records) demo. For more information on using the View Transitions API, please refer to the [Smooth and simple transitions with the View Transitions API](https://developer.chrome.com/docs/web-platform/view-transitions/) guide from the Google Chrome team. Please note, that because the `ViewTransition` API is a DOM API, we now export a specific `RouterProvider` from `react-router-dom` with this functionality. If you are importing `RouterProvider` from `react-router`, then it will not support view transitions. ([#​10928](https://togithub.com/remix-run/react-router/pull/10928) ##### Patch Changes - Log a warning and fail gracefully in `ScrollRestoration` when `sessionStorage` is unavailable ([#​10848](https://togithub.com/remix-run/react-router/pull/10848)) - Updated dependencies: - `@remix-run/router@1.10.0` - `react-router@6.17.0` ### [`v6.16.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6160) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.15.0...react-router-dom@6.16.0) ##### Minor Changes - Updated dependencies: - `@remix-run/router@1.9.0` - `react-router@6.16.0` ##### Patch Changes - Properly encode rendered URIs in server rendering to avoid hydration errors ([#​10769](https://togithub.com/remix-run/react-router/pull/10769))
uuidjs/uuid (uuid) ### [`v9.0.1`](https://togithub.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#901-2023-09-12) [Compare Source](https://togithub.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) ##### build - Fix CI to work with Node.js 20.x

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 1 year ago
Package Line Rate Branch Rate Complexity Health
OrgnalR.OrleansSilo 79% 50% 4
OrgnalR.Backplane.GrainImplementations 12% 6% 247
OrgnalR.Core 45% 43% 381
OrgnalR.Backplane.GrainInterfaces 11% 4% 603
OrgnalR.Backplane.GrainAdaptors 1% 0% 80
Summary 21% (806 / 3914) 16% (127 / 810) 1315