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

chore(deps): bump pmd.version from 6.42.0 to 6.55.0 #143

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 24, 2023

Bumps pmd.version from 6.42.0 to 6.55.0.
Updates pmd-core from 6.42.0 to 6.55.0

Release notes

Sourced from pmd-core's releases.

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • Additional commits viewable in compare view

Updates pmd-java from 6.42.0 to 6.55.0

Release notes

Sourced from pmd-java's releases.

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • Additional commits viewable in compare view

Updates pmd-javascript from 6.42.0 to 6.55.0

Release notes

Sourced from pmd-javascript's releases.

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • Additional commits viewable in compare view

Updates pmd-jsp from 6.42.0 to 6.55.0

Release notes

Sourced from pmd-jsp's releases.

PMD 6.55.0 (25-February-2023)

25-February-2023 - 6.55.0

The PMD team is pleased to announce PMD 6.55.0.

This is a minor release.

Table Of Contents

New and noteworthy

PMD 7 Development

This release is the last planned release of PMD 6. The first version 6.0.0 was released in December 2017. Over the course of more than 5 years we published almost every month a new minor version of PMD 6 with new features and improvements.

Already in November 2018 we started in parallel the development of the next major version 7.0.0, and we are now in the process of finalizing the scope of the major version. We want to release a couple of release candidates before publishing the final version 7.0.0.

We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 Tracking Issue #3898](pmd/pmd#3898).

Java 20 Support

This release of PMD brings support for Java 20. There are no new standard language features.

PMD supports JEP 433: Pattern Matching for switch (Fourth Preview) and JEP 432: Record Patterns (Second Preview) as preview language features.

In order to analyze a project with PMD that uses these language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 20-preview:

export PMD_JAVA_OPTS=--enable-preview
./run.sh pmd --use-version java-20-preview ...

T-SQL support

Thanks to the contribution from Paul Guyot PMD now has CPD support for T-SQL (Transact-SQL).

... (truncated)

Commits
  • ef34553 [maven-release-plugin] prepare release pmd_releases/6.55.0
  • b491afc Prepare pmd release 6.55.0
  • 1abf8e0 Merge pull request #4407 from adangel:pmd6-release-notes-6.55.0
  • 8bdfc95 Merge pull request #4377 from adangel:pmd6-java-20
  • 2db7255 Merge pull request #4395 from adangel:pmd6-support-env-CLASSPATH
  • 794263c [doc] Update release notes - last pmd6 release, pmd7 development
  • 67c8daa Merge pull request #4398 from adangel/pmd6-cpd-usage-text
  • 17364a9 [doc] CPD - use non deprecated --dir cli option
  • a74bf96 [doc] Update gitter urls, update codacy badge
  • af6d502 Merge pull request #4390 from pguyot:w06/add_support_for_tsql
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 24, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/main/pmd.version-6.55.0 branch from 831165e to bc5fd9b Compare March 27, 2023 14:25
Bumps `pmd.version` from 6.42.0 to 6.55.0.

Updates `pmd-core` from 6.42.0 to 6.55.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.42.0...pmd_releases/6.55.0)

Updates `pmd-java` from 6.42.0 to 6.55.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.42.0...pmd_releases/6.55.0)

Updates `pmd-javascript` from 6.42.0 to 6.55.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.42.0...pmd_releases/6.55.0)

Updates `pmd-jsp` from 6.42.0 to 6.55.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/6.42.0...pmd_releases/6.55.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-javascript
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-jsp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/main/pmd.version-6.55.0 branch from bc5fd9b to af6eac3 Compare March 27, 2023 14:53
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.

0 participants