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

Fix broken link in README #296

Closed
wants to merge 86 commits into from
Closed

Fix broken link in README #296

wants to merge 86 commits into from

Commits on Jul 17, 2023

  1. Bump eslint from 8.44.0 to 8.45.0 (maplibre#2879)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.44.0...v8.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      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] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f8a627b View commit details
    Browse the repository at this point in the history
  2. VectorTileWorkerSource: change reloadTile behavior to reload right aw…

    …ay instead of waiting for previous parse to complete (maplibre#1874)
    
    * reloadCallback needs to be checked in loadTile
    
    * add test that would verify reloadCallback and parse called appropriately
    
    * add changelog entry and lint fix
    
    * remove unncessary tile read
    
    * use jest.spyOn for mocking of WorkerTile.parse
    
    * fix changelog
    
    * rem rebase remnants
    
    * eliminate reload callback - reparse instead and cancel or drop dependency requests in flight
    
    * lint fix, remove unit tests that no longer apply
    
    * add worker_tile tests
    ambientlight committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9e74651 View commit details
    Browse the repository at this point in the history
  3. Bump postcss from 8.4.25 to 8.4.26 (maplibre#2880)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.26.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.25...8.4.26)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0f37dce View commit details
    Browse the repository at this point in the history
  4. Bump @types/node from 20.4.1 to 20.4.2 (maplibre#2877)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.1 to 20.4.2.
    - [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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    11b75bc View commit details
    Browse the repository at this point in the history
  5. Bump puppeteer from 20.8.0 to 20.8.2 (maplibre#2882)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.8.0 to 20.8.2.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v20.8.0...puppeteer-v20.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f132cbb View commit details
    Browse the repository at this point in the history
  6. Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (maplibre#2876)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.61.0 to 5.62.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/v5.62.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      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] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    67e04e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    fac50bf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4 (maplibre#2890)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8629160 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Add min elevation parameter to transform to fix a problem in field of…

    … view with negative elevation (maplibre#2858)
    
    * Add min elevation parameter to transform
    
    * Fix lint, failing test
    
    * Fix build tests
    
    * Fix build test
    
    * Fix terrain edge case where elevation is negative for camera but not for tile.
    
    * Fully fix the problem with min elevation
    
    * feat: update supported example (maplibre#2859)
    
    * feat: update supported example
    
    * feat: add changelog
    
    * feat: add cooperated gestures example (maplibre#2860)
    
    * feat: add cooperated gestures example
    
    * fix: update coopertiveGestures config
    
    * fix: changelog
    
    * Remove cooperative gesture screen from accessibility tree (maplibre#2857)
    
    * Remove cooperative gesture screen from a11y tree
    
    * Add changelog item
    
    * Add unit test which makes sure that cooperative gesture container element is hidden from a11y tree
    
    * Improve documentation on Map and Camera classes (maplibre#2863)
    
    * typedoc cleanup
    
    * Fix comment formatting
    
    * Lint fixes
    
    * Remove incorrect event doc
    
    * Replace tables with simple lists
    
    * Fix lint
    
    * Remove tables
    
    * Remove unwanted file
    
    * Fix build test
    
    * Added a test to make sure it won't break in the future
    
    * Added unit test
    
    * Updated change log
    
    * Bump @maplibre/maplibre-gl-style-spec from 19.2.1 to 19.2.2 (maplibre#2867)
    
    * Remove unused 'name' parameter (maplibre#2872)
    
    * Bump @rollup/plugin-commonjs from 25.0.2 to 25.0.3 (maplibre#2873)
    
    Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.2 to 25.0.3.
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.3/packages/commonjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-commonjs"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump pretty-bytes from 6.1.0 to 6.1.1 (maplibre#2875)
    
    Bumps [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) from 6.1.0 to 6.1.1.
    - [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
    - [Commits](sindresorhus/pretty-bytes@v6.1.0...v6.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: pretty-bytes
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump @types/jest from 29.5.2 to 29.5.3 (maplibre#2878)
    
    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.2 to 29.5.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump @types/react from 18.2.14 to 18.2.15 (maplibre#2881)
    
    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.14 to 18.2.15.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump devtools-protocol from 0.0.1167732 to 0.0.1170846 (maplibre#2883)
    
    Bumps [devtools-protocol](https://github.com/ChromeDevTools/devtools-protocol) from 0.0.1167732 to 0.0.1170846.
    - [Changelog](https://github.com/ChromeDevTools/devtools-protocol/blob/master/changelog.md)
    - [Commits](ChromeDevTools/devtools-protocol@v0.0.1167732...v0.0.1170846)
    
    ---
    updated-dependencies:
    - dependency-name: devtools-protocol
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump eslint-plugin-jest from 27.2.2 to 27.2.3 (maplibre#2884)
    
    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.2 to 27.2.3.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v27.2.2...v27.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump eslint from 8.44.0 to 8.45.0 (maplibre#2879)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.44.0...v8.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      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>
    
    * VectorTileWorkerSource: change reloadTile behavior to reload right away instead of waiting for previous parse to complete (maplibre#1874)
    
    * reloadCallback needs to be checked in loadTile
    
    * add test that would verify reloadCallback and parse called appropriately
    
    * add changelog entry and lint fix
    
    * remove unncessary tile read
    
    * use jest.spyOn for mocking of WorkerTile.parse
    
    * fix changelog
    
    * rem rebase remnants
    
    * eliminate reload callback - reparse instead and cancel or drop dependency requests in flight
    
    * lint fix, remove unit tests that no longer apply
    
    * add worker_tile tests
    
    * Bump postcss from 8.4.25 to 8.4.26 (maplibre#2880)
    
    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.26.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.25...8.4.26)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump @types/node from 20.4.1 to 20.4.2 (maplibre#2877)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.1 to 20.4.2.
    - [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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump puppeteer from 20.8.0 to 20.8.2 (maplibre#2882)
    
    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.8.0 to 20.8.2.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v20.8.0...puppeteer-v20.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (maplibre#2876)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.61.0 to 5.62.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/v5.62.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      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>
    
    * fix broken links (maplibre#2888)
    
    * Bump word-wrap from 1.2.3 to 1.2.4 (maplibre#2890)
    
    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Fix changelog
    
    * Code review fixes
    
    * Code review fixes
    
    * Fix lint
    
    * Fix build size
    
    * Fix refactoring in tests
    
    * Rename method according to code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: visitskyworld <96882365+visitskyworld@users.noreply.github.com>
    Co-authored-by: Manuel Roth <manuel.roth@srf.ch>
    Co-authored-by: Brian Sperlongano <zelonewolf@gmail.com>
    Co-authored-by: Karol Leśniak <16785518+kajkal@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Taras Vozniuk <primary.taras.vozniuk@gmail.com>
    Co-authored-by: JabSYsEmb <32222578+JabSYsEmb@users.noreply.github.com>
    8 people committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8c351c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Fix Raster DEM source serialization (maplibre#2895)

    * Fix Raster DEM source serialization
    
    * Add changelog entry
    
    ---------
    
    Co-authored-by: Nick Steinbaugh <nsteinbaugh@icr-team.com>
    neodescis and neodescis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    1674322 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Fix typings issues in 3.2.0 (maplibre#2898)

    * Fix Raster DEM source serialization
    
    * Elevate @types/supercluster to a regular dependency
    
    * Fix event typings
    
    * Use typing for setTimeout() from Window instead of NodeJS
    
    * Instead of forcing the type of setTimeout to that of Window, specify the typing where it is used instead of letting it be inferred
    
    * Add not-any assertions to event tests
    
    * Better IsAny<> type check
    
    * Add changelog entry
    
    * Use separate tsconfig for type generation
    
    * Update doc comments for map.on, map.once, map.off
    
    * Update tsconfig project in generate-typings script
    
    * Add changelog entry
    
    * Remove node and jest from main tsconfig
    
    * Update CHANGELOG.md
    
    * Update global types used in final dist type check
    
    ---------
    
    Co-authored-by: Nick Steinbaugh <nsteinbaugh@icr-team.com>
    Co-authored-by: Harel M <harel.mazor@gmail.com>
    3 people committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9a5af6f View commit details
    Browse the repository at this point in the history
  2. Bump rollup from 3.26.2 to 3.26.3 (maplibre#2901)

    Bumps [rollup](https://github.com/rollup/rollup) from 3.26.2 to 3.26.3.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.26.2...v3.26.3)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    02b8666 View commit details
    Browse the repository at this point in the history
  3. Bump @types/react-dom from 18.2.6 to 18.2.7 (maplibre#2903)

    Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.6 to 18.2.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react-dom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7f7b6be View commit details
    Browse the repository at this point in the history
  4. Bump @types/node from 20.4.2 to 20.4.4 (maplibre#2904)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.2 to 20.4.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-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ae1783f View commit details
    Browse the repository at this point in the history
  5. Bump eslint-plugin-react from 7.32.2 to 7.33.0 (maplibre#2905)

    Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.0.
    - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
    - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react
      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] committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    aa3607b View commit details
    Browse the repository at this point in the history
  6. Bump stylelint from 15.10.1 to 15.10.2 (maplibre#2909)

    Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.1 to 15.10.2.
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](stylelint/stylelint@15.10.1...15.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: stylelint
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7af475f View commit details
    Browse the repository at this point in the history
  7. Bump puppeteer from 20.8.2 to 20.9.0 (maplibre#2906)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.8.2 to 20.9.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v20.8.2...puppeteer-v20.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      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] committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b2345e5 View commit details
    Browse the repository at this point in the history
  8. Bump version to 3.2.1 (maplibre#2911)

    Co-authored-by: Nick Steinbaugh <nsteinbaugh@icr-team.com>
    neodescis and neodescis committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    88818bc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Bump postcss from 8.4.26 to 8.4.27 (maplibre#2908)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.27.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.26...8.4.27)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6eef91c View commit details
    Browse the repository at this point in the history
  2. Bump devtools-protocol from 0.0.1170846 to 0.0.1173815 (maplibre#2907)

    Bumps [devtools-protocol](https://github.com/ChromeDevTools/devtools-protocol) from 0.0.1170846 to 0.0.1173815.
    - [Changelog](https://github.com/ChromeDevTools/devtools-protocol/blob/master/changelog.md)
    - [Commits](ChromeDevTools/devtools-protocol@v0.0.1170846...v0.0.1173815)
    
    ---
    updated-dependencies:
    - dependency-name: devtools-protocol
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c3e2636 View commit details
    Browse the repository at this point in the history
  3. Feature/support cache parameter in fetch request (maplibre#2910)

    * Parameters supported only by browser fetch API in Request parameters
    
    * refactoring
    
    * updated changelog
    
    * Added unit tests to request parameters
    
    * refactoring mock fetch
    
    * unit tests to all get methods
    
    * Refactoring after CR
    
    * delete unused import
    
    * clear fetch mock state after test execution
    
    * moved request parameters tests to separated describe scope
    
    * remove death code
    
    ---------
    
    Co-authored-by: mlazar <mlazar@inelo.pl>
    marucjmar and mlazar committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5c79d96 View commit details
    Browse the repository at this point in the history
  4. Don't draw halo pixels "underneath" text pixels (maplibre#2897)

    * Don't draw halo pixels "underneath" text pixels.
    This prevents unexpected color blending when labels are partially transparent.
    This also allows fully transparent text with an opaque halo for an "outline" effect.
    
    * Move the halo "in" a bit so that the edge of the text has a solid color to draw on.
    
    * Update icon-halo-color test: note that previously the inside of the dot was partially red, which didn't really make sense.
    
    * Add changelog entry.
    ChrisLoer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    616e151 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d384ea View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Bump expect from 29.6.1 to 29.6.2 (maplibre#2924)

    Bumps [expect](https://github.com/facebook/jest/tree/HEAD/packages/expect) from 29.6.1 to 29.6.2.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/expect)
    
    ---
    updated-dependencies:
    - dependency-name: expect
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0b5c954 View commit details
    Browse the repository at this point in the history
  2. Bump typedoc-plugin-missing-exports from 2.0.0 to 2.0.1 (maplibre#2925)

    Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 2.0.0 to 2.0.1.
    - [Changelog](https://github.com/Gerrit0/typedoc-plugin-missing-exports/blob/main/CHANGELOG.md)
    - [Commits](Gerrit0/typedoc-plugin-missing-exports@v2.0.0...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: typedoc-plugin-missing-exports
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    29a897b View commit details
    Browse the repository at this point in the history
  3. Bump rollup from 3.26.3 to 3.27.0 (maplibre#2927)

    Bumps [rollup](https://github.com/rollup/rollup) from 3.26.3 to 3.27.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.26.3...v3.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      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] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1582bba View commit details
    Browse the repository at this point in the history
  4. Bump jest-environment-jsdom from 29.6.1 to 29.6.2 (maplibre#2930)

    Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.6.1 to 29.6.2.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest-environment-jsdom)
    
    ---
    updated-dependencies:
    - dependency-name: jest-environment-jsdom
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    796727d View commit details
    Browse the repository at this point in the history
  5. Bump eslint-plugin-import from 2.27.5 to 2.28.0 (maplibre#2933)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.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.27.5...v2.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      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] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    98b0654 View commit details
    Browse the repository at this point in the history
  6. Bump @types/react from 18.2.15 to 18.2.17 (maplibre#2935)

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.15 to 18.2.17.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4d61390 View commit details
    Browse the repository at this point in the history
  7. Bump typedoc-plugin-markdown from 3.15.3 to 3.15.4 (maplibre#2926)

    Bumps [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 3.15.3 to 3.15.4.
    - [Release notes](https://github.com/tgreyuk/typedoc-plugin-markdown/releases)
    - [Changelog](https://github.com/tgreyuk/typedoc-plugin-markdown/blob/master/packages/typedoc-plugin-markdown/CHANGELOG.md)
    - [Commits](https://github.com/tgreyuk/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@3.15.4/packages/typedoc-plugin-markdown)
    
    ---
    updated-dependencies:
    - dependency-name: typedoc-plugin-markdown
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    50dc620 View commit details
    Browse the repository at this point in the history
  8. Bump jest from 29.6.1 to 29.6.2 (maplibre#2931)

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.6.1 to 29.6.2.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    cca259e View commit details
    Browse the repository at this point in the history
  9. Bump eslint-plugin-react from 7.33.0 to 7.33.1 (maplibre#2928)

    Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.0 to 7.33.1.
    - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
    - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.33.0...v7.33.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c834807 View commit details
    Browse the repository at this point in the history
  10. Bump tslib from 2.6.0 to 2.6.1 (maplibre#2932)

    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.0 to 2.6.1.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.6.0...v2.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f7b5969 View commit details
    Browse the repository at this point in the history
  11. Bump @types/node from 20.4.4 to 20.4.5 (maplibre#2929)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.4 to 20.4.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b3b61b2 View commit details
    Browse the repository at this point in the history
  12. Bump eslint and @types/eslint (maplibre#2934)

    Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together.
    
    Updates `eslint` from 8.45.0 to 8.46.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.45.0...v8.46.0)
    
    Updates `@types/eslint` from 8.44.0 to 8.44.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: "@types/eslint"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    01e5f51 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. VectorTileWorkerSource: fix reload for original's load parse would no…

    …t pass the rawTileData and meta (maplibre#2941)
    
    * fix reload for original's load parse would not pass the rawTileData
    
    * remove fetching state after base load
    
    * add changelog
    
    * update the tests to check for rawTileData to be passed on reload that cancels load
    
    * remove unused import
    
    * nit: change interface to type, test the case when reparsing is done after mocked load callback is called
    ambientlight committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    bd37870 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Properly check ImageBitmap (maplibre#2942)

    * Fixes maplibre#2940
    
    * Update changelog
    HarelM committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    16e6892 View commit details
    Browse the repository at this point in the history
  2. Added hidden modifier to "non interesting" classes (maplibre#2945)

    * Added hidden modifier
    
    * Updated changelog
    
    * Replace hidden with internal
    
    * Fix lint
    HarelM committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    4ed03f6 View commit details
    Browse the repository at this point in the history
  3. Bump version to 3.2.2 (maplibre#2946)

    * Bump version to 3.2.2
    
    * Update changelog
    HarelM committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7e4e0cd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Bump puppeteer from 20.9.0 to 21.0.1 (maplibre#2949)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.9.0 to 21.0.1.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v20.9.0...puppeteer-v21.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bdb5d3a View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/parser from 6.2.0 to 6.2.1 (maplibre#2951)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.2.0 to 6.2.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/v6.2.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5f5325b View commit details
    Browse the repository at this point in the history
  3. Bump @types/node from 20.4.5 to 20.4.8 (maplibre#2953)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.5 to 20.4.8.
    - [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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    da2a169 View commit details
    Browse the repository at this point in the history
  4. Bump devtools-protocol from 0.0.1173815 to 0.0.1179426 (maplibre#2950)

    Bumps [devtools-protocol](https://github.com/ChromeDevTools/devtools-protocol) from 0.0.1173815 to 0.0.1179426.
    - [Changelog](https://github.com/ChromeDevTools/devtools-protocol/blob/master/changelog.md)
    - [Commits](ChromeDevTools/devtools-protocol@v0.0.1173815...v0.0.1179426)
    
    ---
    updated-dependencies:
    - dependency-name: devtools-protocol
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c6d4134 View commit details
    Browse the repository at this point in the history
  5. Bump rollup from 3.27.0 to 3.27.2 (maplibre#2955)

    Bumps [rollup](https://github.com/rollup/rollup) from 3.27.0 to 3.27.2.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.27.0...v3.27.2)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    af3334d View commit details
    Browse the repository at this point in the history
  6. Bump @typescript-eslint/eslint-plugin from 6.2.0 to 6.2.1 (maplibre#2952

    )
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.2.0 to 6.2.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/v6.2.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9f467f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Update check-for-support example to document failIfMajorPerformanceCa…

    …veat (maplibre#2961)
    
    Co-authored-by: neodescis <nsteinbaugh@icr-team.com>
    neodescis and neodescis committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    81e3223 View commit details
    Browse the repository at this point in the history
  2. Implement text-variable-anchor-offset (maplibre#2914)

    * Implement text-variable-anchor-offset
    
    * Add render tests
    
    * Fix zero vs undefined offset cases
    
    * Update allowed bundle size
    
    * Render test for offset icon
    
    * Move variable text anchor code to new file
    
    * lint
    
    * Add image for new sample
    
    * Update changelog
    drwestco committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e1698d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Bump @types/react from 18.2.17 to 18.2.18 (maplibre#2954)

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.17 to 18.2.18.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a82db50 View commit details
    Browse the repository at this point in the history
  2. Bump @types/eslint from 8.44.1 to 8.44.2 (maplibre#2956)

    Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 8.44.1 to 8.44.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/eslint"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4abec94 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    deb1276 View commit details
    Browse the repository at this point in the history
  2. Fix typing of Map.getLayer() and Style.getLayer() (maplibre#2969)

    Fixes maplibre#2968
    
    * Fix typing of Map.getLayer() and Style.getLayer()
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Harel M <harel.mazor@gmail.com>
    RoystonS and HarelM committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e8bf0bd View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Fix addLayer() typing to allow adding a source with a layer (maplibre…

    …#2966)
    
    * Update check-for-support example to document failIfMajorPerformanceCaveat
    
    * Fix map and style addLayer typing to allow for full source specification
    
    * Fix failing test
    
    * Code review updates
    
    * Update CHANGELOG
    
    * Fix lint warnings
    
    ---------
    
    Co-authored-by: neodescis <nsteinbaugh@icr-team.com>
    neodescis and neodescis committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4879e34 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Mention raster-fade-duration layer property in VideoSource documentat…

    …ion (maplibre#2972)
    
    Co-authored-by: neodescis <nsteinbaugh@icr-team.com>
    neodescis and neodescis committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    82b60a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4619234 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Bump puppeteer from 21.0.1 to 21.0.3 (maplibre#2975)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.0.1 to 21.0.3.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v21.0.1...puppeteer-v21.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6c014f2 View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 20.4.8 to 20.5.0 (maplibre#2976)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.8 to 20.5.0.
    - [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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    35a8422 View commit details
    Browse the repository at this point in the history
  3. Bump devtools-protocol from 0.0.1179426 to 0.0.1182435 (maplibre#2977)

    Bumps [devtools-protocol](https://github.com/ChromeDevTools/devtools-protocol) from 0.0.1179426 to 0.0.1182435.
    - [Changelog](https://github.com/ChromeDevTools/devtools-protocol/blob/master/changelog.md)
    - [Commits](ChromeDevTools/devtools-protocol@v0.0.1179426...v0.0.1182435)
    
    ---
    updated-dependencies:
    - dependency-name: devtools-protocol
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    625cfc9 View commit details
    Browse the repository at this point in the history
  4. Bump @types/react from 18.2.18 to 18.2.20 (maplibre#2978)

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.18 to 18.2.20.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0e31e5f View commit details
    Browse the repository at this point in the history
  5. Bump @typescript-eslint/parser from 6.2.1 to 6.3.0 (maplibre#2979)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.2.1 to 6.3.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/v6.3.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      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] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4f7b158 View commit details
    Browse the repository at this point in the history
  6. Bump @rollup/plugin-commonjs from 25.0.3 to 25.0.4 (maplibre#2981)

    Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.3 to 25.0.4.
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.4/packages/commonjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-commonjs"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    32a48fa View commit details
    Browse the repository at this point in the history
  7. Bump eslint from 8.46.0 to 8.47.0 (maplibre#2980)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.47.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.46.0...v8.47.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      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] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6858d68 View commit details
    Browse the repository at this point in the history
  8. Bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.3.0 (maplibre#2982

    )
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.2.1 to 6.3.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/v6.3.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      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] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    938253d View commit details
    Browse the repository at this point in the history
  9. Bump rollup from 3.27.2 to 3.28.0 (maplibre#2983)

    Bumps [rollup](https://github.com/rollup/rollup) from 3.27.2 to 3.28.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.27.2...v3.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      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] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2cbd7ba View commit details
    Browse the repository at this point in the history
  10. Add Radar logo (maplibre#2987)

    duje committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f460886 View commit details
    Browse the repository at this point in the history
  11. Throttle ResizeObserver's call to map.resize() (maplibre#2986)

    * Throttle ResizeObserver calls
    
    * Update changelog
    
    * Typing fix
    
    * Typing fix
    
    ---------
    
    Co-authored-by: neodescis <nsteinbaugh@icr-team.com>
    neodescis and neodescis committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ff251c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Map set terrain ts fix (maplibre#2993)

    * Update map.ts
    
    Fix map setTerrain typescript bug to support undefined input
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    update to include pull request
    
    * Update map.ts
    
    switch from undefined to null
    
    * Update map.ts
    
    support both undefined and null
    
    * enforce null
    
    ---------
    
    Co-authored-by: Craig O'Connor <craigoconnor@Craigs-MacBook-Air.local>
    CraigglesO and Craig O'Connor committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8a02566 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Adding start-docs command and readme improvements (maplibre#2997)

    * Adding start-docs command and some readme additions+fixes
    
    * Cleaning up the docs readme a bit
    
    * Bit more cleanup and rephrasing
    
    * Adressing suggestions from code review
    
    * Moving docs running instructions to start of README
    SnailBones committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    4830fdf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    d7b48ad View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Bump stylelint from 15.10.2 to 15.10.3 (maplibre#3007)

    Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.2 to 15.10.3.
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](stylelint/stylelint@15.10.2...15.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: stylelint
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1d920c5 View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.4.0 (maplibre#3008

    )
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.3.0 to 6.4.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/v6.4.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      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] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9cb3fb1 View commit details
    Browse the repository at this point in the history
  3. Bump @types/node from 20.5.0 to 20.5.1 (maplibre#3010)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.1.
    - [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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b8bf8a1 View commit details
    Browse the repository at this point in the history
  4. Bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.0 (maplibre#3015)

    Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.1.0 to 15.2.0.
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.0/packages/node-resolve)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-node-resolve"
      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] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5729127 View commit details
    Browse the repository at this point in the history
  5. Bump tslib from 2.6.1 to 2.6.2 (maplibre#3016)

    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@v2.6.1...v2.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    95d6f43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e79ae7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be689c1 View commit details
    Browse the repository at this point in the history
  8. Bump eslint-plugin-react from 7.33.1 to 7.33.2 (maplibre#3011)

    Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.1 to 7.33.2.
    - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
    - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.33.1...v7.33.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f922e40 View commit details
    Browse the repository at this point in the history
  9. Improvements to organization of developer docs (maplibre#3005)

    * Moving documentation guide to docs directory
    
    * Updating link
    
    * Restoring a small README in documents_and_diagrams and renaming that folder to developer-guides
    
    * Phrasing improvements
    
    * Missing space
    
    * Moving Linux-specific instructions
    
    * Removing Mapbox CSP Directive
    SnailBones committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    249c830 View commit details
    Browse the repository at this point in the history
  10. Bump @typescript-eslint/parser from 6.3.0 to 6.4.0 (maplibre#3014)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.3.0 to 6.4.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/v6.4.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      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] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    74a103b View commit details
    Browse the repository at this point in the history
  11. Bump puppeteer from 21.0.3 to 21.1.0 (maplibre#3013)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.0.3 to 21.1.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v21.0.3...puppeteer-v21.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      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] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d2b0882 View commit details
    Browse the repository at this point in the history
  12. Bump eslint-plugin-import from 2.28.0 to 2.28.1 (maplibre#3009)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.28.1.
    - [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.28.0...v2.28.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a6eb7fd View commit details
    Browse the repository at this point in the history
  13. Bump postcss from 8.4.27 to 8.4.28 (maplibre#3012)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.28.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.27...8.4.28)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    cc9d8e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    036d589 View commit details
    Browse the repository at this point in the history
  2. Update typing of getTerrain to be consistent with setTerrain (maplibr…

    …e#3020)
    
    * Update typing of getTerrain to be consistent with setTerrain
    
    * Update changelog
    
    ---------
    
    Co-authored-by: neodescis <nsteinbaugh@icr-team.com>
    neodescis and neodescis committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3e6aa0d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Fix docs links and live reload (maplibre#3024)

    * Fix docs links and live reload
    
    * Fix lint
    HarelM committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    50b88a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Copy LICENSE.txt to dist folder so it's included in 3rdpartylicenses …

    …by webpack (maplibre#3021)
    
    * when creating dist/package.json, also copy LICENSE.txt from repo root
    
    * set name in dist/package.json to maplibre-gl
    
    * bump license year to 2023
    
    * update changelog
    miccou committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d050a57 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Fix unpkg link README.md

    Fix link in README, seems like it should be:
    
    /developer-guides/README-unpkg.md
    ZeLonewolf committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    eccee4c View commit details
    Browse the repository at this point in the history