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

Update dependency pmd to v7 #282

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Update dependency pmd to v7 #282

merged 2 commits into from
Aug 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pmd (source) 6.55.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 - "after 7am and before 11am every weekday" in timezone Europe/London, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 26, 2024
@renovate renovate bot enabled auto-merge (squash) March 26, 2024 07:58
@renovate renovate bot force-pushed the renovate/pmd-7.x branch 3 times, most recently from 9f520a8 to 9675b42 Compare April 1, 2024 10:58
@renovate renovate bot force-pushed the renovate/pmd-7.x branch 2 times, most recently from 1d3610d to 17fc68b Compare April 26, 2024 07:21
@renovate renovate bot force-pushed the renovate/pmd-7.x branch 2 times, most recently from 1178d7f to 54db83b Compare May 6, 2024 10:51
@renovate renovate bot force-pushed the renovate/pmd-7.x branch 3 times, most recently from f904ff8 to 7235ab7 Compare May 27, 2024 09:52
@renovate renovate bot force-pushed the renovate/pmd-7.x branch 2 times, most recently from 90ad983 to 571534c Compare June 3, 2024 09:56
@renovate renovate bot force-pushed the renovate/pmd-7.x branch 2 times, most recently from 4271540 to 810e906 Compare July 4, 2024 09:05
@renovate renovate bot force-pushed the renovate/pmd-7.x branch 5 times, most recently from bbb0b06 to 6657e77 Compare July 12, 2024 11:23
@renovate renovate bot force-pushed the renovate/pmd-7.x branch 2 times, most recently from b4f3b42 to 7ed8262 Compare July 19, 2024 10:51
@renovate renovate bot merged commit e8cc39f into master Aug 13, 2024
1 of 2 checks passed
@renovate renovate bot deleted the renovate/pmd-7.x branch August 13, 2024 14:45
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