Skip to content

Commit

Permalink
build(deps): bump modelixCore from 8.15.3 to 8.15.5 (#280)
Browse files Browse the repository at this point in the history
Bumps `modelixCore` from 8.15.3 to 8.15.5.

Updates `org.modelix:model-server` from 8.15.3 to 8.15.5
- [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.15.3...8.15.5)

Updates `org.modelix:model-server-api` from 8.15.3 to 8.15.5
- [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.15.3...8.15.5)

Updates `org.modelix:model-client` from 8.15.3 to 8.15.5
- [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.15.3...8.15.5)

Updates `org.modelix:model-api` from 8.15.3 to 8.15.5
- [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.15.3...8.15.5)

Updates `org.modelix:model-api-gen-runtime` from 8.15.3 to 8.15.5
- [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.15.3...8.15.5)

Updates `org.modelix:light-model-client` from 8.15.3 to 8.15.5
- [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.15.3...8.15.5)

Updates `org.modelix.model-api-gen` from 8.15.3 to 8.15.5

---
updated-dependencies:
- dependency-name: org.modelix:model-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.modelix:model-server-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.modelix:model-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.modelix:model-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.modelix:model-api-gen-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.modelix:light-model-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.modelix.model-api-gen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent b0f123a commit 03d29f0
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 72 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

model-server-empty:
# Keep the version in sync with the modelix version in gradle/libs.versions.toml
image: modelix/model-server:8.15.3
image: modelix/model-server:8.15.4
container_name: ${COMPOSE_PROJECT_NAME}-model-server-empty
profiles:
- useCase1
Expand All @@ -32,7 +32,7 @@ services:

model-server:
# Keep the version in sync with the modelix version in gradle/libs.versions.toml
image: modelix/model-server:8.15.3
image: modelix/model-server:8.15.4
container_name: ${COMPOSE_PROJECT_NAME}-model-server
profiles:
- useCase2
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mpsGradlePlugin = "1.7.288.4ea765f"
# * mps/metamodel-api-ts/package.json
# * spa-management-vue/package.json
# * spa-overview-angular/package.json
modelixCore = "8.15.3"
modelixCore = "8.15.4"
mpsModelServerSyncPlugin = "2021.2.157"

# backend 1 / SPA
Expand Down
14 changes: 7 additions & 7 deletions mps/metamodel-api-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mps/metamodel-api-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"dependencies": {
},
"peerDependencies": {
"@modelix/ts-model-api": "8.15.3"
"@modelix/ts-model-api": "8.15.4"
}
}
62 changes: 21 additions & 41 deletions spa-management-vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spa-management-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mdi/font": "7.3.67",
"@modelix/vue-model-api": "8.15.3",
"@modelix/vue-model-api": "8.15.4",
"core-js": "^3.33.1",
"date-fns": "^2.30.0",
"metamodel-api-ts": "file:../mps/metamodel-api-ts/build/packages/metamodel-api-ts-1.0.0.tgz",
Expand Down
Loading

0 comments on commit 03d29f0

Please sign in to comment.