Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2025

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.intellij.plugins:verifier-cli (source) 1.395 -> 1.396 age confidence

Release Notes

JetBrains/intellij-plugin-verifier (org.jetbrains.intellij.plugins:verifier-cli)

v1.396

Compare Source

Added
  • IntelliJ Structure API: introduce 3 new specialized dependency classes: ContentModuleDependency, DependsPluginDependency, PluginMainModuleDependency. They are used to store precise information about plugin dependencies
  • IntelliJ Structure API: IdePlugin: add three new properties that store dependency information: dependsList, pluginMainModuleDependencies, contentModuleDependencies
  • IntelliJ Structure API: IdePlugin: add pluginAliases property (built from <module value="..."/> elements in the plugin descriptor; naming in xml is confusing, and is so due to historic reasons)
Changed
  • Add JARs in the 'lib' directory to the plugin classpath (#​1343, MP-7742)
  • IntelliJ Structure API: rename ListItemBean to PluginAliasBean, ListItemAdapter to PluginAliasItemAdapter
  • IntelliJ Structure API: PluginBean: rename incompatibleModules to incompatibleWith, modules to pluginAliases
  • IntelliJ Structure API: IdePlugin: deprecate incompatibleModules, use incompatibleWith instead
  • IntelliJ Structure API: IdePlugin: deprecate definedModules. It is composed as a concatenation of pluginAliases and contentModules, use them explicitly instead
  • IntelliJ Structure API: IdePlugin: deprecate dependencies. It contains mixed dependencies, including ones from the content modules. Migrate to dependsList, pluginMainModuleDependencies, contentModuleDependencies where possible
  • IntelliJ Structure API: ModuleDescriptor: property dependencies is removed in favor of an extension property with the same name

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Changes regarding dependent libraries label Oct 15, 2025
@renovate renovate bot requested a review from nakamura-to October 15, 2025 10:55
@renovate renovate bot merged commit f04d9a1 into main Oct 15, 2025
5 checks passed
@renovate renovate bot deleted the renovate/pluginverifier branch October 15, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes regarding dependent libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant