Skip to content

chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 34 updates - #89

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-271b9509bf
Open

chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 34 updates#89
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-271b9509bf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown

Bumps the development-dependencies group with 34 updates in the / directory:

Package From To
@types/node 20.19.33 20.19.43
prettier 3.8.1 3.9.6
tsx 4.21.0 4.23.1
@babel/helper-string-parser 7.27.1 7.29.7
@babel/parser 7.29.0 7.29.7
@eslint-community/eslint-utils 4.9.1 4.10.1
brace-expansion 1.1.12 1.1.16
minimatch 3.1.3 3.1.5
@istanbuljs/schema 0.1.3 0.1.6
@sinclair/typebox 0.27.10 0.27.12
@ungap/structured-clone 1.3.0 1.3.3
acorn 8.16.0 8.17.0
call-bind 1.0.8 1.0.9
es-abstract 1.24.1 1.24.2
es-to-primitive 1.3.0 1.3.4
eslint-import-resolver-node 0.3.9 0.3.10
eslint-module-utils 2.12.1 2.14.0
fflate 0.8.2 0.8.3
flatted 3.3.3 3.4.3
function.prototype.name 1.1.8 1.2.0
mlly 1.8.0 1.8.2
nanoid 3.3.11 3.3.16
own-keys 1.0.1 1.0.2
picomatch 2.3.1 2.3.2
pidtree 0.6.0 0.6.1
postcss 8.5.6 8.5.23
rollup 4.59.0 4.62.3
safe-array-concat 1.1.3 1.1.4
string.prototype.trim 1.2.10 1.2.11
string.prototype.trimend 1.0.9 1.0.10
tinyglobby 0.2.15 0.2.17
typed-array-length 1.0.7 1.0.8
ufo 1.6.3 1.6.4
which-typed-array 1.1.20 1.1.22

Updates @types/node from 20.19.33 to 20.19.43

Commits

Updates prettier from 3.8.1 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

3.8.3

🔗 Changelog

... (truncated)

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 tsx from 4.21.0 to 4.23.1

Release notes

Sourced from tsx's releases.

v4.23.1

4.23.1 (2026-07-13)

Bug Fixes

  • support tsImport after global preload (8d4ffc2)
  • watch: avoid clearing piped output (95d0672)
  • watch: treat script and dependency paths literally (79fddde)

Performance Improvements

  • index transform cache lazily (e818ad6)
  • load esbuild lazily in CLI (d067938)
  • map Node TypeScript formats directly (cdcc623)
  • use sync module hooks on Node v22.22.3+ (f8992f1)

This release is also available on:

v4.23.0

4.23.0 (2026-07-03)

Bug Fixes

Features


This release is also available on:

v4.22.5

4.22.5 (2026-07-02)

Bug Fixes

  • isolate hook state per async module.register() registration (a305f36)

This release is also available on:

... (truncated)

Commits
  • 79fddde fix(watch): treat script and dependency paths literally
  • e818ad6 perf: index transform cache lazily
  • cdcc623 perf: map Node TypeScript formats directly
  • d067938 perf: load esbuild lazily in CLI
  • 95d0672 fix(watch): avoid clearing piped output
  • 6fd4607 docs: add per-page metadata
  • f4176d8 docs: generate sitemap
  • 8d4ffc2 fix: support tsImport after global preload
  • f0e89b2 docs: document Node's public type-stripping API vs internal loader path
  • f8992f1 perf: use sync module hooks on Node v22.22.3+
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @babel/helper-string-parser from 7.27.1 to 7.29.7

Release notes

Sourced from @​babel/helper-string-parser's releases.

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.6 (2026-05-25)

🐛 Bug Fix

Committers: 3

v7.29.5 (2026-05-05)

