Skip to content

chore(deps): bump the api-dependencies group across 1 directory with 7 updates - #12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/packages/dkrypt/api-dependencies-ddbab089ac
Open

chore(deps): bump the api-dependencies group across 1 directory with 7 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/packages/dkrypt/api-dependencies-ddbab089ac

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the api-dependencies group with 7 updates in the /packages/dkrypt directory:

Package From To
@fastify/static 10.1.2 10.1.3
@paddle/paddle-node-sdk 3.8.0 3.10.0
@scalar/fastify-api-reference 1.63.0 1.64.1
cron-parser 5.6.2 5.8.1
discord-api-types 0.38.52 0.38.53
fastify 5.10.0 5.11.3
nodemailer 9.0.3 9.0.5

Updates @fastify/static from 10.1.2 to 10.1.3

Commits

Updates @paddle/paddle-node-sdk from 3.8.0 to 3.10.0

Release notes

Sourced from @​paddle/paddle-node-sdk's releases.

v3.10.0

Version 3.10.0

What's Changed

Full Changelog: PaddleHQ/paddle-node-sdk@v3.9.0...v3.10.0

v3.9.0

Version 3.9.0

What's Changed

New Contributors

Full Changelog: PaddleHQ/paddle-node-sdk@v3.8.0...v3.9.0

Changelog

Sourced from @​paddle/paddle-node-sdk's changelog.

3.10.0 - 2026-08-07

Added

  • Added support for the notification_setting_cannot_be_duplicate request error returned when creating or updating notification settings.

3.9.0 - 2026-08-06

Added

  • Added rotatable to API key notifications to indicate whether an API key can be rotated.

