Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps com.doist.x:normalize from 1.2.0 to 1.3.0.

Changelog

Sourced from com.doist.x:normalize's changelog.

[1.3.0] - 2025-12-13

Added

  • Build watchosDeviceArm64 target
Commits
  • 8c08c8f Release v1.3.0
  • abec66e Fix publishing
  • 28d551b Merge pull request #107 from Doist/goncalossilva/watch-device-arm64
  • ff21e70 Enable watchosDeviceArm64 target
  • 634c4db Merge pull request #106 from Doist/goncalossilva/kotlinx-resources
  • 7dba7fc Update kotlinx-resources to v0.11.0
  • e7c486d Merge pull request #105 from Doist/renovate/org.jetbrains.kotlin
  • 5d3f5d4 chore(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v...
  • e24787d Merge pull request #102 from Doist/renovate/org.jetbrains.kotlin
  • 72d62f8 Merge pull request #104 from Doist/renovate/gradle-9.x
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Dependencies update to newer versions label Dec 15, 2025
@OptimumCode OptimumCode enabled auto-merge (squash) December 15, 2025 12:19
@dependabot dependabot bot force-pushed the dependabot/gradle/com.doist.x-normalize-1.3.0 branch from e4c4396 to afee613 Compare December 29, 2025 12:07
Bumps [com.doist.x:normalize](https://github.com/Doist/doistx-normalize) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/Doist/doistx-normalize/releases)
- [Changelog](https://github.com/Doist/doistx-normalize/blob/main/CHANGELOG.md)
- [Commits](Doist/doistx-normalize@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: com.doist.x:normalize
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.doist.x-normalize-1.3.0 branch from afee613 to 3876676 Compare December 29, 2025 12:23
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 3876676 Previous: 083f6ff Ratio
macosArm64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 2241.7370271604937 us/op 1129.5969879699248 us/op 1.98
macosArm64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 4711.331138028168 us/op 1173.647941415465 us/op 4.01
macosArm64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 12450.090589411764 us/op 2894.0530305194807 us/op 4.30
macosArm64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 6206.186347738693 us/op 3305.55946340694 us/op 1.88
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 2287.832432432432 us/op 864.2580700972446 us/op 2.65
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 1.271747301093329 us/op 0.5907782958434038 us/op 2.15
macosArm64.CommonAvgTimeBench.validateVerbose ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 17293.848905263156 us/op 5946.311652694611 us/op 2.91
macosArm64.CommonAvgTimeBench.validateVerbose ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 17314.6457325 us/op 6821.074707602338 us/op 2.54
macosArm64.CommonAvgTimeBench.validate ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 3623.9036668571425 us/op 1520.3850440894566 us/op 2.38
macosArm64.CommonAvgTimeBench.validate ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 5289.652141230769 us/op 1765.0190322344322 us/op 3.00

This comment was automatically generated by workflow using github-action-benchmark.

CC: @OptimumCode

@OptimumCode OptimumCode merged commit 272b622 into main Dec 29, 2025
18 of 19 checks passed
@OptimumCode OptimumCode deleted the dependabot/gradle/com.doist.x-normalize-1.3.0 branch December 29, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update to newer versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants