fix(deps): update npm to v7 - - package.json (major)#904
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update npm to v7 - - package.json (major)#904renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuespackage.json
OpenSSF Scorecard
Scanned Files
|
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
99706c0 to
4f47260
Compare
db74f54 to
4ea6825
Compare
c289e33 to
7ed1046
Compare
a1ce621 to
79a729d
Compare
f915e38 to
ca26053
Compare
f8783f8 to
f60ac6b
Compare
ff29e3a to
a42a513
Compare
a42a513 to
dc7b01b
Compare
847a78a to
3c2dddc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.0.3→^7.2.0^5.9.2→^7.1.16.30.3→7.14.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mongodb/node-mongodb-native (mongodb)
v7.1.1Compare Source
The MongoDB Node.js team is pleased to announce version 7.1.1 of the
mongodbpackage!Release Notes
Tighten OIDC ALLOWED_HOSTS wildcard matching
The OIDC ALLOWED_HOSTS wildcard handling has been fixed to require full subdomain/path matches for *. and */ entries, preventing partial suffix matches from being incorrectly accepted.
Fixed TCP keep-alive and no-delay settings not being applied on TLS connections
Due to a Node.js bug,
tls.connect()silently ignoreskeepAlive,keepAliveInitialDelay, andnoDelayoptions passed through its constructor. This could cause idle connections - particularly through cloud load balancers like Azure (240s idle timeout) or AWS PrivateLink/NLB - to be dropped unexpectedly due to missing TCP keep-alive probes.The driver now explicitly calls
setKeepAlive()andsetNoDelay()on the socket after creation, ensuring these settings are always applied regardless of whether TLS is used.Bug Fixes
Documentation
We invite you to try the
mongodblibrary immediately, and report any issues to the NODE project.v7.1.0Compare Source
Features
Bug Fixes
v7.0.0Compare Source
⚠ BREAKING CHANGES
betanamespace and move resource management into driver (#4719)Features
betanamespace and move resource management into driver (#4719) (fb2824f)Bug Fixes
v6.21.0Compare Source
The MongoDB Node.js team is pleased to announce version 6.21.0 of the
mongodbpackage!Release Notes
Deprecated items to be removed in 7.0.0
The following items have been deprecated and will be removed in 7.0.0:
Features
Documentation
We invite you to try the
mongodblibrary immediately, and report any issues to the NODE project.v6.20.0Compare Source
Features
retryWritesinCommandOperationOptions(#4661) (620972d)Bug Fixes
resumeTokeninChangeStream.tryNext()(#4636) (8331a93)v6.19.0Compare Source
Features
v6.18.0Compare Source
Features
Bug Fixes
wallTimeproperty TS change stream event interfaces (#4541) (f153c6f)v6.17.0Compare Source
Features
Bug Fixes
v6.16.0Compare Source
Features
hinton distinct commands (#4487) (40d0e87)Bug Fixes
v6.15.0Compare Source
Features
Bug Fixes
v6.14.2Compare Source
Bug Fixes
v6.14.1Compare Source
Bug Fixes
v6.14.0Compare Source
Features
nsTypein change stream create events (#4431) (7800067)Bug Fixes
@aws-sdk/credential-providerspeer compatibility change (#4437) (488c407)v6.13.1Compare Source
Bug Fixes
v6.13.0Compare Source
Features
Bug Fixes
Performance Improvements
v6.12.0Compare Source
Features
Bug Fixes
v6.11.0Compare Source
Features
Bug Fixes
Performance Improvements
v6.10.0Compare Source
Features
Bug Fixes
Performance Improvements
v6.9.0Compare Source
Features
mongocryptdSpawnPathandmongocryptdSpawnArgs(#4151) (f48f8d3)allowPartialTrustChainTLS flag (#4228) (d6c147d)Bug Fixes
error.writeConcern.codeto determine retryability (#4155) (b26c328)