Skip to content

chore(deps)(deps): bump the production-minor group with 5 updates#312

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-minor-3728d9cc24
Open

chore(deps)(deps): bump the production-minor group with 5 updates#312
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-minor-3728d9cc24

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the production-minor group with 5 updates:

Package From To
@discordjs/builders 1.13.1 1.14.1
axios 1.13.5 1.14.0
discord.js 14.25.1 14.26.2
dotenv 17.3.1 17.4.1
mongoose 9.2.1 9.4.1

Updates @discordjs/builders from 1.13.1 to 1.14.1

Release notes

Sourced from @​discordjs/builders's releases.

@​discordjs/builders@​1.14.1

Bug Fixes

  • Actually accept rest in RadioGroup/CheckBoxGroupBuilder#setOptions (#11472) (6e45ddc)

@​discordjs/builders@​1.14.0

Documentation

  • builders: Edited docs to correctly link to splice (#11430) (ec5d921)

Features

  • builders: Add checkbox, checkboxgroup, and radiogroup builders (#11410) (ca7719e)
Changelog

Sourced from @​discordjs/builders's changelog.

@​discordjs/builders@​1.14.1 - (2026-03-31)

Bug Fixes

  • Actually accept rest in RadioGroup/CheckBoxGroupBuilder#setOptions (#11472) (6e45ddc)

@​discordjs/builders@​1.14.0 - (2026-03-22)

Documentation

  • builders: Edited docs to correctly link to splice (#11430) (ec5d921)

Features

  • builders: Add checkbox, checkboxgroup, and radiogroup builders (#11410) (ca7719e)
Commits
  • 6a0cd82 chore(builders): increase @​discordjs/builders version
  • 2eaec32 chore(builders): release @​discordjs/builders@​1.14.1
  • 6e45ddc fix: actually accept rest in RadioGroup/CheckBoxGroupBuilder#setOptions (#11472)
  • d20e103 chore(builders): release @​discordjs/builders@​1.14.0
  • ca7719e feat(builders): add checkbox, checkboxgroup, and radiogroup builders (#11410)
  • ec5d921 docs(builders): edited docs to correctly link to splice (#11430)
  • 319a73f build: Upgrade v14 dependencies (#11427)
  • See full diff in compare view

Updates axios from 1.13.5 to 1.14.0

Release notes

Sourced from axios's releases.

v1.14.0

This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix).

🚀 New Features

  • Runtime Features: No new end-user features were introduced in this release.
  • Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#7510)

🐛 Bug Fixes

  • Headers: Trim trailing CRLF in normalised header values. (#7456)
  • HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#7457)
  • Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515)
  • Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#7499)
  • CommonJS Compatibility: Fixed package main entry regression affecting CJS consumers. (#7532)

🔧 Maintenance & Chores

  • Security/Dependencies: Updated formidable and refreshed package set to newer versions. (#7533, #10556)
  • Tooling: Continued migration to Vitest and modernised CI/test harnesses. (#7484, #7489, #7498)
  • Build/Lint Stack: Rollup, ESLint, TypeScript, and related dev-dependency updates. (#7508, #7509, #7522)
  • Documentation: Clarified JSON parsing and adapter-related docs/comments. (#7398, #7460, #7478)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

Full Changelog: v1.13.6...v1.14.0

v1.13.6

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#7385)

🐛 Bug Fixes

  • Environment Compatibility:
    • Fixed module exports for React Native and Browserify environments. (#7386)

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates discord.js from 14.25.1 to 14.26.2

Release notes

Sourced from discord.js's releases.

14.26.2

Bug Fixes

  • Action: Don't add recipients to guild channels (#11479) (b86573d)

14.26.1

Bug Fixes

  • Only return DMChannel that have the user as known recipient (#11478) (67566d0)

14.26.0

Bug Fixes

Features

  • Allow partial DMChannel without client user (#11462) (45bd430)
  • Modal radio group and checkbox components for v14 (#11437) (b42e499)

Refactor

Typings

Changelog

Sourced from discord.js's changelog.

14.26.2 - (2026-04-03)

Bug Fixes

  • Action: Don't add recipients to guild channels (#11479) (b86573d)

14.26.1 - (2026-04-03)

Bug Fixes

  • Only return DMChannel that have the user as known recipient (#11478) (67566d0)

14.26.0 - (2026-03-31)

Bug Fixes

Features

  • Allow partial DMChannel without client user (#11462) (45bd430)
  • Modal radio group and checkbox components for v14 (#11437) (b42e499)

Refactor

Typings

Commits
  • e662290 chore(discord.js): release discord.js@14.26.2
  • b86573d fix(Action): don't add recipients to guild channels (#11479)
  • cd1b6a0 chore(discord.js): release discord.js@14.26.1
  • 67566d0 fix: only return DMChannel that have the user as known recipient (#11478)
  • eee6f94 chore(discord.js): release discord.js@14.26.0
  • 45bd430 feat: allow partial DMChannel without client user (#11462)
  • baeeb38 build: upgrade Undici
  • 1a0da18 fix: Remove manage messages check for pinnable (#11453)
  • b42e499 feat: modal radio group and checkbox components for v14 (#11437)
  • 319a73f build: Upgrade v14 dependencies (#11427)
  • Additional commits viewable in compare view

Updates dotenv from 17.3.1 to 17.4.1

Changelog

Sourced from dotenv's changelog.

17.4.1 (2026-04-05)

Changed

  • Change text injecting to injected (#1005)

17.4.0 (2026-04-01)

Added

  • Add skills/ folder with focused agent skills: skills/dotenv/SKILL.md (core usage) and skills/dotenvx/SKILL.md (encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)

Changed

  • Tighten up logs: ◇ injecting env (14) from .env (#1003)
Commits

Updates mongoose from 9.2.1 to 9.4.1

Release notes

Sourced from mongoose's releases.

9.4.1 / 2026-04-03

  • Revert "fix(setDefaultsOnInsert): run setters on default values during upsert" #16218 #16051

9.4.0 / 2026-04-03

  • perf(document+model): avoid parallel save error instantiation, simplify resetting atomics, streamline validation and collection handling
  • feat(document): add $getChanges() alias, deprecate getChanges() #15959 techcodie
  • fix(schema): support toJSONSchema on unions #16179
  • fix(schema): implement validation for Union schemas and subdocuments techcodie
  • fix(connection): snapshot Date in heartbeat handler and flush queue on recovery #16183 andreialecu
  • fix(model): use duck-typing with version check to validate the argument to useConnection() is actually a connection #16098
  • fix(setDefaultsOnInsert): run setters on default values during upsert #16051 mahmoodhamdi
  • fix(utils): properly compare Set objects in deepEqual KhanjarSingh
  • fix(utils): wrap discriminator merge check in parentheses to fix precedence Necro-Rohan
  • fix(schema): correct template literal in encryptionType error message Mridul012
  • fix(schema): correct error when unsupported query operator with number #16062
  • fix(types): make MergeType and UnpackedIntersection distributive over union types techcodie
  • types: add id to HydratedDocument virtuals by default unless explicitly set #16178
  • types(populate): use marker type to track populated vs depopulated type for perf
  • types(populate): retain populated paths in toObject() and toJSON() unless depopulate: true set #16085
  • types(query): make TypeScript error on $and with unrecognized query operator
  • chore: use TSTyche assertions mrazauskas
  • docs(connection): remove references to useUnifiedTopology and fix backtick
  • docs: fix typo 'retreiving' -> 'retrieving' in SchemaType getter JSDoc yogesh968
  • docs: fix typos around 'retrieve' in schemaType and tests ayushshukla1807
  • docs: fix typos in code comments Goldyvaiiii

9.3.3 / 2026-03-25

  • fix(schemaType): standardize to use MongooseError instead of plain Error #16172 VIPAX-JIT
  • types: make MergeType distributive to better support populate on models where the hydrated doc type is a union #16101 #16161
  • docs: upgrade http:// links to https:// in connections.md #16163 Puxhkar
  • docs: fix typographical, grammatical errors & documentation clarity improvements #16175 yogesh968
  • docs: clarify multi-mongos support documentation for sharded clusters

9.3.2 / 2026-03-23

  • fix(mongoose): throw error when trying to set null or undefined as options #16130 #16140
  • fix(cast): include array value in query filter error message #16127 White-Devil2839
  • fix(cast): replace assert.ok with descriptive Error in castNumber #16110 mrsandy1965
  • fix(connection): standardize throw new Error to MongooseError #16142 techcodie
  • fix(query): use MongooseError instead of Error #16132 ace-tk
  • docs: add production environment example for autoIndex #16151 mrsandy1965
  • docs: upgrade self-referencing http:// links to https:// #16150 mrsandy1965
  • docs: fix incorrect Double cast comment and upgrade insecure plugin link #16148 mrsandy1965
  • docs: fix redundant text and http link in installation section #16146 Puxhkar
  • docs: fix typo 'mutiple' → 'multiple' in queries.md #16147 mrsandy1965
  • docs: use HTTPS for external links in docs navigation #16133 ace-tk
  • docs: use HTTPS for external links in CONTRIBUTING and homepage #16134 ace-tk

... (truncated)

Changelog

Sourced from mongoose's changelog.

9.4.1 / 2026-04-03

  • Revert "fix(setDefaultsOnInsert): run setters on default values during upsert" #16218 #16051

9.4.0 / 2026-04-03

  • perf(document+model): avoid parallel save error instantiation, simplify resetting atomics, streamline validation and collection handling
  • feat(document): add $getChanges() alias, deprecate getChanges() #15959 techcodie
  • fix(schema): support toJSONSchema on unions #16179
  • fix(schema): implement validation for Union schemas and subdocuments techcodie
  • fix(connection): snapshot Date in heartbeat handler and flush queue on recovery #16183 andreialecu
  • fix(model): use duck-typing with version check to validate the argument to useConnection() is actually a connection #16098
  • fix(setDefaultsOnInsert): run setters on default values during upsert #16051 mahmoodhamdi
  • fix(utils): properly compare Set objects in deepEqual KhanjarSingh
  • fix(utils): wrap discriminator merge check in parentheses to fix precedence Necro-Rohan
  • fix(schema): correct template literal in encryptionType error message Mridul012
  • fix(schema): correct error when unsupported query operator with number #16062
  • fix(types): make MergeType and UnpackedIntersection distributive over union types techcodie
  • types: add id to HydratedDocument virtuals by default unless explicitly set #16178
  • types(populate): use marker type to track populated vs depopulated type for perf
  • types(populate): retain populated paths in toObject() and toJSON() unless depopulate: true set #16085
  • types(query): make TypeScript error on $and with unrecognized query operator
  • chore: use TSTyche assertions mrazauskas
  • docs(connection): remove references to useUnifiedTopology and fix backtick
  • docs: fix typo 'retreiving' -> 'retrieving' in SchemaType getter JSDoc yogesh968
  • docs: fix typos around 'retrieve' in schemaType and tests ayushshukla1807
  • docs: fix typos in code comments Goldyvaiiii

9.3.3 / 2026-03-25

  • fix(schemaType): standardize to use MongooseError instead of plain Error #16172 VIPAX-JIT
  • types: make MergeType distributive to better support populate on models where the hydrated doc type is a union #16101 #16161
  • docs: upgrade http:// links to https:// in connections.md #16163 Puxhkar
  • docs: fix typographical, grammatical errors & documentation clarity improvements #16175 yogesh968
  • docs: clarify multi-mongos support documentation for sharded clusters

9.3.2 / 2026-03-23

  • fix(mongoose): throw error when trying to set null or undefined as options #16130 #16140
  • fix(cast): include array value in query filter error message #16127 White-Devil2839
  • fix(cast): replace assert.ok with descriptive Error in castNumber #16110 mrsandy1965
  • fix(connection): standardize throw new Error to MongooseError #16142 techcodie
  • fix(query): use MongooseError instead of Error #16132 ace-tk
  • docs: add production environment example for autoIndex #16151 mrsandy1965
  • docs: upgrade self-referencing http:// links to https:// #16150 mrsandy1965
  • docs: fix incorrect Double cast comment and upgrade insecure plugin link #16148 mrsandy1965
  • docs: fix redundant text and http link in installation section #16146 Puxhkar
  • docs: fix typo 'mutiple' → 'multiple' in queries.md #16147 mrsandy1965
  • docs: use HTTPS for external links in docs navigation #16133 ace-tk
  • docs: use HTTPS for external links in CONTRIBUTING and homepage #16134 ace-tk

... (truncated)

Commits
  • 91cc6ba chore: release 9.4.1
  • 32d0bef Merge pull request #16218 from Automattic/revert-16093-fix/issue-16051-setter...
  • 655e0f3 Revert "fix(setDefaultsOnInsert): run setters on default values during upsert"
  • 0ad38e6 chore: release 9.4.0
  • 7ffb16d Merge pull request #16217 from Automattic/9.4
  • 8c1d3df Merge pull request #16182 from Automattic/vkarpov15/gh-16179
  • c63cae8 Update lib/model.js
  • e454679 fix typescript tests
  • 4400687 Merge branch 'master' into 9.4
  • 16fdc8a fix: oneOf -> anyOf for union JSON schema
  • Additional commits viewable in compare view

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 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

Bumps the production-minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@discordjs/builders](https://github.com/discordjs/discord.js/tree/HEAD/packages/builders) | `1.13.1` | `1.14.1` |
| [axios](https://github.com/axios/axios) | `1.13.5` | `1.14.0` |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.25.1` | `14.26.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.3.1` | `17.4.1` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.2.1` | `9.4.1` |


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

Updates `axios` from 1.13.5 to 1.14.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.14.0)

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

Updates `dotenv` from 17.3.1 to 17.4.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.3.1...v17.4.1)

Updates `mongoose` from 9.2.1 to 9.4.1
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@9.2.1...9.4.1)

---
updated-dependencies:
- dependency-name: "@discordjs/builders"
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor
- dependency-name: axios
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor
- dependency-name: discord.js
  dependency-version: 14.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor
- dependency-name: dotenv
  dependency-version: 17.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor
- dependency-name: mongoose
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor patch labels Apr 6, 2026
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 minor patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants