almeidx / discord-ban-sync

Sync bans across multiple Discord servers
Apache License 2.0
6 stars 5 forks source link

Bump the non-major group across 1 directory with 5 updates #280

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the non-major group with 5 updates in the / directory:

Package From To
@discordjs/core 1.1.1 1.2.0
@discordjs/rest 2.2.0 2.3.0
@discordjs/ws 1.0.2 1.1.0
@biomejs/biome 1.7.0 1.7.3
@types/node 20.12.7 20.12.9

Updates @discordjs/core from 1.1.1 to 1.2.0

Release notes

Sourced from @​discordjs/core's releases.

@​discordjs/core@​1.2.0

Bug Fixes

Documentation

Features

Refactor

Changelog

Sourced from @​discordjs/core's changelog.

@​discordjs/core@​1.2.0 - (2024-05-04)

Bug Fixes

Documentation

Features

Refactor

Commits


Updates @discordjs/rest from 2.2.0 to 2.3.0

Release notes

Sourced from @​discordjs/rest's releases.

@​discordjs/rest@​2.3.0

Bug Fixes

Documentation

  • Split docs.api.json into multiple json files (597340f)
  • Remove hyphen after @returns (#9989) (e9ff991)

Features

Refactor

Styling

Testing

Changelog

Sourced from @​discordjs/rest's changelog.

@​discordjs/rest@​2.3.0 - (2024-05-04)

Bug Fixes

Documentation

  • Split docs.api.json into multiple json files (597340f)
  • Remove hyphen after @returns (#9989) (e9ff991)

Features

Refactor

Styling

Testing

Commits


Updates @discordjs/ws from 1.0.2 to 1.1.0

Release notes

Sourced from @​discordjs/ws's releases.

@​discordjs/ws@​1.1.0

Bug Fixes

Documentation

Features

  • ws: Support for custom worker messaging (#10241) (728164e)
  • Local and preview detection (79fbda3)
  • Add support for using keyword on discord.js Client and WebSocketManager (#10063) (543d617)
  • Use globally available WebSocket client in runtimes that have it (#10042) (319ef9a)

Refactor

Changelog

Sourced from @​discordjs/ws's changelog.

@​discordjs/ws@​1.1.0 - (2024-05-04)

Bug Fixes

Documentation

Features

  • ws: Support for custom worker messaging (#10241) (728164e)
  • Local and preview detection (79fbda3)
  • Add support for using keyword on discord.js Client and WebSocketManager (#10063) (543d617)
  • Use globally available WebSocket client in runtimes that have it (#10042) (319ef9a)

Refactor

Commits


Updates @biomejs/biome from 1.7.0 to 1.7.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.3

CLI

Bug fixes

Linter

New features

Bug fixes

  • noBlankTarget no longer hangs when applying a code fix (#2675).

    Previously, the following code made Biome hangs when applying a code fix.

    <a href="https://example.com" rel="" target="_blank"></a>
    

    Contributed by @​Conaclos

  • noRedeclare no longer panics on conditional type (#2659).

    This is a regression introduced by #2394. This regression makes noRedeclare panics on every conditional types with infer bindings.

    Contributed by @​Conaclos

  • noUnusedLabels and noConfusingLabels now ignore svelte reactive statements (#2571).

    The rules now ignore reactive Svelte blocks in Svelte components.

    <script>
    $: { /* reactive block */ }
    </script>
    

    Contributed by @​Conaclos

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.3 (2024-05-06)

CLI

Bug fixes

Linter

New features

Bug fixes

  • noBlankTarget no longer hangs when applying a code fix (#2675).

    Previously, the following code made Biome hangs when applying a code fix.

    <a href="https://example.com" rel="" target="_blank"></a>
    

    Contributed by @​Conaclos

  • noRedeclare no longer panics on conditional type (#2659).

    This is a regression introduced by #2394. This regression makes noRedeclare panics on every conditional types with infer bindings.

    Contributed by @​Conaclos

  • noUnusedLabels and noConfusingLabels now ignore svelte reactive statements (#2571).

    The rules now ignore reactive Svelte blocks in Svelte components.

    <script>
    $: { /* reactive block */ }
    </script>
    

... (truncated)

Commits
  • b9f90b7 release: v1.7.3 (#2722)
  • cb0182e feat(linter): implement NoUnmatchableAnbSelector (#2706)
  • f77ab54 feat(linter): implement useExplicitLengthCheck (#2631)
  • afa5004 feat(biome_css_analyzer): noUnknownSelectorPseudoElement (#2655)
  • 150dd0e feat(biome_css_analyzer): implement noDuplicateAtImportRules (#2658)
  • 773a735 fix(linter): fix typo in rule name. useConsistentBuiltinInstatiation to `us...
  • 2c70d3f release: v1.7.2 (#2651)
  • 46c378e feat(biome_css_analyzer): noUnknownFunction (#2570)
  • de063b4 feat(lint/useDefaultSwitchClause): add rule (#2605)
  • b3ed181 feat(linter): Implement useGenericFontNames (#2573)
  • Additional commits viewable in compare view


Updates @types/node from 20.12.7 to 20.12.9

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions