mirror of
https://github.com/maputnik/editor.git
synced 2026-05-07 00:30:02 +00:00
Bumps [ol](https://github.com/openlayers/openlayers) from 10.8.0 to 10.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openlayers/openlayers/releases">ol's releases</a>.</em></p> <blockquote> <h2>v10.9.0</h2> <h2>Summary</h2> <p>In the 10.9 release, GeoZarr and GeoTIFF support saw major improvements — including multi-group band support, per-band metadata, and more efficient tile loading. WebGL rendering precision and performance were enhanced, and several vector rendering, hit detection, and trackpad zoom interaction issues were resolved.</p> <h2>What's Changed</h2> <ul> <li>Updates for the 10.8.0 release by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17325">openlayers/openlayers#17325</a></li> <li>Update package version to 10.8.1-dev by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17327">openlayers/openlayers#17327</a></li> <li>Example: export map as GeoTIFF or PNG with world file by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17313">openlayers/openlayers#17313</a></li> <li>Flat style / allow literal number arrays as well for the <code>in</code> (haystack) operator by <a href="https://github.com/jahow"><code>@jahow</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17334">openlayers/openlayers#17334</a></li> <li>Fix typos in GeoZARR source by <a href="https://github.com/m-mohr"><code>@m-mohr</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17348">openlayers/openlayers#17348</a></li> <li>chore(deps-dev): bump jspdf from 4.1.0 to 4.2.0 in the development-security group across 1 directory by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openlayers/openlayers/pull/17337">openlayers/openlayers#17337</a></li> <li>chore(deps): bump geotiff from 3.0.2 to 3.0.3 in the production-minor-patch group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openlayers/openlayers/pull/17339">openlayers/openlayers#17339</a></li> <li>chore(deps-dev): bump the development-security group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openlayers/openlayers/pull/17358">openlayers/openlayers#17358</a></li> <li>chore(deps-dev): bump the development-minor-patch group across 1 directory with 13 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openlayers/openlayers/pull/17360">openlayers/openlayers#17360</a></li> <li>Add support for custom fetch client in GeoTIFF source and examples by <a href="https://github.com/BeGj"><code>@BeGj</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17346">openlayers/openlayers#17346</a></li> <li>Add shared vertices equal by <a href="https://github.com/andreasbaa"><code>@andreasbaa</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17349">openlayers/openlayers#17349</a></li> <li>Fix updateGeometry_ to preserve per-geometry Z/M values by <a href="https://github.com/andreasbaa"><code>@andreasbaa</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17347">openlayers/openlayers#17347</a></li> <li>Update raster source docs by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17342">openlayers/openlayers#17342</a></li> <li>Update geotiff to v3.0.4 by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17363">openlayers/openlayers#17363</a></li> <li>Fix stroked polygon after non-stroked polygon with overlaps:false by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17364">openlayers/openlayers#17364</a></li> <li>Improve GeoZarr nodata handling by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17355">openlayers/openlayers#17355</a></li> <li>Store gdal metadata instead of a promise thereof by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17344">openlayers/openlayers#17344</a></li> <li>fix(test): handle image load errors in ImageLayer CORS test by <a href="https://github.com/wietzesuijker"><code>@wietzesuijker</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17372">openlayers/openlayers#17372</a></li> <li>Use provided stride for render feature geometry operations by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17367">openlayers/openlayers#17367</a></li> <li>Cache opened zarrita arrays across GeoZarr tile loads by <a href="https://github.com/wietzesuijker"><code>@wietzesuijker</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17369">openlayers/openlayers#17369</a></li> <li>Parallelize band array opens in GeoZarr loadTile_ by <a href="https://github.com/wietzesuijker"><code>@wietzesuijker</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17370">openlayers/openlayers#17370</a></li> <li>Optimize GeoZarr tile sizes by aligning with inner shards by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17362">openlayers/openlayers#17362</a></li> <li>Load unknown projections for GeoTIFF source <a href="https://redirect.github.com/openlayers/openlayers/issues/17153">#17153</a> by <a href="https://github.com/m-mohr"><code>@m-mohr</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17208">openlayers/openlayers#17208</a></li> <li>Fix node deprecation warning by <a href="https://github.com/M393"><code>@M393</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17387">openlayers/openlayers#17387</a></li> <li>Default stroke for hitdetection by <a href="https://github.com/qulol"><code>@qulol</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17365">openlayers/openlayers#17365</a></li> <li>Fix issue 17380 - Call reprioritize conditionally in handlePostRender by <a href="https://github.com/andrfra"><code>@andrfra</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17381">openlayers/openlayers#17381</a></li> <li>Use correct tileUrlFunction when loading source tiles by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17392">openlayers/openlayers#17392</a></li> <li>Do not set a fill for patterns that are not loaded yet by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17384">openlayers/openlayers#17384</a></li> <li>Webgl / Better performance when filtering out features by <a href="https://github.com/jahow"><code>@jahow</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17393">openlayers/openlayers#17393</a></li> <li>More efficient loading of striped GeoTIFFs and reprojected WebGL tiles by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17394">openlayers/openlayers#17394</a></li> <li>GeoTIFF: Provide min/max/nodata per band by <a href="https://github.com/m-mohr"><code>@m-mohr</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17396">openlayers/openlayers#17396</a></li> <li>Fix openflights link in flight animation example by <a href="https://github.com/ChandlerSwift"><code>@ChandlerSwift</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17398">openlayers/openlayers#17398</a></li> <li>Remove separate group option for the GeoZarr source by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17378">openlayers/openlayers#17378</a></li> <li>Fix type imports with stricter hints from tsconfig by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17376">openlayers/openlayers#17376</a></li> <li><a href="https://redirect.github.com/openlayers/openlayers/issues/17397">#17397</a> Fix text on circle features not working with declutter by <a href="https://github.com/Adanteh"><code>@Adanteh</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17400">openlayers/openlayers#17400</a></li> <li>Fix Feature clone with custom geometry name by <a href="https://github.com/MoonE"><code>@MoonE</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17404">openlayers/openlayers#17404</a></li> <li>Inflate trackpad pinch-to-zoom deltas by <a href="https://github.com/src73"><code>@src73</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17405">openlayers/openlayers#17405</a></li> <li>chore(deps): bump actions/upload-artifact from 6 to 7 in the actions group across 1 directory by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openlayers/openlayers/pull/17390">openlayers/openlayers#17390</a></li> <li>chore(deps-dev): bump dompurify from 3.3.1 to 3.3.2 in the development-security group across 1 directory by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openlayers/openlayers/pull/17373">openlayers/openlayers#17373</a></li> <li>Compute resolution from spatial:bbox and spatial:shape by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17410">openlayers/openlayers#17410</a></li> <li>Heatmap: Inline blurSlope computation to fix expression-based blur/radius (<a href="https://redirect.github.com/openlayers/openlayers/issues/17412">#17412</a>) by <a href="https://github.com/JoJoeGoing"><code>@JoJoeGoing</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17413">openlayers/openlayers#17413</a></li> <li>Add rendering test for line offset with detailed river geometries by <a href="https://github.com/viktorijasolovjova"><code>@viktorijasolovjova</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/17414">openlayers/openlayers#17414</a></li> <li>chore(deps-dev): bump the development-security group across 1 directory with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openlayers/openlayers/pull/17415">openlayers/openlayers#17415</a></li> <li>chore(deps): bump dawidd6/action-download-artifact from 14 to 19 in the actions group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openlayers/openlayers/pull/17420">openlayers/openlayers#17420</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="ba63bf383d"><code>ba63bf3</code></a> Updates for the 10.9.0 release</li> <li><a href="08455cebc0"><code>08455ce</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/17371">#17371</a> from wietzesuijker/feat/batched-fetch-store</li> <li><a href="3dd6caebb9"><code>3dd6cae</code></a> feat(GeoZarr): coalesce concurrent byte-range requests via zarrita</li> <li><a href="3d730fea32"><code>3d730fe</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/17409">#17409</a> from ahocevar/geozarr-multigroup</li> <li><a href="ee474e8ab3"><code>ee474e8</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/17429">#17429</a> from viktorijasolovjova/immediate-renderer-squared-...</li> <li><a href="d0670a8340"><code>d0670a8</code></a> Do not fake a multi scale structure for single scale</li> <li><a href="fd8bd0e8fa"><code>fd8bd0e</code></a> Make tests more readable and less verbose</li> <li><a href="52d26ab506"><code>52d26ab</code></a> Load group metadata in parallel</li> <li><a href="6e8cb4088d"><code>6e8cb40</code></a> Also support standalone single-scale groups</li> <li><a href="99553c292e"><code>99553c2</code></a> Support bands from multiple zarr groups</li> <li>Additional commits viewable in <a href="https://github.com/openlayers/openlayers/compare/v10.8.0...v10.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
154 lines
4.9 KiB
JSON
154 lines
4.9 KiB
JSON
{
|
|
"name": "maputnik",
|
|
"version": "3.0.0",
|
|
"description": "A MapLibre GL visual style editor",
|
|
"type": "module",
|
|
"main": "''",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build --mode=production",
|
|
"build-desktop": "tsc && vite build --mode=desktop && cd desktop && make",
|
|
"build-linux": "tsc && vite build --mode=desktop && cd desktop && make bin/linux/maputnik",
|
|
"i18n:extract": "npx i18next-cli extract",
|
|
"lint": "eslint",
|
|
"test": "cypress run",
|
|
"test-unit": "vitest",
|
|
"test-unit-ci": "vitest run --coverage --reporter=json",
|
|
"cy:open": "cypress open",
|
|
"lint-css": "stylelint \"src/styles/*.scss\"",
|
|
"sort-styles": "jq 'sort_by(.id)' src/config/styles.json > tmp.json && mv tmp.json src/config/styles.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/maplibre/maputnik"
|
|
},
|
|
"author": "Lukas Martinelli",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/maplibre/maputnik#readme",
|
|
"dependencies": {
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lint": "^6.9.5",
|
|
"@codemirror/state": "^6.6.0",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@codemirror/view": "^6.41.0",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@mapbox/mapbox-gl-rtl-text": "^0.4.0",
|
|
"@maplibre/maplibre-gl-geocoder": "^1.9.4",
|
|
"@maplibre/maplibre-gl-inspect": "^1.8.2",
|
|
"@maplibre/maplibre-gl-style-spec": "^24.8.1",
|
|
"array-move": "^4.0.0",
|
|
"buffer": "^6.0.3",
|
|
"classnames": "^2.5.1",
|
|
"codemirror": "^6.0.2",
|
|
"color": "^5.0.3",
|
|
"detect-browser": "^5.3.0",
|
|
"downshift": "^9.3.2",
|
|
"events": "^3.3.0",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^26.0.4",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"json-stringify-pretty-compact": "^4.0.0",
|
|
"json-to-ast": "^2.1.0",
|
|
"lodash": "^4.18.1",
|
|
"lodash.capitalize": "^4.2.1",
|
|
"lodash.clamp": "^4.0.3",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.isequal": "^4.5.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"maplibre-gl": "^5.23.0",
|
|
"maputnik-design": "github:maputnik/design#172b06c",
|
|
"ol": "^10.9.0",
|
|
"ol-mapbox-style": "^13.4.0",
|
|
"pmtiles": "^4.4.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^19.2.4",
|
|
"react-accessible-accordion": "^5.0.1",
|
|
"react-aria-menubutton": "^8.0.0",
|
|
"react-aria-modal": "^5.0.2",
|
|
"react-collapse": "^5.1.1",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "^19.2.4",
|
|
"react-i18next": "^17.0.4",
|
|
"react-icons": "^5.6.0",
|
|
"react-markdown": "^10.1.0",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"slugify": "^1.6.9",
|
|
"string-hash": "^1.1.3",
|
|
"url": "^0.11.4"
|
|
},
|
|
"jshintConfig": {
|
|
"esversion": 6
|
|
},
|
|
"stylelint": {
|
|
"extends": "stylelint-config-recommended-scss",
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"media-feature-name-no-unknown": [
|
|
true,
|
|
{
|
|
"ignoreMediaFeatureNames": [
|
|
"prefers-reduced-motion"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/code-coverage": "^4.0.3",
|
|
"@eslint/js": "^10.0.1",
|
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
"@rollup/plugin-replace": "^6.0.3",
|
|
"@shellygo/cypress-test-utils": "^6.0.6",
|
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
"@types/codemirror": "^5.60.17",
|
|
"@types/color": "^4.2.1",
|
|
"@types/cors": "^2.8.19",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/geojson": "^7946.0.16",
|
|
"@types/json-to-ast": "^2.1.4",
|
|
"@types/lodash.capitalize": "^4.2.9",
|
|
"@types/lodash.clamp": "^4.0.9",
|
|
"@types/lodash.clonedeep": "^4.5.9",
|
|
"@types/lodash.get": "^4.4.9",
|
|
"@types/lodash.isequal": "^4.5.8",
|
|
"@types/lodash.throttle": "^4.1.9",
|
|
"@types/randomcolor": "^0.5.9",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-aria-menubutton": "^6.2.14",
|
|
"@types/react-aria-modal": "^5.0.0",
|
|
"@types/react-collapse": "^5.0.4",
|
|
"@types/react-color": "^3.0.13",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/string-hash": "^1.1.3",
|
|
"@types/wicg-file-system-access": "^2023.10.7",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"@vitest/coverage-v8": "^4.1.4",
|
|
"cors": "^2.8.6",
|
|
"cypress": "^15.13.1",
|
|
"cypress-plugin-tab": "^2.0.0",
|
|
"eslint": "^10.2.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"i18next-cli": "^1.53.2",
|
|
"istanbul": "^0.4.5",
|
|
"istanbul-lib-coverage": "^3.2.2",
|
|
"postcss": "^8.5.10",
|
|
"react-hot-loader": "^4.13.1",
|
|
"sass": "^1.99.0",
|
|
"stylelint": "^17.7.0",
|
|
"stylelint-config-recommended-scss": "^17.0.1",
|
|
"stylelint-scss": "^7.0.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.58.2",
|
|
"uuid": "^13.0.0",
|
|
"vite": "^7.3.2",
|
|
"vite-plugin-istanbul": "^8.0.0",
|
|
"vitest": "^4.1.4"
|
|
}
|
|
}
|