Skip to content

Commit

Permalink
sync with smouillour/fix/TDOPS-5502
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Oct 24, 2023
2 parents 65d448a + 1b7d997 commit d4d0183
Show file tree
Hide file tree
Showing 113 changed files with 1,724 additions and 788 deletions.
22 changes: 0 additions & 22 deletions .changeset/blue-beds-deliver.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/bright-dodos-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-zoos-hug.md

This file was deleted.

98 changes: 0 additions & 98 deletions .changeset/chatty-apes-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-hotels-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-rockets-bake.md

This file was deleted.

54 changes: 54 additions & 0 deletions .changeset/old-bobcats-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
'@talend/scripts-config-babel': minor
'@talend/scripts-config-react-webpack': minor
'@talend/react-cmf-webpack-plugin': minor
'@talend/react-faceted-search': minor
'@talend/storybook-docs': minor
'@talend/design-system': minor
'@talend/router-bridge': minor
'@talend/react-storybook-cmf': minor
'@talend/ui-storybook-one': minor
'@talend/react-bootstrap': minor
'@talend/design-docs': minor
'@talend/react-cmf-router': minor
'@talend/react-components': minor
'@talend/react-containers': minor
'@talend/scripts-utils': minor
'@talend/module-to-cdn': minor
'@talend/scripts-core': minor
'@talend/react-cmf-cqrs': minor
'@talend/react-dataviz': minor
'@talend/react-stepper': minor
'@talend/react-forms': minor
'@talend/icons': minor
'@talend/react-sagas': minor
'@talend/http': minor
'@talend/react-cmf': minor
---

[major]tools/scripts-config-babel: will expose babel.config.js instead of .babelrc.json (you will have to update your config)
[minor]fork/module-to-cdn: update babel config, remove link to scripts-core to run lint, add missing deps
[minor]fork/react-bootstrap: update babel config, add missing deps
[minor]packages/cmf-cqrs: update babel config, add missing deps
[minor]packages/cmf-router: update babel config, add missing deps
[minor]packages/cmf: update babel config, add missing deps, fix import of scripts-config-jest
[minor]packages/components: update babel config, add missing deps, add a tsconfig.build.json to exclude test files
[minor]packages/containers: update babel config, add missing deps
[minor]packages/dataviz: update babel config, add missing deps, remove useless config of jest (use the common), fix config issue in tsconfig.json
[minor]packages/design-docs:update babel config, remove link to design-system (circular dep), add missing deps
[minor]packages/design-system: update babel config, add missing deps
[minor]packages/faceted-search: update babel config, add missing deps
[minor]packages/forms: update babel config, add missing deps
[minor]packages/http: update babel config, add missing deps, fix tsconfig
[minor]packages/icons: update babel config, add missing deps, fix scripts, prepare script for pnpm
[minor]packages/playground: update babel config, add missing deps
[minor]packages/router-bridge: update babel config, add missing deps
[minor]packages/sagas: update babel config, add missing deps
[minor]packages/stepper: update babel config, fix prettier config, add missing deps, add tsconfig.build.json to exclude test
[minor]packages/storybook-cmf: update babel config, add missing deps
[minor]packages/storybook-docs: update babel config, add missing deps, remove ref to design-system and icons(circular dep), adapt code for pnpm
[minor]packages/storybook-one: update babel config, fix for pnpm (not possible to ref a package to itself), add missing deps
[minor]tools/cmf-webpack-plugin: update babel config, use it's own eslint config (circular dep), add missing deps
[minor]tools/scripts-config-react-webpack: update ref to babel config, use it's own eslint config (circular dep), adapt code for pnpm
[minor]tools/scripts-core: update ref to babel config
[minor]tools/scripts-utils: add missing babel config file, use it's own eslint config (circular dep), fix test to use package existing in the package.json, add missing deps, adapt code for pnpm
5 changes: 0 additions & 5 deletions .changeset/perfect-mayflies-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-needles-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-hairs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-kiwis-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-coats-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-cats-fold.md

This file was deleted.

1 change: 0 additions & 1 deletion fork/module-to-cdn/.babelrc

This file was deleted.

6 changes: 6 additions & 0 deletions fork/react-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [v0.32.5]

## 2.0.0

### Major Changes

- 96d688489: React: Upgrade to react 18 and @types/react 18

## 1.35.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fork/react-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/react-bootstrap",
"version": "1.35.2",
"version": "2.0.0",
"description": "Bootstrap 3 components built with React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@talend/eslint-config": "^12.1.1",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@talend/scripts-config-babel": "^13.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@testing-library/jest-dom": "^5.17.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/a11y/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talend/react-a11y

## 2.0.0

### Major Changes

- 96d688489: React: Upgrade to react 18 and @types/react 18

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@talend/eslint-config": "^12.1.1",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -51,5 +51,5 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.0"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/assets-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@talend/babel-plugin-import-from-index": "^1.5.1",
"@talend/eslint-config": "^12.1.1",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@types/node": "^6.14.13",
Expand Down
11 changes: 11 additions & 0 deletions packages/cmf-cqrs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @talend/react-cmf-cqrs

## 10.0.0

### Major Changes

- 96d688489: React: Upgrade to react 18 and @types/react 18

### Patch Changes

- Updated dependencies [96d688489]
- @talend/react-cmf@8.0.0

## 9.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
"dependencies": {
"@talend/react-cmf": "^7.3.0",
"@talend/react-cmf": "^8.0.0",
"@talend/utils": "^2.6.0",
"immutable": "^3.8.2",
"redux-saga": "^1.2.3"
},
"devDependencies": {
"@talend/eslint-config": "^12.1.1",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-core": "^16.0.0",
"@talend/scripts-config-babel": "^13.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
Expand All @@ -60,5 +60,5 @@
"publishConfig": {
"access": "public"
},
"version": "9.0.2"
"version": "10.0.0"
}
11 changes: 11 additions & 0 deletions packages/cmf-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 6.0.0

### Major Changes

- 96d688489: React: Upgrade to react 18 and @types/react 18

### Patch Changes

- Updated dependencies [96d688489]
- @talend/react-cmf@8.0.0

## 5.3.0

### Minor Changes
Expand Down
Loading

0 comments on commit d4d0183

Please sign in to comment.