Skip to content

build(deps-dev): bump the all-npm-version-updates group across 1 directory with 11 updates#1487

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ts/all-npm-version-updates-c8e5b97748
Open

build(deps-dev): bump the all-npm-version-updates group across 1 directory with 11 updates#1487
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ts/all-npm-version-updates-c8e5b97748

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-npm-version-updates group with 10 updates in the /ts directory:

Package From To
@biomejs/biome 2.4.16 2.5.5
@mapbox/vector-tile 2.0.4 3.0.0
@maplibre/maplibre-gl-style-spec 24.7.0 26.2.1
@types/node 25.5.0 26.1.1
@vitest/coverage-v8 4.1.0 4.1.10
earcut 3.0.2 3.2.3
eslint 10.0.3 10.8.0
pbf 4.0.1 5.1.2
typescript 5.9.3 7.0.2
typescript-eslint 8.57.1 8.65.0

Updates @biomejs/biome from 2.4.16 to 2.5.5

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.5.5

2.5.5

Patch Changes

  • #10972 ab8c21b Thanks @​ematipico! - Fixed useExhaustiveSwitchCases for unions of bigint literals. The rule now reports missing bigint cases and compares bigint literals by value, including binary, octal, hexadecimal, and separator-containing spellings. For example, this switch now reports the missing 2n case:

    declare const value: 1n | 2n;
    switch (value) {
      case 1n:
        break;
    }
  • #10972 ab8c21b Thanks @​ematipico! - Fixed false positives in noBaseToString and useNullishCoalescing when member, stringification, or nullish inference cannot complete. These rules now suppress diagnostics instead of reporting from partial type information. For example, neither expression is reported when a recursive type cannot be fully resolved:

    type Recursive = Recursive;
    declare const value: Recursive;
    String(value);
    value || "fallback";

  • #10977 0bf7486 Thanks @​ematipico! - Fixed #10922: the action useSortedAttributes no longer triggers for HTML instructions.

  • #10957 cf263c4 Thanks @​dyc3! - Fixed noThenProperty failing to detect Object.fromEntries, Object.defineProperty, and Reflect.defineProperty calls with comments between their tokens.

  • #10983 edc0ed7 Thanks @​ayaangazali! - Fixed #10980: useAriaPropsSupportedByRole no longer reports false positives when the attribute that determines an element's implicit ARIA role is written as a shorthand attribute, such as <a {href} aria-label="..."> in Astro and Svelte files.

    Shorthand attributes are now taken into account when computing the implicit role, so the anchor above correctly resolves to the link role instead of generic.

  • #10889 89526e3 Thanks @​denbezrukov! - Fixed CSS formatter casing for syntax-owned names while preserving author-defined names, including scoped keyframes and container scroll-state queries.

    - A:HOVER { COLOR: INITIAL; }
    + A:hover { color: initial; }
    - @KEYFRAMES :GLOBAL KeepFrames { FROM { COLOR: RED; } }
    + @keyframes :GLOBAL KeepFrames { from { color: RED; } }
    - @CONTAINER scroll-state((SCROLLED: TOP) AND (STUCK)) { A:HOVER { COLOR: RED; } }
    + @container scroll-state((SCROLLED: TOP) AND (STUCK)) { A:hover { color: RED; } }
  • #10964 794ccd0 Thanks @​denbezrukov! - Fixed CSS formatting for comments between declaration values and !important.

    -a { color: /* before */ /* after */ red !important; }
    +a { color: /* before */ red /* after */ !important; }

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.5.5

