Skip to content

Commit

Permalink
chore(juno): sunset of juno-utils ciao-cacao (#636)
Browse files Browse the repository at this point in the history
chore(juno): delete juno-utils
fixes #446
  • Loading branch information
barsukov authored Nov 26, 2024
1 parent 385ebcf commit f25740e
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 2,276 deletions.
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

0 comments on commit f25740e

Please sign in to comment.