Skip to content

Commit

Permalink
Upgrade dependencies (#1609)
Browse files Browse the repository at this point in the history
<!--
  How to write a good PR title:
- Follow [the Conventional Commits
specification](https://www.conventionalcommits.org/en/v1.0.0/).
  - Give as much context as necessary and as little as possible
  - Prefix it with [WIP] while it’s a work in progress
-->

## Self Checklist

- [x] I wrote a PR title in **English** and added an appropriate
**label** to the PR.
- [x] I wrote the commit message in **English** and to follow [**the
Conventional Commits
specification**](https://www.conventionalcommits.org/en/v1.0.0/).
- [x] I [added the
**changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md)
about the changes that needed to be released. (or didn't have to)
- [x] I wrote or updated **documentation** related to the changes. (or
didn't have to)
- [x] I wrote or updated **tests** related to the changes. (or didn't
have to)
- [x] I tested the changes in various browsers. (or didn't have to)
  - Windows: Chrome, Edge, (Optional) Firefox
  - macOS: Chrome, Edge, Safari, (Optional) Firefox

## Summary
<!-- Please brief explanation of the changes made -->

`yarn upgrade-interactive` 명령어를 통해 의존성을 업데이트합니다. (마이너 버전 범위까지)

## Details
<!-- Please elaborate description of the changes -->

- 5509f35 : 린트 규칙이 충돌하는 현상이 발생하여 비활성화
처리합니다. 채널 eslint 패키지 최신화 및 TS 5.0 업데이트 이후 다시 살펴보려고 합니다.

### Breaking change? (Yes/No)
<!-- If Yes, please describe the impact and migration path for users -->

No
  • Loading branch information
sungik-choi authored Sep 11, 2023
1 parent 8c2b873 commit 772d763
Show file tree
Hide file tree
Showing 8 changed files with 1,267 additions and 445 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"postinstall": "husky install"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@changesets/cli": "^2.26.2",
"@changesets/get-github-info": "^0.5.2",
"@changesets/types": "^5.2.1",
"@channel.io/stylelint-config": "^1.2.0",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-bezier": "workspace:*",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"stylelint": "^13.13.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.3",
"turbo": "^1.10.13",
"typescript": "^4.9.5"
},
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions packages/bezier-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
],
"dependencies": {
"@inkjs/ui": "^1.0.0",
"ink": "^4.2.0",
"meow": "^12.0.1",
"ink": "^4.4.1",
"meow": "^12.1.1",
"react": "^18.2.0",
"ts-morph": "^19.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"eslint-config-bezier": "workspace:*",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig": "workspace:*"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/bezier-figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@
"author": "Channel Corp.",
"license": "Apache-2.0",
"devDependencies": {
"@figma/plugin-typings": "^1.65.0",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@figma/plugin-typings": "^1.76.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"css-loader": "^6.8.1",
"eslint-config-bezier": "workspace:*",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^5.5.3",
"react-dev-utils": "^12.0.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.3",
"ts-loader": "^9.4.4",
"tsconfig": "workspace:*",
"url-loader": "^4.1.1",
"webpack": "^5.87.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@channel.io/bezier-icons": "^0.10.0",
"@channel.io/bezier-react": "workspace:^",
"octokit": "^2.0.22",
"octokit": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.13.0",
"react-router-dom": "^6.15.0",
"styled-components": "^5.3.11"
}
}
20 changes: 10 additions & 10 deletions packages/bezier-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@
"author": "Channel Corp.",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-virtual": "^3.0.1",
"@rollup/pluginutils": "^5.0.2",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.1",
"@rollup/pluginutils": "^5.0.4",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"eslint-config-bezier": "workspace:^",
"jest": "^29.5.0",
"rollup": "^3.25.1",
"jest": "^29.6.4",
"rollup": "^3.29.1",
"rollup-plugin-visualizer": "^5.9.2",
"svgo": "^3.0.2",
"tsconfig": "workspace:^"
Expand Down
50 changes: 25 additions & 25 deletions packages/bezier-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
"not ie <= 11"
],
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@channel.io/bezier-icons": "^0.10.0",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/plugin-url": "^8.0.1",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
Expand All @@ -81,37 +81,37 @@
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/storybook-deployer": "^2.8.16",
"@swc/core": "^1.3.65",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@swc/core": "^1.3.83",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.2",
"babel-loader": "^9.1.2",
"babel-plugin-styled-components": "^2.1.3",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.27",
"@types/uuid": "^9.0.3",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-react-app": "^10.0.1",
"chromatic": "^6.19.8",
"core-js": "^3.31.0",
"chromatic": "^6.24.1",
"core-js": "^3.32.2",
"eslint-config-bezier": "workspace:*",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-storybook": "^0.6.13",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest-styled-components": "^7.1.1",
"paths.macro": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.25.1",
"rollup": "^3.29.1",
"rollup-plugin-node-externals": "^6.1.1",
"rollup-plugin-visualizer": "^5.9.2",
"styled-components": "^5.3.11",
"ts-prune": "^0.10.3",
"tsconfig": "workspace:*",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"ttypescript": "^1.5.15",
"typescript-transform-paths": "^3.4.6"
},
Expand Down Expand Up @@ -140,7 +140,7 @@
"@radix-ui/react-visually-hidden": "^1.0.3",
"classnames": "^2.3.2",
"react-resize-detector": "^9.1.0",
"react-textarea-autosize": "^8.4.1",
"react-textarea-autosize": "^8.5.3",
"ssr-window": "^4.0.2",
"uuid": "^9.0.0"
}
Expand Down
3 changes: 2 additions & 1 deletion supports/eslint-config-bezier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ module.exports = {
rules: {
"no-multiple-empty-lines": ['error', { max: 1, maxEOF: 1, maxBOF: 0 }],
'import-newlines/enforce': ['error', { items: 1 }],
'import/no-duplicates': ['error', { 'prefer-inline': true }],
// FIXME: Conflict with consistent-type-imports rule. Try testing again after TS version 5 update.
// 'import/no-duplicates': ['error', { 'prefer-inline': true }],
'@typescript-eslint/consistent-type-imports': ['error', { fixStyle: 'inline-type-imports' }],
'@typescript-eslint/consistent-type-exports': 'error',
'jsx-a11y/alt-text': 'warn',
Expand Down
14 changes: 7 additions & 7 deletions supports/eslint-config-bezier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"clean": "rm -rf node_modules"
},
"dependencies": {
"@channel.io/eslint-config": "^1.5.0",
"@channel.io/eslint-config": "^1.5.1",
"@channel.io/eslint-plugin": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "^8.2.6",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-import-resolver-webpack": "^0.13.7",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-newlines": "^1.3.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
}
}
Loading

0 comments on commit 772d763

Please sign in to comment.