Skip to content

build(deps): update ntconfig to v0.1.1#9

Open
renovate[bot] wants to merge 1 commit intodevfrom
renovate/ntconfig
Open

build(deps): update ntconfig to v0.1.1#9
renovate[bot] wants to merge 1 commit intodevfrom
renovate/ntconfig

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 7, 2026

This PR contains the following updates:

Package Change Age Confidence
re.neotamia.config:ntconfig-yaml 0.0.10.1.1 age confidence
re.neotamia.config:ntconfig-core 0.0.10.1.1 age confidence

Release Notes

NeoTamia/NTConfig (re.neotamia.config:ntconfig-yaml)

v0.1.1

♻️ Code Refactoring
  • Cleanup imports (304e504)
  • core: Optimize version handling and format registration (f2cb68c)
  • core: Simplify migration manager initialization and remove redundant methods (7b80d4f)
🔧 Build System
  • deps: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.2.1 (#​20) (907252d)
  • deps: Update dependency org.jetbrains.kotlin.jvm to v2.3.10 (#​24) (f974859)
  • deps: Update gradle to v9.3.1 (#​21) (0330efa)

v0.1.0

✨ Features
  • Add comment support for YAML and TOML serializers (42bdafd)
  • Add GitHub Actions workflows for CI/CD (669ba34)
  • Add GitHub issue and pull request templates (68e8fd1)
  • build: Initialize Gradle build system with Kotlin JVM, plugins, and dependencies (70d2d11)
  • core: Add ConfigMigrationHelpers for raw config migration utilities (a2bd952)
  • core: Add ConfigMigrationRegistry for managing config migration steps (152b2e6)
  • core: Add ConfigTreeMerger utility for merging NightConfig trees (54a1f6b)
  • core: Add FormatModule and FormatModules for extensible config format registration (db5c6f2)
  • core: Add NamingStrategy and support for custom naming conventions (ee2066d)
  • core: Add save and load methods with String path support and register TypeAdapter in TypeAdapterRegistry (f127eae)
  • core: Add Saveable and SaveableCommented interfaces with support in NTConfig (545593f)
  • core: Add migration methods to NTConfig (9fdebbe)
  • core: Add YAML, JSON, and TOML format modules and registration utilities (4f30b77)
  • core: Enhance (de)serialization with adapter context and serializer refactor (620e9da)
  • core: Implement serializer framework with modular support for JSON, TOML, and YAML (5ba8d51)
  • core: Improve error handling for serialization and deserialization in NTConfig (a39b1ef)
  • core: Introduce unified configuration management system (773511d)
  • core: Simplify TypeAdapter methods by removing AdapterContext parameter (27c5094)
  • migration: Implement configuration versioning and migration management (80f1a92)
  • project: Modularize codebase and add JSON, TOML, and YAML support (57936b9)
🐛 Bug Fixes
  • Annotation issues (03c64a2)
  • core: Support for header comments in CommentedFileConfig (27e9516)
  • Ensure file handles are closed after saving configuration (5764b3c)
  • Float deserialisation (b44077e)
📚 Documentation
  • Add CODE_OF_CONDUCT.md and CONTRIBUTING.md (5179058)
  • core: Add javadoc for NTConfigException.java (e51e603)
♻️ Code Refactoring
  • build: Convert implementation dependencies to api in build scripts (939e7a3)
  • build: Streamline module dependencies and publishing config (dev) (a54b485)
  • Convert classes to data classes and remove redundant methods (3c685f6)
  • core: Extract serde error formatting logic into SerdeErrorFormatter (150ea9a)
  • core: Integrate SerdeContext into NTConfig (839a4bf)
  • core: Remove ConfigMerger and old ConfigMigrationManager classes (b4a005c)
  • core: Remove obsolete config annotations and serializers (cf9f9f0)
  • core: Remove unused enums, data classes, and TypeAdapters in Main.kt (08127a5)
  • core: Rename ConfigVersion to MigrationVersion and update references (0fab121)
  • core: Reorganize migration packages and add javadocs (af4f8a2)
  • core: Replace ConfigMigrationTest with RawConfigMigrationTest (d950e01)
  • core: Simplify backup file name generation in BackupManager (573ad04)
  • main: Fix ktlint imports (1deb543)
  • Relocate Main.kt to re.neotamia.config package (9d8c862)
  • Remove unused merge strategies and add migration tests (6c1231d)
  • Simplify version comparison logic in ConfigMigrationManager (535a2f2)
  • spotless: Fix imports (ecf9bc5)
  • tests: Apply code formatting improvements in ConfigMigrationTest (b55b55d)
  • tests: Replace [@formatter](https://redirect.github.com/formatter):off with spotless:off in ConfigMigrationTest (93ae33b)
  • Update TypeAdapter interface to support generic serialization/deserialization (8291bbe)
🧪 Tests
🔧 Build System
  • Add Release Please configuration (9e8ad80)
  • Add Renovate configuration file for dependency management (18d96f1)
  • deps: Add BoostedYaml support (a51d90d)
  • deps: Add kotlinx.serialization.json and kaml for YAML support (d0978f8)
  • deps: Add NightConfig library and update build configuration (07513ce)
  • deps: Cleanup unused dependencies (87690a4)
  • deps: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.2.0 (#​19) (57afbad)
  • deps: Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.3.1 (#​14) (f1ff246)
  • deps: Update gradle to v9.3.0 (#​16) (5f33853)
  • deps: Update NightConfig to version 3.10.0 (5056d31)
  • deps: Update NightConfig to version 3.10.1 (b44077e)
  • deps: Update NightConfig to version 3.9.0 and add .editorconfig (47a17b3)
  • deps: Update NightConfig to version 3.9.1 and change module paths (22dce53)
  • deps: Upgrade nightConfig to 3.10.5 (c184b8b)
  • deps: Upgraded nightConfig to version 3.10.4. (839a4bf)
  • editorconfig: Update file pattern rules and format renovate.json5 file (0426f09)
  • gradle: Add Spotless plugin for code formatting (c20f25b)
  • gradle: Enable conditional publishing for modules (242691a)
  • gradle: Exclude src/test directory from code cleanup tasks (3234f37)
  • gradle: Remove kotlin.code.style property from gradle.properties (bfea842)
  • gradle: Remove mavenJava publication from publishing configuration (8169845)
  • gradle: Remove stripped prefix for main jar (1503cbb)
  • gradle: Unify module group names and set artifactId using kebab-case (342ed87)
  • gradle: Update nightConfig to version 3.10.2 (31315b8)
  • Migrate to new project structure and update Gradle configuration (d3f638a)
  • Update Kotlin stdlib usage and add runtime dependency (faa235f)
👷 Continuous Integration
  • project-setup: Remove workflow (303be84)

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 these updates 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 Dependencies upgrade/downgrade label Feb 7, 2026
@github-actions
Copy link

github-actions bot commented Feb 7, 2026

📊 Test Report

View the detailed test results: JUnit Report

@renovate renovate bot force-pushed the renovate/ntconfig branch from 37ef0f4 to 7baceae Compare February 10, 2026 07:33
@renovate renovate bot changed the title build(deps): update ntconfig to v0.1.0 build(deps): update ntconfig to v0.1.1 Feb 10, 2026
@github-actions
Copy link

📊 Test Report

View the detailed test results: JUnit Report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📌 dependencies Dependencies upgrade/downgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants