Skip to content

build(deps-dev): bump the minor group with 11 updates - #35

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-2a75c98cfc
Open

build(deps-dev): bump the minor group with 11 updates#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-2a75c98cfc

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the minor group with 11 updates:

Package From To
@changesets/cli 2.31.0 2.31.1
@marko/compiler 5.40.0 5.41.12
@types/node 26.1.0 26.1.2
@vitest/coverage-istanbul 4.1.9 4.1.10
eslint 10.6.0 10.8.0
globals 17.7.0 17.8.0
lint-staged 17.0.8 17.2.0
prettier 3.9.4 3.9.6
rolldown 1.1.4 1.2.0
typescript-eslint 8.62.1 8.65.0
vitest 4.1.9 4.1.10

Updates @changesets/cli from 2.31.0 to 2.31.1

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.31.1

Patch Changes

  • #2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.
Commits
  • a897bb8 Use a different publish tag for maintenance/v2 branch (#2162)
  • e8650b9 Version Packages (#2161)
  • 15cf592 Fixed handling of the npm 12 info output (#2159)
  • 9f2cb2a Configure Changesets for maintenance/v2 line (#2076)
  • 97247cb Change allowed publish pattern to maintenance/v* given rulesets behavior (#...
  • 13286a8 Build(deps): Bump the github-actions group across 1 directory with 3 updates ...
  • 8f6acd6 Update dependabot group to exclude major (#2067)
  • c70c675 Setup backport workflow and sync next setup (#2057)
  • 9672019 Remove SECURITY.md to defer to .github (#2055)
  • 18e1661 Use internal bot for versioning (#2039)
  • Additional commits viewable in compare view

Updates @marko/compiler from 5.40.0 to 5.41.12

Release notes

Sourced from @​marko/compiler's releases.

@​marko/compiler@​5.41.12

Patch Changes

  • #3680 f47497c Thanks @​DylanPiercey! - Fix taglib attribute definitions being lost when a taglib is loaded a second time, which left clearCaches() (used by hot reload) with untyped attributes.

@​marko/compiler@​5.41.11

Patch Changes

  • #3665 180251f Thanks @​DylanPiercey! - Fix compileFile and compileFileSync throwing a TypeError when called without a config, instead of falling back to the configured file system.

  • #3670 0f2334b Thanks @​DylanPiercey! - Fix compile errors surfacing as TypeError: cyan is not a function when the compiler is bundled for the browser, so the diagnostic renders instead.

@​marko/compiler@​5.41.10

Patch Changes

  • #3648 ded2fd5 Thanks @​DylanPiercey! - Move a comment that directly precedes an @attributeTag into the attribute tags with it, rather than leaving it behind in the body.

  • #3642 3e29e2c Thanks @​DylanPiercey! - An object literal holding a method or accessor is no longer treated as a compile-time constant, a computed __proto__ key stays an own property, and mixing a BigInt with a number no longer throws.

@​marko/compiler@​5.41.9

Patch Changes

  • #3590 2e09659 Thanks @​DylanPiercey! - Declare engines.node: ">=22", matching the other published packages. The previous 18 || 20 || >=22 range could not resolve on Node 18 — the @luxass/strip-json-comments dependency requires >=20 — and both 18 and 20 are past end-of-life, so the range now matches the documented policy of supporting the maintained Node releases.

@​marko/compiler@​5.41.8

Patch Changes

  • #3582 2349fdb Thanks @​DylanPiercey! - Bundle the compiler with rolldown instead of compiling file-by-file with babel. The published output drops from 54 files to 5 and is 17% smaller; every exports entry point and its module shape are unchanged.

@​marko/compiler@​5.41.7

Patch Changes

  • #3586 8f38f88 Thanks @​DylanPiercey! - Stop publishing internal/babel as "type": "commonjs". The directory ships only the ESM index.ts that exports["./internal/babel"].types points at, so the CommonJS marker made TypeScript reject it under verbatimModuleSyntax with TS1295: ECMAScript imports and exports cannot be written in a CommonJS file.

@​marko/compiler@​5.41.6

Patch Changes

  • #3583 44e3dc5 Thanks @​DylanPiercey! - Fix dist/babel.js shipping an unresolvable require("@babel/preset-typescript/package.json"), which broke bundling the compiler — @marko/ts-plugin and marko-vscode both failed with Could not resolve "@babel/preset-typescript/package.json".

@​marko/compiler@​5.41.5

Patch Changes

  • #3580 6ad87d9 Thanks @​DylanPiercey! - Convert the compiler's sources to ES modules. The published CommonJS output and every exports entry point are unchanged.

@​marko/compiler@​5.41.4

Patch Changes

  • #3514 0187289 Thanks @​DylanPiercey! - Declare magic-string as a dependency — it is imported by the published index.d.ts but was previously only available via hoisting.

@​marko/compiler@​5.41.3

... (truncated)

Changelog

Sourced from @​marko/compiler's changelog.

5.41.12

Patch Changes

  • #3680 f47497c Thanks @​DylanPiercey! - Fix taglib attribute definitions being lost when a taglib is loaded a second time, which left clearCaches() (used by hot reload) with untyped attributes.

5.41.11

Patch Changes

  • #3665 180251f Thanks @​DylanPiercey! - Fix compileFile and compileFileSync throwing a TypeError when called without a config, instead of falling back to the configured file system.

  • #3670 0f2334b Thanks @​DylanPiercey! - Fix compile errors surfacing as TypeError: cyan is not a function when the compiler is bundled for the browser, so the diagnostic renders instead.

5.41.10

Patch Changes

  • #3648 ded2fd5 Thanks @​DylanPiercey! - Move a comment that directly precedes an @attributeTag into the attribute tags with it, rather than leaving it behind in the body.

  • #3642 3e29e2c Thanks @​DylanPiercey! - An object literal holding a method or accessor is no longer treated as a compile-time constant, a computed __proto__ key stays an own property, and mixing a BigInt with a number no longer throws.

5.41.9

Patch Changes

  • #3590 2e09659 Thanks @​DylanPiercey! - Declare engines.node: ">=22", matching the other published packages. The previous 18 || 20 || >=22 range could not resolve on Node 18 — the @luxass/strip-json-comments dependency requires >=20 — and both 18 and 20 are past end-of-life, so the range now matches the documented policy of supporting the maintained Node releases.

5.41.8

Patch Changes

  • #3582 2349fdb Thanks @​DylanPiercey! - Bundle the compiler with rolldown instead of compiling file-by-file with babel. The published output drops from 54 files to 5 and is 17% smaller; every exports entry point and its module shape are unchanged.

5.41.7

Patch Changes

  • #3586 8f38f88 Thanks @​DylanPiercey! - Stop publishing internal/babel as "type": "commonjs". The directory ships only the ESM index.ts that exports["./internal/babel"].types points at, so the CommonJS marker made TypeScript reject it under verbatimModuleSyntax with TS1295: ECMAScript imports and exports cannot be written in a CommonJS file.

5.41.6

Patch Changes

  • #3583 44e3dc5 Thanks @​DylanPiercey! - Fix dist/babel.js shipping an unresolvable require("@babel/preset-typescript/package.json"), which broke bundling the compiler — @marko/ts-plugin and marko-vscode both failed with Could not resolve "@babel/preset-typescript/package.json".

5.41.5

Patch Changes

... (truncated)

Commits
  • fd9f681 [ci] release
  • f47497c fix(compiler): stop consuming a taglib's shared props while loading it
  • bd51e62 [ci] release
  • 0f2334b fix(compiler): import kleur by name so browser bundles keep their code frames
  • b057f92 docs(compiler): say why stripTypes is not part of the compile cache key
  • f71c982 test(compiler): cover the tag helpers translators build on
  • 180251f fix(compiler): compile a file without a config, and cover the entry points
  • 41cb4a5 test(compiler): cover taglib registration and optional taglibs
  • c2abc04 test(compiler): cover the diagnostic fix mechanism
  • 86e48c5 test(compiler): cover the property handler errors, drop the dead _end hook
  • Additional commits viewable in compare view

Updates @types/node from 26.1.0 to 26.1.2

Commits

Updates @vitest/coverage-istanbul from 4.1.9 to 4.1.10

Release notes

Sourced from @​vitest/coverage-istanbul's releases.

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates eslint from 10.6.0 to 10.8.0

Release notes

Sourced from eslint's releases.

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#21079) (ESLint Bot)

v10.7.0

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063) (fnx)

... (truncated)

Commits

Updates globals from 17.7.0 to 17.8.0

Release notes

Sourced from globals's releases.

v17.8.0

  • Update globals (2026-07-01) (#347) 7394811

sindresorhus/globals@v17.7.0...v17.8.0

Commits

Updates lint-staged from 17.0.8 to 17.2.0

Release notes

Sourced from lint-staged's releases.

v17.2.0

Minor Changes

  • #1823 ee156cc - The chunking of tasks based on maximum command line argument length has been re-implemented to be more precise. Now the chunking happens based on the final generated command string, instead of just the list of staged files like previously. This benefits mainly Windows platforms and function commands like:

    /** @type {import('lint-staged').Configuration} */
    export default {
      "*.ts": () => "tsc", // Run "tsc" when any TS file is changed (for entire project)
    };

    Where the spawned command is literally "tsc" without any extra arguments. Previously, this was still chunked when a lot of files were staged. Now, it probably won't be chunked because the length of the command is just three letters.

    Also, native JavaScript/Node.js function tasks won't be chunked at all, when previously they were run multiple times when chunked:

    /** @type {import('lint-staged').Configuration} */
    export default {
      "*.js": {
        title: "Log staged JS files to console",
        task: async (files) => {
          console.log("Staged JS files:", files);
        },
      },
    };

v17.1.1

Patch Changes

  • #1820 a626a9f - It's now possible to set --max-arg-length=Infinity to effectively disable chunking of tasks based on the number of staged files. The parsing and validation of the numeric CLI options --max-arg-length and --concurrency has been improved.

v17.1.0

Minor Changes

  • #1816 7568d4f - The console output of lint-staged has been simplified so that there's less interactive spinners and more explicit messages like "Started…" -> "Done!". The primary purpose of this was to remove Listr2, a very large dependency.

    Before:

    Size of node_modules/ after installing: 1561.7 kB with 29 packages.

    Fancy interactive spinners, but output dynamically changes:

    ✔ Backed up original state in git stash (0b191303)
    ✔ Running tasks for staged files...
    ✔ Staging changes from tasks...
    ✔ Cleaning up temporary files...

... (truncated)

Changelog

Sourced from lint-staged's changelog.

17.2.0

Minor Changes

  • #1823 ee156cc - The chunking of tasks based on maximum command line argument length has been re-implemented to be more precise. Now the chunking happens based on the final generated command string, instead of just the list of staged files like previously. This benefits mainly Windows platforms and function commands like:

    /** @type {import('lint-staged').Configuration} */
    export default {
      "*.ts": () => "tsc", // Run "tsc" when any TS file is changed (for entire project)
    };

    Where the spawned command is literally "tsc" without any extra arguments. Previously, this was still chunked when a lot of files were staged. Now, it probably won't be chunked because the length of the command is just three letters.

    Also, native JavaScript/Node.js function tasks won't be chunked at all, when previously they were run multiple times when chunked:

    /** @type {import('lint-staged').Configuration} */
    export default {
      "*.js": {
        title: "Log staged JS files to console",
        task: async (files) => {
          console.log("Staged JS files:", files);
        },
      },
    };

17.1.1

Patch Changes

  • #1820 a626a9f - It's now possible to set --max-arg-length=Infinity to effectively disable chunking of tasks based on the number of staged files. The parsing and validation of the numeric CLI options --max-arg-length and --concurrency has been improved.

17.1.0

Minor Changes

  • #1816 7568d4f - The console output of lint-staged has been simplified so that there's less interactive spinners and more explicit messages like "Started…" -> "Done!". The primary purpose of this was to remove Listr2, a very large dependency.

    Before:

    Size of node_modules/ after installing: 1561.7 kB with 29 packages.

    Fancy interactive spinners, but output dynamically changes:

    ✔ Backed up original state in git stash (0b191303)
    ✔ Running tasks for staged files...

... (truncated)

Commits
  • fb540fb Merge pull request #1824 from lint-staged/changeset-release/main
  • dc0a738 chore(changeset): release
  • 60cbb88 Merge pull request #1823 from lint-staged/reimplement-chunk-files
  • 2354dc4 build(deps): update dependencies
  • 0516e7f docs: adjust debug logs
  • e22f6ed style: run oxfmt on README.md
  • 37e8e1a fix: restore chunking of git add command after running tasks
  • 2c75f1d chore: remove unused file
  • ee156cc feat: add improved lazy-chunking of command strings
  • baa7c98 feat: remove current chunkFiles implementation
  • Additional commits viewable in compare view

Updates prettier from 3.9.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 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 rolldown from 1.1.4 to 1.2.0

Release notes

Sourced from rolldown's releases.

v1.2.0

[1.2.0] - 2026-07-15

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.2.0] - 2026-07-15

🚀 Features

🐛 Bug Fixes

  • sourcemap: preserve unmapped boundaries during composition (#10254) by @​hyfdev
  • [format] in *FileNames option for ESM format should be es instead of esm (#10214) by @​sapphi-red
  • sourcemap: preserve coarse mappings during composition (#10249) by @​hyfdev
  • rolldown_plugin_vite_import_glob: support tsconfig paths with import.meta.glob (#10167) by @​sapphi-red
  • dev: clear tsconfig caches for bare full builds (#10276) by @​shulaoda
  • dev: force a full rebuild when a tsconfig changes (#10261) by @​shulaoda
  • treat rooted drive-less module ids as absolute in preserveModules naming (#10235) by @​IWANABETHATGUY
  • watch: rebuild when tsconfig files change (#10258) by @​shulaoda
  • watch: drop tsconfig-merged transform options on each rebuild (#10257) by @​shulaoda
  • incorrect EMPTY_IMPORT_META warning for import.meta.ROLLUP_FILE_URL_* for CJS output (#10221) by @​sapphi-red
  • deconflict: rename CJS locals shadowing wrapped-ESM namespace objects (

Bumps the minor group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.31.0` | `2.31.1` |
| [@marko/compiler](https://github.com/marko-js/marko/tree/HEAD/packages/compiler) | `5.40.0` | `5.41.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.0` | `26.1.2` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.1.9` | `4.1.10` |
| [eslint](https://github.com/eslint/eslint) | `10.6.0` | `10.8.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.7.0` | `17.8.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.8` | `17.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.9.4` | `3.9.6` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.1.4` | `1.2.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.62.1` | `8.65.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.10` |


Updates `@changesets/cli` from 2.31.0 to 2.31.1
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.31.0...@changesets/cli@2.31.1)

Updates `@marko/compiler` from 5.40.0 to 5.41.12
- [Release notes](https://github.com/marko-js/marko/releases)
- [Changelog](https://github.com/marko-js/marko/blob/main/packages/compiler/CHANGELOG.md)
- [Commits](https://github.com/marko-js/marko/commits/@marko/compiler@5.41.12/packages/compiler)

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

Updates `@vitest/coverage-istanbul` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/coverage-istanbul)

Updates `eslint` from 10.6.0 to 10.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.6.0...v10.8.0)

Updates `globals` from 17.7.0 to 17.8.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.7.0...v17.8.0)

Updates `lint-staged` from 17.0.8 to 17.2.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.0.8...v17.2.0)

Updates `prettier` from 3.9.4 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.9.4...3.9.6)

Updates `rolldown` from 1.1.4 to 1.2.0
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.0/packages/rolldown)

Updates `typescript-eslint` from 8.62.1 to 8.65.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/typescript-eslint)

Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-version: 2.31.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@marko/compiler"
  dependency-version: 5.41.12
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: eslint
  dependency-version: 10.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: globals
  dependency-version: 17.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: lint-staged
  dependency-version: 17.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rolldown
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-version: 8.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 1, 2026
@changeset-bot

changeset-bot Bot commented Aug 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 21c6367

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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