[TASK] Update all
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
discord.js-selfbot-v13 | 2.13.2 -> 2.14.4 |
||||
dotenv | 16.0.3 -> 16.1.4 |
Update dependencies
-
Clone project
-
Checkout update branch
-
run
npm install
and test everything -
If everything is fine and fixes are pushed, merge the MR
Release Notes
aiko-chan-ai/discord.js-selfbot-v13
v2.14.4
What's Changed
- Fixed captcha, proxy, ...
- Fixed update event not being emitted when options.checkUpdate is disabled by @kbd0t in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/667
- Fixed TextBasedChannel.js documentation (non urgent) by @tryka-1213 in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/679
- feat: new username system by @aiko-chan-ai in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/703
New Contributors
- @kbd0t made their first contribution in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/667
- @tryka-1213 made their first contribution in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/679
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/2.13.6...2.14.4
v2.14.3
v2.14.2
v2.14.1
v2.14.0
v2.13.6
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/2.13.5...2.13.6
v2.13.5
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/2.13.4...2.13.5
v2.13.4
What's Changed
-
🐛 fix(types) by @hocsinhgioitoan in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/623
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/2.13.3...2.13.4
v2.13.3
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/2.13.1...2.13.3
motdotla/dotenv
v16.1.4
Added
- Added
.github/
to.npmignore
#747
v16.1.3
Removed
- 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
Changed
- Exposed private function
_configDotenv
asconfigDotenv
. #744
v16.1.1
Added
- Added type definition for
decrypt
function
Changed
- Fixed
{crypto: false}
inpackageJson.browser
v16.1.0
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.