Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/coverage-v8` from 4.1.0 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.1</h2> <h3> 🚀 Features</h3> <ul> <li><strong>experimental</strong>: <ul> <li>Expose <code>matchesTags</code> to test if the current filter matches tags - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9913">vitest-dev/vitest#9913</a> <a href="https://github.com/vitest-dev/vitest/commit/eec53d9f5"><!-- raw HTML omitted -->(eec53)<!-- raw HTML omitted --></a></li> <li>Introduce <code>experimental.vcsProvider</code> - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9928">vitest-dev/vitest#9928</a> <a href="https://github.com/vitest-dev/vitest/commit/561150036"><!-- raw HTML omitted -->(56115)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Mark <code>TestProject.testFilesList</code> internal properly - by <a href="https://github.com/sapphi-red"><code>@sapphi-red</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9867">vitest-dev/vitest#9867</a> <a href="https://github.com/vitest-dev/vitest/commit/54f2660f5"><!-- raw HTML omitted -->(54f26)<!-- raw HTML omitted --></a></li> <li>Detect fixture that returns without calling <code>use</code> - by <a href="https://github.com/oilater"><code>@oilater</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9831">vitest-dev/vitest#9831</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9861">vitest-dev/vitest#9861</a> <a href="https://github.com/vitest-dev/vitest/commit/633ae2303"><!-- raw HTML omitted -->(633ae)<!-- raw HTML omitted --></a></li> <li>Drop vite 8.beta support - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9862">vitest-dev/vitest#9862</a> <a href="https://github.com/vitest-dev/vitest/commit/b78f5389d"><!-- raw HTML omitted -->(b78f5)<!-- raw HTML omitted --></a></li> <li>Type regression in vi.mocked() static class methods - by <a href="https://github.com/purepear"><code>@purepear</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9857">vitest-dev/vitest#9857</a> <a href="https://github.com/vitest-dev/vitest/commit/90926641b"><!-- raw HTML omitted -->(90926)<!-- raw HTML omitted --></a></li> <li>Properly re-evaluate actual modules of mocked external - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9898">vitest-dev/vitest#9898</a> <a href="https://github.com/vitest-dev/vitest/commit/ae5ec03ef"><!-- raw HTML omitted -->(ae5ec)<!-- raw HTML omitted --></a></li> <li>Preserve coverage report when html reporter overlaps - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9889">vitest-dev/vitest#9889</a> <a href="https://github.com/vitest-dev/vitest/commit/2d81ad897"><!-- raw HTML omitted -->(2d81a)<!-- raw HTML omitted --></a></li> <li>Provide <code>vi.advanceTimers</code> to the preview provider - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9891">vitest-dev/vitest#9891</a> <a href="https://github.com/vitest-dev/vitest/commit/1bc3e63be"><!-- raw HTML omitted -->(1bc3e)<!-- raw HTML omitted --></a></li> <li>Don't leak event listener in playwright provider - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9910">vitest-dev/vitest#9910</a> <a href="https://github.com/vitest-dev/vitest/commit/d93550ff7"><!-- raw HTML omitted -->(d9355)<!-- raw HTML omitted --></a></li> <li>Open browser in <code>--standalone</code> mode without running tests - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9911">vitest-dev/vitest#9911</a> <a href="https://github.com/vitest-dev/vitest/commit/e78adcf97"><!-- raw HTML omitted -->(e78ad)<!-- raw HTML omitted --></a></li> <li>Guard disposable and optional <code>body</code> - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9912">vitest-dev/vitest#9912</a> <a href="https://github.com/vitest-dev/vitest/commit/6fdb2ba61"><!-- raw HTML omitted -->(6fdb2)<!-- raw HTML omitted --></a></li> <li>Resolve <code>retry.condition</code> RegExp serialization issue - by <a href="https://github.com/nstepien"><code>@nstepien</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9942">vitest-dev/vitest#9942</a> <a href="https://github.com/vitest-dev/vitest/commit/7b6054328"><!-- raw HTML omitted -->(7b605)<!-- raw HTML omitted --></a></li> <li><strong>collect</strong>: <ul> <li>Don't treat extra props on <code>test</code> return as tests - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9871">vitest-dev/vitest#9871</a> <a href="https://github.com/vitest-dev/vitest/commit/141e72aa1"><!-- raw HTML omitted -->(141e7)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Simplify provider types - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9931">vitest-dev/vitest#9931</a> <a href="https://github.com/vitest-dev/vitest/commit/aaf9f18ae"><!-- raw HTML omitted -->(aaf9f)<!-- raw HTML omitted --></a></li> <li>Load built-in provider without module runner - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9939">vitest-dev/vitest#9939</a> <a href="https://github.com/vitest-dev/vitest/commit/bf8920817"><!-- raw HTML omitted -->(bf892)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Soft assertions continue after .resolves/.rejects promise errors - by <a href="https://github.com/mixelburg"><code>@mixelburg</code></a>, <strong>Maks Pikov</strong>, <strong>Claude Opus 4.6 (1M context)</strong> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9843">vitest-dev/vitest#9843</a> <a href="https://github.com/vitest-dev/vitest/commit/6d74b4948"><!-- raw HTML omitted -->(6d74b)<!-- raw HTML omitted --></a></li> <li>Fix sinon-chai style API - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9943">vitest-dev/vitest#9943</a> <a href="https://github.com/vitest-dev/vitest/commit/0f08dda2c"><!-- raw HTML omitted -->(0f08d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pretty-format</strong>: <ul> <li>Limit output for large object - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Opus 4.6 (1M context)</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9949">vitest-dev/vitest#9949</a> <a href="https://github.com/vitest-dev/vitest/commit/0d5f9d6ef"><!-- raw HTML omitted -->(0d5f9)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.0...v4.1.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1f2d318493"><code>1f2d318</code></a> chore: release v4.1.1</li> <li><a href="aaf9f18ae7"><code>aaf9f18</code></a> fix(coverage): simplify provider types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/9931">#9931</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.1/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.1.0 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v4.1.1</h2> <h3> 🚀 Features</h3> <ul> <li><strong>experimental</strong>: <ul> <li>Expose <code>matchesTags</code> to test if the current filter matches tags - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9913">vitest-dev/vitest#9913</a> <a href="https://github.com/vitest-dev/vitest/commit/eec53d9f5"><!-- raw HTML omitted -->(eec53)<!-- raw HTML omitted --></a></li> <li>Introduce <code>experimental.vcsProvider</code> - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9928">vitest-dev/vitest#9928</a> <a href="https://github.com/vitest-dev/vitest/commit/561150036"><!-- raw HTML omitted -->(56115)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Mark <code>TestProject.testFilesList</code> internal properly - by <a href="https://github.com/sapphi-red"><code>@sapphi-red</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9867">vitest-dev/vitest#9867</a> <a href="https://github.com/vitest-dev/vitest/commit/54f2660f5"><!-- raw HTML omitted -->(54f26)<!-- raw HTML omitted --></a></li> <li>Detect fixture that returns without calling <code>use</code> - by <a href="https://github.com/oilater"><code>@oilater</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9831">vitest-dev/vitest#9831</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9861">vitest-dev/vitest#9861</a> <a href="https://github.com/vitest-dev/vitest/commit/633ae2303"><!-- raw HTML omitted -->(633ae)<!-- raw HTML omitted --></a></li> <li>Drop vite 8.beta support - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9862">vitest-dev/vitest#9862</a> <a href="https://github.com/vitest-dev/vitest/commit/b78f5389d"><!-- raw HTML omitted -->(b78f5)<!-- raw HTML omitted --></a></li> <li>Type regression in vi.mocked() static class methods - by <a href="https://github.com/purepear"><code>@purepear</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9857">vitest-dev/vitest#9857</a> <a href="https://github.com/vitest-dev/vitest/commit/90926641b"><!-- raw HTML omitted -->(90926)<!-- raw HTML omitted --></a></li> <li>Properly re-evaluate actual modules of mocked external - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9898">vitest-dev/vitest#9898</a> <a href="https://github.com/vitest-dev/vitest/commit/ae5ec03ef"><!-- raw HTML omitted -->(ae5ec)<!-- raw HTML omitted --></a></li> <li>Preserve coverage report when html reporter overlaps - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9889">vitest-dev/vitest#9889</a> <a href="https://github.com/vitest-dev/vitest/commit/2d81ad897"><!-- raw HTML omitted -->(2d81a)<!-- raw HTML omitted --></a></li> <li>Provide <code>vi.advanceTimers</code> to the preview provider - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9891">vitest-dev/vitest#9891</a> <a href="https://github.com/vitest-dev/vitest/commit/1bc3e63be"><!-- raw HTML omitted -->(1bc3e)<!-- raw HTML omitted --></a></li> <li>Don't leak event listener in playwright provider - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9910">vitest-dev/vitest#9910</a> <a href="https://github.com/vitest-dev/vitest/commit/d93550ff7"><!-- raw HTML omitted -->(d9355)<!-- raw HTML omitted --></a></li> <li>Open browser in <code>--standalone</code> mode without running tests - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9911">vitest-dev/vitest#9911</a> <a href="https://github.com/vitest-dev/vitest/commit/e78adcf97"><!-- raw HTML omitted -->(e78ad)<!-- raw HTML omitted --></a></li> <li>Guard disposable and optional <code>body</code> - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9912">vitest-dev/vitest#9912</a> <a href="https://github.com/vitest-dev/vitest/commit/6fdb2ba61"><!-- raw HTML omitted -->(6fdb2)<!-- raw HTML omitted --></a></li> <li>Resolve <code>retry.condition</code> RegExp serialization issue - by <a href="https://github.com/nstepien"><code>@nstepien</code></a> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9942">vitest-dev/vitest#9942</a> <a href="https://github.com/vitest-dev/vitest/commit/7b6054328"><!-- raw HTML omitted -->(7b605)<!-- raw HTML omitted --></a></li> <li><strong>collect</strong>: <ul> <li>Don't treat extra props on <code>test</code> return as tests - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9871">vitest-dev/vitest#9871</a> <a href="https://github.com/vitest-dev/vitest/commit/141e72aa1"><!-- raw HTML omitted -->(141e7)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Simplify provider types - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9931">vitest-dev/vitest#9931</a> <a href="https://github.com/vitest-dev/vitest/commit/aaf9f18ae"><!-- raw HTML omitted -->(aaf9f)<!-- raw HTML omitted --></a></li> <li>Load built-in provider without module runner - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9939">vitest-dev/vitest#9939</a> <a href="https://github.com/vitest-dev/vitest/commit/bf8920817"><!-- raw HTML omitted -->(bf892)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Soft assertions continue after .resolves/.rejects promise errors - by <a href="https://github.com/mixelburg"><code>@mixelburg</code></a>, <strong>Maks Pikov</strong>, <strong>Claude Opus 4.6 (1M context)</strong> and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9843">vitest-dev/vitest#9843</a> <a href="https://github.com/vitest-dev/vitest/commit/6d74b4948"><!-- raw HTML omitted -->(6d74b)<!-- raw HTML omitted --></a></li> <li>Fix sinon-chai style API - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9943">vitest-dev/vitest#9943</a> <a href="https://github.com/vitest-dev/vitest/commit/0f08dda2c"><!-- raw HTML omitted -->(0f08d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pretty-format</strong>: <ul> <li>Limit output for large object - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Claude Opus 4.6 (1M context)</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9949">vitest-dev/vitest#9949</a> <a href="https://github.com/vitest-dev/vitest/commit/0d5f9d6ef"><!-- raw HTML omitted -->(0d5f9)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.0...v4.1.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1f2d318493"><code>1f2d318</code></a> chore: release v4.1.1</li> <li><a href="ebfde798fb"><code>ebfde79</code></a> refactor: rename <code>matchesTagsFilter</code> to <code>matchesTags</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9956">#9956</a>)</li> <li><a href="561150036f"><code>5611500</code></a> feat(experimental): introduce <code>experimental.vcsProvider</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9928">#9928</a>)</li> <li><a href="eec53d9f59"><code>eec53d9</code></a> feat(experimental): expose <code>matchesTagsFilter</code> to test if the current filter ...</li> <li><a href="bf89208177"><code>bf89208</code></a> fix(coverage): load built-in provider without module runner (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9939">#9939</a>)</li> <li><a href="5a6086856e"><code>5a60868</code></a> refactor: fix typos (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9950">#9950</a>)</li> <li><a href="aaf9f18ae7"><code>aaf9f18</code></a> fix(coverage): simplify provider types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9931">#9931</a>)</li> <li><a href="6fdb2ba614"><code>6fdb2ba</code></a> fix: guard disposable and optional <code>body</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9912">#9912</a>)</li> <li><a href="e78adcf976"><code>e78adcf</code></a> fix: open browser in <code>--standalone</code> mode without running tests (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9911">#9911</a>)</li> <li><a href="ae5ec03ef9"><code>ae5ec03</code></a> fix: properly re-evaluate actual modules of mocked external (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9898">#9898</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.1/packages/vitest">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Maputnik
A free and open visual editor for the MapLibre GL styles targeted at developers and map designers.
Usage
- 🔗 Design your maps online at https://www.maplibre.org/maputnik/ (all in local storage)
- 🔗 Use the Maputnik CLI for local style development
- In a Docker, run this command and browse to http://localhost:8888, Ctrl+C to stop the server.
docker run -it --rm -p 8888:8000 ghcr.io/maplibre/maputnik:main
To see the CLI options (for example file watching or style serving) run:
docker run -it --rm -p 8888:8000 ghcr.io/maplibre/maputnik:main --help
You might need to mount a volume (-v) to be able to use these options.
Documentation
The documentation can be found in the Wiki. You are welcome to collaborate!
- 🔗 Study the Maputnik Wiki
- 📹 Design a map from Scratch https://youtu.be/XoDh0gEnBQo
Develop
Maputnik is written in typescript and is using React and MapLibre GL JS.
We ensure building and developing Maputnik works with the current active LTS Node.js version and above.
Check out our Internationalization guide for UI text related changes.
Getting Involved
Join the #maplibre or #maputnik slack channel at OSMUS: get an invite at https://slack.openstreetmap.us/ Read the the below guide in order to get familiar with how we do things around here.
Install the deps, start the dev server and open the web browser on http://localhost:8888/.
# install dependencies
npm install
# start dev server
npm run start
If you want Maputnik to be accessible externally use the --host option:
# start externally accessible dev server
npm run start -- --host 0.0.0.0
The build process will watch for changes to the filesystem, rebuild and autoreload the editor.
npm run build
Lint the JavaScript code.
# run linter
npm run lint
npm run lint-css
npm run sort-styles
Tests
For E2E testing we use Cypress
Cypress doesn't start a server so you'll need to start one manually by running npm run start.
Now open a terminal and run the following using chrome:
npm run test
or firefox:
npm run test -- --browser firefox
See the following docs for more info: (Launching Browsers)[https://docs.cypress.io/guides/guides/launching-browsers]
You can also see the tests as they run or select which suites to run by executing:
npm run cy:open
Release process
- Review
CHANGELOG.md- Double-check that all changes included in the release are appropriately documented.
- To-be-released changes should be under the "main" header.
- Commit any final changes to the changelog.
- Run Create bump version PR by manual workflow dispatch and set the version number in the input. This will create a PR that changes the changelog and
package.jsonfile to review and merge. - Once merged, an automatic process will kick in and creates a GitHub release and uploads release assets.
Sponsors
Thanks to the supporters of the Kickstarter campaign. This project would not be possible without these commercial and individual sponsors. You can see this file's history for previous sponsors of the original Maputnik repo. Read more about the MapLibre Sponsorship Program at https://maplibre.org/sponsors/.
License
Maputnik is licensed under MIT and is Copyright (c) Lukas Martinelli and Maplibre contributors. As contributor please take extra care of not violating any Mapbox trademarks. Do not get inspired by other map studios and make your own decisions for a good style editor.
