Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
570ac8e
chore: move vitest at the root
jmfrancois Apr 8, 2026
aa1286b
chore: save
jmfrancois Apr 8, 2026
3d08d03
fix: build and lint
jmfrancois Apr 8, 2026
8bf4554
chore: move up eslint
jmfrancois Apr 8, 2026
1eb6946
chore: move talend and rimraf devdeps
jmfrancois Apr 8, 2026
802f1bf
chore: save
jmfrancois Apr 8, 2026
cd5d181
chore: move stylelint up
jmfrancois Apr 8, 2026
4f453d1
fix: icon scripts
jmfrancois Apr 8, 2026
bd764f2
chore: add more script to turbo
jmfrancois Apr 8, 2026
a553bdc
chore: move up cross-env
jmfrancois Apr 8, 2026
6318e7d
fix: test:demo
jmfrancois Apr 8, 2026
f197e1c
chore: update turbo config
jmfrancois Apr 8, 2026
25f6737
chore: add changeset
jmfrancois Apr 8, 2026
738c92f
chore: move back packages needed as devDeps
jmfrancois Apr 8, 2026
12f6328
fix: test:demo script
jmfrancois Apr 8, 2026
a53ad15
fix: turbo config for storybook-docs
jmfrancois Apr 8, 2026
73560bd
fix: add missing import
jmfrancois Apr 8, 2026
1a37aca
chore: use asdf
jmfrancois Apr 8, 2026
eb962e9
chore: move to src folder
jmfrancois Apr 8, 2026
1a71f2f
fix: build of design system
jmfrancois Apr 9, 2026
7430d8a
fix: turbo build:lib
jmfrancois Apr 9, 2026
f5d559d
fix: storybook-lib tsconfig
jmfrancois Apr 9, 2026
9f3279c
fix: build storybook-lib
jmfrancois Apr 9, 2026
082273d
docs: add adr
jmfrancois Apr 9, 2026
14409c3
test: fix error in CI
jmfrancois Apr 9, 2026
078570d
fix: ts error in Stepper
jmfrancois Apr 9, 2026
feac793
fix: ts config of containers and stepper
jmfrancois Apr 9, 2026
658d1fd
test: update some
jmfrancois Apr 9, 2026
d12fde2
chore: rename lint and test scripts
jmfrancois Apr 9, 2026
3563767
fix: package
jmfrancois Apr 9, 2026
f23b62f
chore(CI): update test:demo call to storybook:build
jmfrancois Apr 9, 2026
5dea9ec
chore: remove AI comment
jmfrancois Apr 9, 2026
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
3 changes: 3 additions & 0 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ runs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-

- name: Cache for Turbo
uses: rharkor/caching-for-turbo@0abc2381e688c4d2832f0665a68a01c6e82f0d6c #v2.3.11
4 changes: 3 additions & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

- name: Install and Build
if: steps.changesetfiles.outputs.count == 1
run: yarn --frozen-lockfile
run: |
yarn --frozen-lockfile
yarn build
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

- name: Build Demo
run: yarn test:demo

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

- name: Build Demo
run: yarn test:demo

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Build
run: yarn build

- name: eslint + stylelint
continue-on-error: true
id: eslint
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Build
run: yarn build

- name: Test
run: yarn test:cov

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

- name: Pre-release talend/ui
id: version
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/visual-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
uses: ./.github/actions/setup-node

- name: Install dependencies
run: yarn --frozen-lock
run: |
yarn --frozen-lock
yarn build