🏠 Internal

  • babel-preset-env
    • Update @babel/* dependencies

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs
    • #17974 [7.x backport]fix(systemjs): improve module string name support (@​JLHwung)

Committers: 1

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

  • babel-parser

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​babel/helper-string-parser since your current version.


Updates @babel/parser from 7.29.0 to 7.29.7

Release notes

Sourced from @​babel/parser's releases.

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.6 (2026-05-25)

🐛 Bug Fix

Committers: 3

v7.29.5 (2026-05-05)

🏠 Internal

  • babel-preset-env
    • Update @babel/* dependencies

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs
    • #17974 [7.x backport]fix(systemjs): improve module string name support (@​JLHwung)

Committers: 1

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

  • babel-parser

... (truncated)

Commits

Updates @eslint-community/eslint-utils from 4.9.1 to 4.10.1

Release notes

Sourced from @​eslint-community/eslint-utils's releases.

v4.10.1

4.10.1 (2026-07-22)

Bug Fixes

  • add missing typings @​types/node (#336) (f16575f)
  • Revert "feat: upgrade eslint-visitor-keys v5" (#333) (c160dba)
  • Revert "feat!: update Node.js version support to drop Node 18" (#332) (330a309)

v4.10.0

4.10.0 (2026-07-22)

Features

Commits
  • f16575f fix: add missing typings @​types/node (#336)
  • 9594631 chore: run Prettier
  • 330a309 fix: Revert "feat!: update Node.js version support to drop Node 18" (#332)
  • c160dba fix: Revert "feat: upgrade eslint-visitor-keys v5" (#333)
  • 80268bc chore(deps): bump actions/setup-node from 6 to 7 (#328)
  • 3a4159a feat: upgrade eslint-visitor-keys v5 (#330)
  • 3b082a6 feat!: update Node.js version support to drop Node 18 (#329)
  • 13a44bb chore(deps): bump actions/checkout from 6 to 7 (#327)
  • eb6000e chore(deps): bump codecov/codecov-action from 6 to 7 (#326)
  • 9c5d334 chore(deps): bump actions/upload-pages-artifact from 4 to 5 (#323)
  • Additional commits viewable in compare view

Updates brace-expansion from 1.1.12 to 1.1.16

Release notes

Sourced from brace-expansion's releases.

v1.1.15

  • Backport v5.0.6 change to v1 (#111) 0b09384

juliangruber/brace-expansion@v1.1.14...v1.1.15

Commits

Updates minimatch from 3.1.3 to 3.1.5

Commits

Updates @istanbuljs/schema from 0.1.3 to 0.1.6

Release notes

Sourced from @​istanbuljs/schema's releases.

v0.1.6

0.1.6 (2026-04-13)

Bug Fixes

  • Undo change to schema in 0.1.x series (440f977)

v0.1.5

0.1.5 (2026-04-13)

Bug Fixes

Changelog

Sourced from @​istanbuljs/schema's changelog.

0.1.6 (2026-04-13)

Bug Fixes

  • Undo change to schema in 0.1.x series (440f977)

0.1.5 (2026-04-13)

Bug Fixes

0.1.4 (2026-04-13)

Bug Fixes

  • Remove development dependencies (a24b4c1)
Commits
  • f870afe chore(master): release 0.1.6
  • 440f977 fix: Undo change to schema in 0.1.x series
  • d258e9e chore(master): release 0.1.5
  • 7c25461 fix: Re-add release-please
  • 75b89fd chore: Remove release-please
  • 467c01f chore(master): release 0.1.4
  • a24b4c1 fix: Remove development dependencies
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​istanbuljs/schema since your current version.


Updates @sinclair/typebox from 0.27.10 to 0.27.12

Commits

Updates @ungap/structured-clone from 1.3.0 to 1.3.3

Commits
Maintainer changes

This version was pushed to npm by webreflection, a new releaser for @​ungap/structured-clone since your current version.


Updates acorn from 8.16.0 to 8.17.0

Commits
  • 5b9d16c Mark version 8.17.0
  • 449f9fa Make linter happy
  • 9e1bced Add a strict option to turn on strict mode for scripts
  • 8a47812 Convert stack overflow errors to SyntaxError instances
  • 3bc83f9 Update maintainer email
  • 3f40dbe Bump test262
  • 8bd0290 Improve handling of using/await using in for loops
  • f25fded Upgrade some dev dependencies
  • 27781e4 Remove unnecessary test
  • 2dded4b Forbid 'new super()'
  • Additional commits viewable in compare view

Updates call-bind from 1.0.8 to 1.0.9

Changelog

Sourced from call-bind's changelog.

v1.0.9 - 2026-04-09

Commits

  • [Fix] correct .length computation when partial args exceed function arity 95c406d
  • [Dev Deps] update @ljharb/eslint-config, es-value-fixtures, eslint, for-each, has-strict-mode, npmignore, object-inspect 06a4e21
  • [Deps] update call-bind-apply-helpers, es-define-property, get-intrinsic 3fea81e
  • [readme] replace runkit CI badge with shields.io check-runs badge 23437d4
Commits
  • 8d6a98c v1.0.9
  • 95c406d [Fix] correct .length computation when partial args exceed function arity
  • 3fea81e [Deps] update call-bind-apply-helpers, es-define-property, get-intrinsic
  • 06a4e21 [Dev Deps] update @ljharb/eslint-config, es-value-fixtures, eslint, `fo...
  • 23437d4 [readme] replace runkit CI badge with shields.io check-runs badge
  • See full diff in compare view

Updates es-abstract from 1.24.1 to 1.24.2

Changelog

Sourced from es-abstract's changelog.

1.24.2 / 2026-04-07

  • [Fix] IfAbruptCloseIterator: handle all abrupt completions, not just throw
  • [Robustness] use +x instead of Number(x)
  • [Robustness] use isFinite/parseInt intrinsics, and isNaN helper
  • [Robustness] ensure undefined is undefined
  • [patch] add a TODO to remove an unused helper
  • [Dev Deps] update @ljharb/eslint-config, npmignore
Commits
  • 9c40412 v1.24.2
  • 5f9c0c1 [Robustness] use +x instead of Number(x)
  • 9cb3440 [Fix] IfAbruptCloseIterator: handle all abrupt completions, not just throw
  • 4a61750 [patch] add a TODO to remove an unused helper
  • e69f21a [Robustness] use isFinite/parseInt intrinsics, and isNaN helper
  • ff03c92 [Robustness] ensure undefined is undefined
  • f4fc91c [Dev Deps] update @ljharb/eslint-config, npmignore
  • See full diff in compare view

Updates es-to-primitive from 1.3.0 to 1.3.4

Changelog

Sourced from es-to-primitive's changelog.

v1.3.4 - 2026-06-25

Commits

  • [types] expose ES5/ES6/ES2015 as statically-detectable named exports, to fix attw 477f235
  • [Robustness] use es-define-property 73d7fa3

v1.3.3 - 2026-06-25

Commits

  • [types] further improve types f92b77a

v1.3.2 - 2026-06-25

Commits

  • [types] add ES6 (non-bigint) primitive types c221148
  • [Dev Deps] update @arethetypeswrong/ci, tape dc78129

v1.3.1 - 2026-06-15

Commits

  • [types] improve types b3857bd
  • [Dev Deps] update eslint 85aa673
  • [Robustness] use es-errors f91017d
  • [Dev Deps] update @arethetypeswrong/cli, @ljharb/eslint-config, @ljharb/tsconfig, @types/function.prototype.name, @types/is-date-object, @types/is-symbol, auto-changelog, es-value-fixtures, eslint, for-each, function.prototype.name, npmignore, object-inspect, tape db8d4d8
  • [Refactor] use es-abstract-get’s GetMethod implementation ee426a3
  • [eslint] simplify config 81c38c3
  • [Dev Deps] remove no-longer-needed DT packages fa1348c
  • [Deps] update is-date-object, is-symbol 4f07bad
  • [readme] replace runkit CI badge with shields.io check-runs badge f5b8ae6
Commits

Updates eslint-import-resolver-node from 0.3.9 to 0.3.10

Release notes

Sourced from eslint-import-resolver-node's releases.

no-reassign

Added rule no-reassign, made some mistakes publishing to npm. 😳

Changelog

Sourced from eslint-import-resolver-node's changelog.

v0.3.10 - 2026-04-01

  • [deps] update is-core-module, resolve
  • [meta] add repository.directory field
  • [refactor] avoid hoisting
Commits

Updates eslint-module-utils from 2.12.1 to 2.14.0

Changelog

Sourced from eslint-module-utils's changelog.

v2.14.0 - 2026-07-02

Added

Fixed

  • declaredScope: route through the getScope compat shim instead of the removed context.getScope() (ESLint 9+) (thanks [@​ljharb])

v2.13.0 - 2026-05-27

Added

  • pass moduleSystem through resolve for exports-aware resolution
Commits
  • 8252344 Add error to output when module loaded as resolver has invalid API
  • 2d4f651 [eslint-module-utils]: when parser settings are not an array, throw a better ...
  • e6f5c13 No relative parent imports rule (#1093)
  • 82f67e6 bump utils to v2.2.0
  • ab44320 changelog notes
  • 6933fa4 no-cycle: initial docs + maxDepth option
  • 864dbcf no-cycle: explicit CJS/AMD tests
  • f7c48b5 no-cycle: real rule! first draft, perf is likely atrocious
  • 8778d7c Fixes #1023 - Load exceptions in user resolvers are not reported
  • 34e4b95 typescript: Always include comments when parsing
  • Additional commits viewable in compare view

Updates fflate from 0.8.2 to 0.8.3

Release notes

Sourced from fflate's releases.

v0.8.3

  • Fix buffer over-read for Zip64 extra fields
  • Support sync flushes (Z_SYNC_FLUSH in zlib)
    • Allows for immediate decompression of all pushed bytes
    • Enables DEFLATE stream concatenation
  • Fix zip/zipSync when using cross-realm Uint8Array
  • Improve Zip64 support for streamed or undersized archives
  • Update performance estimates in README
  • Fix typings for TypeScript v5.7+
  • Reduce memory consumption after compression stream completion
Changelog

Sourced from fflate's changelog.

0.8.3

  • Fix buffer over-read for Zip64 extra fields
  • Support sync flushes (Z_SYNC_FLUSH in zlib)
    • Allows for immediate decompression of all pushed bytes
    • Enables DEFLATE stream concatenation
  • Fix zip/zipSync when using cross-realm Uint8Array
  • Improve Zip64 support for streamed or undersized archives
  • Update performance estimates in README
  • Fix typings for TypeScript v5.7+
  • Reduce memory consumption after compression stream completion
Commits

Updates flatted from 3.3.3 to 3.4.3

Commits
  • 670a1bd 3.4.3
  • 50a61a9 Fix #104 - allow null as replacer value
  • 8aa64f4 solved crytical errors over dependencies
  • bb8c63c Merge pull request #100 from WebReflection/WebReflection-patch-1
  • dc2d33b Update issue templates
  • d140618 Updated dev/dependencies
  • 76141cc Merge pull request #95 from WebReflection/dependabot/npm_and_yarn/picomatch-4...
  • 8dc84dd Bump picomatch from 4.0.3 to 4.0.4
  • 3bf0909 3.4.2
  • 885ddcc fix CWE-1321
  • Additional commits viewable in

… 1 directory with 34 updates

Bumps the development-dependencies group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.33` | `20.19.43` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.9.6` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.23.1` |
| [@babel/helper-string-parser](https://github.com/babel/babel/tree/HEAD/packages/babel-helper-string-parser) | `7.27.1` | `7.29.7` |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.29.0` | `7.29.7` |
| [@eslint-community/eslint-utils](https://github.com/eslint-community/eslint-utils) | `4.9.1` | `4.10.1` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.12` | `1.1.16` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.1.3` | `3.1.5` |
| [@istanbuljs/schema](https://github.com/istanbuljs/schema) | `0.1.3` | `0.1.6` |
| [@sinclair/typebox](https://github.com/sinclairzx81/sinclair-typebox) | `0.27.10` | `0.27.12` |
| [@ungap/structured-clone](https://github.com/ungap/structured-clone) | `1.3.0` | `1.3.3` |
| [acorn](https://github.com/acornjs/acorn) | `8.16.0` | `8.17.0` |
| [call-bind](https://github.com/ljharb/call-bind) | `1.0.8` | `1.0.9` |
| [es-abstract](https://github.com/ljharb/es-abstract) | `1.24.1` | `1.24.2` |
| [es-to-primitive](https://github.com/ljharb/es-to-primitive) | `1.3.0` | `1.3.4` |
| [eslint-import-resolver-node](https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/node) | `0.3.9` | `0.3.10` |
| [eslint-module-utils](https://github.com/import-js/eslint-plugin-import/tree/HEAD/utils) | `2.12.1` | `2.14.0` |
| [fflate](https://github.com/101arrowz/fflate) | `0.8.2` | `0.8.3` |
| [flatted](https://github.com/WebReflection/flatted) | `3.3.3` | `3.4.3` |
| [function.prototype.name](https://github.com/es-shims/Function.prototype.name) | `1.1.8` | `1.2.0` |
| [mlly](https://github.com/unjs/mlly) | `1.8.0` | `1.8.2` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.11` | `3.3.16` |
| [own-keys](https://github.com/ljharb/own-keys) | `1.0.1` | `1.0.2` |
| [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `2.3.2` |
| [pidtree](https://github.com/simonepri/pidtree) | `0.6.0` | `0.6.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.23` |
| [rollup](https://github.com/rollup/rollup) | `4.59.0` | `4.62.3` |
| [safe-array-concat](https://github.com/ljharb/safe-array-concat) | `1.1.3` | `1.1.4` |
| [string.prototype.trim](https://github.com/es-shims/String.prototype.trim) | `1.2.10` | `1.2.11` |
| [string.prototype.trimend](https://github.com/es-shims/String.prototype.trimEnd) | `1.0.9` | `1.0.10` |
| [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) | `0.2.15` | `0.2.17` |
| [typed-array-length](https://github.com/inspect-js/typed-array-length) | `1.0.7` | `1.0.8` |
| [ufo](https://github.com/unjs/ufo) | `1.6.3` | `1.6.4` |
| [which-typed-array](https://github.com/inspect-js/which-typed-array) | `1.1.20` | `1.1.22` |



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

Updates `prettier` from 3.8.1 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.1...3.9.6)

Updates `tsx` from 4.21.0 to 4.23.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.23.1)

Updates `@babel/helper-string-parser` from 7.27.1 to 7.29.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-helper-string-parser)

Updates `@babel/parser` from 7.29.0 to 7.29.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-parser)

Updates `@eslint-community/eslint-utils` from 4.9.1 to 4.10.1
- [Release notes](https://github.com/eslint-community/eslint-utils/releases)
- [Commits](eslint-community/eslint-utils@v4.9.1...v4.10.1)

Updates `brace-expansion` from 1.1.12 to 1.1.16
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.16)

Updates `minimatch` from 3.1.3 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.3...v3.1.5)

Updates `@istanbuljs/schema` from 0.1.3 to 0.1.6
- [Release notes](https://github.com/istanbuljs/schema/releases)
- [Changelog](https://github.com/istanbuljs/schema/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/schema@v0.1.3...v0.1.6)

Updates `@sinclair/typebox` from 0.27.10 to 0.27.12
- [Commits](sinclairzx81/sinclair-typebox@0.27.10...0.27.12)

Updates `@ungap/structured-clone` from 1.3.0 to 1.3.3
- [Commits](ungap/structured-clone@v1.3.0...v1.3.3)

Updates `acorn` from 8.16.0 to 8.17.0
- [Commits](acornjs/acorn@8.16.0...8.17.0)

Updates `call-bind` from 1.0.8 to 1.0.9
- [Changelog](https://github.com/ljharb/call-bind/blob/main/CHANGELOG.md)
- [Commits](ljharb/call-bind@v1.0.8...v1.0.9)

Updates `es-abstract` from 1.24.1 to 1.24.2
- [Changelog](https://github.com/ljharb/es-abstract/blob/main/CHANGELOG.md)
- [Commits](ljharb/es-abstract@v1.24.1...v1.24.2)

Updates `es-to-primitive` from 1.3.0 to 1.3.4
- [Changelog](https://github.com/ljharb/es-to-primitive/blob/main/CHANGELOG.md)
- [Commits](ljharb/es-to-primitive@v1.3.0...v1.3.4)

Updates `eslint-import-resolver-node` from 0.3.9 to 0.3.10
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/resolvers/node/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/commits/v0.3.10/resolvers/node)

Updates `eslint-module-utils` from 2.12.1 to 2.14.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/utils/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/commits/v2.14.0/utils)

Updates `fflate` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/101arrowz/fflate/releases)
- [Changelog](https://github.com/101arrowz/fflate/blob/master/CHANGELOG.md)
- [Commits](101arrowz/fflate@v0.8.2...v0.8.3)

Updates `flatted` from 3.3.3 to 3.4.3
- [Commits](WebReflection/flatted@v3.3.3...v3.4.3)

Updates `function.prototype.name` from 1.1.8 to 1.2.0
- [Changelog](https://github.com/es-shims/Function.prototype.name/blob/main/CHANGELOG.md)
- [Commits](es-shims/Function.prototype.name@v1.1.8...v1.2.0)

Updates `mlly` from 1.8.0 to 1.8.2
- [Release notes](https://github.com/unjs/mlly/releases)
- [Changelog](https://github.com/unjs/mlly/blob/main/CHANGELOG.md)
- [Commits](unjs/mlly@v1.8.0...v1.8.2)

Updates `nanoid` from 3.3.11 to 3.3.16
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.11...3.3.16)

Updates `own-keys` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/ljharb/own-keys/blob/main/CHANGELOG.md)
- [Commits](ljharb/own-keys@v1.0.1...v1.0.2)

Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...2.3.2)

Updates `pidtree` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/simonepri/pidtree/releases)
- [Commits](simonepri/pidtree@v0.6.0...v0.6.1)

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

Updates `rollup` from 4.59.0 to 4.62.3
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.59.0...v4.62.3)

Updates `safe-array-concat` from 1.1.3 to 1.1.4
- [Changelog](https://github.com/ljharb/safe-array-concat/blob/main/CHANGELOG.md)
- [Commits](ljharb/safe-array-concat@v1.1.3...v1.1.4)

Updates `string.prototype.trim` from 1.2.10 to 1.2.11
- [Changelog](https://github.com/es-shims/String.prototype.trim/blob/main/CHANGELOG.md)
- [Commits](es-shims/String.prototype.trim@v1.2.10...v1.2.11)

Updates `string.prototype.trimend` from 1.0.9 to 1.0.10
- [Changelog](https://github.com/es-shims/String.prototype.trimEnd/blob/main/CHANGELOG.md)
- [Commits](es-shims/String.prototype.trimEnd@v1.0.9...v1.0.10)

Updates `tinyglobby` from 0.2.15 to 0.2.17
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.15...0.2.17)

Updates `typed-array-length` from 1.0.7 to 1.0.8
- [Changelog](https://github.com/inspect-js/typed-array-length/blob/main/CHANGELOG.md)
- [Commits](inspect-js/typed-array-length@v1.0.7...v1.0.8)

Updates `ufo` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/unjs/ufo/releases)
- [Changelog](https://github.com/unjs/ufo/blob/main/CHANGELOG.md)
- [Commits](unjs/ufo@v1.6.3...v1.6.4)

Updates `which-typed-array` from 1.1.20 to 1.1.22
- [Changelog](https://github.com/inspect-js/which-typed-array/blob/main/CHANGELOG.md)
- [Commits](inspect-js/which-typed-array@v1.1.20...v1.1.22)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 20.19.43
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: tsx
  dependency-version: 4.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@babel/helper-string-parser"
  dependency-version: 7.29.7
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@babel/parser"
  dependency-version: 7.29.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@eslint-community/eslint-utils"
  dependency-version: 4.10.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: brace-expansion
  dependency-version: 1.1.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@istanbuljs/schema"
  dependency-version: 0.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@sinclair/typebox"
  dependency-version: 0.27.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@ungap/structured-clone"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: acorn
  dependency-version: 8.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: call-bind
  dependency-version: 1.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: es-abstract
  dependency-version: 1.24.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: es-to-primitive
  dependency-version: 1.3.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint-import-resolver-node
  dependency-version: 0.3.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint-module-utils
  dependency-version: 2.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: fflate
  dependency-version: 0.8.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: flatted
  dependency-version: 3.4.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: function.prototype.name
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mlly
  dependency-version: 1.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: nanoid
  dependency-version: 3.3.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: own-keys
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pidtree
  dependency-version: 0.6.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: postcss
  dependency-version: 8.5.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.62.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: safe-array-concat
  dependency-version: 1.1.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: string.prototype.trim
  dependency-version: 1.2.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: string.prototype.trimend
  dependency-version: 1.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tinyglobby
  dependency-version: 0.2.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typed-array-length
  dependency-version: 1.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ufo
  dependency-version: 1.6.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: which-typed-array
  dependency-version: 1.1.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Author

Assignees

The following users could not be added as assignees: llm-dev-ops/maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

Scan Type Status
Dependency Scan ⚠️ failure
CodeQL Analysis ✅ success
Secret Scan ✅ success
License Check ⚠️ failure
SAST ⚠️ failure

⚠️ Some security scans have warnings or failed. Please review the details.


Automated security scanning by GitHub Actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants