Skip to content

Commit 9de49b0

Browse files
authored
Merge pull request #1499 from cylc/renovate/analysis-view-packages
fix(deps): update analysis view packages
2 parents d2b096a + 59156c1 commit 9de49b0

File tree

4 files changed

+106
-108
lines changed

4 files changed

+106
-108
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@lumino/widgets": "2.5.0",
3131
"@mdi/js": "7.4.47",
3232
"@vueuse/core": "11.3.0",
33-
"apexcharts": "3.41.0",
33+
"apexcharts": "3.54.1",
3434
"axios": "1.7.8",
3535
"dedent": "1.5.3",
3636
"enumify": "2.0.0",
@@ -49,7 +49,7 @@
4949
"vue-i18n": "11.0.1",
5050
"vue-router": "4.5.0",
5151
"vue-the-mask": "0.11.1",
52-
"vue3-apexcharts": "1.4.1",
52+
"vue3-apexcharts": "1.8.0",
5353
"vuetify": "3.7.6",
5454
"vuex": "4.1.0"
5555
},

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"apexcharts",
106106
"vue3-apexcharts"
107107
],
108-
"addLabels": ["analysis view"]
108+
"addLabels": ["data workflows team"]
109109
}
110110
],
111111
"vulnerabilityAlerts": {

src/components/cylc/analysis/BoxPlot.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,6 @@ export default {
210210
}
211211
},
212212
213-
errorCaptured (err, instance, info) {
214-
if (err.name === 'TypeError' && instance.type === 'boxPlot') {
215-
// Suppress bogus error https://github.com/apexcharts/vue3-apexcharts/issues/79
216-
// Note: err.message can vary between browsers. Unfortunately we cannot
217-
// be more specific than this in capturing the right error
218-
console.warn(err)
219-
return false
220-
}
221-
},
222-
223213
computed: {
224214
series () {
225215
const sortedTasks = [...this.tasks].sort(this.compare)

0 commit comments

Comments
 (0)