Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dependencies (non-major) #169

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@slack/web-api (source) 6.8.1 -> 6.11.0 age adoption passing confidence
async (source) 3.2.4 -> 3.2.5 age adoption passing confidence
dotenv 16.0.3 -> 16.3.1 age adoption passing confidence
firebase-admin (source) 11.7.0 -> 11.11.1 age adoption passing confidence
mongodb 4.16.0 -> 4.17.2 age adoption passing confidence
node-cron 3.0.2 -> 3.0.3 age adoption passing confidence

Release Notes

slackapi/node-slack-sdk (@​slack/web-api)

v6.11.0

Compare Source

  • Adds support for 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

New 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

  • Ensure Error objects such as AggregateError are propagated without modification (#​1920)
motdotla/dotenv (dotenv)

v16.3.1

Compare Source

Added
  • Add missing type definitions for processEnv and DOTENV_KEY options. #​756

v16.3.0

Compare Source

Added
  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #​754

v16.2.0

Compare Source

Added
  • Optionally write to your own target object rather than process.env. Defaults to process.env. #​753
  • Add import type URL to types file #​751

v16.1.4

Compare Source

Added
  • Added .github/ to .npmignore #​747

v16.1.3

Compare Source

Removed
  • Removed browser keys for path, os, and crypto 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 for path, os, and crypto. node-polyfill-webpack-plugin provides these.

v16.1.2

Compare Source

Changed
  • Exposed private function _configDotenv as configDotenv. #​744

v16.1.1

Compare Source

Added
  • Added type definition for decrypt function
Changed
  • Fixed {crypto: false} in packageJson.browser

v16.1.0

Compare Source

Added
  • Add populate convenience method #​733
  • Accept URL as path option #​720
  • Add dotenv to npm fund command
  • Spanish language README #​698
  • Add .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 more

Changed
  • Fixed "cannot resolve 'fs'" error on tools like Replit #​693
firebase/firebase-admin-node (firebase-admin)

v11.11.1: Firebase Admin Node.js SDK v11.11.1

Compare Source

Miscellaneous

v11.11.0: Firebase Admin Node.js SDK v11.11.0

Compare Source

New Features
  • feat(auth): Add Email Privacy support in Project and Tenant config (#​2198)
Miscellaneous

v11.10.1: Firebase Admin Node.js SDK v11.10.1

Compare Source

Miscellaneous

v11.10.0: Firebase Admin Node.js SDK v11.10.0

Compare Source

New Features
  • feat(functions): Add features to task queue functions (#​2216)
  • feat(auth): Add TotpInfo field to UserRecord (#​2197)
  • feat(storage): Add getDownloadUrl method to the Storage API (#​2036)
Bug Fixes
  • fix: Update TOTP docstrings (#​2245)
Miscellaneous

v11.9.0: Firebase Admin Node.js SDK v11.9.0

Compare Source

New Features
  • feat(auth): Add Password Policies support in Project and Tenant config (#​2107)
Bug Fixes
  • fix(firestore): Export Filter type from Firestore (#​2192)
Miscellaneous

v11.8.0: Firebase Admin Node.js SDK v11.8.0

Compare Source

New Features
  • feat(appcheck): Added replay protection feature to App Check 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 default

Until 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 of saslprep 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
  • NODE-5262: AWS Lambda metadata detection logic is too permissive (#​3683) (c0c3d99)
  • NODE-5311: construct error messages for AggregateErrors in Node16+ (#​3683) (98b7bdf)
  • NODE-5316: prevent parallel topology creation in MongoClient.connect (#​3696) (e13038d)
    • Thank you @​clemclx for contributing this fix! 🎉
  • NODE-5356: prevent scram auth from throwing TypeError if saslprep is not a function (#​3732) (2d028af)
  • NODE-5536: remove credentials from ConnectionPoolCreatedEvent options (#​3812) (2910dca)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency firebase-admin to v11.8.0 Update Dependencies (non-major) May 30, 2023
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 8 times, most recently from 4a23d98 to 9cd9d45 Compare June 6, 2023 00:26
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 7b20e9c to bcfdc19 Compare June 17, 2023 20:48
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 859a936 to 2858b39 Compare July 13, 2023 22:24
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 2858b39 to 9f20d8a Compare August 2, 2023 17:29
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 2c4ed80 to 6e39e3d Compare August 23, 2023 19:58
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 6e39e3d to 887dad6 Compare September 29, 2023 02:27
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from d0d84c4 to 4882e92 Compare November 4, 2023 02:01
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 8411db4 to 1398aba Compare November 14, 2023 21:34
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 1398aba to 02320f1 Compare November 23, 2023 18:28
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 02320f1 to 82a1360 Compare December 5, 2023 20:11
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 82a1360 to 31811dc Compare December 20, 2023 22:08
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 512872c to f815000 Compare December 29, 2023 18:38
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from f815000 to c24ca1f Compare December 29, 2023 18:42
@Ninjaman494 Ninjaman494 merged commit 5a4d6eb into master Dec 29, 2023
4 checks passed
@Ninjaman494 Ninjaman494 deleted the renovate/dependencies-(non-major) branch December 29, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant