🌐 AI搜索 & 代理 主页
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googlemaps/js-markerclusterer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.1
Choose a base ref
...
head repository: googlemaps/js-markerclusterer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 7, 2025

  1. chore(deps-dev): bump @typescript-eslint/parser from 8.35.1 to 8.36.0 (

    …#1010)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.35.1 to 8.36.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.36.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-version: 8.36.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    55cdcee View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @typescript-eslint/eslint-plugin (#1011)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.35.1 to 8.36.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.36.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-version: 8.36.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    89907d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. chore(deps-dev): bump core-js from 3.43.0 to 3.44.0 (#1013)

    Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.43.0 to 3.44.0.
    - [Release notes](https://github.com/zloirock/core-js/releases)
    - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/zloirock/core-js/commits/v3.44.0/packages/core-js)
    
    ---
    updated-dependencies:
    - dependency-name: core-js
      dependency-version: 3.44.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Martin Schuhfuss <m.schuhfuss@gmail.com>
    dependabot[bot] and usefulthink authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    834c7a0 View commit details
    Browse the repository at this point in the history
  2. fix: skip clustering for when list of markers is empty (#1014)

    Running the supercluster algorithm fails when there are no markers.
    
    Fixes: #991
    usefulthink authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    27e2516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a18a35 View commit details
    Browse the repository at this point in the history
Loading