mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
chore(deps): Bump cypress-io/github-action from 6.10.2 to 6.10.3 (#1472)
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.10.2 to 6.10.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/github-action/releases">cypress-io/github-action's releases</a>.</em></p> <blockquote> <h2>v6.10.3</h2> <h2><a href="https://github.com/cypress-io/github-action/compare/v6.10.2...v6.10.3">6.10.3</a> (2025-10-23)</h2> <h3>Bug Fixes</h3> <ul> <li>add type commonjs to package.json (<a href="https://redirect.github.com/cypress-io/github-action/issues/1544">#1544</a>) (<a href="e65cba2e73">e65cba2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e65cba2e73"><code>e65cba2</code></a> fix: add type commonjs to package.json (<a href="https://redirect.github.com/cypress-io/github-action/issues/1544">#1544</a>)</li> <li><a href="8e36dc9c39"><code>8e36dc9</code></a> chore(deps): update cypress to 15.5.0 (<a href="https://redirect.github.com/cypress-io/github-action/issues/1550">#1550</a>)</li> <li><a href="aa00c21e56"><code>aa00c21</code></a> chore: migrate to ESLint extends config structure (<a href="https://redirect.github.com/cypress-io/github-action/issues/1545">#1545</a>)</li> <li><a href="eb6ecdba5f"><code>eb6ecdb</code></a> chore(deps): update markdown-link-check to 3.14.1 (<a href="https://redirect.github.com/cypress-io/github-action/issues/1548">#1548</a>)</li> <li><a href="16752e2248"><code>16752e2</code></a> test(deps): add Node.js 25 (current) support (<a href="https://redirect.github.com/cypress-io/github-action/issues/1549">#1549</a>)</li> <li><a href="e17a084cf5"><code>e17a084</code></a> chore(deps): update cypress to 15.4.0 (<a href="https://redirect.github.com/cypress-io/github-action/issues/1547">#1547</a>)</li> <li><a href="38f9a02ac2"><code>38f9a02</code></a> chore(deps): update cypress to 15.3.0 (<a href="https://redirect.github.com/cypress-io/github-action/issues/1543">#1543</a>)</li> <li><a href="6684394211"><code>6684394</code></a> test(deps): update setup-chrome to v2 (<a href="https://redirect.github.com/cypress-io/github-action/issues/1541">#1541</a>)</li> <li><a href="14fc5fa363"><code>14fc5fa</code></a> docs: remove additional 'use: ./' syntax duplicated explanations (<a href="https://redirect.github.com/cypress-io/github-action/issues/1540">#1540</a>)</li> <li><a href="b986d12248"><code>b986d12</code></a> chore(deps): update cypress to 15.2.0 (<a href="https://redirect.github.com/cypress-io/github-action/issues/1539">#1539</a>)</li> <li>Additional commits viewable in <a href="b8ba51a856...e65cba2e73">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
||||
with: { persist-credentials: false }
|
||||
- run: npm ci
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2
|
||||
uses: cypress-io/github-action@e65cba2e7319696fc0fdc4d5a319b737aec4ba1c # v6.10.3
|
||||
with:
|
||||
build: npm run build
|
||||
start: npm run start
|
||||
@@ -133,7 +133,7 @@ jobs:
|
||||
with: { persist-credentials: false }
|
||||
- run: npm ci
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2
|
||||
uses: cypress-io/github-action@e65cba2e7319696fc0fdc4d5a319b737aec4ba1c # v6.10.3
|
||||
with:
|
||||
build: docker build -t maputnik .
|
||||
start: docker run --rm --network host maputnik --port=8888
|
||||
|
||||
Reference in New Issue
Block a user