Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

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

Package From To
discord.js 14.23.2 14.24.2
moment-timezone 0.5.48 0.6.0
passport 0.6.0 0.7.0
reflect-metadata 0.1.14 0.2.2
@types/tmp 0.0.33 0.2.6
@vue/tsconfig 0.7.0 0.8.1

Updates discord.js from 14.23.2 to 14.24.2

Release notes

Sourced from discord.js's releases.

14.24.2

Bug Fixes

  • GuildMember: JoinedAt possibly being NaN (fb2b728)

14.24.1

Bug Fixes

  • Message: Check if in voice based channel for pinnable (#11215) (c2c8cce)

Documentation

  • GuildMemberFlagsBitField: Remove duplicate word (abb84ce)

Typings

14.24.0

Bug Fixes

  • Message: Update pinnable to check for migrated guilds (#11189) (ee988e3)

Features

Changelog

Sourced from discord.js's changelog.

14.24.2 - (2025-10-30)

Bug Fixes

  • GuildMember: JoinedAt possibly being NaN (fb2b728)

14.24.1 - (2025-10-28)

Bug Fixes

  • Message: Check if in voice based channel for pinnable (#11215) (c2c8cce)

Documentation

  • GuildMemberFlagsBitField: Remove duplicate word (abb84ce)

Typings

14.24.0 - (2025-10-24)

Bug Fixes

  • Message: Update pinnable to check for migrated guilds (#11189) (ee988e3)

Features

Commits
  • a036618 chore(discord.js): release discord.js@14.24.2
  • fb2b728 fix(GuildMember): joinedAt possibly being NaN
  • c303bf3 chore(discord.js): release discord.js@14.24.1
  • c2c8cce fix(Message): check if in voice based channel for pinnable (#11215)
  • abb84ce docs(GuildMemberFlagsBitField): remove duplicate word
  • d317ca1 types(FileUploadModalData): Correct fields (#11209)
  • 072fbb2 types(LabelModalData): Singular ModalData (#11207)
  • 548c254 types(FileUploadComponentData): boolean
  • 16a44f8 chore(discord.js): release discord.js@14.24.0
  • 0dda270 build: bump @​discordjs/builders
  • Additional commits viewable in compare view

Updates moment-timezone from 0.5.48 to 0.6.0

Release notes

Sourced from moment-timezone's releases.

Release 0.6.0

  • Fixed and updated TypeScript definitions. #1132
    • Updated types to more accurately match the code implementation.
    • Added definitions for pre-built files (e.g. moment-timezone-with-data.js).

This release is a potential breaking change for TypeScript projects only. The types are now more accurate, but consumers might hit errors if they were relying on the more relaxed types.

No implementation code has changed in this release.

Changelog

Sourced from moment-timezone's changelog.

0.6.0 2025-05-25

  • Fixed and updated TypeScript definitions. #1132
    • Updated types to more accurately match the code implementation.
    • Added definitions for pre-built files (e.g. moment-timezone-with-data.js).

This release is a potential breaking change for TypeScript projects only. The types are now more accurate, but consumers might hit errors if they were relying on the more relaxed types.

No implementation code has changed in this release.

Commits
  • 92c6a36 Build moment-timezone 0.6.0
  • d2618cf Bump version to 0.6.0
  • d084bec changelog: Add missing PR links for data updates
  • 83784ed Merge pull request #1132 from moment/typescript-fixes
  • f159a57 Remove any type from input params definition
  • c6d84e9 Add type definitions for built files
  • c1215d4 Update type definitions to match the code implementation
  • a2ea5b6 Update typing tests to include missing use cases
  • See full diff in compare view

Updates passport from 0.6.0 to 0.7.0

Changelog

Sourced from passport's changelog.

[0.7.0] - 2023-11-27

Changed

  • Set req.authInfo by default when using the assignProperty option to authenticate() middleware. This makes the behavior the same as when not using the option, and can be disabled by setting authInfo option to false.
Commits
  • 33b92f9 0.7.0
  • 8dd8ec5 Update changelog.
  • 2815dc9 Merge pull request #1012 from jaredhanson/authinfo-assignprop
  • 0f2f81c Fix test to allow setting of authInfo with assignProperty.
  • b4e4cff Fix test to allow setting of authInfo from authorize call.
  • da379a0 Merge branch 'master' into authinfo-assignprop
  • cfdbd4a Update sponsors.
  • 6cc8a7c Update sponsors.
  • b6ab747 Update sponsors.
  • c521bc8 Add FusionAuth as sponsor.
  • Additional commits viewable in compare view

Updates reflect-metadata from 0.1.14 to 0.2.2

Release notes

Sourced from reflect-metadata's releases.

v0.2.1

What's Changed

Full Changelog: microsoft/reflect-metadata@v0.2.0...v0.2.1

reflect-metadata 0.2.0

What's Changed

Full Changelog: microsoft/reflect-metadata@v0.1.14...v0.2.0

reflect-metadata 0.2.0-pre.0

What's Changed

Full Changelog: microsoft/reflect-metadata@v0.1.14...v0.2.0-pre.0

Commits

Updates @types/tmp from 0.0.33 to 0.2.6

Commits

Updates @vue/tsconfig from 0.7.0 to 0.8.1

Release notes

Sourced from @​vue/tsconfig's releases.

v0.8.1

fix: do not turn on exactOptionalPropertyTypes for now [a235c5f]

Full Changelog: vuejs/tsconfig@v0.8.0...v0.8.1

v0.8.0

Breaking Changes


If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:

  • After upgrading to @vue/tsconfig, use supress-ts-errors (npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert @ts-expect-error comments in your current codebase.
  • This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.

Full Changelog: vuejs/tsconfig@v0.7.0...v0.8.0

Commits
  • 4a223b2 0.8.1
  • a235c5f fix: disable exactOptionalPropertyTypes for now
  • c2c92d6 0.8.0
  • 4f1e64a ci: use trusted publisher for npm publish
  • e690a76 feat!: enable noUncheckedIndexedAccess and exactOptionalPropertyTypes (#36)
  • 85a620a feat!: disable libReplacement for better performance (#35)
  • b22acb3 docs: explain the options in tsconfig.lib.json
  • 1334411 docs: Bump up the requred Vue.js version to >= 3.4 in README (#34)
  • 1a34344 chore: use lowercase bundler for moduleResolution
  • 29acc1a docs: be specific about what kind of unwanted types we're avoiding
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vue/tsconfig since your current version.


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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 13, 2025
@cla-bot cla-bot bot added the cla-signed label Nov 13, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/non-major-8933a4614c branch 4 times, most recently from 3a10cf9 to 8f8e80a Compare November 15, 2025 09:53
Bumps the non-major group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.23.2` | `14.24.2` |
| [moment-timezone](https://github.com/moment/moment-timezone) | `0.5.48` | `0.6.0` |
| [passport](https://github.com/jaredhanson/passport) | `0.6.0` | `0.7.0` |
| [reflect-metadata](https://github.com/rbuckton/reflect-metadata) | `0.1.14` | `0.2.2` |
| [@types/tmp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tmp) | `0.0.33` | `0.2.6` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.7.0` | `0.8.1` |



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

Updates `moment-timezone` from 0.5.48 to 0.6.0
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.48...0.6.0)

Updates `passport` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport@v0.6.0...v0.7.0)

Updates `reflect-metadata` from 0.1.14 to 0.2.2
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
- [Changelog](https://github.com/microsoft/reflect-metadata/blob/main/tsconfig-release.json)
- [Commits](https://github.com/rbuckton/reflect-metadata/commits)

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

Updates `@vue/tsconfig` from 0.7.0 to 0.8.1
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](vuejs/tsconfig@v0.7.0...v0.8.1)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-version: 14.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: moment-timezone
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: passport
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: reflect-metadata
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@types/tmp"
  dependency-version: 0.2.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@vue/tsconfig"
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/non-major-8933a4614c branch from 8f8e80a to ff83edc Compare November 17, 2025 20:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 18, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-major-8933a4614c branch November 18, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant