Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^24.10.0 -> ^24.10.1 age confidence
discord.js (source) ^14.15.3 -> ^14.25.1 age confidence
dotenv ^17.0.0 -> ^17.2.3 age confidence
got ^14.4.2 -> ^14.6.5 age confidence
pino (source) ^9.3.2 -> ^9.14.0 age confidence
pino-pretty ^13.0.0 -> ^13.1.2 age confidence
rimraf ^6.0.1 -> ^6.1.2 age confidence
tslib (source) ^2.7.0 -> ^2.8.1 age confidence

Release Notes

discordjs/discord.js (discord.js)

v14.25.1

Compare Source

Bug Fixes

  • GuildEmojiManager: Allow CreateGuildExpressions for retrieving author data (#​11288) (0d64ea0)

v14.25.0

Compare Source

Bug Fixes

Documentation

  • MessageManager: Update fetchPins() wording (492039c)

Features

v14.24.2

Compare Source

Bug Fixes

  • GuildMember: JoinedAt possibly being NaN (fb2b728)

v14.24.1

Compare Source

Bug Fixes

Documentation

  • GuildMemberFlagsBitField: Remove duplicate word (abb84ce)

Typings

v14.24.0

Compare Source

Bug Fixes

Features

v14.23.2

Compare Source

Bug Fixes

v14.23.1

Compare Source

Bug Fixes

v14.23.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

  • ActionsManager: Register actions without using class name (#​11080) (0dff969)

Typings

v14.22.1

Compare Source

Bug Fixes

v14.22.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

Typings

v14.21.0

Compare Source

Bug Fixes
Features
Typings
  • ClientEventTypes: Add missing guildSoundboardSoundsUpdate (#​10928) (c2a43b6)

v14.20.0

Compare Source

Bug Fixes
Features
Performance
Refactor

v14.19.3

Compare Source

Bug Fixes

v14.19.2

Compare Source

Bug Fixes
  • WebSocketManager: Always emit shardDisconnect on unresumable close (#​10826) (37ef57b)
  • SoundboardSound: Wrong emoji comparison in equals (#​10861) (5f3fc17)
  • AllowedMentions, container, media item toJSON() for components v2 (#​10852) (20fade2)
  • Guild: Cache soundboard sounds when patching (#​10857) (e827644)
  • GuildSoundboardSoundManager: Value "undefined" is not snowflake (#​10854) (6281592)
Typings

v14.19.1

Compare Source

Bug Fixes
  • Add in withComponents to Webhook (481ccd2)

v14.19.0

Compare Source

Bug Fixes
  • Set with_components when sending components through webhooks (8cdbe23)
  • GuildAuditLogEntry: Fix some incorrect types and runtime logic (#​10849) (d920933)
  • Spread out section components next to accessory (1605a2c)
  • Correctly extend CachedManager in GuildSoundboardSoundManager (532c384)
  • MessagePayload: Preserve existing flags when editing (#​10766) (ebfd526)
Features
Typings
  • Make Client.on() compatible with esnext.disposable in TS5.6+ (#​10773) (45552fa)

v14.18.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

Styling

Typings

v14.17.3

Compare Source

Bug Fixes

v14.17.2

Compare Source

Bug Fixes

  • InteractionResponses: Check correct property for deprecation (77804cf)

v14.17.1

Compare Source

Bug Fixes
  • Correct guild member banner URL (8d69b24)

v14.17.0

Compare Source

Bug Fixes
Documentation
Features
Refactor
Testing
Typings

v14.16.3

Compare Source

Bug Fixes

Typings

v14.16.2

Compare Source

Bug Fixes

Documentation

Typings

v14.16.1

Compare Source

Bug Fixes

v14.16.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

Typings

motdotla/dotenv (dotenv)

v17.2.3

Compare Source

Changed
  • Fixed typescript error definition (#​912)

v17.2.2

Compare Source

Added
  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

v17.2.1

Compare Source

Changed
  • Fix clickable tip links by removing parentheses (#​897)

v17.2.0

Compare Source

Added
  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#​889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})

v17.1.0

Compare Source

Added
  • Add additional security and configuration tips to the runtime log (#​884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
  '🛠️  run anywhere with `dotenvx run -- yourcommand`',
  '⚙️  specify custom .env file path with { path: \'/custom/path/.env\' }',
  '⚙️  enable debug logging with { debug: true }',
  '⚙️  override existing env vars with { override: true }',
  '⚙️  suppress all logs with { quiet: true }',
  '⚙️  write to custom object with { processEnv: myObject }',
  '⚙️  load multiple .env files with { path: [\'.env.local\', \'.env\'] }'
]

v17.0.1

Compare Source

Changed
  • Patched injected log to count only populated/set keys to process.env (#​879)
sindresorhus/got (got)

v14.6.5

Compare Source

  • Fix TypeScript type inference for got.extend() with responseType option f7ab6e9

v14.6.4

Compare Source

  • Fix dnsLookup option type to accept Node.js dns.lookup 47c3155

v14.6.3

Compare Source


v14.6.2

Compare Source

  • Fix path segments containing colons being misidentified as absolute URLs 0a16a9c

v14.6.1

Compare Source

  • Fix the TS code not being built in 14.6.0.

v14.6.0

Compare Source

Improvements

Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 44d44c8 to 7257b91 Compare September 3, 2024 10:30
@renovate renovate bot changed the title fix(deps): update dependency discord.js to ^14.16.1 fix(deps): update all non-major dependencies Sep 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7257b91 to ac71544 Compare September 4, 2024 05:14
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f2fe1b to cd1a891 Compare September 9, 2024 20:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd1a891 to feea021 Compare September 12, 2024 08:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 325169c to 0c4a33e Compare September 27, 2024 16:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca11e2b to 40404d4 Compare October 5, 2024 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 800dee3 to a314a30 Compare October 9, 2024 08:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8eaaa44 to adad8bc Compare October 22, 2024 04:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2a5149e to 3b7cf79 Compare October 9, 2025 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 940272a to 2f54456 Compare October 11, 2025 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6745e79 to 2f5ba30 Compare October 21, 2025 02:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 940f99f to c08b2cb Compare October 31, 2025 04:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5e29d94 to 66a5533 Compare November 7, 2025 21:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from dc29a22 to 4180198 Compare November 14, 2025 11:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7c2ea1c to 17c9fe1 Compare November 22, 2025 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17c9fe1 to 2cf9c4c Compare November 26, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant