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.8.1
->6.11.0
3.2.4
->3.2.5
16.0.3
->16.3.1
11.7.0
->11.11.1
4.16.0
->4.17.2
3.0.2
->3.0.3
Release Notes
slackapi/node-slack-sdk (@slack/web-api)
v6.11.0
Compare Source
style.code
properties on rich text elements. See original issue #1706 and PR to resolve #1707.v6.10.0
Compare Source
What's Changed
66eb303
Add support for apps.manifest.* endpoints - thanks @misscoded! (#1690)6e07903
Add new args to admin.users.list and update web API response types - thanks @seratch! (#1688)Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/web-api](https://github.com/slack/web-api)[@​6](https://github.com/6).9.1...[@​slack/web-api](https://github.com/slack/web-api)[@​6](https://github.com/6).10.0
v6.9.1
Compare Source
What's Changed
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/web-api](https://github.com/slack/web-api)[@​6](https://github.com/6).9.0...[@​slack/web-api](https://github.com/slack/web-api)[@​6](https://github.com/6).9.1
v6.9.0
Compare Source
What's Changed
files.uploadV2
to ensure complete file is uploaded by @srajiang in https://github.com/slackapi/node-slack-sdk/pull/1616team.accessLogs
by @seratch in https://github.com/slackapi/node-slack-sdk/pull/1625stars.*
API methods as deprecated by @seratch in https://github.com/slackapi/node-slack-sdk/pull/1632@slack/types
by @ClementValot in https://github.com/slackapi/node-slack-sdk/pull/1559New Contributors
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/web-api](https://github.com/slack/web-api)[@​6](https://github.com/6).8.1...[@​slack/web-api](https://github.com/slack/web-api)[@​6](https://github.com/6).9.0
caolan/async (async)
v3.2.5
Compare Source
Error
objects such asAggregateError
are propagated without modification (#1920)motdotla/dotenv (dotenv)
v16.3.1
Compare Source
Added
processEnv
andDOTENV_KEY
options. #756v16.3.0
Compare Source
Added
DOTENV_KEY
to options rather than relying onprocess.env.DOTENV_KEY
. Defaults toprocess.env.DOTENV_KEY
#754v16.2.0
Compare Source
Added
process.env
. Defaults toprocess.env
. #753v16.1.4
Compare Source
Added
.github/
to.npmignore
#747v16.1.3
Compare Source
Removed
browser
keys forpath
,os
, andcrypto
in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills forpath
,os
, andcrypto
. node-polyfill-webpack-plugin provides these.v16.1.2
Compare Source
Changed
_configDotenv
asconfigDotenv
. #744v16.1.1
Compare Source
Added
decrypt
functionChanged
{crypto: false}
inpackageJson.browser
v16.1.0
Compare Source
Added
populate
convenience method #733npm fund
command.env.vault
support. 🎉 (#730)ℹ️
.env.vault
extends the.env
file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read moreChanged
firebase/firebase-admin-node (firebase-admin)
v11.11.1
: Firebase Admin Node.js SDK v11.11.1Compare Source
Miscellaneous
v11.11.0
: Firebase Admin Node.js SDK v11.11.0Compare Source
New Features
Miscellaneous
github.ref
value inrelease.yml
(#2313)v11.10.1
: Firebase Admin Node.js SDK v11.10.1Compare Source
Miscellaneous
v11.10.0
: Firebase Admin Node.js SDK v11.10.0Compare Source
New Features
TotpInfo
field toUserRecord
(#2197)getDownloadUrl
method to the Storage API (#2036)Bug Fixes
Miscellaneous
getDownloadURL
(#2241)v11.9.0
: Firebase Admin Node.js SDK v11.9.0Compare Source
New Features
Bug Fixes
Filter
type from Firestore (#2192)Miscellaneous
v11.8.0
: Firebase Admin Node.js SDK v11.8.0Compare Source
New Features
verifyToken()
API (#2148)Miscellaneous
mongodb/node-mongodb-native (mongodb)
v4.17.2
Compare Source
The MongoDB Node.js team is pleased to announce version 4.17.2 of the
mongodb
package!Release Notes
Fix connection leak when serverApi is enabled
When enabling serverApi the driver's RTT mesurment logic (used to determine the closest node) still sent the legacy hello command "isMaster" causing the server to return an error. Unfortunately, the error handling logic did not correctly destroy the socket which would cause a leak.
Both sending the correct hello command and the error handling connection clean up logic are fixed in this change.
Bug Fixes
Documentation
We invite you to try the
mongodb
library immediately, and report any issues to the NODE project.v4.17.1
Compare Source
The MongoDB Node.js team is pleased to announce version 4.17.1 of the
mongodb
package!Release Notes
Import of
saslprep
updated to correct library.Fixes the import of saslprep to be the correct
@mongodb-js/saslprep
library.Bug Fixes
Documentation
We invite you to try the
mongodb
library immediately, and report any issues to the NODE project.v4.17.0
Compare Source
The MongoDB Node.js team is pleased to announce version 4.17.0 of the
mongodb
package!Release Notes
mongodb-js/saslprep
is now installed by defaultUntil v6, the driver included the
saslprep
package as an optional dependency for SCRAM-SHA-256 authentication.saslprep
breaks when bundled with webpack because it attempted to read a file relative to the package location and consequently the driver would throw errors when using SCRAM-SHA-256 if it were bundled.The driver now depends on
mongodb-js/saslprep
, a fork ofsaslprep
that can be bundled with webpack because it includes the necessary saslprep data in memory upon loading. This will be installed by default but will only be used if SCRAM-SHA-256 authentication is used.Remove credential availability on
ConnectionPoolCreatedEvent
In order to avoid mistakenly printing credentials the
ConnectionPoolCreatedEvent
will replace the credentials option with an empty object. The credentials are still accessble via MongoClient options:client.options.credentials
.Features
Bug Fixes
Documentation
We invite you to try the
mongodb
library immediately, and report any issues to the NODE project.merencia/node-cron (node-cron)
v3.0.3
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (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.