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

dependency: bump pmd.version from 6.41.0 to 6.42.0 #2

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2022

Bumps pmd.version from 6.41.0 to 6.42.0.
Updates pmd-java from 6.41.0 to 6.42.0

Release notes

Sourced from pmd-java's releases.

PMD 6.42.0 (29-January-2022)

29-January-2022 - 6.42.0

The PMD team is pleased to announce PMD 6.42.0.

This is a minor release.

Table Of Contents

New and noteworthy

Javascript: Rhino updated to latest version 1.7.14

Rhino, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.

New rules

  • The new Java rule FinalParameterInAbstractMethod detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.
    <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" />

The rule is part of the quickstart.xml ruleset.

Modified rules

  • The Apex rule ApexDoc has a new property reportProperty. If set to false (default is true if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.

Fixed Issues

  • core
    • #3328: [core] designer.bat errors when JAVAFX_HOME contains spaces

... (truncated)

Commits
  • 391c325 [maven-release-plugin] prepare release pmd_releases/6.42.0
  • 2d6a149 Prepare pmd release 6.42.0
  • 93811d3 Merge pull request #3726 from adangel:issue-3328-designer-bat
  • fb913bd Merge pull request from Vyom-Yadav:CS-PMD-FIX-1
  • fb5e4dc [doc] Update release notes (#3747)
  • 0f01d46 [core] Updated DataType.java
  • c0c2c76 Merge pull request #3722 from adangel:issue-3721-returnemptycollection
  • 6558167 Merge pull request #3674 from adangel:issue-3639-usestringbufferlength
  • ed611cd Add @​gredler as a contributor
  • 3b8f87a Merge pull request #3745 from gredler:pmd-3712
  • Additional commits viewable in compare view

Updates pmd-core from 6.41.0 to 6.42.0

Release notes

Sourced from pmd-core's releases.

PMD 6.42.0 (29-January-2022)

29-January-2022 - 6.42.0

The PMD team is pleased to announce PMD 6.42.0.

This is a minor release.

Table Of Contents

New and noteworthy

Javascript: Rhino updated to latest version 1.7.14

Rhino, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.

New rules

  • The new Java rule FinalParameterInAbstractMethod detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.
    <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" />

The rule is part of the quickstart.xml ruleset.

Modified rules

  • The Apex rule ApexDoc has a new property reportProperty. If set to false (default is true if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.

Fixed Issues

  • core
    • #3328: [core] designer.bat errors when JAVAFX_HOME contains spaces

... (truncated)

Commits
  • 391c325 [maven-release-plugin] prepare release pmd_releases/6.42.0
  • 2d6a149 Prepare pmd release 6.42.0
  • 93811d3 Merge pull request #3726 from adangel:issue-3328-designer-bat
  • fb913bd Merge pull request from Vyom-Yadav:CS-PMD-FIX-1
  • fb5e4dc [doc] Update release notes (#3747)
  • 0f01d46 [core] Updated DataType.java
  • c0c2c76 Merge pull request #3722 from adangel:issue-3721-returnemptycollection
  • 6558167 Merge pull request #3674 from adangel:issue-3639-usestringbufferlength
  • ed611cd Add @​gredler as a contributor
  • 3b8f87a Merge pull request #3745 from gredler:pmd-3712
  • Additional commits viewable in compare view

Updates pmd-javascript from 6.41.0 to 6.42.0

Release notes

Sourced from pmd-javascript's releases.

PMD 6.42.0 (29-January-2022)

29-January-2022 - 6.42.0

The PMD team is pleased to announce PMD 6.42.0.

This is a minor release.

Table Of Contents

New and noteworthy

Javascript: Rhino updated to latest version 1.7.14

Rhino, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.

New rules

  • The new Java rule FinalParameterInAbstractMethod detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.
    <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" />

The rule is part of the quickstart.xml ruleset.

Modified rules

  • The Apex rule ApexDoc has a new property reportProperty. If set to false (default is true if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.

Fixed Issues

  • core
    • #3328: [core] designer.bat errors when JAVAFX_HOME contains spaces

... (truncated)

Commits
  • 391c325 [maven-release-plugin] prepare release pmd_releases/6.42.0
  • 2d6a149 Prepare pmd release 6.42.0
  • 93811d3 Merge pull request #3726 from adangel:issue-3328-designer-bat
  • fb913bd Merge pull request from Vyom-Yadav:CS-PMD-FIX-1
  • fb5e4dc [doc] Update release notes (#3747)
  • 0f01d46 [core] Updated DataType.java
  • c0c2c76 Merge pull request #3722 from adangel:issue-3721-returnemptycollection
  • 6558167 Merge pull request #3674 from adangel:issue-3639-usestringbufferlength
  • ed611cd Add @​gredler as a contributor
  • 3b8f87a Merge pull request #3745 from gredler:pmd-3712
  • Additional commits viewable in compare view

Updates pmd-jsp from 6.41.0 to 6.42.0

Release notes

Sourced from pmd-jsp's releases.

PMD 6.42.0 (29-January-2022)

29-January-2022 - 6.42.0

The PMD team is pleased to announce PMD 6.42.0.

This is a minor release.

Table Of Contents

New and noteworthy

Javascript: Rhino updated to latest version 1.7.14

Rhino, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.

New rules

  • The new Java rule FinalParameterInAbstractMethod detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.
    <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" />

The rule is part of the quickstart.xml ruleset.

Modified rules

  • The Apex rule ApexDoc has a new property reportProperty. If set to false (default is true if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.

Fixed Issues

  • core
    • #3328: [core] designer.bat errors when JAVAFX_HOME contains spaces

... (truncated)

Commits
  • 391c325 [maven-release-plugin] prepare release pmd_releases/6.42.0
  • 2d6a149 Prepare pmd release 6.42.0
  • 93811d3 Merge pull request #3726 from adangel:issue-3328-designer-bat
  • fb913bd Merge pull request from Vyom-Yadav:CS-PMD-FIX-1
  • fb5e4dc [doc] Update release notes (#3747)
  • 0f01d46 [core] Updated DataType.java
  • c0c2c76 Merge pull request #3722 from adangel:issue-3721-returnemptycollection
  • 6558167 Merge pull request #3674 from adangel:issue-3639-usestringbufferlength
  • ed611cd Add @​gredler as a contributor
  • 3b8f87a Merge pull request #3745 from gredler:pmd-3712
  • 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 `pmd.version` from 6.41.0 to 6.42.0.

Updates `pmd-java` from 6.41.0 to 6.42.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.41.0...pmd_releases/6.42.0)

Updates `pmd-core` from 6.41.0 to 6.42.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.41.0...pmd_releases/6.42.0)

Updates `pmd-javascript` from 6.41.0 to 6.42.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.41.0...pmd_releases/6.42.0)

Updates `pmd-jsp` from 6.41.0 to 6.42.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.41.0...pmd_releases/6.42.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-core
  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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2022
@rnveach rnveach closed this Feb 4, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/pmd.version-6.42.0 branch February 4, 2022 00:28
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.

None yet

1 participant