Patch Changes

  • #10972 ab8c21b Thanks @​ematipico! - Fixed useExhaustiveSwitchCases for unions of bigint literals. The rule now reports missing bigint cases and compares bigint literals by value, including binary, octal, hexadecimal, and separator-containing spellings. For example, this switch now reports the missing 2n case:

    declare const value: 1n | 2n;
    switch (value) {
      case 1n:
        break;
    }
  • #10972 ab8c21b Thanks @​ematipico! - Fixed false positives in noBaseToString and useNullishCoalescing when member, stringification, or nullish inference cannot complete. These rules now suppress diagnostics instead of reporting from partial type information. For example, neither expression is reported when a recursive type cannot be fully resolved:

    type Recursive = Recursive;
    declare const value: Recursive;
    String(value);
    value || "fallback";

  • #10977 0bf7486 Thanks @​ematipico! - Fixed #10922: the action useSortedAttributes no longer triggers for HTML instructions.

  • #10957 cf263c4 Thanks @​dyc3! - Fixed noThenProperty failing to detect Object.fromEntries, Object.defineProperty, and Reflect.defineProperty calls with comments between their tokens.

  • #10983 edc0ed7 Thanks @​ayaangazali! - Fixed #10980: useAriaPropsSupportedByRole no longer reports false positives when the attribute that determines an element's implicit ARIA role is written as a shorthand attribute, such as <a {href} aria-label="..."> in Astro and Svelte files.

    Shorthand attributes are now taken into account when computing the implicit role, so the anchor above correctly resolves to the link role instead of generic.

  • #10889 89526e3 Thanks @​denbezrukov! - Fixed CSS formatter casing for syntax-owned names while preserving author-defined names, including scoped keyframes and container scroll-state queries.

    - A:HOVER { COLOR: INITIAL; }
    + A:hover { color: initial; }
    - @KEYFRAMES :GLOBAL KeepFrames { FROM { COLOR: RED; } }
    + @keyframes :GLOBAL KeepFrames { from { color: RED; } }
    - @CONTAINER scroll-state((SCROLLED: TOP) AND (STUCK)) { A:HOVER { COLOR: RED; } }
    + @container scroll-state((SCROLLED: TOP) AND (STUCK)) { A:hover { color: RED; } }
  • #10964 794ccd0 Thanks @​denbezrukov! - Fixed CSS formatting for comments between declaration values and !important.

    -a { color: /* before */ /* after */ red !important; }
    +a { color: /* before */ red /* after */ !important; }

... (truncated)

Commits

Updates @mapbox/vector-tile from 2.0.4 to 3.0.0

Release notes

Sourced from @​mapbox/vector-tile's releases.

v3.0.0

⚠️ Updated to be compatible with and require pbf v5.0.0 or later (faster decoding, smaller tree-shaken bundle).

