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 org.sonarsource.api.plugin:sonar-plugin-api to v10 #133

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.sonarsource.api.plugin:sonar-plugin-api (source) 9.5.0.71 -> 10.7.0.2191 age adoption passing confidence

Release Notes

SonarSource/sonar-plugin-api (org.sonarsource.api.plugin:sonar-plugin-api)

v10.7.0.2191

Compare Source

PLUGINAPI-88 Deprecate metrics of old taxonomy
PLUGINAPI-89 Introduce metrics 'new_reliablity_issues', 'new_security_issues' and 'new_maintainability_issues'
PLUGINAPI-90 Change domain for metrics

v10.6.0.2114

Compare Source

PLUGINAPI-82 Add clean code taxonomy metrics for branch overview page
PLUGINAPI-83 Fix Javadoc for CoreMetrics SECURITY_ISSUES, MAINTAINABILITY_ISSUES, RELIABILITY_ISSUES
PLUGINAPI-84 Deprecate metric high_impact_accepted_issues

v10.5.0.2090

Compare Source

PLUGINAPI-72 Deprecate Status/Resolution in favour of issueStatus

v10.4.0.2064

Compare Source

PLUGINAPI-74 - Update promotion step
PLUGINAPI-76 - Javadoc for org.sonar.api.config.Configuration is wrong
PLUGINAPI-77 - Deprecate Confirm transition
PLUGINAPI-79 - Add new metric pull_request_fixed_issues
PLUGINAPI-80 - Add new metrics new_accepted_issues and high_impact_accepted_issues

v10.3.0.1951

Compare Source

PLUGINAPI-70 Add new resolution 'Accepted' and default transition 'Accept'
PLUGINAPI-71 Replace won't fix metric with accepted

v10.2.0.1908

Compare Source

What's Changed
Task

PLUGINAPI-65 Change order of selection for best impact selection for backmapping

PLUGINAPI-67 Remove CCT and Impacts from security hotspots

Improvement

PLUGINAPI-68 Introduce email property type

v10.1.0.809

Compare Source

What's Changed

Bug

PLUGINAPI-61 Fix description for sqale_index metric

New Feature

PLUGINAPI-56 Allow to define Clean Code Attribute on Rule Definition

PLUGINAPI-57 Allow to define Clean Code Attribute on ExternalRule and AdHocRule

PLUGINAPI-58 Allow to define default Impact on Rule Definition and override Impact on issue

PLUGINAPI-60 Allow to define Impact on ExternalIssue and AdHocRule

Task

PLUGINAPI-59 Deprecate RuleType and Severity

PLUGINAPI-62 Revert Rule Characteristics

PLUGINAPI-63 Changes on Clean Code taxonomy

PLUGINAPI-64 Mark external issue cleanCodeAttribute and impacts as @​Beta

v10.0.0.695

Compare Source

What's Changed

Bug

PLUGINAPI-24 Invalid module-info.class file in the jar

Documentation

PLUGINAPI-28 Add Javadoc to ServletFilter and HttpFilter

Task

PLUGINAPI-10 Deprecate or remove product related APIs

PLUGINAPI-33 Remove deprecated classes and methods

PLUGINAPI-44 Move test utilities to the test-fixtures module

PLUGINAPI-48 Deprecate 'ServletFilter.Builder#staticResourcePatterns'

PLUGINAPI-50 Deprecate CWE years

Improvement

PLUGINAPI-14 Remove mentions of SonarQube in rule repositories

v9.17.0.587

Compare Source

What's Changed

  • PLUGINAPI-40 LogTester doesn't intercept logged exceptions
  • PLUGINAPI-41 LogTester can throw 'ConcurrentModificationException' if logs are written and asserted concurrently
  • PLUGINAPI-47 Add code variants to issues

v9.16.0.560

Compare Source

What's Changed

v9.15.0.435

Compare Source

What's Changed

Added

  • PLUGINAPI-35 Expose file content hash in plugin API
  • PLUGINAPI-36 Remove dependency on logback
  • PLUGINAPI-39 Add woff2 to static resource filter list

v9.14.0.375

Compare Source

What's Changed

Added

  • PLUGINAPI-34 Add new aliases for sonar.test.inclusions and sonar.test.exclusions

v9.13.0.360

Compare Source

What's Changed

  • PLUGINAPI-8 Introduce an API to contribute quick fixes
  • PLUGINAPI-31 Support code highlighting in the issue messages

Full Changelog: SonarSource/sonar-plugin-api@9.12.0.310...9.13.0.360\*\*

v9.12.0.310

Compare Source

What's Changed

New Contributors

Full Changelog: SonarSource/sonar-plugin-api@9.11.0.290...9.12.0.310

v9.11.0.290

Compare Source

What's Changed

  • PLUGINAPI-22 Empty content for rule description section should not be allowed
  • PLUGINAPI-25 Introduce support for data and execution flows

Full Changelog: SonarSource/sonar-plugin-api@9.10.0.269...9.11.0.290

v9.10.0.269

Compare Source

Changelog

Added
  • Add ZipUtils.unzip new overloaded methods to limit unzipped size PLUGINAPI-23

v9.9.0.229

Compare Source

Changelog

Added
  • SensorContext.markAsUnchanged: Sensors can flag files that have unchanged data. This allows the platform to perform optimizations in some situations (PLUGINAPI-20)
  • NewRule.addWaspAsvs: Analyzers can report OWASP Application Security Verification Standard requirements for rules that they declare (PLUGINAPI-19)

v9.8.0.203

Compare Source

Changelog

Added
  • NewRule.addEducationPrincipleKeys: Register a list of education principle keys to link to the rule (PLUGINAPI-15)
  • NewIssue.setRuleDescriptionContextKey: Set the optional rule description section context key (PLUGINAPI-16)

v9.7.0.160

Compare Source

Changelog

Added
  • RuleDescriptionSectionBuilder.context: Define a context for rule description sections (PLUGINAPI-12)

v9.6.1.114

Compare Source

Changelog

❌ Breaking changes without deprecation
  • RuleDescriptionSectionKeys: Supported rule description section keys defined in v9.6 were changed

v9.6.0.104

Compare Source

Changelog

Added
  • NewRule.addDescriptionSection: Add multiple description sections to rules. PLUGINAPI-6
⚠️ Deprecated
  • NewRule.setMarkdownDescription: Use NewRule.addDescriptionSection with HTML instead. PLUGINAPI-5

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-sonar.apiversion branch from a032cd9 to c707ba5 Compare October 23, 2023 10:01
@renovate renovate bot changed the title Update dependency org.sonarsource.api.plugin:sonar-plugin-api to v10 fix(deps): update dependency org.sonarsource.api.plugin:sonar-plugin-api to v10 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/major-sonar.apiversion branch from c707ba5 to 4e217b1 Compare November 7, 2023 11:26
@renovate renovate bot force-pushed the renovate/major-sonar.apiversion branch 2 times, most recently from 1c3e12d to 2f72c65 Compare January 19, 2024 12:02
@renovate renovate bot force-pushed the renovate/major-sonar.apiversion branch from 2f72c65 to 21eaaef Compare January 30, 2024 15:27
@renovate renovate bot force-pushed the renovate/major-sonar.apiversion branch from 21eaaef to c63e68a Compare March 21, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants