Skip to content

Update plugin com.fueledbycaffeine.spotlight to v1.6.9#2226

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.fueledbycaffeine.spotlight-1.x
Open

Update plugin com.fueledbycaffeine.spotlight to v1.6.9#2226
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.fueledbycaffeine.spotlight-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 7, 2025

This PR contains the following updates:

Package Change Age Confidence
com.fueledbycaffeine.spotlight 1.3.41.6.9 age confidence

Release Notes

joshfriend/spotlight (com.fueledbycaffeine.spotlight)

v1.6.9

IDE plugin
  • Add "Replace Spotlight with Selection" action (Cmd+Shift+I) to replace the entire module selection with the currently selected project(s)
  • Add notifications when a project is added/removed from Spotlight
  • Actions are now dumb-aware
  • Fix error returning null widget presentation
  • Bump minimum and target IntelliJ version to 252

v1.6.8

IDE plugin
  • Change default indexing behavior to ALL_PROJECTS_EXCLUDE_BUILD

v1.6.7

IDE plugin
  • Fix status bar widget showing "inactive" during dumb mode

v1.6.6

IDE plugin
  • Add Search Everywhere contributor for Gradle project paths (shift + shift, type or paste a gradle path)
  • Improve fuzzy matching with prefix-per-word support
  • Fix build file reference handling and completion
  • Fix ide-projects.txt highlighting entire file on Cmd+hover
  • Fix SerializationException when saving external project data
  • Improve project stale banner and add sync stale detection
  • Add IDE support for spotlight-rules.json
  • Add configurable IDE exclusion policy setting
buildscript-utils
  • Switch to moshi-ir codegen, generated JSON adapters are now packaged in the jar
  • Add JSON schema for spotlight-rules.json

v1.6.5

IDE plugin
  • Add custom language support for ide-projects.txt and all-projects.txt files
  • Add project path completion in ide-projects.txt and build.gradle files
  • Add path validation with error highlighting and quick-fix suggestions
  • Add Cmd+Click navigation from project() calls and type-safe accessors to build files
  • Support fuzzy matching for project path completion (e.g., "ffapi" matches ":feature-flags:api")
  • Add "Remove All Invalid Paths" action for ide-projects.txt (Opt+Shift+O)

v1.6.4

  • Improved detection of included builds

v1.6.2

  • Update MoshiX version

v1.6.1

  • Improved behavior of showing the IDE plugin notification banner for unloaded projects

v1.6.0

  • Custom parsing implementations may be provided to Spotlight via SPI by implementing BuildscriptParserProvider

v1.5.6

  • IDE plugin reads list of projects from spotlight gradle plugin model builder after sync completes for more accurate project count and indexing settings.

v1.5.5

  • Add Settings.applySpotlightConfiguration() extension to force configuration if Spotlight is applied within another settingsEvaluated {} callback

v1.5.4

  • Added new buildscript-capture-rule rule type that can use regex substitutions to dynamically include projects referenced in a buildscript via non-standard methods.

v1.5.3

  • Removed SpotlightBuildService
  • IDE plugin add/remove actions now work in the "Project Files" view
  • :fixAllProjectsFiles task now moves includes from settings.gradle(.kts) to all-projects.txt

v1.5.2

  • Add custom fields to Develocity build scans ("Spotlight Enabled" and "Spotlight Project Count")

v1.5.1

  • Fixed the IDE plugin editor notification not showing on files from unloaded projects

v1.5.0

  • Type-safe accessor inference is always enabled with what was formerly FULL mode. There is no longer any practical penalty for using it this way so options to configure it have been eliminated.
  • :checkAllProjectsList now validates that settings.gradle(.kts) does not contain any include statements
  • :checkAllProjectsList now ensures all projects discovered via dependency graph are listed
  • :checkAllProjectsList now validates that all listed projects have build files
  • Renamed task :sortAllProjectsList to :fixAllProjectsList
  • Auto-fix more issues with :fixAllProjectsList (removes invalid projects, adds missing projects, and sorts alphabetically)
  • IDE plugin add/remove project actions have better path handling and validation

v1.4.1

  • Fix incorrect line separator used in :sortAllProjectsList

v1.4.0

  • Encapsulate all buildscript parsing I/O in a ValueSource and remove configuration cache hidden workarounds
  • Publish plugin artifact with org.gradle.plugin.api-version attribute, current minimum Gradle version is 8.8
  • Add :checkAllProjectsList task to validate all-projects.txt (sorting)
  • Add :sortAllProjectsList task to automatically sort all-projects.txt

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from f7fa16d to af34610 Compare December 9, 2025 03:34
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.4.0 Update plugin com.fueledbycaffeine.spotlight to v1.4.1 Dec 9, 2025
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch 2 times, most recently from 3237acb to 24e5e22 Compare December 17, 2025 05:42
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.4.1 Update plugin com.fueledbycaffeine.spotlight to v1.5.0 Dec 17, 2025
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.5.0 Update plugin com.fueledbycaffeine.spotlight to v1.5.1 Dec 17, 2025
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 24e5e22 to 62bb942 Compare December 17, 2025 20:29
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.5.1 Update plugin com.fueledbycaffeine.spotlight to v1.5.2 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 62bb942 to 28a6fc4 Compare December 20, 2025 00:33
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 28a6fc4 to 524efb7 Compare January 3, 2026 02:15
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.5.2 Update plugin com.fueledbycaffeine.spotlight to v1.5.3 Jan 3, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 524efb7 to 95eb12a Compare January 9, 2026 20:31
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.5.3 Update plugin com.fueledbycaffeine.spotlight to v1.5.4 Jan 9, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 95eb12a to 9261443 Compare January 13, 2026 21:16
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.5.4 Update plugin com.fueledbycaffeine.spotlight to v1.5.5 Jan 13, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 9261443 to 2603361 Compare January 16, 2026 20:44
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.5.5 Update plugin com.fueledbycaffeine.spotlight to v1.5.6 Jan 16, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 2603361 to 250af1d Compare January 21, 2026 22:04
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.5.6 Update plugin com.fueledbycaffeine.spotlight to v1.6.0 Jan 21, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 250af1d to 19103d2 Compare January 23, 2026 06:00
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.6.0 Update plugin com.fueledbycaffeine.spotlight to v1.6.1 Jan 23, 2026
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.6.1 Update plugin com.fueledbycaffeine.spotlight to v1.6.2 Jan 23, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch 3 times, most recently from 74d5b49 to a13f70b Compare January 27, 2026 19:08
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.6.2 Update plugin com.fueledbycaffeine.spotlight to v1.6.4 Jan 27, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch 2 times, most recently from 24044d7 to e6bc8e5 Compare January 29, 2026 05:56
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.6.4 Update plugin com.fueledbycaffeine.spotlight to v1.6.5 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from e6bc8e5 to 088e103 Compare January 30, 2026 01:48
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.6.5 Update plugin com.fueledbycaffeine.spotlight to v1.6.6 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 088e103 to 6ed39eb Compare February 9, 2026 18:13
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.6.6 Update plugin com.fueledbycaffeine.spotlight to v1.6.7 Feb 9, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch 2 times, most recently from b14530e to aaf9019 Compare February 16, 2026 07:31
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch 3 times, most recently from 9470637 to 84d1aa6 Compare March 5, 2026 10:45
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 84d1aa6 to 10469b7 Compare March 12, 2026 17:48
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.6.7 Update plugin com.fueledbycaffeine.spotlight to v1.6.8 Mar 12, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 10469b7 to 7ef1379 Compare March 13, 2026 11:11
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch 2 times, most recently from aebe8cf to 36a3ee4 Compare March 25, 2026 21:49
@renovate renovate bot changed the title Update plugin com.fueledbycaffeine.spotlight to v1.6.8 Update plugin com.fueledbycaffeine.spotlight to v1.6.9 Mar 25, 2026
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 36a3ee4 to 8516c50 Compare April 1, 2026 18:08
@renovate renovate bot force-pushed the renovate/com.fueledbycaffeine.spotlight-1.x branch from 8516c50 to eccf888 Compare April 8, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants