You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/12/31 13:54:43 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #988: Bump codemirror from 5.65.11 to 6.0.1 in /ui

dependabot[bot] opened a new pull request, #988:
URL: https://github.com/apache/streampipes/pull/988

   Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.65.11 to 6.0.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md">codemirror's changelog</a>.</em></p>
   <blockquote>
   <h2>6.0.1 (2022-06-30)</h2>
   <h3>Bug fixes</h3>
   <p>Work around limitations in tree-shaking software that prevented <code>basicSetup</code> from being removed when unused.</p>
   <h2>6.0.0 (2022-06-08)</h2>
   <h3>Breaking changes</h3>
   <p>Change the package name from <code>@codemirror/example-setup</code> to just <code>codemirror</code>.</p>
   <p>The package no longer exports <code>EditorState</code> (since that is no longer necessary to set up a basic editor).</p>
   <h3>New features</h3>
   <p>The new <code>minimalSetup</code> export provides a minimal set of editor extensions.</p>
   <h2>0.20.0 (2022-04-20)</h2>
   <h3>Breaking changes</h3>
   <p>Update dependencies to 0.20.0</p>
   <h2>0.19.3 (2022-03-30)</h2>
   <h3>New features</h3>
   <p>Add the extension that shows a crosshair cursor when Alt is held down to the basic setup.</p>
   <h2>0.19.1 (2021-12-13)</h2>
   <h3>New features</h3>
   <p>The basic setup now includes the <code>dropCursor</code> extension.</p>
   <h2>0.19.0 (2021-08-11)</h2>
   <h3>Breaking changes</h3>
   <p>Update dependencies to 0.19.0</p>
   <h2>0.18.2 (2021-05-25)</h2>
   <h3>Bug fixes</h3>
   <p>Fix too-low dependency on <code>@​codemirror/gutter</code> that could cause broken upgrades.</p>
   <h2>0.18.1 (2021-05-15)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/codemirror/basic-setup/commits/6.0.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codemirror&package-manager=npm_and_yarn&previous-version=5.65.11&new-version=6.0.1)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti closed pull request #988: Bump codemirror from 5.65.11 to 6.0.1 in /ui

Posted by GitBox <gi...@apache.org>.
bossenti closed pull request #988: Bump codemirror from 5.65.11 to 6.0.1 in /ui
URL: https://github.com/apache/streampipes/pull/988


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] smlabt commented on pull request #988: Bump codemirror from 5.65.11 to 6.0.1 in /ui

Posted by GitBox <gi...@apache.org>.
smlabt commented on PR #988:
URL: https://github.com/apache/streampipes/pull/988#issuecomment-1379543592

   I think we can not update codemirror to v6 until [ngx-codemirror](https://github.com/scttcper/ngx-codemirror) supports this. So I think we can close this PR for now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti commented on pull request #988: Bump codemirror from 5.65.11 to 6.0.1 in /ui

Posted by GitBox <gi...@apache.org>.
bossenti commented on PR #988:
URL: https://github.com/apache/streampipes/pull/988#issuecomment-1371346909

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti commented on pull request #988: Bump codemirror from 5.65.11 to 6.0.1 in /ui

Posted by GitBox <gi...@apache.org>.
bossenti commented on PR #988:
URL: https://github.com/apache/streampipes/pull/988#issuecomment-1369126399

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] dependabot[bot] commented on pull request #988: Bump codemirror from 5.65.11 to 6.0.1 in /ui

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #988:
URL: https://github.com/apache/streampipes/pull/988#issuecomment-1379550906

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] tenthe commented on pull request #988: Bump codemirror from 5.65.11 to 6.0.1 in /ui

Posted by GitBox <gi...@apache.org>.
tenthe commented on PR #988:
URL: https://github.com/apache/streampipes/pull/988#issuecomment-1377522503

   @dependabot recreate


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti commented on pull request #988: Bump codemirror from 5.65.11 to 6.0.1 in /ui

Posted by GitBox <gi...@apache.org>.
bossenti commented on PR #988:
URL: https://github.com/apache/streampipes/pull/988#issuecomment-1379550032

   thanks @smlabt 🙏🏼 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org