From de25d547a9dceec1c606c21d89d64e81b819de1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:48:56 +0000 Subject: [PATCH] chore: prepare release --- .changeset/drop-dynamic-cdn-webpack-plugin.md | 14 ------------- .changeset/fresh-forks-start.md | 5 ----- .changeset/lucky-moons-smoke.md | 10 --------- .changeset/proud-suits-shout.md | 5 ----- .changeset/real-hornets-check.md | 11 ---------- packages/cmf-cqrs/CHANGELOG.md | 8 +++++++ packages/cmf-cqrs/package.json | 4 ++-- packages/cmf/CHANGELOG.md | 6 ++++++ packages/cmf/package.json | 2 +- packages/components/CHANGELOG.md | 8 +++++++ packages/components/package.json | 4 ++-- packages/containers/CHANGELOG.md | 9 ++++++++ packages/containers/package.json | 8 +++---- packages/flow-designer/CHANGELOG.md | 6 ++++++ packages/flow-designer/package.json | 2 +- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/playground/CHANGELOG.md | 21 +++++++++++++++++++ packages/playground/package.json | 16 +++++++------- packages/sagas/CHANGELOG.md | 8 +++++++ packages/sagas/package.json | 4 ++-- packages/stepper/CHANGELOG.md | 8 +++++++ packages/stepper/package.json | 6 +++--- tools/eslint-plugin/CHANGELOG.md | 10 +++++++++ tools/eslint-plugin/package.json | 2 +- tools/scripts-config-eslint/CHANGELOG.md | 15 +++++++++++++ tools/scripts-config-eslint/package.json | 4 ++-- .../scripts-config-react-webpack/CHANGELOG.md | 14 +++++++++++++ .../scripts-config-react-webpack/package.json | 2 +- tools/scripts-core/CHANGELOG.md | 12 +++++++++++ tools/scripts-core/package.json | 6 +++--- 31 files changed, 162 insertions(+), 76 deletions(-) delete mode 100644 .changeset/drop-dynamic-cdn-webpack-plugin.md delete mode 100644 .changeset/fresh-forks-start.md delete mode 100644 .changeset/lucky-moons-smoke.md delete mode 100644 .changeset/proud-suits-shout.md delete mode 100644 .changeset/real-hornets-check.md diff --git a/.changeset/drop-dynamic-cdn-webpack-plugin.md b/.changeset/drop-dynamic-cdn-webpack-plugin.md deleted file mode 100644 index f925c58c700..00000000000 --- a/.changeset/drop-dynamic-cdn-webpack-plugin.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@talend/scripts-config-react-webpack': major -'@talend/ui-playground': patch ---- - -Drop `@talend/dynamic-cdn-webpack-plugin` and `@talend/scripts-config-cdn` - -Both packages only served the webpack-based CDN externalization feature, which -is unused now that the app build was migrated off webpack. Removed: - -- the `fork/dynamic-cdn-webpack-plugin` package -- the `tools/scripts-config-cdn` package (its only consumer) -- the now-dead `dynamic-cdn-webpack-plugin` config keys in - `talend-scripts.json` files diff --git a/.changeset/fresh-forks-start.md b/.changeset/fresh-forks-start.md deleted file mode 100644 index a735bbe292b..00000000000 --- a/.changeset/fresh-forks-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@talend/icons": patch ---- - -chore(deps-dev): bump svgo from 3.3.4 to 3.3.5 diff --git a/.changeset/lucky-moons-smoke.md b/.changeset/lucky-moons-smoke.md deleted file mode 100644 index 557748a2589..00000000000 --- a/.changeset/lucky-moons-smoke.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@talend/eslint-plugin': major -'@talend/eslint-config': minor ---- - -Remove the `@talend/import-depth` rule - -The rule was tied to the UMD/CDN build constraints which are no longer relevant. -It is removed from the plugin and from the shared eslint config, along with the -now useless `eslint-disable` directives across the repository. diff --git a/.changeset/proud-suits-shout.md b/.changeset/proud-suits-shout.md deleted file mode 100644 index 1a77cc95b24..00000000000 --- a/.changeset/proud-suits-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@talend/scripts-core': major ---- - -feat: drop build of app which was using webpack diff --git a/.changeset/real-hornets-check.md b/.changeset/real-hornets-check.md deleted file mode 100644 index d1d3e5496a7..00000000000 --- a/.changeset/real-hornets-check.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@talend/react-flow-designer': patch -'@talend/react-components': patch -'@talend/react-containers': patch -'@talend/react-cmf-cqrs': patch -'@talend/react-stepper': patch -'@talend/react-sagas': patch -'@talend/react-cmf': patch ---- - -fix: cwe-407 update immutable diff --git a/packages/cmf-cqrs/CHANGELOG.md b/packages/cmf-cqrs/CHANGELOG.md index 9313ef51975..dce8b0646b7 100644 --- a/packages/cmf-cqrs/CHANGELOG.md +++ b/packages/cmf-cqrs/CHANGELOG.md @@ -1,5 +1,13 @@ # @talend/react-cmf-cqrs +## 12.1.3 + +### Patch Changes + +- 685d45a: fix: cwe-407 update immutable +- Updated dependencies [685d45a] + - @talend/react-cmf@12.2.3 + ## 12.1.2 ### Patch Changes diff --git a/packages/cmf-cqrs/package.json b/packages/cmf-cqrs/package.json index 63d9817a6bc..e420fd1b7ad 100644 --- a/packages/cmf-cqrs/package.json +++ b/packages/cmf-cqrs/package.json @@ -40,7 +40,7 @@ }, "homepage": "https://github.com/Talend/ui/cmf-cqrs#readme", "dependencies": { - "@talend/react-cmf": "^12.2.2", + "@talend/react-cmf": "^12.2.3", "@talend/utils": "^3.7.2", "immutable": "^3.8.4", "redux-saga": "^1.5.1" @@ -62,5 +62,5 @@ "publishConfig": { "access": "public" }, - "version": "12.1.2" + "version": "12.1.3" } diff --git a/packages/cmf/CHANGELOG.md b/packages/cmf/CHANGELOG.md index fe72f2bb7ac..9c243f4fde5 100644 --- a/packages/cmf/CHANGELOG.md +++ b/packages/cmf/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/react-cmf +## 12.2.3 + +### Patch Changes + +- 685d45a: fix: cwe-407 update immutable + ## 12.2.2 ### Patch Changes diff --git a/packages/cmf/package.json b/packages/cmf/package.json index 02900ab7127..f83d58499af 100644 --- a/packages/cmf/package.json +++ b/packages/cmf/package.json @@ -75,5 +75,5 @@ "publishConfig": { "access": "public" }, - "version": "12.2.2" + "version": "12.2.3" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index ab9d2d52786..e5f3ff23a61 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @talend/react-components +## 18.1.4 + +### Patch Changes + +- 685d45a: fix: cwe-407 update immutable +- Updated dependencies [1de4792] + - @talend/icons@8.0.3 + ## 18.1.3 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index f38486801cb..4f0754d8f7c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -49,7 +49,7 @@ "@talend/assets-api": "^2.1.3", "@talend/bootstrap-theme": "^10.1.3", "@talend/design-tokens": "^4.1.3", - "@talend/icons": "^8.0.2", + "@talend/icons": "^8.0.3", "@talend/react-a11y": "^4.3.3", "@talend/react-bootstrap": "^5.0.1", "@talend/utils": "^3.7.2", @@ -121,5 +121,5 @@ "publishConfig": { "access": "public" }, - "version": "18.1.3" + "version": "18.1.4" } diff --git a/packages/containers/CHANGELOG.md b/packages/containers/CHANGELOG.md index b5baa4ac59e..ff2088fff00 100644 --- a/packages/containers/CHANGELOG.md +++ b/packages/containers/CHANGELOG.md @@ -1,5 +1,14 @@ # @talend/react-containers +## 12.1.4 + +### Patch Changes + +- 685d45a: fix: cwe-407 update immutable +- Updated dependencies [685d45a] + - @talend/react-components@18.1.4 + - @talend/react-cmf@12.2.3 + ## 12.1.3 ### Patch Changes diff --git a/packages/containers/package.json b/packages/containers/package.json index c74c7acba59..5afb8af9ab3 100644 --- a/packages/containers/package.json +++ b/packages/containers/package.json @@ -45,8 +45,8 @@ }, "dependencies": { "@talend/design-system": "^12.1.3", - "@talend/react-cmf": "^12.2.2", - "@talend/react-components": "^18.1.3", + "@talend/react-cmf": "^12.2.3", + "@talend/react-components": "^18.1.4", "@talend/react-forms": "^16.1.4", "@talend/utils": "^3.7.2", "classnames": "^2.5.1", @@ -59,7 +59,7 @@ "reselect": "^2.5.4" }, "devDependencies": { - "@talend/icons": "^8.0.2", + "@talend/icons": "^8.0.3", "@talend/react-storybook-cmf": "^12.1.2", "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.6.1", @@ -85,5 +85,5 @@ "publishConfig": { "access": "public" }, - "version": "12.1.3" + "version": "12.1.4" } diff --git a/packages/flow-designer/CHANGELOG.md b/packages/flow-designer/CHANGELOG.md index 640b4d01d0d..bc2cfb09e62 100644 --- a/packages/flow-designer/CHANGELOG.md +++ b/packages/flow-designer/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.1.4 + +### Patch Changes + +- 685d45a: fix: cwe-407 update immutable + ## 8.1.3 ### Patch Changes diff --git a/packages/flow-designer/package.json b/packages/flow-designer/package.json index 6a6ec278a14..df46936b43c 100644 --- a/packages/flow-designer/package.json +++ b/packages/flow-designer/package.json @@ -1,7 +1,7 @@ { "name": "@talend/react-flow-designer", "description": "Flow designer for react and redux", - "version": "8.1.3", + "version": "8.1.4", "types": "lib/index.d.ts", "main": "lib/index.js", "mainSrc": "src/index.js", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 9ff664dd913..2f81c3d6a0a 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @talend/icons +## 8.0.3 + +### Patch Changes + +- 1de4792: chore(deps-dev): bump svgo from 3.3.4 to 3.3.5 + ## 8.0.2 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 1ec3c9f0f6e..c09ef195b67 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -70,5 +70,5 @@ "publishConfig": { "access": "public" }, - "version": "8.0.2" + "version": "8.0.3" } diff --git a/packages/playground/CHANGELOG.md b/packages/playground/CHANGELOG.md index 5bece6551e8..d28d9e82144 100644 --- a/packages/playground/CHANGELOG.md +++ b/packages/playground/CHANGELOG.md @@ -1,5 +1,26 @@ # @talend/ui-playground +## 3.1.4 + +### Patch Changes + +- 6ce7336: Drop `@talend/dynamic-cdn-webpack-plugin` and `@talend/scripts-config-cdn` + + Both packages only served the webpack-based CDN externalization feature, which + is unused now that the app build was migrated off webpack. Removed: + + - the `fork/dynamic-cdn-webpack-plugin` package + - the `tools/scripts-config-cdn` package (its only consumer) + - the now-dead `dynamic-cdn-webpack-plugin` config keys in + `talend-scripts.json` files + +- Updated dependencies [1de4792] +- Updated dependencies [685d45a] + - @talend/icons@8.0.3 + - @talend/react-components@18.1.4 + - @talend/react-containers@12.1.4 + - @talend/react-cmf@12.2.3 + ## 3.1.3 ### Patch Changes diff --git a/packages/playground/package.json b/packages/playground/package.json index eebe800f03c..7a7dfbfd81e 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@talend/ui-playground", - "version": "3.1.3", + "version": "3.1.4", "description": "Showcase Talend/UI", "private": true, "type": "module", @@ -23,11 +23,11 @@ "author": "Talend Frontend ", "license": "Apache-2.0", "devDependencies": { - "@talend/eslint-config": "^14.1.2", - "@talend/eslint-plugin": "^1.8.1", + "@talend/eslint-config": "^14.2.0", + "@talend/eslint-plugin": "^2.0.0", "@talend/scripts-config-babel": "^13.10.1", "@talend/scripts-config-stylelint": "^5.0.0", - "@talend/scripts-core": "^20.0.0", + "@talend/scripts-core": "^21.0.0", "@vitejs/plugin-react": "^4.7.0", "cross-env": "^10.1.0", "esbuild-plugin-react-virtualized": "^1.0.6", @@ -43,15 +43,15 @@ "@talend/assets-api": "^2.1.3", "@talend/design-system": "^12.1.3", "@talend/design-tokens": "^4.1.3", - "@talend/icons": "^8.0.2", + "@talend/icons": "^8.0.3", "@talend/locales-tui-components": "^16.0.1", "@talend/locales-tui-containers": "^9.1.3", "@talend/locales-tui-faceted-search": "^11.3.0", "@talend/locales-tui-forms": "^15.2.0", - "@talend/react-cmf": "^12.2.2", + "@talend/react-cmf": "^12.2.3", "@talend/react-cmf-router": "^9.2.2", - "@talend/react-components": "^18.1.3", - "@talend/react-containers": "^12.1.3", + "@talend/react-components": "^18.1.4", + "@talend/react-containers": "^12.1.4", "@talend/react-dataviz": "^8.1.3", "@talend/react-faceted-search": "^22.1.3", "@talend/react-forms": "^16.1.4", diff --git a/packages/sagas/CHANGELOG.md b/packages/sagas/CHANGELOG.md index ee680aac7e2..b5d14c4055f 100644 --- a/packages/sagas/CHANGELOG.md +++ b/packages/sagas/CHANGELOG.md @@ -1,5 +1,13 @@ # @talend/react-sagas +## 10.1.4 + +### Patch Changes + +- 685d45a: fix: cwe-407 update immutable +- Updated dependencies [685d45a] + - @talend/react-cmf@12.2.3 + ## 10.1.3 ### Patch Changes diff --git a/packages/sagas/package.json b/packages/sagas/package.json index d6862a79f6c..a9fc2411dcb 100644 --- a/packages/sagas/package.json +++ b/packages/sagas/package.json @@ -1,6 +1,6 @@ { "name": "@talend/react-sagas", - "version": "10.1.3", + "version": "10.1.4", "description": "App wide redux sagas", "main": "lib/index.js", "mainSrc": "src/index.js", @@ -40,7 +40,7 @@ "url": "https://github.com/Talend/ui.git" }, "dependencies": { - "@talend/react-cmf": "^12.2.2", + "@talend/react-cmf": "^12.2.3", "immutable": "^3.8.4", "redux-saga": "^1.5.1" }, diff --git a/packages/stepper/CHANGELOG.md b/packages/stepper/CHANGELOG.md index 93afa33b272..187952782aa 100644 --- a/packages/stepper/CHANGELOG.md +++ b/packages/stepper/CHANGELOG.md @@ -1,5 +1,13 @@ # @talend/react-stepper +## 13.1.3 + +### Patch Changes + +- 685d45a: fix: cwe-407 update immutable +- Updated dependencies [685d45a] + - @talend/react-components@18.1.4 + ## 13.1.2 ### Patch Changes diff --git a/packages/stepper/package.json b/packages/stepper/package.json index e97b3696bda..208ceb74b63 100644 --- a/packages/stepper/package.json +++ b/packages/stepper/package.json @@ -45,13 +45,13 @@ "dependencies": { "@talend/design-system": "^12.1.3", "@talend/design-tokens": "^4.1.3", - "@talend/react-components": "^18.1.3", + "@talend/react-components": "^18.1.4", "classnames": "^2.5.1", "invariant": "^2.2.4", "lodash": "^4.18.1" }, "devDependencies": { - "@talend/icons": "^8.0.2", + "@talend/icons": "^8.0.3", "@testing-library/react-hooks": "^8.0.1", "i18next": "^23.16.8", "immutable": "^3.8.4", @@ -76,5 +76,5 @@ "publishConfig": { "access": "public" }, - "version": "13.1.2" + "version": "13.1.3" } diff --git a/tools/eslint-plugin/CHANGELOG.md b/tools/eslint-plugin/CHANGELOG.md index 0cf8d02f46d..419d9d5a5c1 100644 --- a/tools/eslint-plugin/CHANGELOG.md +++ b/tools/eslint-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @talend/eslint-plugin +## 2.0.0 + +### Major Changes + +- 661d925: Remove the `@talend/import-depth` rule + + The rule was tied to the UMD/CDN build constraints which are no longer relevant. + It is removed from the plugin and from the shared eslint config, along with the + now useless `eslint-disable` directives across the repository. + ## 1.8.2 ### Patch Changes diff --git a/tools/eslint-plugin/package.json b/tools/eslint-plugin/package.json index 10c856a970e..97e9dcea884 100644 --- a/tools/eslint-plugin/package.json +++ b/tools/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@talend/eslint-plugin", - "version": "1.8.2", + "version": "2.0.0", "description": "Contains internal rules used at Talend", "keywords": [ "eslint", diff --git a/tools/scripts-config-eslint/CHANGELOG.md b/tools/scripts-config-eslint/CHANGELOG.md index 78e88c88c70..48d924c1683 100644 --- a/tools/scripts-config-eslint/CHANGELOG.md +++ b/tools/scripts-config-eslint/CHANGELOG.md @@ -1,5 +1,20 @@ # @talend/scripts-config-eslint +## 14.2.0 + +### Minor Changes + +- 661d925: Remove the `@talend/import-depth` rule + + The rule was tied to the UMD/CDN build constraints which are no longer relevant. + It is removed from the plugin and from the shared eslint config, along with the + now useless `eslint-disable` directives across the repository. + +### Patch Changes + +- Updated dependencies [661d925] + - @talend/eslint-plugin@2.0.0 + ## 14.1.4 ### Patch Changes diff --git a/tools/scripts-config-eslint/package.json b/tools/scripts-config-eslint/package.json index 0b1b7e1d846..2c5bcbba99f 100644 --- a/tools/scripts-config-eslint/package.json +++ b/tools/scripts-config-eslint/package.json @@ -1,7 +1,7 @@ { "name": "@talend/eslint-config", "description": "Eslint configuration for @talend/scripts-core", - "version": "14.1.4", + "version": "14.2.0", "license": "Apache-2.0", "main": "index.js", "author": "Talend Frontend ", @@ -22,7 +22,7 @@ "dependencies": { "@eslint/compat": "^2.1.0", "@eslint/js": "^9.39.5", - "@talend/eslint-plugin": "^1.8.2", + "@talend/eslint-plugin": "^2.0.0", "@testing-library/dom": "^9.3.4", "@typescript-eslint/parser": "^8.65.0", "@typescript-eslint/eslint-plugin": "^8.65.0", diff --git a/tools/scripts-config-react-webpack/CHANGELOG.md b/tools/scripts-config-react-webpack/CHANGELOG.md index 8c6d515a138..7ab5b4bfb65 100644 --- a/tools/scripts-config-react-webpack/CHANGELOG.md +++ b/tools/scripts-config-react-webpack/CHANGELOG.md @@ -1,5 +1,19 @@ # @talend/scripts-config-react-webpack +## 18.0.0 + +### Major Changes + +- 6ce7336: Drop `@talend/dynamic-cdn-webpack-plugin` and `@talend/scripts-config-cdn` + + Both packages only served the webpack-based CDN externalization feature, which + is unused now that the app build was migrated off webpack. Removed: + + - the `fork/dynamic-cdn-webpack-plugin` package + - the `tools/scripts-config-cdn` package (its only consumer) + - the now-dead `dynamic-cdn-webpack-plugin` config keys in + `talend-scripts.json` files + ## 17.1.2 ### Patch Changes diff --git a/tools/scripts-config-react-webpack/package.json b/tools/scripts-config-react-webpack/package.json index c60f24ab36c..bf11e0e3115 100644 --- a/tools/scripts-config-react-webpack/package.json +++ b/tools/scripts-config-react-webpack/package.json @@ -1,7 +1,7 @@ { "name": "@talend/scripts-config-react-webpack", "description": "Webpack configuration for @talend/scripts-core", - "version": "17.1.2", + "version": "18.0.0", "license": "Apache-2.0", "main": "index.js", "author": "Talend Frontend ", diff --git a/tools/scripts-core/CHANGELOG.md b/tools/scripts-core/CHANGELOG.md index 684c5667993..8f8e3b8a0a1 100644 --- a/tools/scripts-core/CHANGELOG.md +++ b/tools/scripts-core/CHANGELOG.md @@ -1,5 +1,17 @@ # @talend/scripts-core +## 21.0.0 + +### Major Changes + +- 0363133: feat: drop build of app which was using webpack + +### Patch Changes + +- Updated dependencies [661d925] + - @talend/eslint-plugin@2.0.0 + - @talend/eslint-config@14.2.0 + ## 20.0.1 ### Patch Changes diff --git a/tools/scripts-core/package.json b/tools/scripts-core/package.json index c6db6f39e22..a676bc3a2ae 100644 --- a/tools/scripts-core/package.json +++ b/tools/scripts-core/package.json @@ -1,7 +1,7 @@ { "name": "@talend/scripts-core", "description": "Set of scripts", - "version": "20.0.1", + "version": "21.0.0", "license": "Apache-2.0", "exports": "./src/index.js", "type": "module", @@ -25,8 +25,8 @@ "dependencies": { "@babel/cli": "^7.29.7", "@babel/core": "^7.29.7", - "@talend/eslint-config": "^14.1.4", - "@talend/eslint-plugin": "^1.8.2", + "@talend/eslint-config": "^14.2.0", + "@talend/eslint-plugin": "^2.0.0", "@talend/scripts-utils": "^2.8.2", "@talend/scripts-config-babel": "^13.10.2", "@talend/scripts-config-typescript": "^12.1.2",