-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump modelixCore from 8.11.0 to 8.13.0 #131
Conversation
Bumps `modelixCore` from 8.11.0 to 8.13.0. Updates `org.modelix:model-api` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix:model-api-gen-runtime` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix:light-model-client` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix:authorization` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix:model-client` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix:model-server` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix:modelql-core` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix:modelql-untyped` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix:modelql-html` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix:model-datastructure` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix.mps:model-adapters` from 8.11.0 to 8.13.0 - [Release notes](https://github.com/modelix/modelix.core/releases) - [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json) - [Commits](modelix/modelix.core@8.11.0...8.13.0) Updates `org.modelix.model-api-gen` from 8.11.0 to 8.13.0 --- updated-dependencies: - dependency-name: org.modelix:model-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-api-gen-runtime dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:light-model-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:authorization dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-server dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:modelql-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:modelql-untyped dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:modelql-html dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix:model-datastructure dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.mps:model-adapters dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.modelix.model-api-gen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
![]() Suddenly, I see a lot of compile errors when I compile with MPS |
During that, we encountered a bug with the Kotlin compiler. |
Why is it not mentioned in the release notes of 8.13.0? |
We never mention dependencies in release notes. I guess reusing modelix/core-version-catalog is not something we support and communicate for external users. |
If it's just an internal coincidence that we inherit the kotlin version from the core, than it's fine. However, if someone else also uses modelix.core and it influences their kotlin settings in Gradle, then it's something that we must communicate, otherwise our users will be very surprised why their builds break with strange error messages (i.e. missing classes that existed beforehand in MPS). Update: I see. |
83776a7
to
3342f4d
Compare
The issue and need for a workaround was introduced in Kotlin 2 See https://youtrack.jetbrains.com/issue/KT-69541/Kotlin-2.0-compiler-cannot-use-JAR-packaged-as-ZIP64
3342f4d
to
2e317b7
Compare
Bumps
modelixCore
from 8.11.0 to 8.13.0.Updates
org.modelix:model-api
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:model-api's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix:model-api-gen-runtime
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:model-api-gen-runtime's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix:light-model-client
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:light-model-client's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix:authorization
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:authorization's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix:model-client
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:model-client's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix:model-server
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:model-server's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix:modelql-core
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:modelql-core's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix:modelql-untyped
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:modelql-untyped's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix:modelql-html
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:modelql-html's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix:model-datastructure
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix:model-datastructure's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix.mps:model-adapters
from 8.11.0 to 8.13.0Release notes
Sourced from org.modelix.mps:model-adapters's releases.
Commits
89911e8
Merge pull request #699 from modelix/MODELIX-785-use-auth-token-in-js-client6737bba
feat(model-client): make Bearer authentication usable from the model client i...3725bfc
Merge pull request #873 from modelix/test/migrate-cucumber-to-ktorc473039
build(model-server): remove cucumber dependenciesc6a0f16
test(model-server): migrate cucumber tests to ktor tests601ef68
Merge pull request #875 from modelix/feature/MODELIX-950-Lint-PRs-for-breakin...1c4617e
refactor(model-server): extract IndexPage4375ade
ci(model-server): lint the OpenAPI spec for breaking changes549f2ec
Merge pull request #876 from modelix/fix/operative-specc93c3a1
fix(model-server): provide a valid operative specUpdates
org.modelix.model-api-gen
from 8.11.0 to 8.13.0Dependabot 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)