Piyush Bhaskar
e433833e62
fix(core): prevent default namespace from being applied to filters without namespace key ( #13767 )
2025-12-19 14:25:13 +01:00
Georg Traar
d16a8de90f
fix(ui): use lightning bolt for execute button in flow run modal ( #13762 )
2025-12-19 13:50:22 +01:00
Roman Acevedo
2abea0fcde
feat(blueprints): use regular Inputs in Blueprint Templates
...
this handles SELECT input type in template
2025-12-18 19:46:40 +01:00
Roman Acevedo
24e61c81c0
feat(blueprints): impl templated flow blueprints
...
# Conflicts:
# core/src/main/java/io/kestra/core/serializers/YamlParser.java
2025-12-18 15:57:17 +01:00
GitHub Action
22f0b3ffdf
chore(core): localize to languages other than english
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
2025-12-18 13:05:14 +01:00
Loïc Mathieu
fd3adc48b8
fix(ui): rephrase "kill parents" to "kill currernt"
...
This has always been kill current / kill current and sublow as we never kill parent executions, it's a kill on cascade that didn't go backward.
Part-of: #12557
2025-12-18 11:34:47 +01:00
Loïc Mathieu
7ea95f393e
feat(execution): add a system.from label
...
Closes https://github.com/kestra-io/kestra-ee/issues/4699
2025-12-17 15:49:33 +01:00
Piyush Bhaskar
6935900699
fix(core): add a no-op update function to oss store to initialize update ( #13732 )
2025-12-17 19:47:40 +05:30
Aaryan meena
47f4f43198
refactor(core): remove usage of unnecessary i18n composable ( #13686 )
...
Closes https://github.com/kestra-io/kestra/issues/13640 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-17 08:23:27 +01:00
dependabot[bot]
5d31c97f7f
build(deps): bump the minor group in /ui with 6 updates ( #13725 )
...
Bumps the minor group in /ui with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [posthog-js](https://github.com/PostHog/posthog-js ) | `1.304.0` | `1.308.0` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki ) | `3.19.0` | `3.20.0` |
| [@shikijs/markdown-it](https://github.com/shikijs/shiki/tree/HEAD/packages/markdown-it ) | `3.19.0` | `3.20.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `8.49.0` | `8.50.0` |
| [sass](https://github.com/sass/dart-sass ) | `1.96.0` | `1.97.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) | `8.49.0` | `8.50.0` |
Updates `posthog-js` from 1.304.0 to 1.308.0
- [Release notes](https://github.com/PostHog/posthog-js/releases )
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.304.0...posthog-js@1.308.0 )
Updates `shiki` from 3.19.0 to 3.20.0
- [Release notes](https://github.com/shikijs/shiki/releases )
- [Commits](https://github.com/shikijs/shiki/commits/v3.20.0/packages/shiki )
Updates `@shikijs/markdown-it` from 3.19.0 to 3.20.0
- [Release notes](https://github.com/shikijs/shiki/releases )
- [Commits](https://github.com/shikijs/shiki/commits/v3.20.0/packages/markdown-it )
Updates `@typescript-eslint/parser` from 8.49.0 to 8.50.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/parser )
Updates `sass` from 1.96.0 to 1.97.0
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.96.0...1.97.0 )
Updates `typescript-eslint` from 8.49.0 to 8.50.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: posthog-js
dependency-version: 1.308.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: shiki
dependency-version: 3.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: "@shikijs/markdown-it"
dependency-version: 3.20.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.50.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: sass
dependency-version: 1.97.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: typescript-eslint
dependency-version: 8.50.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:18:19 +01:00
dependabot[bot]
f8107285c4
build(deps): bump the patch group in /ui with 5 updates ( #13726 )
...
Bumps the patch group in /ui with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [vue-router](https://github.com/vuejs/router ) | `4.6.3` | `4.6.4` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) | `9.39.1` | `9.39.2` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue ) | `6.0.2` | `6.0.3` |
| [eslint](https://github.com/eslint/eslint ) | `9.39.1` | `9.39.2` |
| [rolldown-vite](https://github.com/vitejs/rolldown-vite/tree/HEAD/packages/vite ) | `7.2.10` | `7.2.11` |
Updates `vue-router` from 4.6.3 to 4.6.4
- [Release notes](https://github.com/vuejs/router/releases )
- [Commits](https://github.com/vuejs/router/compare/v4.6.3...v4.6.4 )
Updates `@eslint/js` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js )
Updates `@vitejs/plugin-vue` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.3/packages/plugin-vue )
Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2 )
Updates `rolldown-vite` from 7.2.10 to 7.2.11
- [Release notes](https://github.com/vitejs/rolldown-vite/releases )
- [Changelog](https://github.com/vitejs/rolldown-vite/blob/rolldown-vite/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/rolldown-vite/commits/v7.2.11/packages/vite )
---
updated-dependencies:
- dependency-name: vue-router
dependency-version: 4.6.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: "@eslint/js"
dependency-version: 9.39.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: "@vitejs/plugin-vue"
dependency-version: 6.0.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: eslint
dependency-version: 9.39.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: rolldown-vite
dependency-version: 7.2.11
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:13:30 +01:00
dependabot[bot]
8dc8dc1796
build(deps): bump the build group in /ui with 9 updates ( #13723 )
...
Bumps the build group in /ui with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [@esbuild/darwin-arm64](https://github.com/evanw/esbuild ) | `0.27.1` | `0.27.2` |
| [@esbuild/darwin-x64](https://github.com/evanw/esbuild ) | `0.27.1` | `0.27.2` |
| [@esbuild/linux-x64](https://github.com/evanw/esbuild ) | `0.27.1` | `0.27.2` |
| [@rollup/rollup-darwin-arm64](https://github.com/rollup/rollup ) | `4.53.3` | `4.53.5` |
| [@rollup/rollup-darwin-x64](https://github.com/rollup/rollup ) | `4.53.3` | `4.53.5` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup ) | `4.53.3` | `4.53.5` |
| [@swc/core-darwin-arm64](https://github.com/swc-project/swc ) | `1.15.3` | `1.15.5` |
| [@swc/core-darwin-x64](https://github.com/swc-project/swc ) | `1.15.3` | `1.15.5` |
| [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc ) | `1.15.3` | `1.15.5` |
Updates `@esbuild/darwin-arm64` from 0.27.1 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.1...v0.27.2 )
Updates `@esbuild/darwin-x64` from 0.27.1 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.1...v0.27.2 )
Updates `@esbuild/linux-x64` from 0.27.1 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.1...v0.27.2 )
Updates `@rollup/rollup-darwin-arm64` from 4.53.3 to 4.53.5
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.53.3...v4.53.5 )
Updates `@rollup/rollup-darwin-x64` from 4.53.3 to 4.53.5
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.53.3...v4.53.5 )
Updates `@rollup/rollup-linux-x64-gnu` from 4.53.3 to 4.53.5
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.53.3...v4.53.5 )
Updates `@swc/core-darwin-arm64` from 1.15.3 to 1.15.5
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/compare/v1.15.3...v1.15.5 )
Updates `@swc/core-darwin-x64` from 1.15.3 to 1.15.5
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/compare/v1.15.3...v1.15.5 )
Updates `@swc/core-linux-x64-gnu` from 1.15.3 to 1.15.5
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/compare/v1.15.3...v1.15.5 )
---
updated-dependencies:
- dependency-name: "@esbuild/darwin-arm64"
dependency-version: 0.27.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@esbuild/darwin-x64"
dependency-version: 0.27.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@esbuild/linux-x64"
dependency-version: 0.27.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@rollup/rollup-darwin-arm64"
dependency-version: 4.53.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@rollup/rollup-darwin-x64"
dependency-version: 4.53.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@rollup/rollup-linux-x64-gnu"
dependency-version: 4.53.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@swc/core-darwin-arm64"
dependency-version: 1.15.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@swc/core-darwin-x64"
dependency-version: 1.15.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@swc/core-linux-x64-gnu"
dependency-version: 1.15.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:09:02 +01:00
dependabot[bot]
834dfd2947
build(deps-dev): bump @types/node in /ui in the types group ( #13724 )
...
Bumps the types group in /ui with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ).
Updates `@types/node` from 25.0.0 to 25.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.0.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: types
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:08:41 +01:00
github-actions[bot]
ee61276106
chore(core): localize to languages other than english ( #13698 )
...
Co-authored-by: GitHub Action <actions@github.com >
2025-12-16 14:28:22 +01:00
Barthélémy Ledoux
abcf76f7b4
fix: avoid blocking creation of flow when edition is restricted to a namespace ( #13694 )
2025-12-16 14:24:16 +01:00
Sumit Shandillya
2f9216c70b
fix(triggers): improve layout of action buttons in trigger table ( #13658 )
2025-12-16 17:50:46 +05:30
Piyush Bhaskar
1903e6fac5
fix(plugins): avoid list flash when opening plugin ( #13690 )
2025-12-16 17:38:09 +05:30
Piyush Bhaskar
b167c52e76
fix(core): properly sync default namespace filters from settings with default filter ( #13685 )
2025-12-16 15:30:55 +05:30
vamsi172323
b6e4df8de2
refactor(core): remove usage of unnecessary i18n composable ( #13683 )
...
Closes https://github.com/kestra-io/kestra/issues/13649 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-16 08:26:27 +01:00
Barthélémy Ledoux
ba1d6b2232
fix: executing validation twice should display 2 errors ( #13670 )
2025-12-15 14:02:37 +01:00
yuri
a81de811d7
feat(ui): make log buttons friendlier ( #13404 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
Co-authored-by: Barthélémy Ledoux <bledoux@kestra.io >
2025-12-15 10:58:36 +01:00
Miloš Paunović
c4d4fd935f
chore(flows): make trigger icon not a button ( #13666 )
...
Closes https://github.com/kestra-io/kestra/issues/13634 .
2025-12-15 09:31:22 +01:00
Suraj
f063a5a2d9
refactor(core): remove usage of unnecessary i18n composable ( #13663 )
...
Closes https://github.com/kestra-io/kestra/issues/13652 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-15 08:06:22 +01:00
Mohd Toukir Khan
ac91d5605f
refactor(core): remove usage of unnecessary i18n composable ( #13662 )
...
Closes https://github.com/kestra-io/kestra/issues/13650 .
Co-authored-by: Mohd Toukir Khan <Toukir@MacBook-Air-2.local >
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-15 08:03:39 +01:00
Madhav Kaushik
e3d3c3651b
refactor(core): remove usage of unnecessary i18n composable ( #13661 )
...
Closes https://github.com/kestra-io/kestra/issues/13651 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-15 08:00:48 +01:00
Sumit Shandillya
5b6836237e
refactor(core): remove usage of unnecessary i18n composable ( #13643 )
...
Closes https://github.com/kestra-io/kestra/issues/13639 .
Signed-off-by: Sumitsh28 <sumit.off28@gmail.com >
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-12 15:38:39 +01:00
Lee Kyeong Joon
2f8284b133
refactor(core): remove usage of unnecessary i18n composable ( #13645 )
...
Closes https://github.com/kestra-io/kestra/issues/13590 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-12 15:36:50 +01:00
pengpeng
7e964ae563
fix(core): align login inputs in center ( #13532 )
...
Co-authored-by: Piyush Bhaskar <102078527+Piyush-r-bhaskar@users.noreply.github.com >
2025-12-12 19:08:46 +05:30
Saif M
25e54edbc9
feat(core): always bundle the fonts into the build ( #13624 )
...
Closes https://github.com/kestra-io/kestra/issues/13599 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-12-12 13:46:28 +01:00
Ameen PJ
e88dc7af76
fix(core) : removed top border for the first log entry ( #13621 )
2025-12-12 18:16:20 +05:30
Miloš Paunović
b7a027f0dc
feat(system): display concurrency limits page based on property from endpoint ( #13633 )
...
Closes https://github.com/kestra-io/kestra-ee/issues/5882 .
2025-12-12 09:51:58 +01:00
Miloš Paunović
98141d6010
chore(core): amend preprocessor options in vite config ( #13632 )
2025-12-12 09:48:34 +01:00
Miloš Paunović
bf119ab6df
chore(core): align font sizes with the new scss variables from ui-libs ( #13598 )
2025-12-12 09:01:35 +01:00
Barthélémy Ledoux
9bd6353b77
fix: clicking on a plugin should access the plugin page ( #13628 )
...
Co-authored-by: Piyush Bhaskar <102078527+Piyush-r-bhaskar@users.noreply.github.com >
2025-12-11 22:13:07 +01:00
Barthélémy Ledoux
0c14ea621c
fix: if multiple definition of a task, call server ( #13545 )
2025-12-11 17:18:41 +01:00
dependabot[bot]
09c707d865
build(deps): bump the minor group in /ui with 15 updates ( #13616 )
...
Bumps the minor group in /ui with 15 updates:
| Package | From | To |
| --- | --- | --- |
| [@vue-flow/core](https://github.com/bcakmakoglu/vue-flow/tree/HEAD/packages/core ) | `1.47.0` | `1.48.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) | `14.0.0` | `14.1.0` |
| [element-plus](https://github.com/element-plus/element-plus ) | `2.11.8` | `2.12.0` |
| [posthog-js](https://github.com/PostHog/posthog-js ) | `1.296.0` | `1.304.0` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki ) | `3.15.0` | `3.19.0` |
| [vue-sidebar-menu](https://github.com/yaminncco/vue-sidebar-menu ) | `5.8.0` | `5.9.1` |
| [@playwright/test](https://github.com/microsoft/playwright ) | `1.56.1` | `1.57.0` |
| [@shikijs/markdown-it](https://github.com/shikijs/shiki/tree/HEAD/packages/markdown-it ) | `3.15.0` | `3.19.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `8.47.0` | `8.49.0` |
| [@vueuse/router](https://github.com/vueuse/vueuse/tree/HEAD/packages/router ) | `14.0.0` | `14.1.0` |
| [jsdom](https://github.com/jsdom/jsdom ) | `27.2.0` | `27.3.0` |
| [playwright](https://github.com/microsoft/playwright ) | `1.56.1` | `1.57.0` |
| [prettier](https://github.com/prettier/prettier ) | `3.6.2` | `3.7.4` |
| [sass](https://github.com/sass/dart-sass ) | `1.94.1` | `1.96.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) | `8.47.0` | `8.49.0` |
Updates `@vue-flow/core` from 1.47.0 to 1.48.0
- [Release notes](https://github.com/bcakmakoglu/vue-flow/releases )
- [Changelog](https://github.com/bcakmakoglu/vue-flow/blob/master/packages/core/CHANGELOG.md )
- [Commits](https://github.com/bcakmakoglu/vue-flow/commits/@vue-flow/core@1.48.0/packages/core )
Updates `@vueuse/core` from 14.0.0 to 14.1.0
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v14.1.0/packages/core )
Updates `element-plus` from 2.11.8 to 2.12.0
- [Release notes](https://github.com/element-plus/element-plus/releases )
- [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md )
- [Commits](https://github.com/element-plus/element-plus/compare/2.11.8...2.12.0 )
Updates `posthog-js` from 1.296.0 to 1.304.0
- [Release notes](https://github.com/PostHog/posthog-js/releases )
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.296.0...posthog-js@1.304.0 )
Updates `shiki` from 3.15.0 to 3.19.0
- [Release notes](https://github.com/shikijs/shiki/releases )
- [Commits](https://github.com/shikijs/shiki/commits/v3.19.0/packages/shiki )
Updates `vue-sidebar-menu` from 5.8.0 to 5.9.1
- [Commits](https://github.com/yaminncco/vue-sidebar-menu/commits )
Updates `@playwright/test` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.56.1...v1.57.0 )
Updates `@shikijs/markdown-it` from 3.15.0 to 3.19.0
- [Release notes](https://github.com/shikijs/shiki/releases )
- [Commits](https://github.com/shikijs/shiki/commits/v3.19.0/packages/markdown-it )
Updates `@typescript-eslint/parser` from 8.47.0 to 8.49.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/parser )
Updates `@vueuse/router` from 14.0.0 to 14.1.0
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v14.1.0/packages/router )
Updates `jsdom` from 27.2.0 to 27.3.0
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/27.2.0...27.3.0 )
Updates `playwright` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.56.1...v1.57.0 )
Updates `prettier` from 3.6.2 to 3.7.4
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.7.4 )
Updates `sass` from 1.94.1 to 1.96.0
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.94.1...1.96.0 )
Updates `typescript-eslint` from 8.47.0 to 8.49.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: "@vue-flow/core"
dependency-version: 1.48.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: "@vueuse/core"
dependency-version: 14.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: element-plus
dependency-version: 2.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: posthog-js
dependency-version: 1.304.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: shiki
dependency-version: 3.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: vue-sidebar-menu
dependency-version: 5.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: "@playwright/test"
dependency-version: 1.57.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: "@shikijs/markdown-it"
dependency-version: 3.19.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.49.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: "@vueuse/router"
dependency-version: 14.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: jsdom
dependency-version: 27.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: playwright
dependency-version: 1.57.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: prettier
dependency-version: 3.7.4
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: sass
dependency-version: 1.96.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: typescript-eslint
dependency-version: 8.49.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 15:36:31 +01:00
dependabot[bot]
abdbb8d364
build(deps-dev): bump @types/node in /ui in the types group ( #13613 )
...
Bumps the types group in /ui with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ).
Updates `@types/node` from 24.10.2 to 25.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: types
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 14:10:45 +01:00
Barthélémy Ledoux
8a55ab3af6
fix: always load the right version of plugin docs ( #13571 )
2025-12-11 14:06:10 +01:00
dependabot[bot]
b7cb933e1e
build(deps): bump the patch group in /ui with 9 updates ( #13568 )
...
Bumps the patch group in /ui with 9 updates:
| Package | From | To |
| --- | --- | --- |
| @kestra-io/ui-libs | `0.0.264` | `0.0.266` |
| [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js ) | `3.33.1` | `3.33.2` |
| [pdfjs-dist](https://github.com/mozilla/pdf.js ) | `5.4.394` | `5.4.449` |
| [vue](https://github.com/vuejs/core ) | `3.5.24` | `3.5.25` |
| [yaml](https://github.com/eemeli/yaml ) | `2.8.1` | `2.8.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged ) | `16.2.6` | `16.2.7` |
| [rimraf](https://github.com/isaacs/rimraf ) | `6.1.0` | `6.1.2` |
| [rolldown-vite](https://github.com/vitejs/rolldown-vite/tree/HEAD/packages/vite ) | `7.2.6` | `7.2.10` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc ) | `3.1.4` | `3.1.8` |
Updates `@kestra-io/ui-libs` from 0.0.264 to 0.0.266
Updates `humanize-duration` from 3.33.1 to 3.33.2
- [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md )
- [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.33.1...v3.33.2 )
Updates `pdfjs-dist` from 5.4.394 to 5.4.449
- [Release notes](https://github.com/mozilla/pdf.js/releases )
- [Commits](https://github.com/mozilla/pdf.js/compare/v5.4.394...v5.4.449 )
Updates `vue` from 3.5.24 to 3.5.25
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.5.24...v3.5.25 )
Updates `yaml` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.1...v2.8.2 )
Updates `lint-staged` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.6...v16.2.7 )
Updates `rimraf` from 6.1.0 to 6.1.2
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v6.1.0...v6.1.2 )
Updates `rolldown-vite` from 7.2.6 to 7.2.10
- [Release notes](https://github.com/vitejs/rolldown-vite/releases )
- [Changelog](https://github.com/vitejs/rolldown-vite/blob/rolldown-vite/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/rolldown-vite/commits/v7.2.10/packages/vite )
Updates `vue-tsc` from 3.1.4 to 3.1.8
- [Release notes](https://github.com/vuejs/language-tools/releases )
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/language-tools/commits/v3.1.8/packages/tsc )
---
updated-dependencies:
- dependency-name: "@kestra-io/ui-libs"
dependency-version: 0.0.266
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: humanize-duration
dependency-version: 3.33.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: pdfjs-dist
dependency-version: 5.4.449
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: vue
dependency-version: 3.5.25
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: yaml
dependency-version: 2.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: lint-staged
dependency-version: 16.2.7
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: rimraf
dependency-version: 6.1.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: rolldown-vite
dependency-version: 7.2.10
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: vue-tsc
dependency-version: 3.1.8
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 13:47:09 +01:00
Shivansh Sharma
3af003e5e4
chore(executions): properly handle the label create/update sequence ( #13500 )
...
Closes https://github.com/kestra-io/kestra/issues/13498 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-12-11 12:51:59 +01:00
Piyush Bhaskar
ae1f10f45a
refactor(core): remove the configurattion details step ( #13606 )
2025-12-11 16:44:32 +05:30
Ashutosh Jha
612dccfb8c
refactor(core): remove usage of unnecessary i18n composable ( #13607 )
...
Closes https://github.com/kestra-io/kestra/issues/13589 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-11 12:04:46 +01:00
Ameen PJ
2ae8df2f5f
refactor(core): remove usage of unnecessary i18n composable ( #13604 )
...
Closes https://github.com/kestra-io/kestra/issues/13588 .
Co-authored-by: ameenpj <ameenjami9@gmail.com >
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-11 12:01:32 +01:00
Saif M
1abfa74a16
chore(flows): add links to executions on the flows listing table ( #13540 )
...
Closes https://github.com/kestra-io/kestra/issues/13536 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-12-11 11:17:48 +01:00
Aditya Kumar Puri
69a793b227
chore(executions): amend breadcrumb on the single execution page ( #13544 )
...
Closes https://github.com/kestra-io/kestra/issues/13394 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-12-11 11:02:52 +01:00
EM
35ccb3e39b
refactor(core): remove usage of unnecessary i18n composable ( #13580 )
...
Closes https://github.com/kestra-io/kestra/issues/13351 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-11 10:51:53 +01:00
Piyush Bhaskar
3a7fcb2aa1
fix(core): changing Filters should reset to page 1 ( #13596 )
2025-12-11 14:39:11 +05:30
Miloš Paunović
103c5b92e9
chore(executions): show all available date options for the chart on the overview page ( #13595 )
...
Related to https://github.com/kestra-io/kestra/issues/13361 .
2025-12-11 09:43:33 +01:00
Piyush Bhaskar
5253eeef95
fix(core): add seach where it was missed ( #13594 )
2025-12-11 14:08:14 +05:30
Miloš Paunović
848f835191
chore(core): properly load font weight 600 of public sans ( #13593 )
...
Closes https://github.com/kestra-io/kestra/issues/13592 .
2025-12-11 09:33:23 +01:00