- name: Publish PR to DS Chromatic
if: github.ref != 'refs/heads/master'
Expand Down
12 changes: 1 addition & 11 deletions fork/bootstrap-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
"sass": "assets/stylesheets/_bootstrap.scss",
"scripts": {
"build": "echo nothing to build in bootsrap-sass",
"test": "echo nothing to test in bootsrap-sass",
"test:update": "echo nothing to test in bootsrap-sass",
"test:cov": "echo nothing to test in bootsrap-sass"
},
"scripts": {},
"files": [
"assets",
"CHANGELOG.md",
Expand Down Expand Up @@ -38,10 +33,5 @@
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@talend/eslint-config": "^14.1.2",
"@talend/eslint-plugin": "^1.8.1",
"eslint": "^10.1.0"
}
}
7 changes: 0 additions & 7 deletions fork/dynamic-cdn-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,9 @@
"webpack": "^5.105.4"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^15.15.0",
"html-webpack-plugin": "^5.6.6",
"@vitest/coverage-v8": "^4.1.2",
"mz": "^2.7.0",
"rimraf": "^6.1.3",
"vitest": "^4.1.2",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-manifest-plugin": "^5.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
Expand Down
11 changes: 0 additions & 11 deletions fork/json-schema-form-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,8 @@
"json-schema"
],
"devDependencies": {
"@vitest/coverage-v8": "^4.1.2",
"@talend/babel-plugin-assets-api": "^1.9.1",
"@talend/babel-plugin-import-from-index": "^1.13.1",
"@talend/eslint-config": "^14.1.2",
"@talend/eslint-plugin": "^1.8.1",
"@talend/scripts-config-react-webpack": "^17.1.1",
"@talend/scripts-config-typescript": "^12.1.1",
"@talend/scripts-core": "^20.0.0",
"@types/chai": "^3.5.2",
"@types/node": "^6.14.13",
"eslint": "^10.1.0",
"rimraf": "^6.1.3",
"vitest": "^4.1.2",
"webpack": "^5.105.4"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion fork/json-schema-form-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"noImplicitAny": false,
"declaration": true,
"target": "ES5",
"module": "CommonJs"
"module": "CommonJs",
"moduleResolution": "node"
}
}
8 changes: 1 addition & 7 deletions fork/module-to-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@
"semver": "^7.7.4"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^15.15.0",
"@vitest/coverage-v8": "^4.1.2",
"vitest": "^4.1.2"
"globals": "^15.15.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 1 addition & 11 deletions fork/react-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,18 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^4.1.2",
"@talend/eslint-config": "^14.1.2",
"@talend/eslint-plugin": "^1.8.1",
"@talend/scripts-config-typescript": "^12.1.1",
"@talend/scripts-core": "^20.0.0",
"@talend/scripts-config-babel": "^13.10.1",
"@talend/scripts-config-react-webpack": "^17.1.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"chai": "^4.5.0",
"chalk": "^2.4.2",
"create-react-class": "^15.7.0",
"cross-env": "^10.1.0",
"eslint": "^10.1.0",
"lodash": "^4.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"sinon": "^11.1.2",
"vitest": "^4.1.2"
"sinon": "^11.1.2"
},
"dependencies": {
"classnames": "^2.5.1",
Expand Down
79 changes: 56 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,17 @@
{
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@talend/eslint-config": "^14.1.2",
"@talend/scripts-config-babel": "^13.10.1",
"@talend/scripts-config-prettier": "^12.7.1",
"@talend/scripts-yarn-workspace": "^2.4.1",
"baseline-browser-mapping": "^2.10.13",
"cross-env": "^10.1.0",
"cross-spawn": "^7.0.6",
"eslint": "^10.1.0",
"husky": "^8.0.3",
"i18next-scanner": "^4.6.0",
"lint-staged": "^15.5.2",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"typescript": "^5.9.3"
},
"scripts": {
"postinstall": "talend-yarn-workspace run build:lib && talend-yarn-workspace run build:lib:esm",
"pre-release": "talend-yarn-workspace run pre-release",
"build": "yarn build:lib && yarn build:lib:esm",
"build:lib": "turbo run build:lib",
"build:lib:esm": "turbo run build:lib:esm",
"start": "yarn workspace @talend/ui-playground run start",
"start-storybook": "yarn workspace @talend/ui-storybook-one run start",
"release": "yarn pre-release && yarn changeset publish",
"lint-staged": "lint-staged",
"lint": "cross-env WORKSPACE_RUN_FAIL=no-bail talend-yarn-workspace run lint",
"test": "cross-env TZ=UTC talend-yarn-workspace run test",
"lint": "cross-env WORKSPACE_RUN_FAIL=no-bail turbo run lint --continue=always",
"test": "cross-env TZ=UTC turbo run test",
"test:update": "cross-env TZ=UTC talend-yarn-workspace run test:update",
"test:cov": "cross-env TZ=UTC talend-yarn-workspace run test:cov",
"test:demo": "talend-yarn-workspace run test:demo",
"test:cov": "cross-env TZ=UTC turbo run test:cov",
"test:demo": "turbo run test:demo",
"test:cron": "talend-yarn-workspace run test:cron",
"start-one": "yarn workspace @talend/ui-storybook-one run start",
"start-components": "yarn workspace @talend/react-components run start",
Expand All @@ -41,6 +25,55 @@
"changelog": "git log --pretty=\"format:%C(bold green)%ad%C(reset) %s\" --date=short --color",
"prepare": "husky install"
},
"packageManager": "yarn@1.22.22",
"devDependencies": {
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/core": "^7.29.0",
"@changesets/cli": "^2.30.0",
"@talend/eslint-plugin": "^1.8.1",
"@talend/eslint-config": "^14.1.2",
"@talend/scripts-core": "^20.0.0",
"@talend/scripts-config-babel": "^13.10.1",
"@talend/scripts-config-prettier": "^12.7.1",
"@talend/scripts-yarn-workspace": "^2.4.1",
"@talend/scripts-config-typescript": "^12.1.1",
"@talend/scripts-config-react-webpack": "^17.1.1",
"@talend/locales-design-system": "^7.15.1",
"@talend/locales-tui-components": "^16.0.1",
"@talend/locales-tui-containers": "^9.1.3",
"@talend/locales-tui-dataviz": "^3.0.1",
"@talend/locales-tui-faceted-search": "^11.3.0",
"@talend/locales-tui-forms": "^15.2.0",
"@talend/scripts-config-storybook-lib": "^6.1.1",
"@talend/scripts-config-stylelint": "^5.0.0",
"@talend/babel-plugin-import-from-index": "^1.13.1",
"@talend/babel-plugin-assets-api": "^1.9.1",
"@talend/dynamic-cdn-webpack-plugin": "^14.5.1",
"@talend/scripts-cmf": "^1.8.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^4.1.2",
"baseline-browser-mapping": "^2.10.13",
"cpx2": "^8.0.0",
"cross-env": "^10.1.0",
"cross-spawn": "^7.0.6",
"eslint": "^10.1.0",
"@eslint/js": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"husky": "^8.0.3",
"i18next-scanner": "^4.6.0",
"lint-staged": "^15.5.2",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"turbo": "^2.9.5",
"typescript": "^5.9.3",
"vitest": "^4.1.2",
"stylelint": "^17.6.0"
},
"resolutions": {
"**/ace-builds": "1.10.1",
"**/@types/react": "^18.2.7",
Expand Down
11 changes: 1 addition & 10 deletions packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,12 @@
"@talend/utils": "^3.7.1"
},
"devDependencies": {
"@talend/eslint-config": "^14.1.2",
"@talend/eslint-plugin": "^1.8.1",
"@talend/scripts-core": "^20.0.0",
"@talend/scripts-config-typescript": "^12.1.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/date-fns": "^2.6.3",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vitest/coverage-v8": "^4.1.2",
"date-fns": "^3.6.0",
"eslint": "^10.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^4.1.2"
"react-dom": "^18.3.1"
},
"peerDependencies": {
"react": "^18.3.1",
Expand Down
Loading
Loading