Skip to content

Commit f9d460c

Browse files
Bump com.doist.x:normalize from 1.1.1 to 1.2.0 (#278)
Bumps [com.doist.x:normalize](https://github.com/Doist/doistx-normalize) from 1.1.1 to 1.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Doist/doistx-normalize/blob/main/CHANGELOG.md">com.doist.x:normalize's changelog</a>.</em></p> <blockquote> <h2>[1.2.0] - 2025-03-20</h2> <h3>Added</h3> <ul> <li>Support for Wasm - thanks <a href="https://github.com/zsmb13"><code>@​zsmb13</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Doist/doistx-normalize/commit/42c8e212df490bfb1684745aa4bc81259ae8b72a"><code>42c8e21</code></a> Release v1.2.0</li> <li><a href="https://github.com/Doist/doistx-normalize/commit/54696e06d43b70a3b14796e3f09c2343d08c422d"><code>54696e0</code></a> Merge pull request <a href="https://redirect.github.com/Doist/doistx-normalize/issues/91">#91</a> from zsmb13/wasm</li> <li><a href="https://github.com/Doist/doistx-normalize/commit/ce4b3908f897748dafb765bcebcb2f847c07326d"><code>ce4b390</code></a> Remove manual hierarchy configuration that's already covered by the default t...</li> <li><a href="https://github.com/Doist/doistx-normalize/commit/5e035fd37ea026ca8f6a11c3c44d08c29927cf58"><code>5e035fd</code></a> Add wasm support</li> <li><a href="https://github.com/Doist/doistx-normalize/commit/ff1c298c8efe4b33e895aa177a7a21616c06e8e1"><code>ff1c298</code></a> Merge pull request <a href="https://redirect.github.com/Doist/doistx-normalize/issues/90">#90</a> from Doist/renovate/gradle-8.x</li> <li><a href="https://github.com/Doist/doistx-normalize/commit/b39cef566c58f466a9c9eebc2a46d04633b2bcbf"><code>b39cef5</code></a> chore(deps): update dependency gradle to v8.13</li> <li><a href="https://github.com/Doist/doistx-normalize/commit/ba547a2fae6f4e9284e9971642508f9b42a392ae"><code>ba547a2</code></a> Merge pull request <a href="https://redirect.github.com/Doist/doistx-normalize/issues/89">#89</a> from Doist/renovate/org.jetbrains.kotlin</li> <li><a href="https://github.com/Doist/doistx-normalize/commit/2d1a03f9746d95322df9ea77833eac84c483b494"><code>2d1a03f</code></a> chore(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v...</li> <li><a href="https://github.com/Doist/doistx-normalize/commit/161ca885666fc1eb8b019f3db35ce29bdfd737a0"><code>161ca88</code></a> Merge pull request <a href="https://redirect.github.com/Doist/doistx-normalize/issues/86">#86</a> from Doist/renovate/gradle-8.x</li> <li><a href="https://github.com/Doist/doistx-normalize/commit/8e0f7b9aa76d0edaaef76b81d88b6b77a2e3afeb"><code>8e0f7b9</code></a> chore(deps): update dependency gradle to v8.12.1</li> <li>Additional commits viewable in <a href="https://github.com/Doist/doistx-normalize/compare/v1.1.1...v1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.doist.x:normalize&package-manager=gradle&previous-version=1.1.1&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1865404 commit f9d460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
3939
jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
4040
networknt-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.6" }
4141
kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.9.0" }
42-
normalize = { group = "com.doist.x", name = "normalize", version = "1.1.1" }
42+
normalize = { group = "com.doist.x", name = "normalize", version = "1.2.0" }
4343
karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.4" }
4444
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
4545
sigstore-gradle-plugin = { module = "dev.sigstore:sigstore-gradle-sign-plugin", version = "1.3.0"}

0 commit comments

Comments
 (0)