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 lemminx.version from 0.22.0 to 0.23.2 in /lemminx-maven #330

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2022

Bumps lemminx.version from 0.22.0 to 0.23.2.
Updates org.eclipse.lemminx from 0.22.0 to 0.23.2

Changelog

Sourced from org.eclipse.lemminx's changelog.

0.23.2 (December 15, 2022)

Bug Fixes

  • Add explicit no-arg constructor for ConfigurationItemEdit. See #1412.

0.23.1 (December 15, 2022)

Bug Fixes

  • Fix "Surround with ..." when using the binary server. See #1410.
  • Fix "Register catalog" code lens when using the binary server. See #1411.

0.23.0 (December 14, 2022)

Enhancements

  • Codelens, completion, definition, documentLink, highlighting, references, rename support in RelaxNG file. See #1400.
  • Surround selection with XML element. See #1389.
  • Enable the experimental formatter by default and add xml.format.legacy setting to retain previous formatter. See #1377.
  • Add validation support for XInclude. See #1387.
  • Full support for xml.format.maxLineWidth with experimental formatter. See #1248, #1359, and #1363.
  • Add codelens and command to register/unregister catalog. See #1390.
  • Support files.trimTrailingWhitespace setting with experimental formatter. See #1310.
  • Remove xml.format.preserveEmptyContent setting for experimental formatter. See #1346.
  • Improve text content formatting for experimental formatter. See #1331.

Performance

  • Improve formatting performance with xml.format.grammarAwareFormatting setting. See #1368.

Bug Fixes

  • NPE in CodeLens with empty XML file. See #1396.
  • RelaxNG schema validation not working when DOCTYPE declaration is missing. See #1393.
  • XSD based Autocompletion for substitutionGroup. See #1386.
  • Generate grammar fails on first attempt with experimental formatter. See #1382.
  • Applying XML completion generates invalid XML content. See #1373.
  • Generate and bind schema doesn't work with experimental formatter. See #1365.
  • Add tests for xml.format.grammarAwareFormatting setting and restore mixed content behaviour. See #1364.
  • Prevent exception in DomElementFormatter.formatEndTagElement(). See #1361.
  • Fix unexpected behavior of xml.format.preservedNewlines with experimental formatter. See #1341.
  • Autoclose tag generates an unexpected >. See #1221.

Build

Commits
  • b699556 [maven-release-plugin] prepare release 0.23.2
  • 5873946 Add explicit no-arg constructor for ConfigurationItemEdit.
  • 3098c72 [maven-release-plugin] prepare for next development iteration
  • d4e0302 [maven-release-plugin] prepare release 0.23.1
  • 2647625 Fix "Register catalog" code lens when using binary server
  • 06cf067 Fix "Surround with ..." when using the binary server
  • 13fce87 [maven-release-plugin] prepare for next development iteration
  • 25c9a09 [maven-release-plugin] prepare release 0.23.0
  • 75eaf24 Update CHANGELOG for 0.23.0
  • 71f9a00 Surround with tags with adjust don't show the allowed elements in
  • Additional commits viewable in compare view

Updates org.eclipse.lemminx from 0.22.0 to 0.23.2

Changelog

Sourced from org.eclipse.lemminx's changelog.

0.23.2 (December 15, 2022)

Bug Fixes

  • Add explicit no-arg constructor for ConfigurationItemEdit. See #1412.

0.23.1 (December 15, 2022)

Bug Fixes

  • Fix "Surround with ..." when using the binary server. See #1410.
  • Fix "Register catalog" code lens when using the binary server. See #1411.

0.23.0 (December 14, 2022)

Enhancements

  • Codelens, completion, definition, documentLink, highlighting, references, rename support in RelaxNG file. See #1400.
  • Surround selection with XML element. See #1389.
  • Enable the experimental formatter by default and add xml.format.legacy setting to retain previous formatter. See #1377.
  • Add validation support for XInclude. See #1387.
  • Full support for xml.format.maxLineWidth with experimental formatter. See #1248, #1359, and #1363.
  • Add codelens and command to register/unregister catalog. See #1390.
  • Support files.trimTrailingWhitespace setting with experimental formatter. See #1310.
  • Remove xml.format.preserveEmptyContent setting for experimental formatter. See #1346.
  • Improve text content formatting for experimental formatter. See #1331.

Performance

  • Improve formatting performance with xml.format.grammarAwareFormatting setting. See #1368.

Bug Fixes

  • NPE in CodeLens with empty XML file. See #1396.
  • RelaxNG schema validation not working when DOCTYPE declaration is missing. See #1393.
  • XSD based Autocompletion for substitutionGroup. See #1386.
  • Generate grammar fails on first attempt with experimental formatter. See #1382.
  • Applying XML completion generates invalid XML content. See #1373.
  • Generate and bind schema doesn't work with experimental formatter. See #1365.
  • Add tests for xml.format.grammarAwareFormatting setting and restore mixed content behaviour. See #1364.
  • Prevent exception in DomElementFormatter.formatEndTagElement(). See #1361.
  • Fix unexpected behavior of xml.format.preservedNewlines with experimental formatter. See #1341.
  • Autoclose tag generates an unexpected >. See #1221.

Build

Commits
  • b699556 [maven-release-plugin] prepare release 0.23.2
  • 5873946 Add explicit no-arg constructor for ConfigurationItemEdit.
  • 3098c72 [maven-release-plugin] prepare for next development iteration
  • d4e0302 [maven-release-plugin] prepare release 0.23.1
  • 2647625 Fix "Register catalog" code lens when using binary server
  • 06cf067 Fix "Surround with ..." when using the binary server
  • 13fce87 [maven-release-plugin] prepare for next development iteration
  • 25c9a09 [maven-release-plugin] prepare release 0.23.0
  • 75eaf24 Update CHANGELOG for 0.23.0
  • 71f9a00 Surround with tags with adjust don't show the allowed elements in
  • Additional commits viewable in compare view

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)

Bumps `lemminx.version` from 0.22.0 to 0.23.2.

Updates `org.eclipse.lemminx` from 0.22.0 to 0.23.2
- [Release notes](https://github.com/eclipse/lemminx/releases)
- [Changelog](https://github.com/eclipse/lemminx/blob/main/CHANGELOG.md)
- [Commits](eclipse/lemminx@0.22.0...0.23.2)

Updates `org.eclipse.lemminx` from 0.22.0 to 0.23.2
- [Release notes](https://github.com/eclipse/lemminx/releases)
- [Changelog](https://github.com/eclipse/lemminx/blob/main/CHANGELOG.md)
- [Commits](eclipse/lemminx@0.22.0...0.23.2)

---
updated-dependencies:
- dependency-name: org.eclipse.lemminx:org.eclipse.lemminx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.lemminx:org.eclipse.lemminx:tests
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2022
@mickaelistria mickaelistria merged commit 2cce701 into master Dec 16, 2022
@dependabot dependabot bot deleted the dependabot/maven/lemminx-maven/lemminx.version-0.23.2 branch December 16, 2022 08:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant