Skip to content
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

v3.8.0-beta.1 #13309

Merged
merged 49 commits into from
Oct 25, 2024
Merged

v3.8.0-beta.1 #13309

merged 49 commits into from
Oct 25, 2024

Commits on Oct 25, 2024

  1. Enable noImplicitOverride (internal-1885)

    * Minor cleanup
    
    * Enable `noImplicitOverride`
    stepankuzmin authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    067aa0c View commit details
    Browse the repository at this point in the history
  2. Bump the eslint-dependencies group with 3 updates (internal-1887)

    Bumps the eslint-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.7.0 to 8.8.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.8.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.7.0 to 8.8.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.8.0/packages/parser)
    
    Updates `typescript-eslint` from 8.7.0 to 8.8.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.8.0/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint-dependencies
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9dd2267 View commit details
    Browse the repository at this point in the history
  3. Bump @types/node from 22.6.1 to 22.7.4 (internal-1888)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.6.1 to 22.7.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a740f86 View commit details
    Browse the repository at this point in the history
  4. Bump eslint-plugin-jsdoc from 50.2.4 to 50.3.0 (internal-1889)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.2.4 to 50.3.0.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
    - [Commits](gajus/eslint-plugin-jsdoc@v50.2.4...v50.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ca939f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0be3897 View commit details
    Browse the repository at this point in the history
  6. Fix conflation intersection test causing fill-extrusions to disappear…

    … (internal-1892)
    aleksigron authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    123357e View commit details
    Browse the repository at this point in the history
  7. Fix env substitution in access token generation (internal-1893)

    * Fix ENV substitution in generate-access-token-script.js
    
    * fix CSP urls
    stepankuzmin authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    63b8d31 View commit details
    Browse the repository at this point in the history
  8. Fix self-overlap of line corners when large line-width is used (inter…

    …nal-1884)
    
    * Remove sharp corner resampling for rounded and bevel joins
    
    * Update expectations
    endanke authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    764d1ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1096baf View commit details
    Browse the repository at this point in the history
  10. Add uSVG protobuf decoder (internal-1715)

    * Add uSVG decoder
    
    * Update uSVG parser with new defaults and JSDoc types
    
    * Move the decoder test to unit tests
    stepankuzmin authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fafe16d View commit details
    Browse the repository at this point in the history
  11. Improve internal types (internal-1895)

    * Improve typings
    
    * drop `textOccludedOpacityMultiplier`
    stepankuzmin authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    19b5549 View commit details
    Browse the repository at this point in the history
  12. [MAPS3D-1231] Add fill-extrusion-height-alignment and fill-extrusion-…

    …base-alignment style spec properties to control fill extrusion layer top/bottom alignment (internal-1886)
    
    * Add fill-extrusion-height-alignment style spec property to allow for non-flat roofs (defaults to 'flat')
    * Add fill-extrusion-base-alignment style spec property to allow for flat base (defaults to 'terrain')
    * Add tests for possible combinations of new properties
    speps authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cbbcba1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f5dd237 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    85c05bf View commit details
    Browse the repository at this point in the history
  15. Render tests to cover dynamic terrain and update of terrain after lin…

    …e-trim offset is changed (internal-1901)
    
    Related to:  https://mapbox.atlassian.net/browse/MAPS3D-1476
    astojilj authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b121367 View commit details
    Browse the repository at this point in the history
  16. Bump browserify from 17.0.0 to 17.0.1 (internal-1904)

    Bumps [browserify](https://github.com/browserify/browserify) from 17.0.0 to 17.0.1.
    - [Release notes](https://github.com/browserify/browserify/releases)
    - [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown)
    - [Commits](browserify/browserify@v17.0.0...v17.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: browserify
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e3e319b View commit details
    Browse the repository at this point in the history
  17. Bump @types/node from 22.7.4 to 22.7.5 (internal-1905)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.7.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    24e54a9 View commit details
    Browse the repository at this point in the history
  18. Bump eslint-plugin-jsdoc from 50.3.0 to 50.3.1 (internal-1907)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.3.0 to 50.3.1.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
    - [Commits](gajus/eslint-plugin-jsdoc@v50.3.0...v50.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0db690d View commit details
    Browse the repository at this point in the history
  19. Bump the vitest-dependencies group with 3 updates (internal-1902)

    Bumps the vitest-dependencies group with 3 updates: [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser), [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
    
    
    Updates `@vitest/browser` from 2.1.1 to 2.1.2
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/browser)
    
    Updates `@vitest/ui` from 2.1.1 to 2.1.2
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/ui)
    
    Updates `vitest` from 2.1.1 to 2.1.2
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: "@vitest/browser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: vitest-dependencies
    - dependency-name: "@vitest/ui"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: vitest-dependencies
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: vitest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    37643a9 View commit details
    Browse the repository at this point in the history
  20. Bump the eslint-dependencies group with 3 updates (internal-1903)

    Bumps the eslint-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.8.0 to 8.8.1
    - [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.8.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.1
    - [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.8.1/packages/parser)
    
    Updates `typescript-eslint` from 8.8.0 to 8.8.1
    - [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.8.1/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: eslint-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: eslint-dependencies
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: eslint-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6343643 View commit details
    Browse the repository at this point in the history
  21. Bump eslint-plugin-import from 2.30.0 to 2.31.0 (internal-1906)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.30.0 to 2.31.0.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.30.0...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8ffb56a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e57a7e5 View commit details
    Browse the repository at this point in the history
  23. Bump typescript from 5.6.2 to 5.6.3 (internal-1917)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7c645ea View commit details
    Browse the repository at this point in the history
  24. Bump stylelint from 16.9.0 to 16.10.0 (internal-1916)

    Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.9.0 to 16.10.0.
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](stylelint/stylelint@16.9.0...16.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: stylelint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cf806c2 View commit details
    Browse the repository at this point in the history
  25. Bump playwright from 1.47.2 to 1.48.0 (internal-1915)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.47.2 to 1.48.0.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.47.2...v1.48.0)
    
    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d20673c View commit details
    Browse the repository at this point in the history
  26. Bump eslint-plugin-jsdoc from 50.3.1 to 50.4.1 (internal-1918)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.3.1 to 50.4.1.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
    - [Commits](gajus/eslint-plugin-jsdoc@v50.3.1...v50.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7aa5973 View commit details
    Browse the repository at this point in the history
  27. Bump the eslint-dependencies group with 3 updates (internal-1914)

    Bumps the eslint-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.8.1 to 8.9.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.9.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.8.1 to 8.9.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.9.0/packages/parser)
    
    Updates `typescript-eslint` from 8.8.1 to 8.9.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.9.0/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint-dependencies
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9a83609 View commit details
    Browse the repository at this point in the history
  28. Bump the vitest-dependencies group with 3 updates (internal-1913)

    Bumps the vitest-dependencies group with 3 updates: [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser), [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
    
    
    Updates `@vitest/browser` from 2.1.2 to 2.1.3
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/browser)
    
    Updates `@vitest/ui` from 2.1.2 to 2.1.3
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/ui)
    
    Updates `vitest` from 2.1.2 to 2.1.3
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: "@vitest/browser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: vitest-dependencies
    - dependency-name: "@vitest/ui"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: vitest-dependencies
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: vitest-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    683ba6b View commit details
    Browse the repository at this point in the history
  29. Rename NATIVE to TEXTURE_GATHER in shadow prelude (internal-1919)

    This doesn't change anything from the GL JS side
    speps authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2cc5b42 View commit details
    Browse the repository at this point in the history
  30. [GLJS-877] Implement Featuresets specification + Interactions API imp…

    …rovements (internal-1863)
    
    * cleanup qrf parameter types
    
    * expose non-root features in queries
    
    * expose featuresets
    
    * support featuresets in set/removeFeatureState
    
    * support featuresets in Interactions API
    
    * expose custom feature properties on featuresets
    
    * support multiple featuresets referencing the same layer
    
    * support featuresets for querySourceFeatures
    
    * add properties wrapping for querySourceFeatures featuresets, fix duplicates
    
    * rename FeaturesetId to FeaturesetDescriptor
    
    * accept single featuresetId instead of multiple in Interactions API
    
    * expose point, lngLat, type, target, preventDefault, originalEvent in InteractionEvent
    
    * add targetless interaction (propagation to map if no features handled)
    mourner authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    93f80a8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d377458 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a6583e5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c6fd404 View commit details
    Browse the repository at this point in the history
  34. [MAPS3D-1488] Initial precipitation support (internal-1912)

    Introduce two new effects and corresponding root properties: rain & snow.
    
    Effects are in experimental state meaning they are not available in prod builds and can be set from native only.
    gl-js code is done for fast prototyping and development.
    alexey-romanov authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    89c10ce View commit details
    Browse the repository at this point in the history
  35. [GLJS-1049] Fix feature state getter during tile bucket update (inter…

    …nal-1925)
    
    * [GLJS-1049] Fix feature state getter during tile bucket update
    
    * Tile#setFeatureState -> Tile#refreshFeatureState
    stepankuzmin authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    378187d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0a49b63 View commit details
    Browse the repository at this point in the history
  37. Bump eslint-plugin-jsdoc from 50.4.1 to 50.4.3 (internal-1933)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.4.1 to 50.4.3.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
    - [Commits](gajus/eslint-plugin-jsdoc@v50.4.1...v50.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6cc1d57 View commit details
    Browse the repository at this point in the history
  38. Bump playwright from 1.48.0 to 1.48.1 (internal-1931)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.48.0 to 1.48.1.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.48.0...v1.48.1)
    
    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9dead1d View commit details
    Browse the repository at this point in the history
  39. Bump the eslint-dependencies group with 3 updates (internal-1930)

    Bumps the eslint-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.9.0 to 8.11.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.11.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.9.0 to 8.11.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.11.0/packages/parser)
    
    Updates `typescript-eslint` from 8.9.0 to 8.11.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.11.0/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint-dependencies
    - dependency-name: typescript-eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: eslint-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2be0ea8 View commit details
    Browse the repository at this point in the history
  40. Bump @types/node from 22.7.5 to 22.7.7 (internal-1932)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.5 to 22.7.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0b4fa5f View commit details
    Browse the repository at this point in the history
  41. Bump @rollup/plugin-commonjs in the rollup-dependencies group (intern…

    …al-1929)
    
    Bumps the rollup-dependencies group with 1 update: [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs).
    
    
    Updates `@rollup/plugin-commonjs` from 28.0.0 to 28.0.1
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.1/packages/commonjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-commonjs"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rollup-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d863bfc View commit details
    Browse the repository at this point in the history
  42. [MAPS3D-1423][MAPS3D-1458] Introduce line-cross-slope and line-elevat…

    …ion-reference properties to control how elevated lines work (internal-1909)
    
    * Fix issues with existing elevated lines implementation
    
    * Add properties line-cross-slope and line-elevation-reference
    
    * Add numeric array interpolation support to at-expression
    
    * Implement line-cross-slope property
    
    * Remove elevation sampling when using elevation reference 'sea'
    
    * Restore DepthMode.ReadOnly for elevated lines
    
    * Update render tests
    
    * Fix issue with 'fakeround' line join
    
    * Fix variable redefinition error
    
    * Fix formatting issues
    
    * Fix render issues at tile borders
    
    * Fix tile border issues
    
    * Fix bevel for elevated lines
    
    * Fix line-join rendering issues for elevated lines
    
    * Fix line-gradient for tessellated lines
    
    * Copy existing line render tests to elevated lines
    
    * Ignore elevated lines render tests related to known issues
    
    * Add render tests
    
    * Update property descriptions (v8.json)
    
    * Update style-spec for line-elevation-reference
    
    * Update how line-z-offset works with line-elevation-reference
    
    * Update render tests after making line-elevation-reference a layout property
    
    * Remove #elif directives
    
    * Fix merge conflict in line bucket
    
    * Adjust zbias factor
    
    * Update render tests after zbias change
    
    * Address PR review issues
    lasselammi authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fc8671f View commit details
    Browse the repository at this point in the history
  43. Upgrade MRT library (internal-1936)

    * Upgrade mrt.esm.js library
    
    * Disable eslint
    rreusser authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d11030a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    eda65a6 View commit details
    Browse the repository at this point in the history
  45. [GLJS-844] Fixes RasterArray, set sampler2D to highp (internal-1938)

    * fix precision bug by setting the precision (of the uniform sampler2D of raster-array-band) to highp
    
    * Fix broken RasterArray feature, by expliciting the precision of the sampler2D (of the image band data), to highp
    smartties authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7d6cad5 View commit details
    Browse the repository at this point in the history
  46. [GLJS-1050] Align Featureset API with Native (internal-1928)

    ---------
    
    Co-authored-by: Ivan Persidsky <[email protected]>
    2 people authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    253f2e1 View commit details
    Browse the repository at this point in the history
  47. [GLJS-1013] Fix rendering of Osage script; don't fail on non-renderab…

    …le characters (internal-1935)
    
    * silently ignore characters outside of UTF16 range instead of error
    
    * support Osage script with local font rendering
    
    * iterate over code points to handle text outside UTF16 range properly
    
    * add a render test for ignoring non-renderable chars
    mourner authored and underoot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f27c898 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5ab0e67 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    fa70264 View commit details
    Browse the repository at this point in the history