Skip to content

Commit

Permalink
fix: old ui-scripts 10.x release => 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Jul 27, 2022
1 parent 4782293 commit e1e5c74
Show file tree
Hide file tree
Showing 17 changed files with 111 additions and 19 deletions.
2 changes: 1 addition & 1 deletion tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"requireindex": "^1.2.0"
},
"devDependencies": {
"@talend/scripts-config-babel": "^9.9.1",
"@talend/scripts-config-babel": "^11.0.0",
"eslint": "^7.32.0",
"mocha": "^7.2.0"
},
Expand Down
12 changes: 12 additions & 0 deletions tools/scripts-config-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/scripts-config-babel

## 11.0.0

### Major Changes

- second bump

## 10.0.0

### Major Changes

- fix: double bump to escape from old 10.x release

## 9.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-babel",
"description": "Babel configuration for @talend/scripts-core",
"version": "9.9.1",
"version": "11.0.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions tools/scripts-config-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/scripts-config-eslint

## 11.0.0

### Major Changes

- second bump

## 10.0.0

### Major Changes

- fix: double bump to escape from old 10.x release

## 9.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-eslint",
"description": "Eslint configuration for @talend/scripts-core",
"version": "9.9.3",
"version": "11.0.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
14 changes: 14 additions & 0 deletions tools/scripts-config-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @talend/scripts-config-jest

## 11.2.3

### Patch Changes

- Updated dependencies
- @talend/scripts-config-babel@11.0.0

## 11.2.2

### Patch Changes

- Updated dependencies
- @talend/scripts-config-babel@10.0.0

## 11.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts-config-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-jest",
"description": "Jest configuration for @talend/scripts-core",
"version": "11.2.1",
"version": "11.2.3",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand All @@ -21,7 +21,7 @@
"react": ">= 16.14.0 < 18.0.0"
},
"dependencies": {
"@talend/scripts-config-babel": "^9.9.1",
"@talend/scripts-config-babel": "^11.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@types/jest": "^28.1.6",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
Expand Down
12 changes: 12 additions & 0 deletions tools/scripts-config-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/scripts-config-prettier

## 11.0.0

### Major Changes

- double bump

## 10.0.0

### Major Changes

- second bump

## 9.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talend/scripts-config-prettier",
"version": "9.7.1",
"version": "11.0.0",
"description": "Shared Prettier config",
"main": ".prettierrc.js",
"homepage": "https://github.com/Talend/ui/tree/master/packages/ui-scripts#readme",
Expand Down
14 changes: 14 additions & 0 deletions tools/scripts-config-react-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @talend/scripts-config-react-webpack

## 13.3.3

### Patch Changes

- Updated dependencies
- @talend/scripts-config-babel@11.0.0

## 13.3.2

### Patch Changes

- Updated dependencies
- @talend/scripts-config-babel@10.0.0

## 13.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts-config-react-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-react-webpack",
"description": "Webpack configuration for @talend/scripts-core",
"version": "13.3.1",
"version": "13.3.3",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@sentry/webpack-plugin": "^1.18.9",
"@talend/react-cmf-webpack-plugin": "^6.36.9",
"@talend/scripts-config-babel": "^9.9.1",
"@talend/scripts-config-babel": "^11.0.0",
"@talend/scripts-config-cdn": "^10.5.4",
"@talend/scripts-utils": "^1.0.0",
"@welldone-software/why-did-you-render": "^7.0.1",
Expand Down
12 changes: 12 additions & 0 deletions tools/scripts-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @talend/scripts-config-typescript

## 11.0.0

### Major Changes

- second bump

## 10.0.0

### Major Changes

- fix: double bump to escape from old 10.x release

## 9.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-config-typescript",
"description": "Typescript configuration for @talend/scripts-core",
"version": "9.11.2",
"version": "11.0.0",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions tools/scripts-preset-react-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/scripts-preset-react-lib

## 12.0.2

### Patch Changes

- fix: ugprade deps
- Updated dependencies
- @talend/scripts-config-prettier@11.0.0

## 12.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions tools/scripts-preset-react-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-preset-react-lib",
"description": "Preset for talend/scripts-core",
"version": "12.0.1",
"version": "12.0.2",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand All @@ -17,15 +17,15 @@
"test": "echo \"Nothing to test\""
},
"dependencies": {
"@talend/scripts-config-babel": "^9.9.1",
"@talend/scripts-config-babel": "^11.0.0",
"@talend/scripts-config-cdn": "^10.5.3",
"@talend/scripts-config-eslint": "^9.9.3",
"@talend/scripts-config-eslint": "^11.0.0",
"@talend/scripts-config-jest": "^11.1.0",
"@talend/scripts-config-prettier": "^9.7.1",
"@talend/scripts-config-prettier": "^11.0.0",
"@talend/scripts-config-react-webpack": "^13.2.0",
"@talend/scripts-config-storybook-lib": "^2.0.1",
"@talend/scripts-config-stylelint": "^1.0.2",
"@talend/scripts-config-typescript": "^9.11.2"
"@talend/scripts-config-typescript": "^11.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions tools/scripts-preset-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @talend/scripts-preset-react

## 13.0.2

### Patch Changes

- fix: ugprade deps
- Updated dependencies
- @talend/scripts-config-prettier@11.0.0

## 13.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions tools/scripts-preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@talend/scripts-preset-react",
"description": "Preset for talend/scripts-core",
"version": "13.0.1",
"version": "13.0.2",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <[email protected]>",
Expand All @@ -17,15 +17,15 @@
"test": "echo \"Nothing to test\""
},
"dependencies": {
"@talend/scripts-config-babel": "^9.9.1",
"@talend/scripts-config-babel": "^11.0.0",
"@talend/scripts-config-cdn": "^10.5.3",
"@talend/scripts-config-eslint": "^9.9.3",
"@talend/scripts-config-eslint": "^11.0.0",
"@talend/scripts-config-jest": "^11.1.0",
"@talend/scripts-config-prettier": "^9.7.1",
"@talend/scripts-config-prettier": "^11.0.0",
"@talend/scripts-config-react-webpack": "^13.2.0",
"@talend/scripts-config-storybook-lib": "^2.0.1",
"@talend/scripts-config-stylelint": "^1.0.2",
"@talend/scripts-config-typescript": "^9.11.2"
"@talend/scripts-config-typescript": "^11.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e1e5c74

Please sign in to comment.