Skip to content
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

chore(juno): sunset of juno-utils ciao-cacao #636

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/tiny-laws-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@cloudoperators/juno-app-supernova": patch
"@cloudoperators/juno-app-example": patch
"@cloudoperators/juno-app-doop": patch
---

Delete juno-utils package
1 change: 0 additions & 1 deletion .github/workflows/ci-title-lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
supernova
template
ui
utils
url-state-provider
version
ISSUE-\d+
Expand Down
1 change: 0 additions & 1 deletion apps/doop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@cloudoperators/juno-messages-provider": "*",
"@cloudoperators/juno-ui-components": "*",
"@cloudoperators/juno-url-state-provider-v1": "^1.3.2",
"@cloudoperators/juno-utils": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
3 changes: 0 additions & 3 deletions apps/doop/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,19 @@
"dependsOn": [
"@cloudoperators/juno-ui-components#build",
"@cloudoperators/juno-messages-provider#build",
"@cloudoperators/juno-utils#build",
"@cloudoperators/juno-communicator#build"
]
},
"build": {
"dependsOn": [
"@cloudoperators/juno-ui-components#build",
"@cloudoperators/juno-utils#build",
"@cloudoperators/juno-messages-provider#build",
"@cloudoperators/juno-communicator#build"
]
},
"build:static": {
"dependsOn": [
"@cloudoperators/juno-ui-components#build",
"@cloudoperators/juno-utils#build",
"@cloudoperators/juno-messages-provider#build",
"@cloudoperators/juno-communicator#build"
]
Expand Down
9 changes: 3 additions & 6 deletions apps/example/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"@cloudoperators/juno-messages-provider#build",
"@cloudoperators/juno-oauth#build",
"@cloudoperators/juno-communicator#build",
"@cloudoperators/juno-url-state-provider#build",
"@cloudoperators/juno-utils#build"
"@cloudoperators/juno-url-state-provider#build"
]
},
"build": {
Expand All @@ -17,8 +16,7 @@
"@cloudoperators/juno-messages-provider#build",
"@cloudoperators/juno-oauth#build",
"@cloudoperators/juno-communicator#build",
"@cloudoperators/juno-url-state-provider#build",
"@cloudoperators/juno-utils#build"
"@cloudoperators/juno-url-state-provider#build"
]
},
"build:static": {
Expand All @@ -27,8 +25,7 @@
"@cloudoperators/juno-messages-provider#build",
"@cloudoperators/juno-oauth#build",
"@cloudoperators/juno-communicator#build",
"@cloudoperators/juno-url-state-provider#build",
"@cloudoperators/juno-utils#build"
"@cloudoperators/juno-url-state-provider#build"
]
}
}
Expand Down
1 change: 0 additions & 1 deletion apps/supernova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@cloudoperators/juno-messages-provider": "*",
"@cloudoperators/juno-ui-components": "*",
"@cloudoperators/juno-url-state-provider-v1": "^1.3.2",
"@cloudoperators/juno-utils": "*",
"react-error-boundary": "^4.0.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
3 changes: 0 additions & 3 deletions apps/supernova/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,19 @@
"dependsOn": [
"@cloudoperators/juno-ui-components#build",
"@cloudoperators/juno-messages-provider#build",
"@cloudoperators/juno-utils#build",
"@cloudoperators/juno-communicator#build"
]
},
"build": {
"dependsOn": [
"@cloudoperators/juno-ui-components#build",
"@cloudoperators/juno-utils#build",
"@cloudoperators/juno-messages-provider#build",
"@cloudoperators/juno-communicator#build"
]
},
"build:static": {
"dependsOn": [
"@cloudoperators/juno-ui-components#build",
"@cloudoperators/juno-utils#build",
"@cloudoperators/juno-messages-provider#build",
"@cloudoperators/juno-communicator#build"
]
Expand Down
1 change: 0 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = {
"supernova",
"template",
"ui",
"utils",
"url-state-provider",
"version",
/^ISSUE-\d+$/, // Regex pattern for ISSUE-<number>
Expand Down
1 change: 0 additions & 1 deletion docs/husky_commitlint_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ The following scopes are permitted for commits:
- **supernova**: Changes in the supernova app
- **template**: Changes to the template app
- **ui**: changes to ui-components
- **utils**: Utility functions or modules
- **url-state-provider**: Changes in the URL state provider
- **version**: Versioning and release-related changes
- **ISSUE-\<number>**: Reference to a specific issue (e.g., `ISSUE-123`)
Expand Down
Loading
Loading