v2.0.5

  • Improve tile decoding performance through more efficient field reading. #92
  • Fix a potential vulnerability where a malicious vector tile could augment Object prototype via __proto__ layer name #91
  • Throw a clear feature has no geometry error instead of a cryptic unknown command 0 when decoding a feature with no geometry (#39).
  • Correctly handle geometry commands with a zero count instead of aborting decoding (#64).
  • Fix a potential infinite loop when a feature value contains an unknown field.
Commits
Maintainer changes

This version was pushed to npm by mbx-npm-01-production, a new releaser for @​mapbox/vector-tile since your current version.


Updates @maplibre/maplibre-gl-style-spec from 24.7.0 to 26.2.1

Release notes

Sourced from @​maplibre/maplibre-gl-style-spec's releases.

v26.2.1

✨ Features and improvements

🐞 Bug fixes

  • Fix fill-extrusion-rounded-corner-distance being documented as an paint instead of an layout property as implemnented (#1784) (by @​CommanderStorm)

v26.2.0

✨ Features and improvements

🐞 Bug fixes

  • Support global-state (and other value-typed) expressions in projectionDefinition properties such as projection.type (#1772) (by @​CommanderStorm)

v26.1.0

✨ Features and improvements

  • Add v8.json types called StyleSpecificationReference (#1767) (by @​HarelM)

🐞 Bug fixes

  • Fix index.d.ts file wrong json import (#1767) (by @​HarelM)
  • Restore missing interpolationType, globalStateRefs and isStateDependent fields on legacy stop functions (#1768) (by @​HarelM)

v26.0.0

✨ Features and improvements

  • Add a severity field to ValidationError. It is only set on non-fatal findings ("warning"); an absent severity still means "error", so existing consumers are unaffected (#1751) (by @​HarelM)
  • ⚠️ Allow debugging runtime warnings by attaching location of an warning and what will happen (#1740) (by @​CommanderStorm)

🐞 Bug fixes

  • Stop reporting pure legacy filters as mixed legacy/expression syntax. ["has", key] means the same thing in both syntaxes for example (#1751) (by @​HarelM)
  • Stop mixed-filter diagnostics from blanking the whole map (#1751) (#1752) (by @​HarelM)

v25.0.2

✨ Features and improvements

  • Remove rollup dependencies and a stale replace for jsonlint (#1749) (by @​HarelM)

v25.0.1

🐞 Bug fixes

  • has filter now returns false when a property exists but is set to undefined (#1712) (by @​xavierjs)
  • Fix incorrect replacement suggestion in error messages for mixed legacy+expression $type filters (#1727, #1728) (by @​ciscorn)

v25.0.0

✨ Features and improvements

... (truncated)

Changelog

Sourced from @​maplibre/maplibre-gl-style-spec's changelog.

26.2.1

✨ Features and improvements

🐞 Bug fixes

  • Fix fill-extrusion-rounded-corner-distance being documented as an paint instead of an layout property as implemnented (#1784) (by @​CommanderStorm)

26.2.0

✨ Features and improvements

🐞 Bug fixes

  • Support global-state (and other value-typed) expressions in projectionDefinition properties such as projection.type (#1772) (by @​CommanderStorm)

26.1.0

✨ Features and improvements

  • Add v8.json types called StyleSpecificationReference (#1767) (by @​HarelM)

🐞 Bug fixes

  • Fix index.d.ts file wrong json import (#1767) (by @​HarelM)
  • Restore missing interpolationType, globalStateRefs and isStateDependent fields on legacy stop functions (#1768) (by @​HarelM)

26.0.0

✨ Features and improvements

  • Add a severity field to ValidationError and imporve legacy filter recognition (#1752) (by @​HarelM)
  • ⚠️ Allow debugging runtime warnings by attaching location of an warning and what will happen (#1740) (by @​CommanderStorm)

25.0.2

✨ Features and improvements

  • Remove rollup dependencies and a stale replace for jsonlint (#1749) (by @​HarelM)

25.0.1

🐞 Bug fixes

  • has filter now returns false when a property exists but is set to undefined (#1712) (by @​xavierjs)
  • Fix incorrect replacement suggestion in error messages for mixed legacy+expression $type filters (#1727, #1728) (by @​ciscorn)

25.0.0

✨ Features and improvements

  • ⚠️ Change legacy filter expression validation to add suggestions on invalid expressions (#1709) (by HarelM)

... (truncated)

Commits
  • 7a2420b Bump js version to 26.2.1 (#1785)
  • 688a88c fix: move fill-extrusion-rounded-corner-distance to layout properties (#1784)
  • 08a02a3 docs: document global state support for paint and layout (#1770)
  • dda297b Bump js version to 26.2.0 (#1783)
  • add55f4 docs: document sky.* and light.* global state and rendering support (#1771)
  • dc8a92b implement global-state and projection interop (#1772)
  • faaa9fe Fix Android/iOS version fill-extrusion-rounded-corner-distance property (#1...
  • 28fe948 build(deps-dev): bump oxfmt from 0.58.0 to 0.59.0 (#1777)
  • f20786e build(deps-dev): bump @​typescript-eslint/parser from 8.64.0 to 8.65.0 (#1779)
  • d885670 build(deps-dev): bump rolldown from 1.1.5 to 1.2.0 (#1775)
  • Additional commits viewable in compare view

Updates @types/node from 25.5.0 to 26.1.1

Commits

Updates @vitest/coverage-v8 from 4.1.0 to 4.1.10

Release notes

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

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub

v4.1.9

🐞 Bug Fixes

View changes on GitHub

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

... (truncated)

Commits

Updates earcut from 3.0.2 to 3.2.3

Release notes

Sourced from earcut's releases.

v3.2.3

Fix a refine edge case where it could get into an infinite loop on near-cocircular points (thanks to @​spokodev for catching this), and speed it up slightly.

v3.2.2

Improve refine performance. v3.2.1 correctness fix regressed it from +41% to +50%; now it's +38%.

v3.2.1

Fix refine sometimes leaving quads in non-Delaunay state.

v3.2.0

  • Add a new refine(triangles, vertices, dimensions) function that takes an arbitrary triangulation (including earcut output) and refines it into a constrained Delaunay triangulation, radically improving triangulation quality at a small cost (+40% on top of earcut time on average). It's +0.5KB to the bundle but gets tree-shaken by modern bundlers if you don't use it.
  • Add a new demo for the project.

v3.1.1

Improve performance by another 6%.

v3.1.0

  • Significantly improve performance on large polygons with holes. On a representative fixture of 132 Mapbox vector tiles through z4-16 (119,680 polygons, 1.9M verts), total triangulation time drops from ~1000 ms to ~475 ms (~52% faster). #195
  • Fix multiple edge cases where hole self-tangencies could produce incorrect triangulation.
  • Add first-class TypeScript types via strict JSDoc.
Commits

Updates eslint from 10.0.3 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 pbf from 4.0.1 to 5.1.2

Release notes

Sourced from pbf's releases.

v5.1.2

Fix a minor vulnerability in the compiler (potential code injection via unsafe schema) #149

v5.1.1

  • Add a fast path for writePackedVarint (20% speedup on the vector tiles encoding benchmark) (h/t @​dcodeIO)
  • Fix PbfReader and PbfWriter to honor non-zero byteOffset of the backing buffer (h/t @​mattico #147)

v5.1.0

  • Added a new PbfReader nextField(end) method that allows writing more compact, readable and bulletproof decoding code while preserving performance. #144
  • Updated pbf/compile to take advantage of nextField.

v5.0.0

Breaking changes

  • The Pbf class is split into separate PbfReader and PbfWriter classes, so bundlers can tree-shake the half you don't use.
  • Removed the legacy readVarint64 method — use readVarint(true) for signed 64-bit reads.

Performance

On the Mapbox vector-tile benchmark (439 tiles, 37.5 MB), v5 is ~25% faster to decode and ~27% faster to encode than v4. Highlights:

  • Generated reader code was rewritten from a callback-based style into inlined while loops with direct field-number dispatch, letting V8 fully inline each reader (biggest decode win).
  • writeVarint / readVarint got single-byte fast paths for the common case (tags, small ints).
  • Buffer growth in makeRoomForExtraLength now uses Uint8Array.copyWithin instead of a manual byte-shift loop (biggest encode win).
  • writeBytes uses typedArray.set instead of a manual copy loop.

Other improvements

  • The schema compiler (compile.js) was significantly simplified — generated code is cleaner and easier to read.
  • Fixed a bug in compiled packed sfixed64 fields.

v4.0.2

  • Add sanitization of field names in pbf/compile to protect against injection via malicious proto schema.
  • Modernize dev dependencies.
Commits
Maintainer changes

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


Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

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


Updates typescript-eslint from 8.57.1 to 8.65.0

Release notes

Sourced from typescript-eslint's releases.

v8.65.0

8.65.0 (2026-07-20)

🚀 Features

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ts/all-npm-version-updates-c8e5b97748 branch 4 times, most recently from 5ed5607 to 76654aa Compare July 14, 2026 08:44
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ts/all-npm-version-updates-c8e5b97748 branch 6 times, most recently from 0b432e5 to 8eb1957 Compare July 21, 2026 08:44
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ts/all-npm-version-updates-c8e5b97748 branch 2 times, most recently from 13766c0 to cf8770b Compare July 24, 2026 08:45
…ctory with 11 updates

Bumps the all-npm-version-updates group with 10 updates in the /ts directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.16` | `2.5.5` |
| [@mapbox/vector-tile](https://github.com/mapbox/vector-tile-js) | `2.0.4` | `3.0.0` |
| [@maplibre/maplibre-gl-style-spec](https://github.com/maplibre/maplibre-style-spec) | `24.7.0` | `26.2.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `26.1.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.0` | `4.1.10` |
| [earcut](https://github.com/mapbox/earcut) | `3.0.2` | `3.2.3` |
| [eslint](https://github.com/eslint/eslint) | `10.0.3` | `10.8.0` |
| [pbf](https://github.com/mapbox/pbf) | `4.0.1` | `5.1.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.1` | `8.65.0` |



Updates `@biomejs/biome` from 2.4.16 to 2.5.5
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.5/packages/@biomejs/biome)

Updates `@mapbox/vector-tile` from 2.0.4 to 3.0.0
- [Release notes](https://github.com/mapbox/vector-tile-js/releases)
- [Commits](mapbox/vector-tile-js@v2.0.4...v3.0.0)

Updates `@maplibre/maplibre-gl-style-spec` from 24.7.0 to 26.2.1
- [Release notes](https://github.com/maplibre/maplibre-style-spec/releases)
- [Changelog](https://github.com/maplibre/maplibre-style-spec/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-style-spec@v24.7.0...v26.2.1)

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

Updates `@vitest/coverage-v8` from 4.1.0 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-v8)

Updates `earcut` from 3.0.2 to 3.2.3
- [Release notes](https://github.com/mapbox/earcut/releases)
- [Commits](mapbox/earcut@v3.0.2...v3.2.3)

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

Updates `pbf` from 4.0.1 to 5.1.2
- [Release notes](https://github.com/mapbox/pbf/releases)
- [Commits](mapbox/pbf@v4.0.1...v5.1.2)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `typescript-eslint` from 8.57.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.0 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: "@biomejs/biome"
  dependency-version: 2.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: "@mapbox/vector-tile"
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: "@maplibre/maplibre-gl-style-spec"
  dependency-version: 25.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-version-updates
- dependency-name: earcut
  dependency-version: 3.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: pbf
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: typescript-eslint
  dependency-version: 8.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ts/all-npm-version-updates-c8e5b97748 branch from cf8770b to 5fc55d9 Compare July 27, 2026 01:52
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