HangfireIO/Hangfire.InMemory (Hangfire.InMemory)
### [`v0.9.0`](https://togithub.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.9.0): 0.9.0
##### Release Notes
- **Added** – Implement the disposable pattern for the `InMemoryStorage` class.
- **Changed** – Use more compact representation of job parameters and state data.
- **Changed** – Move to `SortedDictionary` and `LinkedList` to avoid using Large Object Heap.
- **Changed** – `TimeSpan.Zero` value for `MaxExpirationTime` now causes immediate entry eviction.
- **Fixed** – Ensure near-zero max expiration limit can't lead to uninitialized job eviction.
- **Deprecated** – `DisableJobSerialization` option is now obsolete, serialization is always enabled.
trullock/NUglify (NUglify)
### [`v1.21.7`](https://togithub.com/trullock/NUglify/blob/HEAD/changelog.md#v1217-24-April-2024)
- Fixes bug parsing arrow and anonymous functions as object properties within object destructuring.
SeleniumHQ/selenium (Selenium.WebDriver)
### [`v4.20.0`](https://togithub.com/SeleniumHQ/selenium/compare/5f9cec8963b33a7708619d666a5ce0b2f6542c7d...866c76ca804c82795fd86a969bc5ed402397142c)
SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
### [`v9.24.0.89429`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.24.0.89429): 9.24
[Compare Source](https://togithub.com/SonarSource/sonar-dotnet/compare/9.23.2.88755...9.24.0.89429)
Hey everyone,
This release contains one new ASP.NET Rule (S6961) and several general improvements and fixes. Enjoy!
##### Improvements
- [9090](https://togithub.com/SonarSource/sonar-dotnet/issues/9090) - \[C#] New rule S6961 for C#: API Controllers should derive from ControllerBase instead of Controller
- [8696](https://togithub.com/SonarSource/sonar-dotnet/issues/8696) - Fix coverage aggregation from multiple reports
- [9048](https://togithub.com/SonarSource/sonar-dotnet/pull/9048) - Create SonarAnalyzer.CSharp.Styling project
- [7774](https://togithub.com/SonarSource/sonar-dotnet/issues/7774) - \[C#, VB.NET] Fix S1144: Nested type constructor accessibility is wrong in the rule message
- [8980](https://togithub.com/SonarSource/sonar-dotnet/issues/8980) - Update RSPEC before 9.24 release
##### Bug Fixes
- [9113](https://togithub.com/SonarSource/sonar-dotnet/issues/9113) - \[C#, VB.NET] AD0001: ArgumentNullException in SymbolicExecutionRunner
- [8977](https://togithub.com/SonarSource/sonar-dotnet/issues/8977) - \[C#] CfgAllPathValidator AreAllSuccessorsValid Stack Overflow on Windows and error MSB6006 in Linux Codespaces
##### False Positive
- [9063](https://togithub.com/SonarSource/sonar-dotnet/issues/9063) - \[C#, VB.NET] Fix S2094 FP: Should not raise for messages
- [9062](https://togithub.com/SonarSource/sonar-dotnet/issues/9062) - \[C#, VB.NET] Fix S2094 FP: Documentation using the DefaultDocumentation package
- [7591](https://togithub.com/SonarSource/sonar-dotnet/issues/7591) - \[C#, VB.NET] Fix S2094 FP: Implicit parameterless constructor widens the scope of the base class constructor
- [8163](https://togithub.com/SonarSource/sonar-dotnet/issues/8163) - \[C#, VB.NET] Fix S3878 FP: Jagged arrays
##### False Negative
- [6724](https://togithub.com/SonarSource/sonar-dotnet/issues/6724) - \[C#, VB.NET] Fix S1144 FN: Unused private getters and private setters
- [6699](https://togithub.com/SonarSource/sonar-dotnet/issues/6699) - \[C#] Fix S1144 FN: Unused local functions
peter-evans/create-pull-request (peter-evans/create-pull-request)
### [`v6.0.5`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.5): Create Pull Request v6.0.5
[Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5)
⚙️ Fixes an issue with proxy support for users that run self-hosted behind a proxy.
#### What's Changed
- fix: update proxy support to follow octokit change to fetch api by [@peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/2867](https://togithub.com/peter-evans/create-pull-request/pull/2867)
**Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5
xunit/xunit (xunit)
### [`v2.8.0`](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0)
xunit/visualstudio.xunit (xunit.runner.visualstudio)
### [`v2.8.0`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0)
Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 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:
0.8.1
->0.9.0
1.21.4
->1.21.7
4.19.0
->4.20.0
9.23.2.88755
->9.24.0.89429
v6.0.4
->v6.0.5
2.7.1
->2.8.0
2.5.8
->2.8.0
Release Notes
HangfireIO/Hangfire.InMemory (Hangfire.InMemory)
### [`v0.9.0`](https://togithub.com/HangfireIO/Hangfire.InMemory/releases/tag/v0.9.0): 0.9.0 ##### Release Notes - **Added** – Implement the disposable pattern for the `InMemoryStorage` class. - **Changed** – Use more compact representation of job parameters and state data. - **Changed** – Move to `SortedDictionary` and `LinkedList` to avoid using Large Object Heap. - **Changed** – `TimeSpan.Zero` value for `MaxExpirationTime` now causes immediate entry eviction. - **Fixed** – Ensure near-zero max expiration limit can't lead to uninitialized job eviction. - **Deprecated** – `DisableJobSerialization` option is now obsolete, serialization is always enabled.trullock/NUglify (NUglify)
### [`v1.21.7`](https://togithub.com/trullock/NUglify/blob/HEAD/changelog.md#v1217-24-April-2024) - Fixes bug parsing arrow and anonymous functions as object properties within object destructuring.SeleniumHQ/selenium (Selenium.WebDriver)
### [`v4.20.0`](https://togithub.com/SeleniumHQ/selenium/compare/5f9cec8963b33a7708619d666a5ce0b2f6542c7d...866c76ca804c82795fd86a969bc5ed402397142c)SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)
### [`v9.24.0.89429`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.24.0.89429): 9.24 [Compare Source](https://togithub.com/SonarSource/sonar-dotnet/compare/9.23.2.88755...9.24.0.89429) Hey everyone, This release contains one new ASP.NET Rule (S6961) and several general improvements and fixes. Enjoy! ##### Improvements - [9090](https://togithub.com/SonarSource/sonar-dotnet/issues/9090) - \[C#] New rule S6961 for C#: API Controllers should derive from ControllerBase instead of Controller - [8696](https://togithub.com/SonarSource/sonar-dotnet/issues/8696) - Fix coverage aggregation from multiple reports - [9048](https://togithub.com/SonarSource/sonar-dotnet/pull/9048) - Create SonarAnalyzer.CSharp.Styling project - [7774](https://togithub.com/SonarSource/sonar-dotnet/issues/7774) - \[C#, VB.NET] Fix S1144: Nested type constructor accessibility is wrong in the rule message - [8980](https://togithub.com/SonarSource/sonar-dotnet/issues/8980) - Update RSPEC before 9.24 release ##### Bug Fixes - [9113](https://togithub.com/SonarSource/sonar-dotnet/issues/9113) - \[C#, VB.NET] AD0001: ArgumentNullException in SymbolicExecutionRunner - [8977](https://togithub.com/SonarSource/sonar-dotnet/issues/8977) - \[C#] CfgAllPathValidator AreAllSuccessorsValid Stack Overflow on Windows and error MSB6006 in Linux Codespaces ##### False Positive - [9063](https://togithub.com/SonarSource/sonar-dotnet/issues/9063) - \[C#, VB.NET] Fix S2094 FP: Should not raise for messages - [9062](https://togithub.com/SonarSource/sonar-dotnet/issues/9062) - \[C#, VB.NET] Fix S2094 FP: Documentation using the DefaultDocumentation package - [7591](https://togithub.com/SonarSource/sonar-dotnet/issues/7591) - \[C#, VB.NET] Fix S2094 FP: Implicit parameterless constructor widens the scope of the base class constructor - [8163](https://togithub.com/SonarSource/sonar-dotnet/issues/8163) - \[C#, VB.NET] Fix S3878 FP: Jagged arrays ##### False Negative - [6724](https://togithub.com/SonarSource/sonar-dotnet/issues/6724) - \[C#, VB.NET] Fix S1144 FN: Unused private getters and private setters - [6699](https://togithub.com/SonarSource/sonar-dotnet/issues/6699) - \[C#] Fix S1144 FN: Unused local functionspeter-evans/create-pull-request (peter-evans/create-pull-request)
### [`v6.0.5`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.5): Create Pull Request v6.0.5 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5) ⚙️ Fixes an issue with proxy support for users that run self-hosted behind a proxy. #### What's Changed - fix: update proxy support to follow octokit change to fetch api by [@peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/2867](https://togithub.com/peter-evans/create-pull-request/pull/2867) **Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5xunit/xunit (xunit)
### [`v2.8.0`](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0) [Compare Source](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0)xunit/visualstudio.xunit (xunit.runner.visualstudio)
### [`v2.8.0`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0)Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.