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

fix(deps): update dependency pmd to v7.4.0 #1182

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pmd (source) 7.2.0 -> 7.4.0 age adoption passing confidence

Release Notes

pmd/pmd (pmd)

v7.4.0: PMD 7.4.0 (26-July-2024)

26-July-2024 - 7.4.0

The PMD team is pleased to announce PMD 7.4.0.

This is a minor release.

Table Of Contents
🌟 New and changed rules
New Rules
  • The new Apex rule AvoidNonRestrictiveQueries finds SOQL and SOSL queries without a where
    or limit statement. This can quickly cause governor limit exceptions.
Changed rules
  • ClassNamingConventions (Apex Codestyle): Two new properties to configure different patterns
    for inner classes and interfaces: innerClassPattern and innerInterfacePattern.
Renamed rules
  • InaccurateNumericLiteral (JavaScript Error Prone) has been renamed from InnaccurateNumericLiteral.
    The old rule name still works but is deprecated.
🐛 Fixed Issues
  • apex
    • #​5094: [apex] "No adapter exists for type" error message printed to stdout instead of stderr
  • apex-bestpractices
    • #​5095: [apex] ApexUnitTestShouldNotUseSeeAllDataTrue false negative due to casing (regression in PMD 7)
  • apex-codestyle
    • #​4800: [apex] ClassNamingConvention: Support naming convention for inner classes
  • apex-performance
    • #​635: [apex] New Rule: Avoid soql/sosl queries without a where clause or limit statement
  • java-bestpractices
    • #​5106: [java] AccessorClassGeneration: Node was null for default constructor
    • #​5110: [java] UnusedPrivateMethod for method referenced by lombok.Builder.ObtainVia
    • #​5117: [java] UnusedPrivateMethod for methods annotated with jakarta.annotation.PostConstruct or PreDestroy
  • java-errorprone
    • #​1488: [java] MissingStaticMethodInNonInstantiatableClass: False positive with Lombok Builder on Constructor
  • javascript-errorprone
    • #​2367: [javascript] InnaccurateNumericLiteral is misspelled
    • #​4716: [javascript] InaccurateNumericLiteral with number 2592000
  • plsql
    • #​5086: [plsql] Fixed issue with missing optional table alias in MERGE usage
    • #​5087: [plsql] Add support for SQL_MACRO
    • #​5088: [plsql] Add support for 'DEFAULT' clause on the arguments of some oracle functions
    • #​5133: [plsql] AssertionError: Root of the tree should implement RootNode for a PL/SQL type declaration
  • cli
    • #​5120: [cli] Can't start designer under Windows
  • core
    • #​5091: [core] PMD CPD v7.3.0 gives deprecation warning for skipLexicalErrors even when not used
🚨 API Changes
  • javascript
✨ External Contributions
📈 Stats
  • 81 commits
  • 32 closed tickets & PRs
  • Days since last release: 27

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

gitstream-cm bot commented Jun 29, 2024

This PR is missing a Jira ticket reference in the title or description.
Please add a Jira ticket reference to the title or description of this PR.

Copy link

gitstream-cm bot commented Jun 29, 2024

🥷 Code experts: no user matched threshold 10

See details

build.gradle

Knowledge based on git-blame:

To learn more about /:\ gitStream - Visit our Docs

@renovate renovate bot force-pushed the renovate/pmdversion branch from 84f175b to 119cea4 Compare July 26, 2024 10:59
@renovate renovate bot changed the title fix(deps): update dependency pmd to v7.3.0 fix(deps): update dependency pmd to v7.4.0 Jul 26, 2024
@renovate renovate bot merged commit fd02407 into master Jul 26, 2024
7 checks passed
@renovate renovate bot deleted the renovate/pmdversion branch July 26, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants