Skip to content

Bump the all-npm-version-updates group across 1 directory with 19 updates #501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the all-npm-version-updates group with 18 updates in the /js directory:

Package From To
@bufbuild/protobuf 1.10.0 2.5.2
bitset 5.1.1 5.2.3
@bufbuild/buf 1.50.0 1.54.0
@bufbuild/protoc-gen-es 1.10.0 2.5.2
@mapbox/vector-tile 1.3.1 2.0.3
@maplibre/maplibre-gl-style-spec 23.1.0 23.3.0
@types/node 22.10.7 24.0.2
@typescript-eslint/eslint-plugin 7.16.1 8.34.0
@typescript-eslint/parser 7.16.1 8.34.0
earcut 2.2.4 3.0.1
eslint 8.57.1 9.29.0
jest 29.7.0 30.0.0
@types/jest 29.5.14 30.0.0
nyc 17.0.0 17.1.0
pbf 3.2.1 4.0.1
prettier 3.4.2 3.5.3
ts-jest 29.2.6 29.4.0
typescript 5.7.3 5.8.3

Updates @bufbuild/protobuf from 1.10.0 to 2.5.2

Release notes

Sourced from @​bufbuild/protobuf's releases.

v2.5.2

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.5.1...v2.5.2

v2.5.1

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.5.0...v2.5.1

v2.5.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.4.0...v2.5.0

v2.4.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.3.0...v2.3.1

v2.3.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.2.5...v2.3.0

v2.2.5

What's Changed

... (truncated)

Commits

Updates bitset from 5.1.1 to 5.2.3

Commits

Updates @bufbuild/buf from 1.50.0 to 1.54.0

Release notes

Sourced from @​bufbuild/buf's releases.

v1.54.0

  • Add CSR category to breaking rules.
  • Add support for local bufplugins for protoc-gen-buf-breaking and protoc-gen-buf-lint.
  • Add RISC-V (64-bit) binaries for Linux to releases.
  • Fix type filtering on buf generate for empty files, files with no declared types.
  • Fix CEL check on buf lint for predefined rules variables.
  • Fix buf config migrate to filter out removed rules.
  • Allow users to set examples without constraints in PROTOVALIDATE lint rule.
  • Add ppc64le binaries for Linux to releases.

v1.53.0

  • Fix buf breaking annotations for JSON format.

v1.52.1

  • Fix language version for pre-commit hooks.

v1.52.0

  • Fix exclude_type on a non imported package.
  • Fix --exclude-type flag for buf generate when an input is specified.
  • Fix type filter import filtering for options.
  • Add OS environment when invoking local buf plugins.
  • Add file path to buf lint and buf breaking output even when source code info is not available. This allows buf lint and buf breaking to respect ignore and ignore_only configurations when source code info is not available.

v1.51.0

  • Fix buf convert to allow for zero length for binpb, txtpb, and yaml formats.
  • Fix use of deprecated flag --include-types for buf generate.
  • Add --against-registry flag to buf breaking that runs breaking checks against the latest commit on the default branch of the corresponding module in the registry.
  • Fix type filter with unused image dependencies for buf generate.
  • Improve type filtering for buf generate. Adds the ability to exclude types with the parameter exclude_types in buf.gen.yaml and a flag --exclude-types in the CLI. Type filters may now also be specified as plugin parameters in buf.gen.yaml.

v1.50.1

  • Security: Improved input validation to prevent unsafe command execution when running buf registry login. (Reported by Matt Austin)
Changelog

Sourced from @​bufbuild/buf's changelog.

[v1.54.0] - 2025-05-12

  • Add CSR category to breaking rules.
  • Add support for local bufplugins for protoc-gen-buf-breaking and protoc-gen-buf-lint.
  • Add RISC-V (64-bit) binaries for Linux to releases.
  • Fix type filtering on buf generate for empty files, files with no declared types.
  • Fix CEL check on buf lint for predefined rules variables.
  • Fix buf config migrate to filter out removed rules.
  • Allow users to set examples without constraints in PROTOVALIDATE lint rule.
  • Add ppc64le binaries for Linux to releases.

[v1.53.0] - 2025-04-21

  • Fix buf breaking annotations for JSON format.

[v1.52.1] - 2025-04-08

  • Fix language version for pre-commit hooks.

[v1.52.0] - 2025-04-07

  • Fix exclude_type on a non imported package.
  • Fix --exclude-type flag for buf generate when an input is specified.
  • Fix type filter import filtering for options.
  • Add OS environment when invoking local buf plugins.
  • Add file path to buf lint and buf breaking output even when source code info is not available. This allows buf lint and buf breaking to respect ignore and ignore_only configurations when source code info is not available.

[v1.51.0] - 2025-03-28

  • Fix buf convert to allow for zero length for binpb, txtpb, and yaml formats.
  • Fix use of deprecated flag --include-types for buf generate.
  • Add --against-registry flag to buf breaking that runs breaking checks against the latest commit on the default branch of the corresponding module in the registry.
  • Fix type filter with unused image dependencies for buf generate.
  • Improve type filtering for buf generate. Adds the ability to exclude types with the parameter exclude_types in buf.gen.yaml and a flag --exclude-types in the CLI. Type filters may now also be specified as plugin parameters in buf.gen.yaml.

[v1.50.1] - 2025-03-10

  • Minor fixes and dependency updates.
Commits
  • e399520 Release v1.54.0 (#3842)
  • cbdbf63 Allow users to set examples without constraints in PROTOVALIDATE lint rule ...
  • de92461 Add CHANGELOG entry for ppc64le Linux binary (#3841)
  • 40c0fd3 Add ppc64le Linux binary to releases and README update (#3840)
  • 0080105 Move to buf.build/go/standard (#3839)
  • 3fbc038 Move first batch of ext-suffixed packages to standard with x prefix (#3838)
  • 878a477 Fix check failure message on partial images (#3826)
  • c544d37 Make upgrade (#3837)
  • 91e71ac Remove private/pkg/app in favor of buf.build/go/app (#3829)
  • d8f7c30 Remove interrupt package and make app not depend on other private/pkg package...
  • Additional commits viewable in compare view

Updates @bufbuild/protoc-gen-es from 1.10.0 to 2.5.2

Release notes

Sourced from @​bufbuild/protoc-gen-es's releases.

v2.5.2

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.5.1...v2.5.2

v2.5.1

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.5.0...v2.5.1

v2.5.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.4.0...v2.5.0

v2.4.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.3.0...v2.3.1

v2.3.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.2.5...v2.3.0

v2.2.5

What's Changed

... (truncated)

Commits

Updates @mapbox/vector-tile from 1.3.1 to 2.0.3

Release notes

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

v2.0.2

Improve TS types for VectorTileFeature type and VectorTile layers. #86 by @​HarelM

v2.0.1

Fix type of VectorTileFeature id property in type definitions.

v2.0.0

  • ⚠️ Publish the package as a ES module. Drop support for CommonJS.
  • ⚠️ Use modern ES syntax. You can still transpile on your end for IE11 support.
  • Add first-class TypeScript types to the package.

Changelog for previous versions

Commits
Maintainer changes

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


Updates @maplibre/maplibre-gl-style-spec from 23.1.0 to 23.3.0

Release notes

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

v23.3.0

https://github.com/maplibre/maplibre-gl-style-spec Changes since MapLibre Style Spec v23.2.3:

✨ Features and improvements

  • Add new layer type: `color-relief (#1067)

🐞 Bug fixes

  • Add missing global-state expression typing (#1130)

v23.2.3

https://github.com/maplibre/maplibre-gl-style-spec Changes since MapLibre Style Spec v23.2.2:

✨ Features and improvements

  • Restructure expression syntax documentation (#1112)
  • Add global state ref support (#1120)

v23.2.2

https://github.com/maplibre/maplibre-gl-style-spec Changes since MapLibre Style Spec v23.2.1:

🐞 Bug fixes

  • Fix state validation - no error case (#1109)

v23.2.1

https://github.com/maplibre/maplibre-gl-style-spec Changes since MapLibre Style Spec v23.2.0:

🐞 Bug fixes

  • Validate that numberArray and colorArray values are non-empty (#1094)

v23.2.0

https://github.com/maplibre/maplibre-gl-style-spec Changes since MapLibre Style Spec v23.1.0:

✨ Features and improvements

  • glyphs is now optional even if a symbol layer specifies text-field; if it is unset, text-font is interpreted as a fallback font list (#1068)
  • hillshade layer now supports multiple methods, and the multidirectional method supports array values for illumination properties (#1088)
  • Add global-state expression and state root property (#1044).

🐞 Bug fixes

  • Fix RuntimeError class, make it inherited from Error (#983)

... (truncated)

Changelog

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

23.3.0

✨ Features and improvements

  • Add new layer type: `color-relief (#1067)

🐞 Bug fixes

  • Add missing global-state expression typing (#1130)

23.2.3

✨ Features and improvements

  • Restructure expression syntax documentation (#1112)
  • Add global state ref support (#1120)

23.2.2

🐞 Bug fixes

  • Fix state validation - no error case (#1109)

23.2.1

🐞 Bug fixes

  • Validate that numberArray and colorArray values are non-empty (#1094)

23.2.0

✨ Features and improvements

  • glyphs is now optional even if a symbol layer specifies text-field; if it is unset, text-font is interpreted as a fallback font list (#1068)
  • hillshade layer now supports multiple methods, and the multidirectional method supports array values for illumination properties (#1088)
  • Add global-state expression and state root property (#1044).

🐞 Bug fixes

  • Fix RuntimeError class, make it inherited from Error (#983)
  • Validate that layers array items are objects instead of throwing an error if not (#1026)
  • Multiple fixes related to validating and parsing of strings containing object prototype keys
    • Fix validate_object crashing when object prototype keys used in style's objects (#1028)
    • Fix validate_color crashing when object prototype keys used as color strings (#1036)
    • Fix color coercion in expressions (e.g. to_color) producing invalid colors when object prototype keys used as color strings (#1036)
Commits

Updates @types/node from 22.10.7 to 24.0.2

Commits

Updates @typescript-eslint/eslint-plugin from 7.16.1 to 8.34.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

v8.33.0

8.33.0 (2025-05-26)

🚀 Features

  • create standalone project-service, tsconfig-utils packages (#11182)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.32.1

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.34.0 (2025-06-09)

🩹 Fixes

  • typescript-estree: add validation to interface extends (#11271)

❤️ Thank You

  • Tao

You can read about our versioning strategy and releases on our website.

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)

❤️ Thank You

  • roottool

You can read about our versioning strategy and releases on our website.

8.33.0 (2025-05-26)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.32.0 (2025-05-05)

🚀 Features

... (truncated)

Commits
  • 8915a47 chore(release): publish 8.34.0
  • 8208974 docs: rename "directive comments" to "comment directives" (#11268)
  • 685e530 fix(typescript-estree): add validation to interface extends (#11271)
  • 0f5c59c chore(eslint-plugin): [prefer-optional-chain] fix comment placement (#11269)
  • 936f350 chore(release): publish 8.33.1
  • c14bcac fix: exclude docs/ directory from eslint-plugin package (#11251)
  • e493317 docs(eslint-plugin): add FAQ about JSDoc link usage with no-unused-vars (#11259)
  • dca57b3 chore(release): publish 8.33.0
  • 387eeb5 docs(eslint-plugin): [typedef] deprecate the rule (#11202)
  • f9e0eb9 chore: clean up nx and other config (#11226)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.16.1 to 8.34.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

v8.33.0

8.33.0 (2025-05-26)

🚀 Features

  • create standalone project-service, tsconfig-utils packages (#11182)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.32.1

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.34.0 (2025-06-09)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.33.1 (2025-06-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.33.0 (2025-05-26)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.32.1 (2025-05-12)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.32.0 (2025-05-05)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.31.1 (2025-04-28)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.31.0 (2025-04-21)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.30.1 (2025-04-14)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.30.0 (2025-04-14)

... (truncated)

Commits

Updates earcut from 2.2.4 to 3.0.1

Release notes

Sourced from earcut's releases.

v3.0.1

  • Fix edge cases related to touching inner rings. #177
  • Slightly improve performance. #177

Thanks to @​msbarry for these contributions!

v3.0.0

  • ⚠️ Breaking: publish earcut as a ES module, dropping support for CommonJS (use v2.2.4 if you need compatibility).
  • ⚠️ Breaking: use modern ES syntax, dropping support for IE11 (you can still transpile on your end to keep support).
  • ⚠️ Breaking: the legacy UMD browser bundle now exposes the main function as earcut.default.

Changelog for previous versions

Commits

Updates eslint from 8.57.1 to 9.29.0

Release notes

Sourced from eslint's releases.

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

Chores

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 16, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jun 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.64%. Comparing base (a983720) to head (6dfe843).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #501   +/-   ##
=======================================
  Coverage   57.64%   57.64%           
=======================================
  Files          17       17           
  Lines        1433     1433           
  Branches     1433     1433           
=======================================
  Hits          826      826           
  Misses        567      567           
  Partials       40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/js/all-npm-version-updates-ad4d93209b branch from 602cb1c to f3cfbad Compare August 5, 2025 12:02
…ates

Bumps the all-npm-version-updates group with 18 updates in the /js directory:

| Package | From | To |
| --- | --- | --- |
| [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `1.10.0` | `2.5.2` |
| [bitset](https://github.com/rawify/BitSet.js) | `5.1.1` | `5.2.3` |
| [@bufbuild/buf](https://github.com/bufbuild/buf) | `1.50.0` | `1.54.0` |
| [@bufbuild/protoc-gen-es](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoc-gen-es) | `1.10.0` | `2.5.2` |
| [@mapbox/vector-tile](https://github.com/mapbox/vector-tile-js) | `1.3.1` | `2.0.3` |
| [@maplibre/maplibre-gl-style-spec](https://github.com/maplibre/maplibre-gl-style-spec) | `23.1.0` | `23.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `24.0.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.16.1` | `8.34.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.16.1` | `8.34.0` |
| [earcut](https://github.com/mapbox/earcut) | `2.2.4` | `3.0.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.29.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.0.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [nyc](https://github.com/istanbuljs/nyc) | `17.0.0` | `17.1.0` |
| [pbf](https://github.com/mapbox/pbf) | `3.2.1` | `4.0.1` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.6` | `29.4.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.3` |



Updates `@bufbuild/protobuf` from 1.10.0 to 2.5.2
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.5.2/packages/protobuf)

Updates `bitset` from 5.1.1 to 5.2.3
- [Commits](https://github.com/rawify/BitSet.js/commits)

Updates `@bufbuild/buf` from 1.50.0 to 1.54.0
- [Release notes](https://github.com/bufbuild/buf/releases)
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md)
- [Commits](bufbuild/buf@v1.50.0...v1.54.0)

Updates `@bufbuild/protoc-gen-es` from 1.10.0 to 2.5.2
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.5.2/packages/protoc-gen-es)

Updates `@mapbox/vector-tile` from 1.3.1 to 2.0.3
- [Release notes](https://github.com/mapbox/vector-tile-js/releases)
- [Commits](https://github.com/mapbox/vector-tile-js/commits/v2.0.3)

Updates `@maplibre/maplibre-gl-style-spec` from 23.1.0 to 23.3.0
- [Release notes](https://github.com/maplibre/maplibre-gl-style-spec/releases)
- [Changelog](https://github.com/maplibre/maplibre-style-spec/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-style-spec@v23.1.0...v23.3.0)

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

Updates `@typescript-eslint/eslint-plugin` from 7.16.1 to 8.34.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.34.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.16.1 to 8.34.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.34.0/packages/parser)

Updates `earcut` from 2.2.4 to 3.0.1
- [Release notes](https://github.com/mapbox/earcut/releases)
- [Commits](mapbox/earcut@v2.2.4...v3.0.1)

Updates `eslint` from 8.57.1 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.1...v9.29.0)

Updates `jest` from 29.7.0 to 30.0.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.0/packages/jest)

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

Updates `nyc` from 17.0.0 to 17.1.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@nyc-v17.0.0...nyc-v17.1.0)

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

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

Updates `semver` from 7.7.1 to 7.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.1...v7.7.2)

Updates `ts-jest` from 29.2.6 to 29.4.0
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.6...v29.4.0)

Updates `typescript` from 5.7.3 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.3)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
  dependency-version: 2.5.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: bitset
  dependency-version: 5.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: "@bufbuild/buf"
  dependency-version: 1.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: "@bufbuild/protoc-gen-es"
  dependency-version: 2.5.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: "@mapbox/vector-tile"
  dependency-version: 2.0.3
  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: 23.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: "@types/node"
  dependency-version: 24.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: earcut
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: eslint
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: jest
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: nyc
  dependency-version: 17.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: pbf
  dependency-version: 4.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-version-updates
- dependency-name: prettier
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: semver
  dependency-version: 7.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-version-updates
- dependency-name: ts-jest
  dependency-version: 29.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/js/all-npm-version-updates-ad4d93209b branch from f3cfbad to 6dfe843 Compare August 8, 2025 08:47
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.

1 participant