Update all dependencies #54
Reference in New Issue
Block a user
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.9.1->1.9.218.0.26->18.0.272.18.0->2.19.02.18.0->2.19.01.2.2->1.3.28.31.0->8.33.02.8.2->2.8.44.9.4->4.9.5Release Notes
reduxjs/redux-toolkit
v1.9.2Compare Source
This bugfix release fixes a memory leak in
createListenerMiddleware, optimizes performance insideserializableMiddleware, adds new options forfetchBaseQuery, adds support for pathRegExpexclusions inserializableMiddlewareandimmutabilityMiddleware, and improves some TS types.Changelog
Bug Fixes
createListenerMiddlewarehad a memory leak that turned out to be due to use ofPromise.race(). We've restructured the logic to fix that.fetchBaseQuerynow correctly combines global options with endpoint / default options in all cases.New Options
fetchBaseQuerynow supports ajsonReplaceroption that will be used when processing JSON.Both dev check middleware now support regular expressions in the
ignoredPathsarray in addition to strings. This adds extra flexibility in skipping certain fields.TS Changes
The
CaseReducertype was sometimes incorrectly inferring its return type in rare cases. That's been fixed.The
isAnyOf/isAllOfmatcher function TS types have been tweaked to not require an individual first parameter. This allows spreading arrays of matchers as arguments, likeconst isLoading = isAnyOf(...interestingPendingThunksArray).Other Changes
The
serializableMiddlewarenow uses aWeakSetif available to cache values it's seen. This should significantly speed up checks against large state values in development builds.What's Changed
ThunkWithReturnValueinterface by @giomogna in https://github.com/reduxjs/redux-toolkit/pull/3108raceWithSignalmethod instead ofPromise.raceby @phryneas in https://github.com/reduxjs/redux-toolkit/pull/3021Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v1.9.1...v1.9.2
mongodb/mongo-csharp-driver
v2.19.0: NET Driver Version 2.19.0 Release Notes.NET Driver Version 2.19.0 Release Notes
This is the general availability release for the 2.19.0 version of the driver.
The main new features in 2.19.0 include:
ObjectSerializer allowed types configuration
The
ObjectSerializerhas been changed to only allow deserialization of types that are considered safe.What types are considered safe is determined by a new configurable
AllowedTypesfunction (of typeFunc<Type, bool>).The default
AllowedTypesfunction isObjectSerializer.DefaultAllowedTypeswhich returns true for a number of well-known framework types that we have deemed safe.A typical example might be to allow all the default allowed types as well as your own types. This could be accomplished as follows:
More information about the
ObjectSerializeris available in our FAQ.Default LinqProvider changed to LINQ3
Default LinqProvider has been changed to LINQ3.
LinqProvider can be changed back to LINQ2 in the following way:
If you encounter a bug in LINQ3 provider, please report it in CSHARP JIRA project.
An online version of these release notes is available here.
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
axios/axios
v1.3.2Compare Source
Bug Fixes
ERR_INVALID_URLerror; (#5528) (128d56f)Contributors to this release
v1.3.1Compare Source
Bug Fixes
Contributors to this release
v1.3.0Compare Source
Bug Fixes
Features
Contributors to this release
1.2.6 (2023-01-28)
Bug Fixes
CommonRequestHeadersList&CommonResponseHeadersListtypes to be private in commonJS; (#5503) (5a3d0a3)Contributors to this release
1.2.5 (2023-01-26)
Bug Fixes
Contributors to this release
1.2.4 (2023-01-22)
Bug Fixes
RawAxiosRequestConfigback toAxiosRequestConfig; (#5486) (2a71f49)AxiosRequestConfiggeneric; (#5478) (9bce81b)Contributors to this release
1.2.3 (2023-01-10)
Bug Fixes
Contributors to this release
[1.2.2] - 2022-12-29
Fixed
Chores
Contributors to this release
[1.2.1] - 2022-12-05
Changed
Fixed
Refactors
Chores
Contributors to this release
[1.2.0] - 2022-11-10
Changed
Fixed
Refactors
Chores
Contributors to this release
[1.1.3] - 2022-10-15
Added
Fixed
Chores
Contributors to this release
[1.1.2] - 2022-10-07
Fixed
Contributors to this release
[1.1.1] - 2022-10-07
Fixed
Contributors to this release
[1.1.0] - 2022-10-06
Fixed
Contributors to this release
[1.0.0] - 2022-10-04
Added
Changed
Deprecated
Removed
Fixed
Chores
Security
Contributors to this release
v1.2.6Compare Source
Bug Fixes
CommonRequestHeadersList&CommonResponseHeadersListtypes to be private in commonJS; (#5503) (5a3d0a3)Contributors to this release
v1.2.5Compare Source
Bug Fixes
Contributors to this release
v1.2.4Compare Source
Bug Fixes
RawAxiosRequestConfigback toAxiosRequestConfig; (#5486) (2a71f49)AxiosRequestConfiggeneric; (#5478) (9bce81b)Contributors to this release
v1.2.3Compare Source
Bug Fixes
Contributors to this release
eslint/eslint
v8.33.0Compare Source
Features
2cc7954feat: addrestrictDefaultExportsoption to no-restricted-exports rule (#16785) (Nitin Kumar)Documentation
17f4be2docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94)9c7cfe3docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter)ede5c64docs: Custom processors page (#16802) (Ben Perlmutter)2620614docs: Code of Conduct page (#16781) (Ben Perlmutter)50a8efddocs: report a sec vulnerability page (#16808) (Ben Perlmutter)ed60afddocs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter)333c712docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti)f5f7b9bdocs: Update README (GitHub Actions Bot)2aa4f5fdocs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon)40287dbdocs: Remove Google Group icon (#16779) (Nicholas C. Zakas)ea10ca5docs: 'a .eslint' -> 'an .eslint' for consistency (#16809) (Ben Perlmutter)3be0748docs: add example for nodejs lintText api (#16789) (Siva K)ce4f5ffdocs: Replace removed related rules with a valid rule (#16800) (Ville Saalo)v8.32.0Compare Source
Features
fc20f24feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)Bug Fixes
b4f8329fix: ignore directives for no-fallthrough (#16757) (gfyoung)Documentation
17b65addocs: IA Update page URL move (#16665) (Ben Perlmutter)5981296docs: fix theme switcher button (#16752) (Sam Chen)6669413docs: deploy prerelease docs under the/docs/next/path (#16541) (Nitin Kumar)78ecfe0docs: use inline code for rule options name (#16768) (Percy Ma)fc2ea59docs: Update README (GitHub Actions Bot)762a872docs: Update README (GitHub Actions Bot)Chores
2952d6echore: sync templates/*.md files with issue templates (#16758) (gfyoung)3e34418chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)prettier/prettier
v2.8.4Compare Source
diff
Fix leading comments in mapped types with
readonly(#13427 by @thorn0, @sosukesuzuki)Group params in opening block statements (#14067 by @jamescdavis)
This is a follow-up to #13930 to establish wrapping consistency between opening block statements and else blocks by
grouping params in opening blocks. This causes params to break to a new line together and not be split across lines
unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the
same as opening blocks.
Ignore files in
.sl/(#14206 by @bolinfest)In Sapling SCM,
.sl/is the folder where it stores its state, analogous to.git/in Git. It should be ignored in Prettier like the other SCM folders.Recognize
@satisfiesin Closure-style type casts (#14262 by @fisker)Fix parens in inferred function return types with
extends(#14279 by @fisker)v2.8.3Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
Microsoft/TypeScript
v4.9.5: TypeScript 4.9.5Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
69e88efPort ignore deprecations to 4.9 (#52419)daf4e81Port timestamp fix to 4.9 (#52426)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.
Update dependency prettier to v2.8.3to Update all dependencies873564dcfato9e6c4ad8c39e6c4ad8c3toa8f2156e98a8f2156e98toa3f3efeefba3f3efeefbtoa989cd12dea989cd12detofc1ac44670fc1ac44670to6b3cde9a236b3cde9a23to6bb79798d56bb79798d5to80917581238091758123to919710d210919710d210to058f91fb4b058f91fb4bto5417da88d95417da88d9to7b9922029b7b9922029bto642f90eb1e642f90eb1etofe9a6a45e4fe9a6a45e4to970ff69586