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 @codemirror/lang-html from 6.4.1 to 6.4.8 #350

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 22, 2024

Bumps @codemirror/lang-html from 6.4.1 to 6.4.8.

Changelog

Sourced from @​codemirror/lang-html's changelog.

6.4.8 (2024-01-23)

Bug fixes

Complete attribute names after whitespace in a tag even when completion isn't explicitly triggered.

6.4.7 (2023-11-27)

Bug fixes

Parse script tags with application/json type as JSON syntax.

6.4.6 (2023-08-28)

Bug fixes

autoCloseTags now generates two separate transactions, so that the completion can be undone separately.

Add highlighting for the content of <script> tags with a type of importmap or speculationrules.

6.4.5 (2023-06-23)

Bug fixes

Fix a bug where HTML autocompletion didn't work when the cursor was at the end of a bit of HTML code inside a mixed-language document.

6.4.4 (2023-06-05)

Bug fixes

Fix a bug where the completed tag names didn't take into account the parent node's declared children in the schema in some circumstances.

6.4.3 (2023-03-27)

Bug fixes

Fix a bug that could cause some nested language regions to be parsed multiple times.

6.4.2 (2023-02-10)

Bug fixes

Fix an issue where autoCloseTags would close self-closing tags when typed directly in front of a word.

Commits
  • 25c64bc Mark version 6.4.8
  • 8efce72 Allow attribute completion even when non-explicit
  • 3be5d7c Mark version 6.4.7
  • 9243968 Parse <script type=application/json> as JSON
  • a52e026 Mark version 6.4.6
  • 3fd4636 Parse importmap/speculationrules script tags as JSON
  • c9673c4 Split auto tag closing into two transactions
  • e7551fa Mark version 6.4.5
  • bcf848c Fix completion at the end of a nested HTML tree
  • 6d7a3dd Mark version 6.4.4
  • 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 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)

Bumps [@codemirror/lang-html](https://github.com/codemirror/lang-html) from 6.4.1 to 6.4.8.
- [Changelog](https://github.com/codemirror/lang-html/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-html@6.4.1...6.4.8)

---
updated-dependencies:
- dependency-name: "@codemirror/lang-html"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 22, 2024
Copy link

what-the-diff bot commented Mar 22, 2024

PR Summary

  • Update of Key Libraries in package-lock.json
    This PR updates several libraries within our package-lock.json file, which are responsible for many of the tool's functionalities.

    -@codemirror/lang-html has been updated from 6.4.1 to its later version 6.4.8. It is a critical component for interpreting HTML code.

    -@codemirror/view version change from 6.2.2 to 6.17.0 means an improvement to the visual display of our code.

    • The @codemirror/state library, which helps manage the state or status of our application, updated from 6.2.0 to 6.4.1.

    • Finally, the library style-mod used for modulating styles has been upgraded from 4.0.0 to 4.1.2.

  • Minor Change in package.json
    This PR also includes an update of the @codemirror/lang-html in the package.json file from 6.4.1 to 6.4.8, maintaining consistency across the project.

Copy link
Author

dependabot bot commented on behalf of github Apr 12, 2024

Superseded by #367.

@dependabot dependabot bot closed this Apr 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/codemirror/lang-html-6.4.8 branch April 12, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants