Skip to content

Build(deps): Bump the deps group across 1 directory with 20 updates - #297

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/deps-afc5a0904e
Open

Build(deps): Bump the deps group across 1 directory with 20 updates#297
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/deps-afc5a0904e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the deps group with 20 updates in the / directory:

Package From To
@types/node 25.8.0 26.2.0
prettier 3.8.3 3.9.6
tsc-watch 7.2.0 7.2.1
typescript 6.0.3 7.0.2
html-to-text 10.0.0 10.0.1
linkedom 0.18.9 0.18.13
@fastify/one-line-logger 2.0.2 2.2.0
@fastify/static 9.1.3 10.1.3
@fastify/swagger 9.4.2 9.8.1
@fastify/swagger-ui 5.2.6 6.1.1
@fastify/view 11.1.1 12.0.0
axios 1.16.1 1.19.0
ejs 5.0.2 6.0.1
fastify 5.8.5 5.12.1
iconv-lite 0.7.2 0.7.3
ip-range-check 0.2.0 0.2.1
isomorphic-dompurify 3.14.0 3.22.0
sharp 0.34.5 0.35.3
@types/jsdom 28.0.3 30.0.0
@types/micromatch 4.0.9 4.0.10

Updates @types/node from 25.8.0 to 26.2.0

Commits

Updates prettier from 3.8.3 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

Updates tsc-watch from 7.2.0 to 7.2.1

Changelog

Sourced from tsc-watch's changelog.

v7.2.1 - 28/06/2026

  • support for node Typescript 7+
  • fix: Fixed issue with --maxNodeMem argument.
  • fix: Fixed issue with killing the process on SIGTERM signal.
  • fix: Fixed failing test

@​gilamran/tsc-watch CHANGELOG

Commits
  • bdfddbb 7.2.1
  • 2c84c02 Update CHANGELOG for v7.2.1
  • aedaff5 support typescript 7
  • e019f79 fix compilation error
  • 4bf7e30 fix failing test
  • e64483e Merge pull request #186 from gilamran/dependabot/npm_and_yarn/handlebars-4.7.9
  • fae27e7 Bump handlebars from 4.7.8 to 4.7.9
  • 83e5984 Merge pull request #185 from gilamran/dependabot/npm_and_yarn/picomatch-2.3.2
  • 37863b0 Bump picomatch from 2.3.1 to 2.3.2
  • 916be8b Merge pull request #183 from gilamran/dependabot/npm_and_yarn/multi-1ce7acca3d
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates html-to-text from 10.0.0 to 10.0.1

Commits
  • 1c39d98 html-to-text v10.0.1 cli v0.6.1
  • bcc3d81 bump deepmerge-ts and some dev dependencies
  • 59d1d3e replaced write-file-action with Node script
  • 51adfec split GitHub workflows for push and PR to keep badges consistent
  • See full diff in compare view

Updates linkedom from 0.18.9 to 0.18.13

Commits

Updates @fastify/one-line-logger from 2.0.2 to 2.2.0

Release notes

Sourced from @​fastify/one-line-logger's releases.

v2.2.0

What's Changed

New Contributors

Full Changelog: fastify/one-line-logger@v2.1.0...v2.2.0

v2.1.0

What's Changed

New Contributors

Full Changelog: fastify/one-line-logger@v2.0.2...v2.1.0

Commits
  • 215036f Bumped v2.2.0
  • 837e3e3 chore(.npmrc): add min-release-age (#92)
  • bc452ef chore: Bump fastify/workflows/.github/workflows/plugins-ci.yml (#94)
  • 04b69d2 chore: Bump fastify/workflows/.github/workflows/lock-threads.yml (#93)
  • f183be8 ci: pin actions to commit-hash
  • d45da45 chore: Bump @​types/node in the dev-dependencies-typescript group (#90)
  • 1f3e721 docs: fix "occured" -> "occurred" in README sample (#89)
  • 2e65e1a chore: update depedabot setting
  • e3c81f3 refactor(types): migrate from tsd to tstyche (#85)
  • 09e9be7 ci: add lock-threads workflow (#84)
  • Additional commits viewable in compare view

Updates @fastify/static from 9.1.3 to 10.1.3

Release notes

Sourced from @​fastify/static's releases.

v10.1.3

What's Changed

Full Changelog: fastify/fastify-static@v10.1.2...v10.1.3

v10.1.2

⚠️ Security Release

What's Changed

Full Changelog: fastify/fastify-static@v10.1.1...v10.1.2

v10.1.1

⚠️ Security Release

What's Changed

Full Changelog: fastify/fastify-static@v10.1.0...v10.1.1

v10.1.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v10.0.0...v10.1.0

v10.0.0

Breaking Changes

  • setHeaders now using FastifyReply instead of Response.

You should refactor your code to use the reply helpers. For example,

// Before
const fastify = require('fastify')({logger: true})
</tr></table> 

... (truncated)

Commits

Updates @fastify/swagger from 9.4.2 to 9.8.1

Release notes

Sourced from @​fastify/swagger's releases.

v9.8.1

What's Changed

Full Changelog: fastify/fastify-swagger@v9.8.0...v9.8.1

v9.8.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v9.7.0...v9.8.0

v9.7.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v9.6.1...v9.7.0

v9.6.1

What's Changed

Full Changelog: fastify/fastify-swagger@v9.6.0...v9.6.1

... (truncated)

Commits
  • bdee614 Bumped v9.8.1
  • 64c617c fix: reduce the numbers of onReady hooks (#932)
  • f3c6940 Bumped v9.8.0
  • 91aac4e docs: fix broken links (#930)
  • a10dfde chore: bump @​types/node in the dev-dependencies-typescript group (#931)
  • dc0bf39 chore(package.json): fix delvedor's personal url
  • b3b056a chore: bump fastify-plugin from 5.1.0 to 6.0.0 in the dependencies group (#928)
  • aa8d855 chore: update depedabot setting
  • e0424bc refactor(types): migrate from tsd to tstyche (#923)
  • 7c02ffc chore(.gitattributes): retain binary file eol style (#922)
  • Additional commits viewable in compare view

Updates @fastify/swagger-ui from 5.2.6 to 6.1.1

Release notes

Sourced from @​fastify/swagger-ui's releases.

v6.1.1

What's Changed

Full Changelog: fastify/fastify-swagger-ui@v6.1.0...v6.1.1

v6.1.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger-ui@v6.0.0...v6.1.0

v6.0.0

What's Changed

Full Changelog: fastify/fastify-swagger-ui@v5.2.6...v6.0.0

Commits

Updates @fastify/view from 11.1.1 to 12.0.0

Release notes

Sourced from @​fastify/view's releases.

v12.0.0

What's Changed

New Contributors

Full Changelog: fastify/point-of-view@v11.1.1...v12.0.0

Commits
  • 477e526 12.0.0
  • 753799e chore: removed types deprecated
  • 57f933f refactor(types): migrate from tsd to tstyche (#508)
  • b6dca88 chore(.gitattributes): ensure non-text files remain untouched (#507)
  • aae520f ci: add lock-threads workflow (#506)
  • 4267c07 build(deps-dev): bump twig from 1.17.1 to 3.0.0 (#505)
  • 5d8d3da build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#504)
  • f56bc59 build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#501)
  • a98ef08 build(deps-dev): bump c8 from 10.1.3 to 11.0.0 (#499)
  • 4a8ae31 fix: add middingedge type definition (#493)
  • Additional commits viewable in compare view

Updates axios from 1.16.1 to 1.19.0

Release notes

Sourced from axios's releases.

v1.19.0 - July 22, 2026

This release raises the form-data security floor, adds configuration and type-system capabilities, and fixes NO_PROXY matching, interceptor errors, progress reporting, and serialization edge cases.

🔒 Security Fixes

  • Multipart Form Data: Raised the form-data dependency floor to ^4.0.6, preventing fresh installations from resolving versions affected by the CRLF injection vulnerability GHSA-hmw2-7cc7-3qxx (GHSA-hmw2-7cc7-3qxx). (#11028)

🚀 New Features

  • Configuration Extensibility: Preserved own-enumerable symbol-keyed fields through mergeConfig and added a generic params type across public TypeScript declarations, responses, errors, adapters, and serializers. (#11043, #11081)
  • Header Parameter Parsing: Added the opt-in AxiosHeaders.parseParameters() parser for quote-aware, RFC-style HTTP parameter parsing while preserving legacy parsing behavior. (#11051)
  • HTTP Status Codes: Added the missing Cloudflare 520 WebServerReturnsAnUnknownError status and matching ESM/CJS declarations. (#11067)

🐛 Bug Fixes

  • Form Data Conversion: Limited formDataToJSON path splitting to dot and bracket notation, preserving literal punctuation in keys, and removed browser-facing Buffer.from usage from toFormData to avoid unnecessary polyfills. (#11006, #11018)
  • Proxy Bypass: Canonicalized IPv4 shorthand, octal, and hexadecimal forms during NO_PROXY matching and honored * entries within comma- or space-separated bypass lists. (#11029, #11053)
  • Cancellation: Propagated already-aborted input signals immediately when composing abort signals. (#11035)
  • Header Handling: Preserved empty first values for duplicate singleton headers and made AxiosHeaders#getSetCookie() consistently return arrays for present values. (#11036, #11037)
  • URL Handling: Included normalized, safely redacted offending URLs in malformed-protocol errors and removed repeated trailing slashes when combining base URLs. (#11024, #11038)
  • Progress Events: Clamped malformed negative progress values to zero and ensured final Node.js download progress events are delivered before streamed responses close. (#11039, #11040)
  • Error and JSON Serialization: Serialized Set values as arrays in JSON-compatible snapshots and synthesized useful AxiosError messages ...

    Description has been truncated

Bumps the deps group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.8.0` | `26.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.9.6` |
| [tsc-watch](https://github.com/gilamran/tsc-watch) | `7.2.0` | `7.2.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [html-to-text](https://github.com/html-to-text/node-html-to-text) | `10.0.0` | `10.0.1` |
| [linkedom](https://github.com/WebReflection/linkedom) | `0.18.9` | `0.18.13` |
| [@fastify/one-line-logger](https://github.com/fastify/one-line-logger) | `2.0.2` | `2.2.0` |
| [@fastify/static](https://github.com/fastify/fastify-static) | `9.1.3` | `10.1.3` |
| [@fastify/swagger](https://github.com/fastify/fastify-swagger) | `9.4.2` | `9.8.1` |
| [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) | `5.2.6` | `6.1.1` |
| [@fastify/view](https://github.com/fastify/point-of-view) | `11.1.1` | `12.0.0` |
| [axios](https://github.com/axios/axios) | `1.16.1` | `1.19.0` |
| [ejs](https://github.com/mde/ejs) | `5.0.2` | `6.0.1` |
| [fastify](https://github.com/fastify/fastify) | `5.8.5` | `5.12.1` |
| [iconv-lite](https://github.com/pillarjs/iconv-lite) | `0.7.2` | `0.7.3` |
| [ip-range-check](https://github.com/danielcompton/ip-range-check) | `0.2.0` | `0.2.1` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `3.14.0` | `3.22.0` |
| [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.3` |
| [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) | `28.0.3` | `30.0.0` |
| [@types/micromatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/micromatch) | `4.0.9` | `4.0.10` |



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

Updates `prettier` from 3.8.3 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.3...3.9.6)

Updates `tsc-watch` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/gilamran/tsc-watch/releases)
- [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md)
- [Commits](gilamran/tsc-watch@v7.2.0...v7.2.1)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.3...v7.0.2)

Updates `html-to-text` from 10.0.0 to 10.0.1
- [Changelog](https://github.com/html-to-text/node-html-to-text/blob/master/CHANGELOG.md)
- [Commits](html-to-text/node-html-to-text@10.0.0...10.0.1)

Updates `linkedom` from 0.18.9 to 0.18.13
- [Commits](WebReflection/linkedom@v0.18.9...v0.18.13)

Updates `@fastify/one-line-logger` from 2.0.2 to 2.2.0
- [Release notes](https://github.com/fastify/one-line-logger/releases)
- [Commits](fastify/one-line-logger@v2.0.2...v2.2.0)

Updates `@fastify/static` from 9.1.3 to 10.1.3
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v9.1.3...v10.1.3)

Updates `@fastify/swagger` from 9.4.2 to 9.8.1
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](fastify/fastify-swagger@v9.4.2...v9.8.1)

Updates `@fastify/swagger-ui` from 5.2.6 to 6.1.1
- [Release notes](https://github.com/fastify/fastify-swagger-ui/releases)
- [Commits](fastify/fastify-swagger-ui@v5.2.6...v6.1.1)

Updates `@fastify/view` from 11.1.1 to 12.0.0
- [Release notes](https://github.com/fastify/point-of-view/releases)
- [Commits](fastify/point-of-view@v11.1.1...v12.0.0)

Updates `axios` from 1.16.1 to 1.19.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.16.1...v1.19.0)

Updates `ejs` from 5.0.2 to 6.0.1
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/RELEASE_NOTES_v5.md)
- [Commits](mde/ejs@v5.0.2...v6.0.1)

Updates `fastify` from 5.8.5 to 5.12.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.8.5...v5.12.1)

Updates `iconv-lite` from 0.7.2 to 0.7.3
- [Release notes](https://github.com/pillarjs/iconv-lite/releases)
- [Changelog](https://github.com/pillarjs/iconv-lite/blob/v0.7.3/Changelog.md)
- [Commits](pillarjs/iconv-lite@v0.7.2...v0.7.3)

Updates `ip-range-check` from 0.2.0 to 0.2.1
- [Changelog](https://github.com/danielcompton/ip-range-check/blob/master/CHANGELOG.md)
- [Commits](danielcompton/ip-range-check@v0.2.0...v0.2.1)

Updates `isomorphic-dompurify` from 3.14.0 to 3.22.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@3.14.0...3.22.0)

Updates `sharp` from 0.34.5 to 0.35.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.5...v0.35.3)

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

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: tsc-watch
  dependency-version: 7.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: html-to-text
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: linkedom
  dependency-version: 0.18.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@fastify/one-line-logger"
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@fastify/static"
  dependency-version: 10.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: "@fastify/swagger"
  dependency-version: 9.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@fastify/swagger-ui"
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: "@fastify/view"
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: axios
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ejs
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: fastify
  dependency-version: 5.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: iconv-lite
  dependency-version: 0.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: ip-range-check
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: isomorphic-dompurify
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: sharp
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@types/jsdom"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: "@types/micromatch"
  dependency-version: 4.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
...

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