Commits
  • 1fd3204 Release v3.10.0 (#237)
  • 5de0b40 feat: handle duplicate notification setting error from api-specifications#242...
  • 38b2533 feat: expose rotatable on API key notifications (#230)
  • b8ee4b1 Swap docker label checker for actions/github-script (#221)
  • 2fc6483 fix: pin pnpm to v10 and approve unrs-resolver build script (#223)
  • See full diff in compare view

Updates @scalar/fastify-api-reference from 1.63.0 to 1.64.1

Changelog

Sourced from @​scalar/fastify-api-reference's changelog.

1.64.1

Patch Changes

  • #9835: Fix the published type declarations so they resolve under moduleResolution: node16/nodenext again. Since 1.62.1 the .d.ts files re-exported relative modules without a file extension (export { default } from './fastifyApiReference'), which ESM resolution rejects with TS2834 — so the plugin's types silently degraded to any for those consumers. The declarations are now emitted as a single self-contained index.d.ts (matching the Next.js integration), which resolves under every module resolution setting.

1.64.0

Commits

Updates cron-parser from 5.6.2 to 5.8.1

Release notes

Sourced from cron-parser's releases.

v5.8.1

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.8.0...v5.8.1

v5.8.0

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.7.0...v5.8.0

v5.7.0

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.6.1...v5.7.0

Changelog

Sourced from cron-parser's changelog.

v5.8.1 - 2026-08-09

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.8.0...v5.8.1

v5.8.0 - 2026-08-09

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.7.0...v5.8.0

v5.7.0 - 2026-08-01

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.6.1...v5.7.0

Commits
  • 4930319 chore: bump version
  • fd60434 ci: automate releases (#439)
  • 6fbf23f chore: bump version
  • b48a355 fix: keep a day-of-week step from adding Sunday when it never reaches 7 (#438)
  • 8410d37 fix: round the current date to whole seconds so occurrences on the end date a...
  • 8b03a65 fix: keep day fields that cover their whole range out of the wildcard form (#...
  • 74606cc fix: drop day of month values the month does not have (#433)
  • 69ac69a docs: add security policy and code of conduct (#432)
  • f763f48 docs: document benchmark environment variables (#431)
  • 97baa82 chore: report coverage and benchmark on every PR commit (#430)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for cron-parser since your current version.


Updates discord-api-types from 0.38.52 to 0.38.53

Release notes

Sourced from discord-api-types's releases.

0.38.53

0.38.53 (2026-08-06)

Features

Full Changelog: discordjs/discord-api-types@0.38.52...0.38.53

Changelog

Sourced from discord-api-types's changelog.

0.38.53 (2026-08-06)

Features

Commits
  • fd5b4ac chore(release): 0.38.53 🎉 (#1763)
  • eed62be chore(deps): bump fast-uri from 3.1.4 to 3.1.5 (#1758)
  • 64ca376 chore(deps): bump fast-uri from 3.1.2 to 3.1.5 in /website (#1759)
  • b7875bf feat(MessageActivityType): add StreamRequest (#1756)
  • 9e96fcd feat(GatewayPresenceClientStatus): add vr (#1757)
  • fdb79d5 docs(APIFileUploadComponent): link to file types filtering (#1760)
  • 661c413 refactor(APIGroupDMChannel): mark application_id as nullable (#1755)
  • e25b3a6 chore(deps): lock file maintenance (#1754)
  • 31c4bda chore(deps): update patch/minor dependencies (#1753)
  • 487410f chore(deps): update dependency eslint to v10.8.0 (#1752)
  • See full diff in compare view

Updates fastify from 5.10.0 to 5.11.3

Release notes

Sourced from fastify's releases.

v5.11.3

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.11.2...v5.11.3

v5.11.2

What's Changed

  • fix fastify version in fastify.js

Full Changelog: fastify/fastify@v5.11.1...v5.11.2

v5.11.1

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.11.0...v5.11.1

v5.11.0

What's Changed

... (truncated)

Commits
  • a22cede Bumped v5.11.3
  • 16a74e7 fix: reset lastIndex before testing global/sticky content-type RegExp parsers...
  • 27938ac fix: recognize constructor-assigned built-in properties as decorator dependen...
  • a2f5905 chore: Bump fastify/workflows/.github/workflows/nested-quality.yml (#6917)
  • 22c419a chore: Bump fastify/workflows/.github/workflows/lock-threads.yml (#6916)
  • f5b1400 docs(encapsulation): clarify nested plugin scopes (#6893)
  • 9eaef51 fix: pass null instead of undefined to requestCompleted on success (#6837)
  • 39e87e8 docs(readme): fix grammar and cjs capitalization (#6899)
  • 3f6451c docs(errors): document what the default error handler sends (#6894)
  • f28528f docs: document percent-decoded route params as untrusted input (#6903)
  • Additional commits viewable in compare view

Updates nodemailer from 9.0.3 to 9.0.5

Release notes

Sourced from nodemailer's releases.

v9.0.5

9.0.5 (2026-08-07)

Bug Fixes

  • ci: retrigger the workflows dropped during the Actions outage (85d16c1)
  • mailer: escape specials in List-* header comments (#1842) (75913bb)
  • mime-funcs: star the continuation key of a restarted parameter line (36bcf1a)
  • mime-node: keep control chars out of header values and msg-id headers (15cf6d1)
  • mime: encode DEL in header parameters and List-* comments (cf69430)
  • mime: keep control chars out of the remaining header positions (5ed9d26)
  • mime: normalize an address parsed out of a string as well (63685f7)
  • mime: normalize an address so header and envelope agree (a9343b4)
  • mime: stop a header key callback and the dkim tags from injecting (b7d772e)

v9.0.4

9.0.4 (2026-08-04)

Bug Fixes

  • mime-funcs: do not let an unpaired surrogate consume the next character (9797f7f)
  • mime-funcs: keep any surrogate pair intact when chunking base64 mime words (#1838) (5bd3a65)
  • mime-funcs: percent encode unpaired surrogates in header parameter values (78f4aa2)
  • mime-node: escape backslash and quote in the Content-Type name parameter (#1837) (adcfc4f)
  • mime: encode HT/CR/LF in header parameter values instead of quoting them (#1840) (5bc9cab)
Changelog

Sourced from nodemailer's changelog.

9.0.5 (2026-08-07)

Bug Fixes

  • ci: retrigger the workflows dropped during the Actions outage (85d16c1)
  • mailer: escape specials in List-* header comments (#1842) (75913bb)
  • mime-funcs: star the continuation key of a restarted parameter line (36bcf1a)
  • mime-node: keep control chars out of header values and msg-id headers (15cf6d1)
  • mime: encode DEL in header parameters and List-* comments (cf69430)
  • mime: keep control chars out of the remaining header positions (5ed9d26)
  • mime: normalize an address parsed out of a string as well (63685f7)
  • mime: normalize an address so header and envelope agree (a9343b4)
  • mime: stop a header key callback and the dkim tags from injecting (b7d772e)

9.0.4 (2026-08-04)

Bug Fixes

  • mime-funcs: do not let an unpaired surrogate consume the next character (9797f7f)
  • mime-funcs: keep any surrogate pair intact when chunking base64 mime words (#1838) (5bd3a65)
  • mime-funcs: percent encode unpaired surrogates in header parameter values (78f4aa2)
  • mime-node: escape backslash and quote in the Content-Type name parameter (#1837) (adcfc4f)
  • mime: encode HT/CR/LF in header parameter values instead of quoting them (#1840) (5bc9cab)
Commits
  • 742cff9 chore(master): release 9.0.5 (#1843)
  • 524f0af chore: apply prettier to the punycode decode loop
  • 63685f7 fix(mime): normalize an address parsed out of a string as well
  • d899213 test: cover the custom envelope path of every transport
  • c4daee0 chore(ci): trigger the workflows now that the Actions outage is over
  • 85d16c1 fix(ci): retrigger the workflows dropped during the Actions outage
  • 76d0d92 chore(deps): update devDependencies
  • a9343b4 fix(mime): normalize an address so header and envelope agree
  • b7d772e fix(mime): stop a header key callback and the dkim tags from injecting
  • 5ed9d26 fix(mime): keep control chars out of the remaining header positions
  • 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

…7 updates

Bumps the api-dependencies group with 7 updates in the /packages/dkrypt directory:

| Package | From | To |
| --- | --- | --- |
| [@fastify/static](https://github.com/fastify/fastify-static) | `10.1.2` | `10.1.3` |
| [@paddle/paddle-node-sdk](https://github.com/PaddleHQ/paddle-node-sdk) | `3.8.0` | `3.10.0` |
| [@scalar/fastify-api-reference](https://github.com/scalar/scalar/tree/HEAD/integrations/fastify) | `1.63.0` | `1.64.1` |
| [cron-parser](https://github.com/harrisiirak/cron-parser) | `5.6.2` | `5.8.1` |
| [discord-api-types](https://github.com/discordjs/discord-api-types) | `0.38.52` | `0.38.53` |
| [fastify](https://github.com/fastify/fastify) | `5.10.0` | `5.11.3` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `9.0.3` | `9.0.5` |



Updates `@fastify/static` from 10.1.2 to 10.1.3
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/commits)

Updates `@paddle/paddle-node-sdk` from 3.8.0 to 3.10.0
- [Release notes](https://github.com/PaddleHQ/paddle-node-sdk/releases)
- [Changelog](https://github.com/PaddleHQ/paddle-node-sdk/blob/main/CHANGELOG.md)
- [Commits](PaddleHQ/paddle-node-sdk@v3.8.0...v3.10.0)

Updates `@scalar/fastify-api-reference` from 1.63.0 to 1.64.1
- [Release notes](https://github.com/scalar/scalar/releases)
- [Changelog](https://github.com/scalar/scalar/blob/main/integrations/fastify/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/integrations/fastify)

Updates `cron-parser` from 5.6.2 to 5.8.1
- [Release notes](https://github.com/harrisiirak/cron-parser/releases)
- [Changelog](https://github.com/harrisiirak/cron-parser/blob/master/CHANGELOG.md)
- [Commits](harrisiirak/cron-parser@v5.6.2...v5.8.1)

Updates `discord-api-types` from 0.38.52 to 0.38.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.38.52...0.38.53)

Updates `fastify` from 5.10.0 to 5.11.3
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.10.0...v5.11.3)

Updates `nodemailer` from 9.0.3 to 9.0.5
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v9.0.3...v9.0.5)

---
updated-dependencies:
- dependency-name: "@fastify/static"
  dependency-version: 10.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-dependencies
- dependency-name: "@paddle/paddle-node-sdk"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api-dependencies
- dependency-name: "@scalar/fastify-api-reference"
  dependency-version: 1.64.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api-dependencies
- dependency-name: cron-parser
  dependency-version: 5.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api-dependencies
- dependency-name: discord-api-types
  dependency-version: 0.38.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-dependencies
- dependency-name: fastify
  dependency-version: 5.11.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api-dependencies
- dependency-name: nodemailer
  dependency-version: 9.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 16, 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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants