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

Bump prosemirror-model from 1.11.0 to 1.13.0 #1231

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2020

Bumps prosemirror-model from 1.11.0 to 1.13.0.

Changelog

Sourced from prosemirror-model's changelog.

1.13.0 (2020-12-11)

New features

Parse rules can now have a consuming: false property which allows other rules to match their tag or style even when they apply.

1.12.0 (2020-10-11)

New features

The output of toDOM functions can now be a {dom, contentDOM} object specifying the precise parent and content DOM elements.

1.11.2 (2020-09-12)

Bug fixes

Fix issue where 1.11.1 uses an array method not available on Internet Explorer.

1.11.1 (2020-09-11)

Bug fixes

Fix an issue where an inner node's mark information could reset the same mark provided by an outer node in the DOM parser.

Commits
  • cc53b08 Mark version 1.13.0
  • d5a82e5 Implement nonconsuming parse rules (RFC 11)
  • 5564b0e Make rollup.config.js more Windows-compatible
  • 31cf53a Mark version 1.12.0
  • 9ed7f47 Allow DOMOutputSpec values to already be {dom, contentDOM} objects
  • 9df6d80 chore: fix linter errors
  • 4d62ca2 fix typo
  • bd08108 Mark version 1.11.2
  • c7c65ea Fix findIndex is not supported in IE (#53)
  • b8f177e Fix mark with attrs missing in nested mark rule parsing
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels Dec 12, 2020
@juliusknorr
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prosemirror-model-1.13.0 branch from f77f674 to 202c2fb Compare December 14, 2020 08:38
@juliusknorr
Copy link
Member

/compile amend /

Bumps [prosemirror-model](https://github.com/prosemirror/prosemirror-model) from 1.11.0 to 1.13.0.
- [Release notes](https://github.com/prosemirror/prosemirror-model/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-model/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-model@1.11.0...1.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
@npmbuildbot-nextcloud npmbuildbot-nextcloud bot force-pushed the dependabot/npm_and_yarn/prosemirror-model-1.13.0 branch from 202c2fb to 9d1decc Compare December 14, 2020 10:24
@juliusknorr juliusknorr merged commit eaf06e7 into master Dec 14, 2020
@juliusknorr juliusknorr deleted the dependabot/npm_and_yarn/prosemirror-model-1.13.0 branch December 14, 2020 10:36
@rullzer rullzer mentioned this pull request Dec 14, 2020
59 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant