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

[pull] main from openlayers:main #298

Open
wants to merge 1,742 commits into
base: main
Choose a base branch
from
Open

[pull] main from openlayers:main #298

wants to merge 1,742 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 22, 2024

  1. Merge pull request #16117 from openlayers/release-v10.1.0

    Updates for the 10.1.0 release
    tschaub authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e503a40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b159f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16115 from tschaub/upload-palette

    Upload all palette textures before binding tile textures
    tschaub authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    121f2ee View commit details
    Browse the repository at this point in the history
  4. Particle flow renderer

    tschaub committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b323c34 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Merge pull request #14491 from tschaub/flow

    Particle flow renderer
    tschaub authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7a68da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d3147 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Merge pull request #16055 from jahow/fix-webgl-flashing

    Fix flashing on the WebGL vector example
    jahow authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    20821b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16123 from matthias-ccri/patch-2

    Mark the type of InteractionOptions.handleEvent as optional
    ahocevar authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    237d5d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

Commits on Aug 26, 2024

  1. Bump rbush from 4.0.0 to 4.0.1

    Bumps [rbush](https://github.com/mourner/rbush) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/mourner/rbush/releases)
    - [Commits](mourner/rbush@v4.0.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: rbush
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1637ecb View commit details
    Browse the repository at this point in the history
  2. Bump webpack from 5.93.0 to 5.94.0

    Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.93.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ff0e11f View commit details
    Browse the repository at this point in the history
  3. Bump marked from 14.0.0 to 14.1.0

    Bumps [marked](https://github.com/markedjs/marked) from 14.0.0 to 14.1.0.
    - [Release notes](https://github.com/markedjs/marked/releases)
    - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
    - [Commits](markedjs/marked@v14.0.0...v14.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: marked
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e79d173 View commit details
    Browse the repository at this point in the history
  4. Bump puppeteer from 23.1.0 to 23.1.1

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.1.0 to 23.1.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-v23.1.0...puppeteer-v23.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    adb1f8d View commit details
    Browse the repository at this point in the history
  5. Bump @typescript-eslint/parser from 8.1.0 to 8.2.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.1.0 to 8.2.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.2.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] <[email protected]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    12ebf1d View commit details
    Browse the repository at this point in the history
  6. Bump webpack-dev-middleware from 7.3.0 to 7.4.2

    Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 7.3.0 to 7.4.2.
    - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-middleware@v7.3.0...v7.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-middleware
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dc5c7cf View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request #16126 from openlayers/dependabot/npm_and_yarn/web…

    …pack-5.94.0
    
    Bump webpack from 5.93.0 to 5.94.0
    MoonE authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a13d960 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16128 from openlayers/dependabot/npm_and_yarn/pup…

    …peteer-23.1.1
    
    Bump puppeteer from 23.1.0 to 23.1.1
    MoonE authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7689923 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16127 from openlayers/dependabot/npm_and_yarn/mar…

    …ked-14.1.0
    
    Bump marked from 14.0.0 to 14.1.0
    MoonE authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    95dad8f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16129 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.2.0
    
    Bump @typescript-eslint/parser from 8.1.0 to 8.2.0
    MoonE authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ea8c9e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16125 from openlayers/dependabot/npm_and_yarn/rbu…

    …sh-4.0.1
    
    Bump rbush from 4.0.0 to 4.0.1
    MoonE authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    36a023f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16130 from openlayers/dependabot/npm_and_yarn/web…

    …pack-dev-middleware-7.4.2
    
    Bump webpack-dev-middleware from 7.3.0 to 7.4.2
    MoonE authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    eea1d9c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Make API key requirement more prominent

    Make API key requirement more prominent
    mike-000 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e564a8c View commit details
    Browse the repository at this point in the history
  2. Make API key requirement more prominent

    Make API key requirement more prominent
    mike-000 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8023816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    056e1da View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge pull request #16139 from mike-000/API-key

    Make API key requirement more prominent in examples
    ahocevar authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8af97c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bca6a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3841b02 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16141 from mike-000/projection-cache

    Clear layer tile cache when view projection reset
    ahocevar authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    971b8ef View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    16c4b28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16143 from ahocevar/offscreen-canvas

    Fix offscreen-canvas example
    ahocevar authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cb5abbe View commit details
    Browse the repository at this point in the history
  3. Bump rollup from 4.21.0 to 4.21.2

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.0 to 4.21.2.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.0...v4.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bec785c View commit details
    Browse the repository at this point in the history
  4. Bump @typescript-eslint/parser from 8.2.0 to 8.3.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.2.0 to 8.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/v8.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] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    08858f2 View commit details
    Browse the repository at this point in the history
  5. Bump puppeteer from 23.1.1 to 23.2.1

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.1.1 to 23.2.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-v23.1.1...puppeteer-v23.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0e71c79 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16124 from ahocevar/mousewheelzoom-coordinate

    Store anchor pixel instead of coordinate
    ahocevar authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fad719a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16146 from openlayers/dependabot/npm_and_yarn/rol…

    …lup-4.21.2
    
    Bump rollup from 4.21.0 to 4.21.2
    ahocevar authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4c47241 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16147 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.3.0
    
    Bump @typescript-eslint/parser from 8.2.0 to 8.3.0
    ahocevar authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    017c83b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #16149 from openlayers/dependabot/npm_and_yarn/pup…

    …peteer-23.2.1
    
    Bump puppeteer from 23.1.1 to 23.2.1
    ahocevar authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    38335df View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    1028c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dce70d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16151 from bkuster/hotfix-transformFuncType

    transform function type regression
    ahocevar authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fff95c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Dispose of expired tiles

    ahocevar committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    19fbaf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a6534 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Delete orphaned file

    mike-000 authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d2a8c1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16167 from mike-000/interpolation

    Delete orphaned file
    ahocevar authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5b17cd3 View commit details
    Browse the repository at this point in the history
  3. Get rid of sourceTileCache

    ahocevar committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ce0d5e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Bump webpack-dev-server from 5.0.4 to 5.1.0

    Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.0.4 to 5.1.0.
    - [Release notes](https://github.com/webpack/webpack-dev-server/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-server@v5.0.4...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-server
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    776f8e9 View commit details
    Browse the repository at this point in the history
  2. Bump puppeteer from 23.2.1 to 23.3.0

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.2.1 to 23.3.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-v23.2.1...puppeteer-v23.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b38ef63 View commit details
    Browse the repository at this point in the history
  3. Bump marked from 14.1.0 to 14.1.2

    Bumps [marked](https://github.com/markedjs/marked) from 14.1.0 to 14.1.2.
    - [Release notes](https://github.com/markedjs/marked/releases)
    - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
    - [Commits](markedjs/marked@v14.1.0...v14.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: marked
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ca1c410 View commit details
    Browse the repository at this point in the history
  4. Bump @typescript-eslint/parser from 8.3.0 to 8.4.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.3.0 to 8.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/v8.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] <[email protected]>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    99edaca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92b492d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    812a8e4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16174 from sebakerckhof/feat/wms-capabilities-v11…

    …-parser
    
    feat: support parsing WMS capabilities v1.1
    ahocevar authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    358e810 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #16172 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.4.0
    
    Bump @typescript-eslint/parser from 8.3.0 to 8.4.0
    tschaub authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    460eafd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16171 from openlayers/dependabot/npm_and_yarn/mar…

    …ked-14.1.2
    
    Bump marked from 14.1.0 to 14.1.2
    tschaub authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1ac53e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16170 from openlayers/dependabot/npm_and_yarn/pup…

    …peteer-23.3.0
    
    Bump puppeteer from 23.2.1 to 23.3.0
    tschaub authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e3f09f8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16169 from openlayers/dependabot/npm_and_yarn/web…

    …pack-dev-server-5.1.0
    
    Bump webpack-dev-server from 5.0.4 to 5.1.0
    tschaub authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f32c8d3 View commit details
    Browse the repository at this point in the history
  5. Bump proj4 from 2.12.0 to 2.12.1

    Bumps [proj4](https://github.com/proj4js/proj4js) from 2.12.0 to 2.12.1.
    - [Release notes](https://github.com/proj4js/proj4js/releases)
    - [Changelog](https://github.com/proj4js/proj4js/blob/master/changelog.md)
    - [Commits](proj4js/proj4js@2.12.0...v2.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: proj4
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    58df1af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16168 from openlayers/dependabot/npm_and_yarn/pro…

    …j4-2.12.1
    
    Bump proj4 from 2.12.0 to 2.12.1
    tschaub authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    985cf21 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Bump dset from 3.1.3 to 3.1.4

    Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/lukeed/dset/releases)
    - [Commits](lukeed/dset@v3.1.3...v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: dset
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2d01010 View commit details
    Browse the repository at this point in the history
  2. Bump send, express and serve-static

    Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependencies [send](https://github.com/pillarjs/send), [express](https://github.com/expressjs/express) and [serve-static](https://github.com/expressjs/serve-static). These dependencies need to be updated together.
    
    
    Updates `send` from 0.18.0 to 0.19.0
    - [Release notes](https://github.com/pillarjs/send/releases)
    - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
    - [Commits](pillarjs/send@0.18.0...0.19.0)
    
    Updates `express` from 4.19.2 to 4.21.0
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
    - [Commits](expressjs/express@4.19.2...4.21.0)
    
    Updates `serve-static` from 1.15.0 to 1.16.2
    - [Release notes](https://github.com/expressjs/serve-static/releases)
    - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
    - [Commits](expressjs/serve-static@v1.15.0...v1.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: send
      dependency-type: indirect
    - dependency-name: express
      dependency-type: direct:development
    - dependency-name: serve-static
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cc3e2f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #16184 from openlayers/dependabot/npm_and_yarn/mul…

    …ti-7a53d2d88b
    
    Bump send, express and serve-static
    tschaub authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    90b8555 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16182 from openlayers/dependabot/npm_and_yarn/dse…

    …t-3.1.4
    
    Bump dset from 3.1.3 to 3.1.4
    tschaub authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3e986f2 View commit details
    Browse the repository at this point in the history
  3. Fix getFeaturesInExtent

    ahocevar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d652cf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d296f4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16190 from ahocevar/getfeaturesinextent

    Fix getFeaturesInExtent()
    ahocevar authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a0c32c2 View commit details
    Browse the repository at this point in the history
  6. Add missing keyword in Basic Concepts tutorial

    The "new" keyword was missing from the OSM source initialization.
    ptrgast authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    22103ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e17ef5e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16157 from ahocevar/dispose-tiles

    Dispose of expired tiles
    ahocevar authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0845025 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #16192 from ptrgast/concepts-tutorial-patch

    Add missing keyword in Basic Concepts tutorial
    MoonE authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8d7fd37 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    9e4223f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16180 from mike-000/ReprojTile-getData()

    Fix getData() on reprojected tile layers
    ahocevar authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e4064cf View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Use @types/rbush v3.0.3

    ahocevar committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    cf9e4e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge pull request #16194 from ahocevar/rbush-types-version

    Use `@types/rbush` v3.0.3
    ahocevar authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c72bc6b View commit details
    Browse the repository at this point in the history
  2. Bump sinon from 18.0.0 to 19.0.2

    Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 19.0.2.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v18.0.0...v19.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2ce1dd8 View commit details
    Browse the repository at this point in the history
  3. Bump jsdoc-plugin-typescript from 2.3.0 to 3.0.0

    Bumps [jsdoc-plugin-typescript](https://github.com/openlayers/jsdoc-plugin-typescript) from 2.3.0 to 3.0.0.
    - [Release notes](https://github.com/openlayers/jsdoc-plugin-typescript/releases)
    - [Commits](openlayers/jsdoc-plugin-typescript@v2.3.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdoc-plugin-typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    53f453b View commit details
    Browse the repository at this point in the history
  4. Bump @typescript-eslint/parser from 8.4.0 to 8.5.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.4.0 to 8.5.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.5.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] <[email protected]>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d804c11 View commit details
    Browse the repository at this point in the history
  5. Bump @types/mocha from 10.0.7 to 10.0.8

    Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.7 to 10.0.8.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/mocha"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9f7e116 View commit details
    Browse the repository at this point in the history
  6. Bump rollup from 4.21.2 to 4.21.3

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.2 to 4.21.3.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.2...v4.21.3)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    63e2a03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1a6f53 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16198 from openlayers/dependabot/npm_and_yarn/jsd…

    …oc-plugin-typescript-3.0.0
    
    Bump jsdoc-plugin-typescript from 2.3.0 to 3.0.0
    ahocevar authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    52fc8cf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #16197 from openlayers/dependabot/npm_and_yarn/sin…

    …on-19.0.2
    
    Bump sinon from 18.0.0 to 19.0.2
    ahocevar authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ea92ada View commit details
    Browse the repository at this point in the history
  10. Merge pull request #16199 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.5.0
    
    Bump @typescript-eslint/parser from 8.4.0 to 8.5.0
    ahocevar authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    59b7c36 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #16200 from openlayers/dependabot/npm_and_yarn/typ…

    …es/mocha-10.0.8
    
    Bump @types/mocha from 10.0.7 to 10.0.8
    ahocevar authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    96987a5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #16202 from openlayers/dependabot/npm_and_yarn/rol…

    …lup-4.21.3
    
    Bump rollup from 4.21.2 to 4.21.3
    ahocevar authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5d00566 View commit details
    Browse the repository at this point in the history
  13. Bump typescript from 5.5.4 to 5.6.2

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ce45acb View commit details
    Browse the repository at this point in the history
  14. Merge pull request #16201 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-5.6.2
    
    Bump typescript from 5.5.4 to 5.6.2
    ahocevar authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fe8a258 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dfed086 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3a21789 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    406c9df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16203 from ahocevar/no-double-caching

    No double caching, distinct tile keys for queue
    ahocevar authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3e6e05b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16206 from ahocevar/single-resolution-view

    Fix getResolutionsForZoom() for views with only one resolution
    ahocevar authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f6ddf79 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Merge pull request #16067 from mike-000/cog-setstyle

    Reset layer style when new GeoTIFF source is ready
    ahocevar authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    3c940fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15866 from sakitam-gis/feature/fdd-dev

    fix ol.VERSION not available in umd pkg
    ahocevar authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    57b014e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15998 from MoonE/listen

    Improve listen calls
    MoonE authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8e220c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16087 from jahow/fix-webgl-geometry-type

    WebGL / Ensure that `['geometry-type']` is correctly interpreted in expressions
    jahow authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4bde297 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    a70874d View commit details
    Browse the repository at this point in the history
  2. Develop on 10.2.1-dev

    ahocevar committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    97f46ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16210 from openlayers/release-v10.2.0

    Updates for the 10.2.0 release
    ahocevar authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    59afcc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Bump @typescript-eslint/parser from 8.5.0 to 8.6.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.5.0 to 8.6.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.6.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] <[email protected]>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b63b01b View commit details
    Browse the repository at this point in the history
  2. Bump puppeteer from 23.3.0 to 23.4.0

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.3.0 to 23.4.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-v23.3.0...puppeteer-v23.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    989f12f View commit details
    Browse the repository at this point in the history
  3. Bump @rollup/plugin-alias from 5.1.0 to 5.1.1

    Bumps [@rollup/plugin-alias](https://github.com/rollup/plugins/tree/HEAD/packages/alias) from 5.1.0 to 5.1.1.
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/alias/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/wasm-v5.1.1/packages/alias)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-alias"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4fc13ba View commit details
    Browse the repository at this point in the history
  4. Bump @rollup/plugin-node-resolve from 15.2.3 to 15.2.4

    Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.3 to 15.2.4.
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.4/packages/node-resolve)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-node-resolve"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7751077 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16212 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.6.0
    
    Bump @typescript-eslint/parser from 8.5.0 to 8.6.0
    ahocevar authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c4274b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f2cbf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. Merge pull request #15409 from llienher/webgl-layer-swipe-doc

    Clarify limitation on the WebGL layer swipe example
    fredj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    97aa434 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #16221 from ahocevar/no-tilecache-for-projection

    Get rid of reprojection tile caches
    ahocevar authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    12faace View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16216 from openlayers/dependabot/npm_and_yarn/rol…

    …lup/plugin-node-resolve-15.2.4
    
    Bump @rollup/plugin-node-resolve from 15.2.3 to 15.2.4
    tschaub authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    acd1386 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16215 from openlayers/dependabot/npm_and_yarn/rol…

    …lup/plugin-alias-5.1.1
    
    Bump @rollup/plugin-alias from 5.1.0 to 5.1.1
    tschaub authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bed7418 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16213 from openlayers/dependabot/npm_and_yarn/pup…

    …peteer-23.4.0
    
    Bump puppeteer from 23.3.0 to 23.4.0
    tschaub authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8569a96 View commit details
    Browse the repository at this point in the history
  5. Bump rollup from 4.21.3 to 4.22.4

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.3...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f32df59 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16214 from openlayers/dependabot/npm_and_yarn/rol…

    …lup-4.22.4
    
    Bump rollup from 4.21.3 to 4.22.4
    tschaub authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7e351d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f274df2 View commit details
    Browse the repository at this point in the history
  8. Develop on 10.2.2-dev

    ahocevar committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ee7a17d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #16226 from openlayers/release-v10.2.1

    Updates for the 10.2.1 release
    ahocevar authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fd0a391 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update URL and attributions of wmts-ign example

    IGN has done a lot of work on its new public data infrastructure Géoplateforme.
    The switch was made a few months ago and the temporary
    server-side redirects will be removed on 09/30/2024.
    
    API key are not necessary anymore for this service and logo has moved.
    
    See https://geoservices.ign.fr/bascule-vers-la-geoplateforme
    cvagner committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d48035e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16230 from cvagner/wmts-ign-example

    Update URL and attributions of wmts-ign example
    jahow authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ced3e58 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Add zDirection option

    mike-000 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1bc85b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16231 from mike-000/ImageTile-source-zDirection

    Add `zDirection` option to ol/source/ImageTile
    tschaub authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b804952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d76f6b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    e6302bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16233 from mike-000/ImageTile-source-tms

    Fix ImageTile source `{-y}` placeholder handling
    ahocevar authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    dd59520 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16232 from MoonE/update-turf

    Update example to use turf via npm
    MoonE authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f7d2e7e View commit details
    Browse the repository at this point in the history
  4. Update ol-numpytiles to 3.0.1

    MoonE committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    badb83c View commit details
    Browse the repository at this point in the history
  5. Update mapbox-gl to 1.13.3

    MoonE committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    61adaa3 View commit details
    Browse the repository at this point in the history
  6. Use chroma-js from npm

    MoonE committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a1139ca View commit details
    Browse the repository at this point in the history
  7. Use geojson-vt from npm

    MoonE committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    05cedfc View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Update jquery and toastr

    MoonE committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8d752a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b126a26 View commit details
    Browse the repository at this point in the history
  3. Use jsts from npm

    MoonE committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b465b50 View commit details
    Browse the repository at this point in the history
  4. Use jszip from npm

    MoonE committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    63822eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7730f5 View commit details
    Browse the repository at this point in the history
  6. Use d3 and topojson from npm

    MoonE committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d4ed689 View commit details
    Browse the repository at this point in the history
  7. Bump @rollup/plugin-commonjs from 26.0.1 to 28.0.0

    Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 26.0.1 to 28.0.0.
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.0/packages/commonjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-commonjs"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    30648f2 View commit details
    Browse the repository at this point in the history
  8. Bump @rollup/plugin-node-resolve from 15.2.4 to 15.3.0

    Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.4 to 15.3.0.
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.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] <[email protected]>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4fe4634 View commit details
    Browse the repository at this point in the history
  9. Bump @typescript-eslint/parser from 8.6.0 to 8.7.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.6.0 to 8.7.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.7.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] <[email protected]>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e0739d1 View commit details
    Browse the repository at this point in the history
  10. Bump puppeteer from 23.4.0 to 23.4.1

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.4.0 to 23.4.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-v23.4.0...puppeteer-v23.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4dcfa87 View commit details
    Browse the repository at this point in the history
  11. Bump @types/rbush from 3.0.3 to 4.0.0

    Bumps [@types/rbush](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rbush) from 3.0.3 to 4.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rbush)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/rbush"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8d93eeb View commit details
    Browse the repository at this point in the history
  12. Bump rollup from 4.22.4 to 4.22.5

    Bumps [rollup](https://github.com/rollup/rollup) from 4.22.4 to 4.22.5.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.22.4...v4.22.5)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    832511c View commit details
    Browse the repository at this point in the history
  13. Bump webpack from 5.94.0 to 5.95.0

    Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.95.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.94.0...v5.95.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1336c8d View commit details
    Browse the repository at this point in the history
  14. Merge pull request #16241 from openlayers/dependabot/npm_and_yarn/web…

    …pack-5.95.0
    
    Bump webpack from 5.94.0 to 5.95.0
    tschaub authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    56224ba View commit details
    Browse the repository at this point in the history
  15. Merge pull request #16240 from openlayers/dependabot/npm_and_yarn/rol…

    …lup-4.22.5
    
    Bump rollup from 4.22.4 to 4.22.5
    tschaub authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ed2a194 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #16238 from openlayers/dependabot/npm_and_yarn/pup…

    …peteer-23.4.1
    
    Bump puppeteer from 23.4.0 to 23.4.1
    tschaub authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bc7fbbe View commit details
    Browse the repository at this point in the history
  17. Merge pull request #16235 from openlayers/dependabot/npm_and_yarn/rol…

    …lup/plugin-commonjs-28.0.0
    
    Bump @rollup/plugin-commonjs from 26.0.1 to 28.0.0
    tschaub authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3a552a6 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #16236 from openlayers/dependabot/npm_and_yarn/rol…

    …lup/plugin-node-resolve-15.3.0
    
    Bump @rollup/plugin-node-resolve from 15.2.4 to 15.3.0
    tschaub authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c55dc53 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #16237 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.7.0
    
    Bump @typescript-eslint/parser from 8.6.0 to 8.7.0
    tschaub authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3d99627 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #16239 from openlayers/dependabot/npm_and_yarn/typ…

    …es/rbush-4.0.0
    
    Bump @types/rbush from 3.0.3 to 4.0.0
    tschaub authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a9cb492 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7143f48 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #15860 from sweepline/webgl-reproj

    Reproject DataTiles using WebGL instead of 2d canvas.
    tschaub authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3e1800b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    011da5a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge pull request #16243 from ahocevar/overlaps

    Add setters for the `overlaps` option
    ahocevar authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4910531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f8dd31 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16245 from mike-000/TileDebug

    Make TileDebug a subclass of ImageTile instead of XYZ
    tschaub authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    37e8e78 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Make tests more robust

    mike-000 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    29499f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ad5ddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43f332b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Fix Flow layer rotation

    kikuchan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1b336bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16234 from MoonE/update-external-scripts

    Update external scripts and use npm for some
    MoonE authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f8ba3dd View commit details
    Browse the repository at this point in the history
  3. Bump jszip from 2.7.0 to 3.8.0

    Bumps [jszip](https://github.com/Stuk/jszip) from 2.7.0 to 3.8.0.
    - [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
    - [Commits](https://github.com/Stuk/jszip/commits/v3.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: jszip
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5665492 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16252 from openlayers/dependabot/npm_and_yarn/jsz…

    …ip-3.8.0
    
    Bump jszip from 2.7.0 to 3.8.0
    ahocevar authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3a3bb55 View commit details
    Browse the repository at this point in the history
  5. Use fflate instead of jszip

    ahocevar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    30feaa6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f3bf67 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16254 from ahocevar/kmz-fflate

    Use fflate instead of jszip
    ahocevar authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    39c2f5a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    df714e7 View commit details
    Browse the repository at this point in the history
  2. Bump puppeteer from 23.4.1 to 23.5.0

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.4.1 to 23.5.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-v23.4.1...puppeteer-v23.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6ff39a3 View commit details
    Browse the repository at this point in the history
  3. Bump @typescript-eslint/parser from 8.7.0 to 8.8.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/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)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4bb4918 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    77d5074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a190c11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a5397f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cda334b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b4178a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Merge pull request #16268 from ahocevar/no-framestate-no-postrender

    Do not call postrender functions when there is no frameState
    ahocevar authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bf24e58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16263 from openlayers/dependabot/npm_and_yarn/pup…

    …peteer-23.5.0
    
    Bump puppeteer from 23.4.1 to 23.5.0
    ahocevar authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6b8d539 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16264 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.8.0
    
    Bump @typescript-eslint/parser from 8.7.0 to 8.8.0
    ahocevar authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    621b88b View commit details
    Browse the repository at this point in the history
  4. Bump rollup from 4.22.5 to 4.24.0

    Bumps [rollup](https://github.com/rollup/rollup) from 4.22.5 to 4.24.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.22.5...v4.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1301417 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16265 from openlayers/dependabot/npm_and_yarn/rol…

    …lup-4.24.0
    
    Bump rollup from 4.22.5 to 4.24.0
    ahocevar authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4af7f96 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16251 from kikuchan/fix-flow-layer-rotation

    Fix Flow layer rotation
    tschaub authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    07c2354 View commit details
    Browse the repository at this point in the history
  7. ModelTransformation example

    mike-000 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    21d4264 View commit details
    Browse the repository at this point in the history
  8. ModelTransformation flip test

    also test COG without projection does not need a preset projection
    mike-000 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0f8943b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf4b009 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f49ec60 View commit details
    Browse the repository at this point in the history
  11. Update geotiff to v2.1.3

    mike-000 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1ef796e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    babf3d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8c868e9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8cf6d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2a8b8f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    7b7ecb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16227 from mike-000/geotiff-rotation-5

    Handle rotated, skewed or flipped GeoTIFF tile grids
    ahocevar authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    402c8c4 View commit details
    Browse the repository at this point in the history
  3. Bump cookie, express and socket.io

    Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together.
    
    
    Updates `cookie` from 0.6.0 to 0.7.2
    - [Release notes](https://github.com/jshttp/cookie/releases)
    - [Commits](jshttp/cookie@v0.6.0...v0.7.2)
    
    Updates `express` from 4.21.0 to 4.21.1
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
    - [Commits](expressjs/express@4.21.0...4.21.1)
    
    Updates `socket.io` from 4.7.4 to 4.8.0
    - [Release notes](https://github.com/socketio/socket.io/releases)
    - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/socketio/socket.io/compare/[email protected])
    
    ---
    updated-dependencies:
    - dependency-name: cookie
      dependency-type: indirect
    - dependency-name: express
      dependency-type: direct:development
    - dependency-name: socket.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f43b2cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16275 from openlayers/dependabot/npm_and_yarn/mul…

    …ti-d54fdff7c2
    
    Bump cookie, express and socket.io
    tschaub authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c7993ba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16260 from ahocevar/no-layerstate

    Let isVisible() return false for layers that are not yet rendered
    ahocevar authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    26f7490 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35623bd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Merge pull request #16277 from ahocevar/offscreen-canvas-postrender

    Execute postrender functions in worker
    ahocevar authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    afa8815 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    e151361 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16288 from tschaub/updates

    Run browser tests without a sandbox in CI
    tschaub authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5981c2c View commit details
    Browse the repository at this point in the history
  3. Bump @typescript-eslint/parser from 8.8.0 to 8.9.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.8.0 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)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3ed04e7 View commit details
    Browse the repository at this point in the history
  4. Bump jsdoc-plugin-typescript from 3.0.0 to 3.1.0

    Bumps [jsdoc-plugin-typescript](https://github.com/openlayers/jsdoc-plugin-typescript) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/openlayers/jsdoc-plugin-typescript/releases)
    - [Commits](openlayers/jsdoc-plugin-typescript@v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdoc-plugin-typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bf86fda View commit details
    Browse the repository at this point in the history
  5. Bump chroma-js from 3.1.1 to 3.1.2

    Bumps [chroma-js](https://github.com/gka/chroma.js) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/gka/chroma.js/releases)
    - [Changelog](https://github.com/gka/chroma.js/blob/main/CHANGELOG.md)
    - [Commits](gka/chroma.js@v3.1.1...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: chroma-js
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9e0e731 View commit details
    Browse the repository at this point in the history
  6. Bump @types/mocha from 10.0.8 to 10.0.9

    Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.8 to 10.0.9.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/mocha"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    eb9b762 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16290 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.9.0
    
    Bump @typescript-eslint/parser from 8.8.0 to 8.9.0
    tschaub authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    083d261 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16285 from openlayers/dependabot/npm_and_yarn/jsd…

    …oc-plugin-typescript-3.1.0
    
    Bump jsdoc-plugin-typescript from 3.0.0 to 3.1.0
    tschaub authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f17178e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #16283 from openlayers/dependabot/npm_and_yarn/chr…

    …oma-js-3.1.2
    
    Bump chroma-js from 3.1.1 to 3.1.2
    tschaub authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9ff4612 View commit details
    Browse the repository at this point in the history
  10. Bump typescript from 5.6.2 to 5.6.3

    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]>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2de1b20 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #16281 from openlayers/dependabot/npm_and_yarn/typ…

    …es/mocha-10.0.9
    
    Bump @types/mocha from 10.0.8 to 10.0.9
    tschaub authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    02de69d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #16284 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-5.6.3
    
    Bump typescript from 5.6.2 to 5.6.3
    tschaub authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    89b88d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e06e4b View commit details
    Browse the repository at this point in the history
  14. Add explicit types for CRS objects

    kudlav authored and tschaub committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a48b16f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge pull request #16291 from tschaub/ogc-crs-object

    Accept a CRS object with a URI string in tile matrix set
    tschaub authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7da6280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a0a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff87bc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c54aa7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16293 from kudlav/kudlav-ogc-projection

    Set source projection from OGC TileMatrixSet crs
    tschaub authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3c47ea1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16296 from ahocevar/modify-api

    Improve the Modify interaction's API for programmatic actions
    ahocevar authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    780e013 View commit details
    Browse the repository at this point in the history
  7. Sentinel Hub source

    tschaub committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5256dc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge pull request #15891 from tschaub/sentinel-hub

    Sentinel Hub source
    tschaub authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9e574da View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    9c2a055 View commit details
    Browse the repository at this point in the history
  2. Add keepUpright parameter

    This parameter allows to control whether text can be rendered upside-down
    when rendering along a line or polygon. This can be useful when the text
    has to follow the line direction regardless of its orientation, like an
    arrow pointing the direction of the line element.
    
    This setting already exists in Mapbox Style Spec, so ol-mapbox-style will
    be able to follow more closely some style definitions.
    leyan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    07b4906 View commit details
    Browse the repository at this point in the history
  3. Add a test for keepUpright

    leyan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ab7c806 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge pull request #16301 from tschaub/fires

    Correct annotation for render events
    tschaub authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e526dc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Merge pull request #16302 from leyan/text-keep-upright

    Add a keepUpright parameter to control text labels rotation
    ahocevar authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d8fec0a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Bump @typescript-eslint/parser from 8.9.0 to 8.10.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.9.0 to 8.10.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.10.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] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    72f7148 View commit details
    Browse the repository at this point in the history
  2. Bump marked from 14.1.2 to 14.1.3

    Bumps [marked](https://github.com/markedjs/marked) from 14.1.2 to 14.1.3.
    - [Release notes](https://github.com/markedjs/marked/releases)
    - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
    - [Commits](markedjs/marked@v14.1.2...v14.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: marked
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    69fd691 View commit details
    Browse the repository at this point in the history
  3. Bump @rollup/plugin-commonjs from 28.0.0 to 28.0.1

    Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/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
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f816225 View commit details
    Browse the repository at this point in the history
  4. Bump puppeteer from 23.5.3 to 23.6.0

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.5.3 to 23.6.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-v23.5.3...puppeteer-v23.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    31a2aad View commit details
    Browse the repository at this point in the history
  5. Bump jsdoc from 4.0.3 to 4.0.4

    Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.3 to 4.0.4.
    - [Release notes](https://github.com/jsdoc/jsdoc/releases)
    - [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.4/CHANGES.md)
    - [Commits](jsdoc/jsdoc@4.0.3...4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: jsdoc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    33b2c32 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16310 from openlayers/dependabot/npm_and_yarn/jsd…

    …oc-4.0.4
    
    Bump jsdoc from 4.0.3 to 4.0.4
    tschaub authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7e4e387 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16309 from openlayers/dependabot/npm_and_yarn/pup…

    …peteer-23.6.0
    
    Bump puppeteer from 23.5.3 to 23.6.0
    tschaub authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7de632c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16308 from openlayers/dependabot/npm_and_yarn/rol…

    …lup/plugin-commonjs-28.0.1
    
    Bump @rollup/plugin-commonjs from 28.0.0 to 28.0.1
    tschaub authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    456acd1 View commit details
    Browse the repository at this point in the history
  9. Bump jsdoc-plugin-typescript from 3.1.0 to 3.2.0

    Bumps [jsdoc-plugin-typescript](https://github.com/openlayers/jsdoc-plugin-typescript) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/openlayers/jsdoc-plugin-typescript/releases)
    - [Commits](openlayers/jsdoc-plugin-typescript@v3.1.0...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdoc-plugin-typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    540e83b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #16307 from openlayers/dependabot/npm_and_yarn/mar…

    …ked-14.1.3
    
    Bump marked from 14.1.2 to 14.1.3
    tschaub authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a06c019 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #16306 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.10.0
    
    Bump @typescript-eslint/parser from 8.9.0 to 8.10.0
    tschaub authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2088cc4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #16305 from openlayers/dependabot/npm_and_yarn/jsd…

    …oc-plugin-typescript-3.2.0
    
    Bump jsdoc-plugin-typescript from 3.1.0 to 3.2.0
    tschaub authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f7c88ec View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    600d84b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34139d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16313 from M393/fix-vectortile-get-features

    Fix vectortile get features
    tschaub authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    38845b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Bump @typescript-eslint/parser from 8.10.0 to 8.11.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.10.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)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bee1af0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge pull request #16319 from openlayers/dependabot/npm_and_yarn/typ…

    …escript-eslint/parser-8.11.0
    
    Bump @typescript-eslint/parser from 8.10.0 to 8.11.0
    tschaub authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    854d90f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8571d5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf13188 View commit details
    Browse the repository at this point in the history
  4. Clear the LRU cache properly

    ahocevar committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f9fe6a4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16326 from tschaub/disable-transition

    Turn off transition for rendering tests
    tschaub authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3fa238c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5c241f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #16325 from tschaub/tile-pixel-transform

    Pass the transformed coordinates
    tschaub authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ad06900 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16328 from ahocevar/clear-cache

    Clear the LRU cache properly
    ahocevar authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    908cf1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9912aa View commit details
    Browse the repository at this point in the history
  10. Merge pull request #16329 from tschaub/cog-rotation

    Remove debug tile layer in rendering test
    tschaub authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    249a88b View commit details
    Browse the repository at this point in the history
  11. Bump rollup from 4.24.0 to 4.24.3

    Bumps [rollup](https://github.com/rollup/rollup) from 4.24.0 to 4.24.3.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.24.0...v4.24.3)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4bb013e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #16330 from openlayers/dependabot/npm_and_yarn/rol…

    …lup-4.24.3
    
    Bump rollup from 4.24.0 to 4.24.3
    tschaub authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2ad07bf View commit details
    Browse the repository at this point in the history