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

Merge branch beta into main #929

Merged
merged 446 commits into from
Dec 29, 2023
Merged

Merge branch beta into main #929

merged 446 commits into from
Dec 29, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    25f9dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf7a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4819749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a1ef26 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #709 from LEDBrain/feature/add-linked-roles

    feat: add linked roles
    kdev authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e638f2e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. chore(deps): bump typesafe-i18n from 5.24.4 to 5.25.0

    Bumps [typesafe-i18n](https://github.com/ivanhofer/typesafe-i18n) from 5.24.4 to 5.25.0.
    - [Changelog](https://github.com/ivanhofer/typesafe-i18n/blob/main/CHANGELOG.md)
    - [Commits](ivanhofer/typesafe-i18n@5.24.4...5.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: typesafe-i18n
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    58404ef View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @t3-oss/env-core from 0.4.0 to 0.6.0

    Bumps [@t3-oss/env-core](https://github.com/t3-oss/t3-env/tree/HEAD/packages/core) from 0.4.0 to 0.6.0.
    - [Release notes](https://github.com/t3-oss/t3-env/releases)
    - [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/core/CHANGELOG.md)
    - [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/[email protected]/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@t3-oss/env-core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5b5578d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #712 from LEDBrain/dependabot/npm_and_yarn/beta/t3…

    …-oss/env-core-0.6.0
    
    chore(deps): bump @t3-oss/env-core from 0.4.0 to 0.6.0
    kdev authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ba293d6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #711 from LEDBrain/dependabot/npm_and_yarn/beta/ty…

    …pesafe-i18n-5.25.0
    
    chore(deps): bump typesafe-i18n from 5.24.4 to 5.25.0
    kdev authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    82fa06a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8628426 View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.4.0-beta.1 [skip ci]

    # [1.4.0-beta.1](v1.3.7...v1.4.0-beta.1) (2023-07-18)
    
    ### Bug Fixes
    
    * **build:** fix build errors by updating types ([526fa00](526fa00))
    * **eslint-errors:** add husky pre-commit hooks ([2c560d4](2c560d4))
    * **eslint-errors:** fix eslint semi errors ([c2f0c11](c2f0c11))
    
    ### Features
    
    * **api:** Use new `env` ([3c743f4](3c743f4))
    * **i18n:** implement export ([30d594f](30d594f))
    * **i18n:** switch to `typesafe-i18n` for localization ([98ac301](98ac301)), closes [#448](#448)
    * implement linking "discord-sided" ([58610d4](58610d4))
    * **Link:** add Link command for game linking ([dd26a27](dd26a27))
    * **linked-roles-api:** implement API logic for linked roles ([1c91c8f](1c91c8f))
    semantic-release-bot committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2b2d952 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump @typescript-eslint/eslint-plugin

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.1.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.1.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2a3d5ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4645b9 View commit details
    Browse the repository at this point in the history
  9. chore(release): 1.4.0-beta.2 [skip ci]

    # [1.4.0-beta.2](v1.4.0-beta.1...v1.4.0-beta.2) (2023-07-18)
    
    ### Features
    
    * **messageUpdate:** implement message update ([b4645b9](b4645b9))
    semantic-release-bot committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    30f2cd9 View commit details
    Browse the repository at this point in the history
  10. chore: add storage directory

    kdev committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4debe77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9afb61 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    5d1122b View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.4.0-beta.3 [skip ci]

    # [1.4.0-beta.3](v1.4.0-beta.2...v1.4.0-beta.3) (2023-07-19)
    
    ### Bug Fixes
    
    * **MessageUpdate:** do not show bot message updates ([5d1122b](5d1122b))
    semantic-release-bot committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c7e65a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b0555 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #710 from LEDBrain/dependabot/npm_and_yarn/beta/ty…

    …pescript-eslint/eslint-plugin-6.1.0
    
    chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0
    kdev authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7b8c833 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. chore(deps): bump typesafe-i18n from 5.25.0 to 5.25.1

    Bumps [typesafe-i18n](https://github.com/ivanhofer/typesafe-i18n) from 5.25.0 to 5.25.1.
    - [Changelog](https://github.com/ivanhofer/typesafe-i18n/blob/main/CHANGELOG.md)
    - [Commits](ivanhofer/typesafe-i18n@5.25.0...5.25.1)
    
    ---
    updated-dependencies:
    - dependency-name: typesafe-i18n
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    27b6396 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump discord-api-types from 0.37.49 to 0.37.50

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.49 to 0.37.50.
    - [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.49...0.37.50)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    da264a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #715 from LEDBrain/dependabot/npm_and_yarn/beta/ty…

    …pesafe-i18n-5.25.1
    
    chore(deps): bump typesafe-i18n from 5.25.0 to 5.25.1
    kdev authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f3acd21 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #716 from LEDBrain/dependabot/npm_and_yarn/beta/di…

    …scord-api-types-0.37.50
    
    chore(deps): bump discord-api-types from 0.37.49 to 0.37.50
    kdev authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e26aebe View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. chore(deps-dev): bump @typescript-eslint/parser from 6.1.0 to 6.2.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.1.0 to 6.2.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    db53843 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #718 from LEDBrain/dependabot/npm_and_yarn/beta/ty…

    …pescript-eslint/parser-6.2.0
    
    chore(deps-dev): bump @typescript-eslint/parser from 6.1.0 to 6.2.0
    kdev authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    15e46df View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @typescript-eslint/eslint-plugin

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.1.0 to 6.2.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    01c89f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #719 from LEDBrain/dependabot/npm_and_yarn/beta/ty…

    …pescript-eslint/eslint-plugin-6.2.0
    
    chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.2.0
    kdev authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    550acfd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    3201ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c42f56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13dfdef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    041c7b7 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.4.0-beta.4 [skip ci]

    # [1.4.0-beta.4](v1.4.0-beta.3...v1.4.0-beta.4) (2023-07-26)
    semantic-release-bot committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e6e28ad View commit details
    Browse the repository at this point in the history
  6. chore(deps): remove old deps

    kdev committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e5c3cd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b8ba1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59026af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01af909 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0592232 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    0ef2156 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.4.0-beta.5 [skip ci]

    # [1.4.0-beta.5](v1.4.0-beta.4...v1.4.0-beta.5) (2023-07-27)
    
    ### Features
    
    * **diff:** improve output of code-blocks ([0ef2156](0ef2156))
    semantic-release-bot committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9fe698d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. chore(deps-dev): bump @crowdin/crowdin-api-client from 1.23.4 to 1.24.0

    Bumps [@crowdin/crowdin-api-client](https://github.com/crowdin/crowdin-api-client-js) from 1.23.4 to 1.24.0.
    - [Release notes](https://github.com/crowdin/crowdin-api-client-js/releases)
    - [Commits](crowdin/crowdin-api-client-js@1.23.4...1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@crowdin/crowdin-api-client"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    68e8016 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump eslint from 8.45.0 to 8.46.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.45.0...v8.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    54ef09d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #721 from LEDBrain/dependabot/npm_and_yarn/beta/es…

    …lint-8.46.0
    
    chore(deps-dev): bump eslint from 8.45.0 to 8.46.0
    kdev authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    632149a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #720 from LEDBrain/dependabot/npm_and_yarn/beta/cr…

    …owdin/crowdin-api-client-1.24.0
    
    chore(deps-dev): bump @crowdin/crowdin-api-client from 1.23.4 to 1.24.0
    kdev authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8bf8dc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. chore(deps): bump discord.js from 14.11.0 to 14.12.1

    Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.11.0 to 14.12.1.
    - [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.12.1/packages/discord.js)
    
    ---
    updated-dependencies:
    - dependency-name: discord.js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1c4f1a5 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @typescript-eslint/parser from 6.2.0 to 6.2.1

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e81a634 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump typesafe-i18n from 5.25.1 to 5.26.0

    Bumps [typesafe-i18n](https://github.com/ivanhofer/typesafe-i18n) from 5.25.1 to 5.26.0.
    - [Changelog](https://github.com/ivanhofer/typesafe-i18n/blob/main/CHANGELOG.md)
    - [Commits](ivanhofer/typesafe-i18n@5.25.1...5.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: typesafe-i18n
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7f3ef80 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #722 from LEDBrain/dependabot/npm_and_yarn/beta/di…

    …scord.js-14.12.1
    
    chore(deps): bump discord.js from 14.11.0 to 14.12.1
    kdev authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    27ccbb4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #726 from LEDBrain/dependabot/npm_and_yarn/beta/ty…

    …pescript-eslint/parser-6.2.1
    
    chore(deps-dev): bump @typescript-eslint/parser from 6.2.0 to 6.2.1
    kdev authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4a29c65 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #727 from LEDBrain/dependabot/npm_and_yarn/beta/ty…

    …pesafe-i18n-5.26.0
    
    chore(deps): bump typesafe-i18n from 5.25.1 to 5.26.0
    kdev authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4e61c66 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump discord-api-types from 0.37.50 to 0.37.51

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.50 to 0.37.51.
    - [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.50...0.37.51)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    915dec4 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump @discordjs/rest from 1.7.1 to 2.0.0

    Bumps [@discordjs/rest](https://github.com/discordjs/discord.js/tree/HEAD/packages/rest) from 1.7.1 to 2.0.0.
    - [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)
    
    ---
    updated-dependencies:
    - dependency-name: "@discordjs/rest"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    05068f7 View commit details
    Browse the repository at this point in the history
  9. chore(deps-dev): bump @typescript-eslint/eslint-plugin

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    699ab80 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #723 from LEDBrain/dependabot/npm_and_yarn/beta/di…

    …scord-api-types-0.37.51
    
    chore(deps): bump discord-api-types from 0.37.50 to 0.37.51
    kdev authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    744f705 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #725 from LEDBrain/dependabot/npm_and_yarn/beta/ty…

    …pescript-eslint/eslint-plugin-6.2.1
    
    chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.0 to 6.2.1
    kdev authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3b5f5a8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #724 from LEDBrain/dependabot/npm_and_yarn/beta/di…

    …scordjs/rest-2.0.0
    
    chore(deps): bump @discordjs/rest from 1.7.1 to 2.0.0
    kdev authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a578d58 View commit details
    Browse the repository at this point in the history
  13. chore(deps-dev): bump prisma from 5.0.0 to 5.1.0

    Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.1.0/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1cbab00 View commit details
    Browse the repository at this point in the history
  14. chore(deps): bump @prisma/client from 5.0.0 to 5.1.0

    Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.1.0/packages/client)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3c9f2d6 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #729 from LEDBrain/dependabot/npm_and_yarn/beta/pr…

    …isma/client-5.1.0
    
    chore(deps): bump @prisma/client from 5.0.0 to 5.1.0
    kdev authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f59bc14 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #728 from LEDBrain/dependabot/npm_and_yarn/beta/pr…

    …isma-5.1.0
    
    chore(deps-dev): bump prisma from 5.0.0 to 5.1.0
    kdev authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e8097e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. chore(deps-dev): bump @types/node from 20.4.5 to 20.4.6

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.5 to 20.4.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9de29c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #731 from LEDBrain/dependabot/npm_and_yarn/beta/ty…

    …pes/node-20.4.6
    
    chore(deps-dev): bump @types/node from 20.4.5 to 20.4.6
    kdev authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7928880 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump prettier from 3.0.0 to 3.0.1 (#730)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.0.0...3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9f36433 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. chore(deps): bump @prisma/client from 5.1.0 to 5.1.1 (#734)

    Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.1.0 to 5.1.1.
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.1.1/packages/client)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5e5adb3 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/node from 20.4.6 to 20.4.7 (#733)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.6 to 20.4.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b6e70c2 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump prisma from 5.1.0 to 5.1.1 (#732)

    Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.1.0 to 5.1.1.
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.1.1/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    07ca136 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    c98f461 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.4.0-beta.6 [skip ci]

    # [1.4.0-beta.6](v1.4.0-beta.5...v1.4.0-beta.6) (2023-08-06)
    
    ### Bug Fixes
    
    * **Dockerfile:** run path was wrong ([c98f461](c98f461))
    semantic-release-bot committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    ac56f6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24d1c43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e16f760 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.4.0-beta.7 [skip ci]

    # [1.4.0-beta.7](v1.4.0-beta.6...v1.4.0-beta.7) (2023-08-06)
    
    ### Bug Fixes
    
    * **Dockerfile:** use different workdir to prevent EACCESS errors ([24d1c43](24d1c43))
    semantic-release-bot committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    8bd1fae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52d4b21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ba7c39 View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.4.0-beta.8 [skip ci]

    # [1.4.0-beta.8](v1.4.0-beta.7...v1.4.0-beta.8) (2023-08-06)
    
    ### Bug Fixes
    
    * **Dockerfile:** use root user to prevent EACCES ([52d4b21](52d4b21))
    semantic-release-bot committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    518cd96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c0729c View commit details
    Browse the repository at this point in the history
  10. feat(Link): add new text

    kdev committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    76c7c64 View commit details
    Browse the repository at this point in the history
  11. chore(release): 1.4.0-beta.9 [skip ci]

    # [1.4.0-beta.9](v1.4.0-beta.8...v1.4.0-beta.9) (2023-08-06)
    
    ### Features
    
    * **Link:** add new text ([76c7c64](76c7c64))
    semantic-release-bot committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    04d3e2e View commit details
    Browse the repository at this point in the history
  12. chore(deps-dev): bump @types/node from 20.4.7 to 20.4.8 (#735)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.7 to 20.4.8.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    f1fb148 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. chore(deps): bump discord-api-types from 0.37.51 to 0.37.52 (#738)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.51 to 0.37.52.
    - [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.51...0.37.52)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    870faf1 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @typescript-eslint/parser from 6.2.1 to 6.3.0 (#…

    …737)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.2.1 to 6.3.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.3.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2261d05 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @typescript-eslint/eslint-plugin (#736)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.2.1 to 6.3.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.3.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7f49a22 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. chore(deps-dev): bump @types/node from 20.4.8 to 20.4.9 (#739)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.8 to 20.4.9.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2a885e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. chore(deps-dev): bump eslint from 8.46.0 to 8.47.0 (#741)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.47.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.46.0...v8.47.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3664e35 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. chore(deps): bump typesafe-i18n from 5.26.0 to 5.26.1 (#743)

    Bumps [typesafe-i18n](https://github.com/ivanhofer/typesafe-i18n) from 5.26.0 to 5.26.1.
    - [Changelog](https://github.com/ivanhofer/typesafe-i18n/blob/main/CHANGELOG.md)
    - [Commits](ivanhofer/typesafe-i18n@5.26.0...5.26.1)
    
    ---
    updated-dependencies:
    - dependency-name: typesafe-i18n
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    23c00a0 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/node from 20.4.9 to 20.5.0 (#742)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.9 to 20.5.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b5e6db4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. chore(deps): bump zod from 3.21.4 to 3.22.0 (#744)

    Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.0.
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
    - [Commits](colinhacks/zod@v3.21.4...v3.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: zod
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    496530c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump discord-api-types from 0.37.52 to 0.37.53 (#746)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.52 to 0.37.53.
    - [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.53)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6652a3c View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @typescript-eslint/parser from 6.3.0 to 6.4.0 (#…

    …745)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.3.0 to 6.4.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3fc99e9 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @typescript-eslint/eslint-plugin (#747)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.3.0 to 6.4.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    85c55d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. chore(deps): bump zod from 3.22.0 to 3.22.1 (#749)

    Bumps [zod](https://github.com/colinhacks/zod) from 3.22.0 to 3.22.1.
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
    - [Commits](colinhacks/zod@v3.22.0...v3.22.1)
    
    ---
    updated-dependencies:
    - dependency-name: zod
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fc245da View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump prettier from 3.0.1 to 3.0.2 (#748)

    Bumps [prettier](https://github.com/prettier/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: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d56ee0d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. chore(deps): bump @discordjs/rest from 2.0.0 to 2.0.1 (#750)

    Bumps [@discordjs/rest](https://github.com/discordjs/discord.js/tree/HEAD/packages/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)
    
    ---
    updated-dependencies:
    - dependency-name: "@discordjs/rest"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d4e587d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @t3-oss/env-core from 0.6.0 to 0.6.1 (#753)

    Bumps [@t3-oss/env-core](https://github.com/t3-oss/t3-env/tree/HEAD/packages/core) from 0.6.0 to 0.6.1.
    - [Release notes](https://github.com/t3-oss/t3-env/releases)
    - [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/core/CHANGELOG.md)
    - [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/[email protected]/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@t3-oss/env-core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9fbee84 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump discord.js from 14.12.1 to 14.13.0 (#752)

    Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/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)
    
    ---
    updated-dependencies:
    - dependency-name: discord.js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    eb127c2 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump discord-api-types from 0.37.53 to 0.37.54 (#751)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.53 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.53...0.37.54)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    525c192 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. chore(deps): bump zod from 3.22.1 to 3.22.2 (#756)

    Bumps [zod](https://github.com/colinhacks/zod) from 3.22.1 to 3.22.2.
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
    - [Commits](colinhacks/zod@v3.22.1...v3.22.2)
    
    ---
    updated-dependencies:
    - dependency-name: zod
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b382187 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#755)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    415611a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. chore(deps-dev): bump the types group with 2 updates (#762)

    Bumps the types group with 2 updates: [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    
    Updates `@types/jsdom` from 21.1.1 to 21.1.2
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)
    
    Updates `@types/node` from 20.5.1 to 20.5.3
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jsdom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    36ba620 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the prisma group with 2 updates (#761)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.1.1 to 5.2.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.2.0/packages/client)
    
    Updates `prisma` from 5.1.1 to 5.2.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.2.0/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6a710d4 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump semantic-release from 21.0.7 to 21.0.9 (#757)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.0.7 to 21.0.9.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v21.0.7...v21.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    28a6aa6 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @tsconfig/node16 from 16.1.0 to 16.1.1 (#760)

    Bumps [@tsconfig/node16](https://github.com/tsconfig/bases/tree/HEAD/bases) from 16.1.0 to 16.1.1.
    - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)
    
    ---
    updated-dependencies:
    - dependency-name: "@tsconfig/node16"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e0f1a26 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump the typescript-eslint group with 2 updates (#759)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.4.0 to 6.4.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.4.0 to 6.4.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    43f4277 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump @semantic-release/npm from 10.0.4 to 10.0.5 (#758)

    Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 10.0.4 to 10.0.5.
    - [Release notes](https://github.com/semantic-release/npm/releases)
    - [Commits](semantic-release/npm@v10.0.4...v10.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/npm"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5efe249 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. chore(deps-dev): bump semantic-release from 21.0.9 to 21.1.0 (#764)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.0.9 to 21.1.0.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v21.0.9...v21.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    acb46e6 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#763)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ef2547d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. chore(deps): bump discord-api-types from 0.37.54 to 0.37.55 (#768)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.54 to 0.37.55.
    - [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.54...0.37.55)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5091132 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump semantic-release from 21.1.0 to 21.1.1 (#769)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.1.0 to 21.1.1.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v21.1.0...v21.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    241bcd1 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump typesafe-i18n from 5.26.1 to 5.26.2 (#767)

    Bumps [typesafe-i18n](https://github.com/ivanhofer/typesafe-i18n) from 5.26.1 to 5.26.2.
    - [Changelog](https://github.com/ivanhofer/typesafe-i18n/blob/main/CHANGELOG.md)
    - [Commits](ivanhofer/typesafe-i18n@5.26.1...5.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: typesafe-i18n
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4611782 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump the types group with 1 update (#765)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    9eb7972 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 (#766)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    47c8db2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. chore(deps): bump joi from 17.9.2 to 17.10.0 (#772)

    Bumps [joi](https://github.com/hapijs/joi) from 17.9.2 to 17.10.0.
    - [Commits](hapijs/joi@v17.9.2...v17.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: joi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5dcdf58 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump eslint from 8.47.0 to 8.48.0 (#773)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.47.0...v8.48.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    24985d0 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump the types group with 1 update (#771)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ff876ff View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#770)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@4c0219f...885d146)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    970651a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. chore(deps-dev): bump the typescript-eslint group with 2 updates (#774)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.4.1 to 6.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.4.1 to 6.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    826d5ff View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. chore(deps-dev): bump prettier from 3.0.2 to 3.0.3 (#775)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.0.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    860efc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. chore(deps): bump discord-api-types from 0.37.55 to 0.37.56 (#777)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.55 to 0.37.56.
    - [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.55...0.37.56)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    aa365db View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump joi from 17.10.0 to 17.10.1 (#776)

    Bumps [joi](https://github.com/hapijs/joi) from 17.10.0 to 17.10.1.
    - [Commits](hapijs/joi@v17.10.0...v17.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: joi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7018cbc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. chore(deps-dev): bump the types group with 1 update (#778)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7bd7c12 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. chore(deps): bump actions/checkout from 3 to 4 (#780)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a956293 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the typescript-eslint group with 2 updates (#779)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.5.0 to 6.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.5.0 to 6.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    361c101 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. chore(deps): bump docker/build-push-action from 4.1.1 to 4.2.0 (#781)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@2eb1c19...4e4ee68)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b3dacad View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#783)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2627189 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 (#784)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.48.0...v8.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    70320dd View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump docker/build-push-action from 4.2.0 to 4.2.1 (#782)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@4e4ee68...0a97817)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    929d59a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. chore(deps): bump the prisma group with 2 updates (#791)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.2.0 to 5.3.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.3.0/packages/client)
    
    Updates `prisma` from 5.2.0 to 5.3.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.3.0/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    61a2ac3 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#792)

    Bumps the types group with 1 update: [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node-fetch"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8d126a0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump docker/login-action from 2.2.0 to 3.0.0 (#787)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@465a078...343f7c4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    803b059 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#786)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.0 to 3.0.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@885d146...f95db51)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e9f0027 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump docker/metadata-action from 4.6.0 to 5.0.0 (#785)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.6.0 to 5.0.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@818d4b7...96383f4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b49c36d View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump docker/build-push-action from 4.2.1 to 5.0.0 (#788)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@0a97817...0565240)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    470507c View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump the typescript-eslint group with 2 updates (#790)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.6.0 to 6.7.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.6.0 to 6.7.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c549e78 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump node from 18.16.0-alpine to 20.6.1-alpine (#789)

    Bumps node from 18.16.0-alpine to 20.6.1-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d2c27f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. chore(deps-dev): bump @semantic-release/npm from 10.0.5 to 10.0.6 (#794)

    Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 10.0.5 to 10.0.6.
    - [Release notes](https://github.com/semantic-release/npm/releases)
    - [Commits](semantic-release/npm@v10.0.5...v10.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/npm"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c40ff20 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#793)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6b93b19 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. chore(deps-dev): bump @semantic-release/npm from 10.0.6 to 11.0.0 (#799)

    Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 10.0.6 to 11.0.0.
    - [Release notes](https://github.com/semantic-release/npm/releases)
    - [Commits](semantic-release/npm@v10.0.6...v11.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/npm"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3ac70ae View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump semantic-release from 21.1.1 to 22.0.0 (#798)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.1.1 to 22.0.0.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v21.1.1...v22.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a3f2c6f View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump joi from 17.10.1 to 17.10.2 (#797)

    Bumps [joi](https://github.com/hapijs/joi) from 17.10.1 to 17.10.2.
    - [Commits](hapijs/joi@v17.10.1...v17.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: joi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    da3a590 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump the prisma group with 2 updates (#795)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.3.0 to 5.3.1
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.3.1/packages/client)
    
    Updates `prisma` from 5.3.0 to 5.3.1
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.3.1/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5d76f1a View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump the types group with 2 updates (#796)

    Bumps the types group with 2 updates: [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    
    Updates `@types/jsdom` from 21.1.2 to 21.1.3
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)
    
    Updates `@types/node` from 20.6.1 to 20.6.2
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jsdom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c62e0c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. chore(deps-dev): bump the typescript-eslint group with 2 updates (#800)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.7.0 to 6.7.2
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.7.0 to 6.7.2
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6c311a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore(deps-dev): bump the types group with 1 update (#802)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b6bc196 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump node from 20.6.1-alpine to 20.7.0-alpine (#801)

    Bumps node from 20.6.1-alpine to 20.7.0-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    162bb67 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. chore(deps): bump discord-api-types from 0.37.56 to 0.37.57 (#804)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.56 to 0.37.57.
    - [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.56...0.37.57)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f80588d View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump semantic-release from 22.0.0 to 22.0.1 (#803)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.0 to 22.0.1.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v22.0.0...v22.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4e04be7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. chore(deps-dev): bump eslint from 8.49.0 to 8.50.0 (#806)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.49.0...v8.50.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1b9f9e7 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump semantic-release from 22.0.1 to 22.0.5 (#807)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.1 to 22.0.5.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v22.0.1...v22.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    16cb0c0 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump the types group with 2 updates (#805)

    Bumps the types group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch).
    
    
    Updates `@types/node` from 20.6.3 to 20.6.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@types/node-fetch` from 2.6.5 to 2.6.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/node-fetch"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5a393e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. chore(deps-dev): bump the typescript-eslint group with 2 updates (#808)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.7.2 to 6.7.3
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.3/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.7.2 to 6.7.3
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.3/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    21a1d48 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#810)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    968266b View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump discord-api-types from 0.37.57 to 0.37.58 (#809)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.57 to 0.37.58.
    - [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.57...0.37.58)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    72e7bb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. chore(deps-dev): bump the types group with 2 updates (#811)

    Bumps the types group with 2 updates: [@types/ms](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ms) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    
    Updates `@types/ms` from 0.7.31 to 0.7.32
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ms)
    
    Updates `@types/node` from 20.7.0 to 20.7.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/ms"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c76c2f1 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#812)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e3db9b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. chore(deps): bump discord-api-types from 0.37.58 to 0.37.60 (#823)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.58 to 0.37.60.
    - [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.58...0.37.60)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f93f9bc View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump zod from 3.22.2 to 3.22.4 (#821)

    Bumps [zod](https://github.com/colinhacks/zod) from 3.22.2 to 3.22.4.
    - [Release notes](https://github.com/colinhacks/zod/releases)
    - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
    - [Commits](colinhacks/zod@v3.22.2...v3.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: zod
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c36fcbc View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump @t3-oss/env-core from 0.6.1 to 0.7.0 (#822)

    Bumps [@t3-oss/env-core](https://github.com/t3-oss/t3-env/tree/HEAD/packages/core) from 0.6.1 to 0.7.0.
    - [Release notes](https://github.com/t3-oss/t3-env/releases)
    - [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/core/CHANGELOG.md)
    - [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/[email protected]/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@t3-oss/env-core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    aa45ab5 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump joi from 17.10.2 to 17.11.0 (#820)

    Bumps [joi](https://github.com/hapijs/joi) from 17.10.2 to 17.11.0.
    - [Commits](hapijs/joi@v17.10.2...v17.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: joi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6674838 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump the typescript-eslint group with 2 updates (#816)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.7.3 to 6.7.4
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.7.3 to 6.7.4
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0394881 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump the prisma group with 2 updates (#819)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.3.1 to 5.4.1
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.4.1/packages/client)
    
    Updates `prisma` from 5.3.1 to 5.4.1
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.4.1/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8567e3c View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump the types group with 1 update (#815)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4fa5421 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump node from 20.7.0-alpine to 20.8.0-alpine (#813)

    Bumps node from 20.7.0-alpine to 20.8.0-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5670677 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. chore(deps-dev): bump eslint from 8.50.0 to 8.51.0 (#825)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.50.0...v8.51.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5cd154b View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#824)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4a41a1b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. chore(deps-dev): bump @crowdin/crowdin-api-client from 1.24.0 to 1.25…

    ….0 (#829)
    
    Bumps [@crowdin/crowdin-api-client](https://github.com/crowdin/crowdin-api-client-js) from 1.24.0 to 1.25.0.
    - [Release notes](https://github.com/crowdin/crowdin-api-client-js/releases)
    - [Changelog](https://github.com/crowdin/crowdin-api-client-js/blob/master/.release-it.json)
    - [Commits](crowdin/crowdin-api-client-js@1.24.0...1.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@crowdin/crowdin-api-client"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    11a77bb View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the typescript-eslint group with 2 updates (#826)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.7.4 to 6.7.5
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.5/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.7.4 to 6.7.5
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.5/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8c3d8b6 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump the prisma group with 2 updates (#827)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.4.1 to 5.4.2
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.4.2/packages/client)
    
    Updates `prisma` from 5.4.1 to 5.4.2
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.4.2/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1f3ecfd View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump the types group with 1 update (#828)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9e3349a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. chore(deps-dev): bump the types group with 1 update (#830)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9e3e617 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. chore(deps): bump @t3-oss/env-core from 0.7.0 to 0.7.1 (#832)

    Bumps [@t3-oss/env-core](https://github.com/t3-oss/t3-env/tree/HEAD/packages/core) from 0.7.0 to 0.7.1.
    - [Release notes](https://github.com/t3-oss/t3-env/releases)
    - [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/core/CHANGELOG.md)
    - [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/[email protected]/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@t3-oss/env-core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5c766cd View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#831)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    085e37e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. chore(deps-dev): bump the typescript-eslint group with 2 updates (#836)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.7.5 to 6.8.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.7.5 to 6.8.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    17e2a55 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. chore(deps): bump node from 20.8.0-alpine to 21.0.0-alpine (#842)

    Bumps node from 20.8.0-alpine to 21.0.0-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e616726 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 5 updates (#841)

    Bumps the types group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@types/hapi__catbox](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/hapi__catbox) | `10.2.4` | `10.2.5` |
    | [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) | `21.1.3` | `21.1.4` |
    | [@types/ms](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ms) | `0.7.32` | `0.7.33` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.6` | `20.8.7` |
    | [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) | `2.6.6` | `2.6.7` |
    
    
    Updates `@types/hapi__catbox` from 10.2.4 to 10.2.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/hapi__catbox)
    
    Updates `@types/jsdom` from 21.1.3 to 21.1.4
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)
    
    Updates `@types/ms` from 0.7.32 to 0.7.33
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ms)
    
    Updates `@types/node` from 20.8.6 to 20.8.7
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@types/node-fetch` from 2.6.6 to 2.6.7
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/hapi__catbox"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/jsdom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/ms"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/node-fetch"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    acdce52 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. chore(deps): bump discord-api-types from 0.37.60 to 0.37.61 (#848)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.60 to 0.37.61.
    - [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.60...0.37.61)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    396e513 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 1 update (#847)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    03b0551 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 (#843)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.51.0...v8.52.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a7a5cf5 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @crowdin/crowdin-api-client from 1.25.0 to 1.25…

    ….1 (#844)
    
    Bumps [@crowdin/crowdin-api-client](https://github.com/crowdin/crowdin-api-client-js) from 1.25.0 to 1.25.1.
    - [Release notes](https://github.com/crowdin/crowdin-api-client-js/releases)
    - [Changelog](https://github.com/crowdin/crowdin-api-client-js/blob/master/.release-it.json)
    - [Commits](crowdin/crowdin-api-client-js@1.25.0...1.25.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@crowdin/crowdin-api-client"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1afe284 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump actions/setup-node from 3 to 4 (#845)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    dd95bda View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump the typescript-eslint group with 2 updates (#846)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.8.0 to 6.9.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.8.0 to 6.9.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e1cf2b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. chore(deps): bump the prisma group with 2 updates (#849)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.4.2 to 5.5.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.5.0/packages/client)
    
    Updates `prisma` from 5.4.2 to 5.5.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.5.0/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a800715 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. chore(deps): bump node from 21.0.0-alpine to 21.1.0-alpine (#850)

    Bumps node from 21.0.0-alpine to 21.1.0-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5eb683f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the prisma group with 2 updates (#851)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.5.0 to 5.5.2
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.5.2/packages/client)
    
    Updates `prisma` from 5.5.0 to 5.5.2
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.5.2/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2567f8d View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump the types group with 1 update (#852)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    52b29d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. chore(deps): bump discord-api-types from 0.37.61 to 0.37.62 (#855)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.61 to 0.37.62.
    - [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.61...0.37.62)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8ae23d4 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @crowdin/crowdin-api-client from 1.25.1 to 1.26…

    ….0 (#857)
    
    Bumps [@crowdin/crowdin-api-client](https://github.com/crowdin/crowdin-api-client-js) from 1.25.1 to 1.26.0.
    - [Release notes](https://github.com/crowdin/crowdin-api-client-js/releases)
    - [Changelog](https://github.com/crowdin/crowdin-api-client-js/blob/master/.release-it.json)
    - [Commits](crowdin/crowdin-api-client-js@1.25.1...1.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@crowdin/crowdin-api-client"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9d0536d View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump the typescript-eslint group with 2 updates (#853)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.9.0 to 6.9.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.9.0 to 6.9.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b0152d4 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump semantic-release from 22.0.5 to 22.0.6 (#856)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.5 to 22.0.6.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v22.0.5...v22.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3925a53 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump the types group with 2 updates (#854)

    Bumps the types group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch).
    
    
    Updates `@types/node` from 20.8.9 to 20.8.10
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@types/node-fetch` from 2.6.7 to 2.6.8
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/node-fetch"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    604e176 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. chore(deps-dev): bump semantic-release from 22.0.6 to 22.0.7 (#860)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.6 to 22.0.7.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v22.0.6...v22.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    215f472 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 (#859)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.52.0...v8.53.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e81acb1 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @semantic-release/npm from 11.0.0 to 11.0.1 (#858)

    Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 11.0.0 to 11.0.1.
    - [Release notes](https://github.com/semantic-release/npm/releases)
    - [Commits](semantic-release/npm@v11.0.0...v11.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/npm"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    78e2488 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. chore(deps): bump discord-api-types from 0.37.62 to 0.37.63 (#867)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.62 to 0.37.63.
    - [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.62...0.37.63)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2c443fc View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/node from 20.8.10 to 20.9.0 (#866)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.10 to 20.9.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    42d0659 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump the typescript-eslint group with 2 updates (#861)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.9.1 to 6.10.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.10.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.9.1 to 6.10.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.10.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e90e3e8 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump the types group with 4 updates (#869)

    Bumps the types group with 4 updates: [@types/hapi__catbox](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/hapi__catbox), [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom), [@types/ms](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ms) and [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch).
    
    
    Updates `@types/hapi__catbox` from 10.2.5 to 10.2.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/hapi__catbox)
    
    Updates `@types/jsdom` from 21.1.4 to 21.1.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)
    
    Updates `@types/ms` from 0.7.33 to 0.7.34
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ms)
    
    Updates `@types/node-fetch` from 2.6.8 to 2.6.9
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/hapi__catbox"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/jsdom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/ms"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/node-fetch"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    6c7b999 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump @discordjs/rest from 2.0.1 to 2.1.0 (#871)

    Bumps [@discordjs/rest](https://github.com/discordjs/discord.js/tree/HEAD/packages/rest) from 2.0.1 to 2.1.0.
    - [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)
    
    ---
    updated-dependencies:
    - dependency-name: "@discordjs/rest"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    758ab1a View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump discord.js from 14.13.0 to 14.14.0 (#870)

    Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.13.0 to 14.14.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.14.0/packages/discord.js)
    
    ---
    updated-dependencies:
    - dependency-name: discord.js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b7bf348 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. chore(deps-dev): bump semantic-release from 22.0.7 to 22.0.8 (#879)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.7 to 22.0.8.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v22.0.7...v22.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    58e6af5 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @crowdin/crowdin-api-client from 1.26.0 to 1.27…

    ….0 (#878)
    
    Bumps [@crowdin/crowdin-api-client](https://github.com/crowdin/crowdin-api-client-js) from 1.26.0 to 1.27.0.
    - [Release notes](https://github.com/crowdin/crowdin-api-client-js/releases)
    - [Changelog](https://github.com/crowdin/crowdin-api-client-js/blob/master/.release-it.json)
    - [Commits](crowdin/crowdin-api-client-js@1.26.0...1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@crowdin/crowdin-api-client"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6756310 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump the types group with 1 update (#877)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2a5e679 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump node from 21.1.0-alpine to 21.2.0-alpine (#876)

    Bumps node from 21.1.0-alpine to 21.2.0-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    049a5e1 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump discord.js from 14.14.0 to 14.14.1 (#872)

    Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.14.0 to 14.14.1.
    - [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.14.1/packages/discord.js)
    
    ---
    updated-dependencies:
    - dependency-name: discord.js
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    cdc8d7c View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump the prisma group with 2 updates (#875)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.5.2 to 5.6.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.6.0/packages/client)
    
    Updates `prisma` from 5.5.2 to 5.6.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.6.0/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    50dcde8 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump the typescript-eslint group with 2 updates (#874)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.10.0 to 6.11.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.10.0 to 6.11.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7333be5 View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump prettier from 3.0.3 to 3.1.0 (#873)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.0.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.0.3...3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    830d16e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. chore(deps): bump discord-api-types from 0.37.63 to 0.37.65 (#891)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.63 to 0.37.65.
    - [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.63...0.37.65)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    f828b5c View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the types group with 2 updates (#892)

    Bumps the types group with 2 updates: [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    
    Updates `@types/jsdom` from 21.1.5 to 21.1.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)
    
    Updates `@types/node` from 20.9.1 to 20.9.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jsdom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    b97d975 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 (#889)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    688b3b5 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump the typescript-eslint group with 2 updates (#886)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.11.0 to 6.12.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.12.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.11.0 to 6.12.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.12.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    053fd31 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump docker/build-push-action from 5.0.0 to 5.1.0 (#884)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@0565240...4a13e50)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ca95060 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump @discordjs/rest from 2.1.0 to 2.2.0 (#882)

    Bumps [@discordjs/rest](https://github.com/discordjs/discord.js/tree/HEAD/packages/rest) from 2.1.0 to 2.2.0.
    - [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)
    
    ---
    updated-dependencies:
    - dependency-name: "@discordjs/rest"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    754814d View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump @crowdin/crowdin-api-client from 1.27.0 to 1.28…

    ….0 (#883)
    
    Bumps [@crowdin/crowdin-api-client](https://github.com/crowdin/crowdin-api-client-js) from 1.27.0 to 1.28.0.
    - [Release notes](https://github.com/crowdin/crowdin-api-client-js/releases)
    - [Changelog](https://github.com/crowdin/crowdin-api-client-js/blob/master/.release-it.json)
    - [Commits](crowdin/crowdin-api-client-js@1.27.0...1.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@crowdin/crowdin-api-client"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2da7156 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 (#881)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.53.0...v8.54.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ab8e239 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump the types group with 1 update (#893)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d595ea1 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump jsdom from 22.1.0 to 23.0.0 (#894)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 23.0.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@22.1.0...23.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5ebd841 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. chore(deps): bump the prisma group with 2 updates (#911)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.6.0 to 5.7.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.7.0/packages/client)
    
    Updates `prisma` from 5.6.0 to 5.7.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.7.0/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    7c4ca09 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @semantic-release/npm from 11.0.1 to 11.0.2 (#914)

    Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 11.0.1 to 11.0.2.
    - [Release notes](https://github.com/semantic-release/npm/releases)
    - [Commits](semantic-release/npm@v11.0.1...v11.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/npm"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    b2b1da8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump discord-api-types from 0.37.65 to 0.37.66 (#913)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.65 to 0.37.66.
    - [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.65...0.37.66)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    8d55338 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 (#912)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.3.2...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    ddb9b8c View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump the types group with 1 update (#910)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    7327856 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump node from 21.2.0-alpine to 21.4.0-alpine (#909)

    Bumps node from 21.2.0-alpine to 21.4.0-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    ea87bfe View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. chore(deps): bump jsdom from 23.0.0 to 23.0.1 (#899)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 23.0.0 to 23.0.1.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@23.0.0...23.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    480cc1c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump docker/metadata-action from 5.0.0 to 5.3.0 (#906)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.3.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@96383f4...31cebac)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9a77f61 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @crowdin/crowdin-api-client from 1.28.0 to 1.28…

    ….2 (#907)
    
    Bumps [@crowdin/crowdin-api-client](https://github.com/crowdin/crowdin-api-client-js) from 1.28.0 to 1.28.2.
    - [Release notes](https://github.com/crowdin/crowdin-api-client-js/releases)
    - [Changelog](https://github.com/crowdin/crowdin-api-client-js/blob/master/.release-it.json)
    - [Commits](crowdin/crowdin-api-client-js@1.28.0...1.28.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@crowdin/crowdin-api-client"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f7b2bb6 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint from 8.54.0 to 8.55.0 (#903)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.54.0...v8.55.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    926452c View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 (#916)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.1.0...3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8443cf4 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 (#917)

    Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2.
    - [Release notes](https://github.com/TypeStrong/ts-node/releases)
    - [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
    - [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: ts-node
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1742722 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump semantic-release from 22.0.8 to 22.0.12 (#919)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.8 to 22.0.12.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v22.0.8...v22.0.12)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    354eadf View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump the typescript-eslint group with 2 updates (#918)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.12.0 to 6.14.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.14.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.12.0 to 6.14.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.14.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9ec997b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. chore(deps): bump the prisma group with 2 updates (#924)

    Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).
    
    
    Updates `@prisma/client` from 5.7.0 to 5.7.1
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.7.1/packages/client)
    
    Updates `prisma` from 5.7.0 to 5.7.1
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.7.1/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prisma
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: prisma
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3067e9f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump docker/metadata-action from 5.3.0 to 5.4.0 (#923)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@31cebac...9dc751f)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    285423f View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump the typescript-eslint group with 2 updates (#922)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.14.0 to 6.15.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.15.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.14.0 to 6.15.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.15.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    27f499a View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 (#921)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.55.0...v8.56.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7d828ab View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump the types group with 1 update (#920)

    Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    57da9e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. chore(deps): bump discord-api-types from 0.37.66 to 0.37.67 (#928)

    Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.66 to 0.37.67.
    - [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.66...0.37.67)
    
    ---
    updated-dependencies:
    - dependency-name: discord-api-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5cba73c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump node from 21.4.0-alpine to 21.5.0-alpine (#925)

    Bumps node from 21.4.0-alpine to 21.5.0-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    769ac99 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump the typescript-eslint group with 2 updates (#926)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.15.0 to 6.16.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.15.0 to 6.16.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    93787c0 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump the types group with 1 update (#927)

    Bumps the types group with 1 update: [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch).
    
    
    Updates `@types/node-fetch` from 2.6.9 to 2.6.10
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node-fetch"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: types
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8f5ad78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1bd164 View commit details
    Browse the repository at this point in the history
  6. ci: bump to node 20

    kdev committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1e1cb11 View commit details
    Browse the repository at this point in the history
  7. ci: install libcurl-dev pkg

    kdev committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3325526 View commit details
    Browse the repository at this point in the history
  8. ci: rollback to node 18

    kdev committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3891132 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db112d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96033e9 View commit details
    Browse the repository at this point in the history
  11. chore(release): 1.4.0-beta.10 [skip ci]

    # [1.4.0-beta.10](v1.4.0-beta.9...v1.4.0-beta.10) (2023-12-29)
    
    ### Bug Fixes
    
    * **commands/warn:** Add required permissions to run the command ([e1bd164](e1bd164)), closes [#915](#915)
    semantic-release-bot committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9958628 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into beta

    kdev authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    10cf29e View commit details
    Browse the repository at this point in the history
  13. chore(release): 1.6.0-beta.1 [skip ci]

    # [1.6.0-beta.1](v1.5.0...v1.6.0-beta.1) (2023-12-29)
    
    ### Bug Fixes
    
    * **commands/warn:** Add required permissions to run the command ([e1bd164](e1bd164)), closes [#915](#915)
    * **Dockerfile:** run path was wrong ([c98f461](c98f461))
    * **Dockerfile:** use different workdir to prevent EACCESS errors ([24d1c43](24d1c43))
    * **Dockerfile:** use root user to prevent EACCES ([52d4b21](52d4b21))
    * **MessageUpdate:** do not show bot message updates ([5d1122b](5d1122b))
    
    ### Features
    
    * **api:** Use new `env` ([3c743f4](3c743f4))
    * **diff:** improve output of code-blocks ([0ef2156](0ef2156))
    * implement linking "discord-sided" ([58610d4](58610d4))
    * **Link:** add Link command for game linking ([dd26a27](dd26a27))
    * **Link:** add new text ([76c7c64](76c7c64))
    * **linked-roles-api:** implement API logic for linked roles ([1c91c8f](1c91c8f))
    * **messageUpdate:** implement message update ([b4645b9](b4645b9))
    utils-app[bot] committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    02677d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ca76476 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    46aebae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f5b95ac View commit details
    Browse the repository at this point in the history