Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Bump the dependencies group with 5 updates #96

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps the dependencies group with 5 updates:

Package From To
@discordjs/rest 2.0.0 2.0.1
@types/node 20.5.0 20.5.1
discord-api-types 0.37.52 0.37.54
discord.js 14.12.1 14.13.0
prettier 3.0.1 3.0.2

Updates @discordjs/rest from 2.0.0 to 2.0.1

Changelog

Sourced from @​discordjs/rest's changelog.

@​discordjs/rest@​2.0.1 - (2023-08-17)

Documentation

Commits

Updates @types/node from 20.5.0 to 20.5.1

Commits

Updates discord-api-types from 0.37.52 to 0.37.54

Release notes

Sourced from discord-api-types's releases.

0.37.54

0.37.54 (2023-08-17)

Bug Fixes

Features

New Contributors

Full Changelog: discordjs/discord-api-types@0.37.53...0.37.54

0.37.53

0.37.53 (2023-08-14)

Features

New Contributors

Full Changelog: discordjs/discord-api-types@0.37.52...0.37.53

Changelog

Sourced from discord-api-types's changelog.

0.37.54 (2023-08-17)

Bug Fixes

Features

0.37.53 (2023-08-14)

Features

  • GatewayActivityUpdateData: allow sending state (#801) (e095e09)
Commits

Updates discord.js from 14.12.1 to 14.13.0

Release notes

Sourced from discord.js's releases.

14.13.0

Bug Fixes

  • Action: Do not add the client user as a recipient (#9774) (24fbb11)
  • DMChannel: Correct partial typo (#9773) (c1ff545)
  • CachedManager: Allow overriding constructor for makeCache (#9763) (346fa57)
  • types: Fixed CachedManager constructor arguments in type (#9761) (b3c85d3)
  • Action: Do not set undefined values (#9755) (d8e3755)

Documentation

Features

Typings

  • GuildInvitableChannelResolvable: Allow forum channels (#9775) (727dc09)
  • Make activity name required (#9765) (0a9a3ed)
  • BaseButtonComponentData: Narrow component type (#9735) (a30d46c)
Changelog

Sourced from discord.js's changelog.

14.13.0 - (2023-08-17)

Bug Fixes

  • Action: Do not add the client user as a recipient (#9774) (24fbb11)
  • DMChannel: Correct partial typo (#9773) (c1ff545)
  • CachedManager: Allow overriding constructor for makeCache (#9763) (346fa57)
  • types: Fixed CachedManager constructor arguments in type (#9761) (b3c85d3)
  • Action: Do not set undefined values (#9755) (d8e3755)

Documentation

Features

Typings

  • GuildInvitableChannelResolvable: Allow forum channels (#9775) (727dc09)
  • Make activity name required (#9765) (0a9a3ed)
  • BaseButtonComponentData: Narrow component type (#9735) (a30d46c)
Commits

Updates prettier from 3.0.1 to 3.0.2

Release notes

Sourced from prettier's releases.

3.0.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.0.2

diff

Break after = of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#15204 by @​seiyab)

// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);
// Prettier 3.0.1
const { section, rubric, authors, tags } = await utils.upsertCommonData(
mainData,
);
// Prettier 3.0.2
const { section, rubric, authors, tags } =
await utils.upsertCommonData(mainData);

Do not add trailing comma for grouped scss comments (#15217 by @​auvred)

/* Input */
$foo: (
	'property': (),
	// comment 1
	// comment 2
)
/* Prettier 3.0.1 */
$foo: (
"property": (),
// comment 1
// comment 2,
);
/* Prettier 3.0.2 */
$foo: (
"property": (),
// comment 1
// comment 2
);

Print declare and export keywords for nested namespace (#15249 by @​sosukesuzuki)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> dependency will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> dependency will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@discordjs/rest](https://github.com/discordjs/discord.js/tree/HEAD/packages/rest) | `2.0.0` | `2.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.5.0` | `20.5.1` |
| [discord-api-types](https://github.com/discordjs/discord-api-types) | `0.37.52` | `0.37.54` |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.12.1` | `14.13.0` |
| [prettier](https://github.com/prettier/prettier) | `3.0.1` | `3.0.2` |


Updates `@discordjs/rest` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/rest/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/[email protected]/packages/rest)

Updates `@types/node` from 20.5.0 to 20.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `discord-api-types` from 0.37.52 to 0.37.54
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](discordjs/discord-api-types@0.37.52...0.37.54)

Updates `discord.js` from 14.12.1 to 14.13.0
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.13.0/packages/discord.js)

Updates `prettier` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: "@discordjs/rest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Aug 21, 2023
@dependabot dependabot bot requested a review from ElioDiNino August 21, 2023 09:52
@ElioDiNino ElioDiNino merged commit bf6543a into master Aug 21, 2023
4 checks passed
@ElioDiNino ElioDiNino deleted the dependabot/npm_and_yarn/dependencies-de58749829 branch August 21, 2023 14:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant