Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 30, 2023

Removes semver. It's no longer used after updating ancestor dependency discord.js-selfbot-v13. These dependencies need to be updated together.

Removes semver

Updates discord.js-selfbot-v13 from 2.2.0 to 2.14.6

Release notes

Sourced from discord.js-selfbot-v13's releases.

2.14.5

What's Changed

New Contributors

Full Changelog: aiko-chan-ai/discord.js-selfbot-v13@2.13.6...2.14.4

v2.13.6

Full Changelog: aiko-chan-ai/discord.js-selfbot-v13@2.13.5...2.13.6

v2.13.5

Full Changelog: aiko-chan-ai/discord.js-selfbot-v13@2.13.4...2.13.5

v2.13.4

What's Changed

Full Changelog: aiko-chan-ai/discord.js-selfbot-v13@2.13.3...2.13.4

v2.13.3

Full Changelog: aiko-chan-ai/discord.js-selfbot-v13@2.13.1...2.13.3

v2.13.2

Full Changelog: aiko-chan-ai/discord.js-selfbot-v13@2.13.0...2.13.1

v2.13.0

BETA: ClydeAI

client.on('ready', async () => {
	while (true) {
		const guild = await client.guilds.create('Clyde AI');
		console.log(`ID: ${guild.id} | ClydeAI: ${guild.clydeSupport}`);
		if (guild.clydeSupport) {
			guild.enableClydeAI();
			break;
		} else {
			guild.delete();
		}
		await sleep(1000);
	}
});

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by aikochan2k6, a new releaser for discord.js-selfbot-v13 since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [discord.js-selfbot-v13](https://github.com/aiko-chan-ai/discord.js-selfbot-v13). These dependencies need to be updated together.


Removes `semver`

Updates `discord.js-selfbot-v13` from 2.2.0 to 2.14.6
- [Release notes](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/releases)
- [Commits](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/commits)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: discord.js-selfbot-v13
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants