Skip to content

Commit dcf9e9d

Browse files
authored
update dependencies (#2557)
<!-- 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 ## Related Issue <!-- Please link to issue if one exists --> - Fixes #2537 ## Summary 의존성을 업데이트합니다. - 마이너 업데이트 - 메이저 업데이트 Breaking changes 반영 - turbo - sass-loader, css-loader - sass - node 18 -> 22 (lts) - yarn - 불필요한 core-js 제거 및 babel config 업데이트 <!-- Please brief explanation of the changes made --> - 메이저 버전 업데이트를 하려면 변경이 많이 필요하거나, 다른 이유로 업데이트할 수 없는 의존성들은 업데이트하지 않았습니다. - `Tooltip` 관련 테스트 케이스가 실패합니다. 확인해보니 radix-ui Popper 컴포넌트에서 [변경](https://github.com/radix-ui/primitives/commit/f58a28cbeef3d3756ac6485b94c21c0a26dce2f0)이 있었는데, 이로 인한 사이드 이펙트로 추정됩니다. 동작 자체는 문제가 없어서 임시로 주석처리합니다. ## Details <!-- Please elaborate description of the changes --> 생략 ### Breaking change? (Yes/No) <!-- If Yes, please describe the impact and migration path for users --> No ## References <!-- Please list any other resources or points the reviewer should be aware of -->
1 parent 730b999 commit dcf9e9d

File tree

32 files changed

+3520
-3623
lines changed

32 files changed

+3520
-3623
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.5
1+
22.12.0

.yarn/releases/yarn-4.3.1.cjs

Lines changed: 0 additions & 894 deletions
This file was deleted.

.yarn/releases/yarn-4.5.3.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ plugins:
1313
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
1414
spec: 'https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js'
1515

16-
yarnPath: .yarn/releases/yarn-4.3.1.cjs
16+
yarnPath: .yarn/releases/yarn-4.5.3.cjs

configs/eslint-config-bezier/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"description": "Common ESLint configuration.",
66
"main": "index.js",
77
"dependencies": {
8-
"@channel.io/eslint-config": "^2.0.4",
8+
"@channel.io/eslint-config": "^2.1.0",
99
"@channel.io/eslint-plugin": "^1.2.3",
10-
"eslint-plugin-jest": "^22.21.0"
10+
"eslint-plugin-jest": "^28.9.0"
1111
}
1212
}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,40 +22,40 @@
2222
"knip": "knip --config knip.json --workspace packages/bezier-react --cache"
2323
},
2424
"devDependencies": {
25-
"@changesets/cli": "^2.27.1",
25+
"@changesets/cli": "^2.27.10",
2626
"@changesets/get-github-info": "^0.6.0",
2727
"@changesets/types": "^6.0.0",
2828
"@channel.io/prettier-config": "^0.0.1",
2929
"@channel.io/stylelint-bezier": "workspace:*",
3030
"@channel.io/stylelint-config": "^2.0.0",
31-
"@commitlint/cli": "^19.0.0",
32-
"@commitlint/config-conventional": "^19.0.0",
33-
"@swc/core": "^1.4.2",
34-
"@swc/jest": "^0.2.36",
35-
"@types/jest": "^29.5.12",
31+
"@commitlint/cli": "^19.6.0",
32+
"@commitlint/config-conventional": "^19.6.0",
33+
"@swc/core": "^1.10.1",
34+
"@swc/jest": "^0.2.37",
35+
"@types/jest": "^29.5.14",
3636
"cz-conventional-changelog": "^3.3.0",
37-
"eslint": "^8.57.0",
38-
"husky": "^9.0.11",
37+
"eslint": "^8.57.1",
38+
"husky": "^9.1.7",
3939
"jest": "^29.7.0",
4040
"jest-environment-jsdom": "^29.7.0",
41-
"knip": "^5.27.3",
42-
"npm-run-all2": "^6.1.2",
43-
"prettier": "^3.2.5",
44-
"stylelint": "^16.3.0",
45-
"syncpack": "^12.3.0",
41+
"knip": "^5.39.4",
42+
"npm-run-all2": "^7.0.1",
43+
"prettier": "^3.4.2",
44+
"stylelint": "^16.11.0",
45+
"syncpack": "^13.0.0",
4646
"ts-node": "^10.9.2",
47-
"turbo": "^1.12.4",
47+
"turbo": "^2.3.3",
4848
"typescript": "^5.4.2"
4949
},
5050
"engines": {
51-
"node": "18.20.5",
52-
"yarn": "4.3.1"
51+
"node": "22.12.0",
52+
"yarn": "4.5.3"
5353
},
5454
"config": {
5555
"commitizen": {
5656
"path": "./node_modules/cz-conventional-changelog"
5757
}
5858
},
59-
"packageManager": "yarn@4.3.1",
59+
"packageManager": "yarn@4.5.3",
6060
"prettier": "@channel.io/prettier-config"
6161
}

packages/bezier-codemod/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"dist"
2727
],
2828
"dependencies": {
29-
"@inkjs/ui": "^1.0.0",
30-
"ink": "^4.4.1",
29+
"@inkjs/ui": "^2.0.0",
30+
"ink": "^5.1.0",
3131
"meow": "^13.2.0",
32-
"react": "^18.2.0",
33-
"ts-morph": "^21.0.1"
32+
"react": "^18.3.1",
33+
"ts-morph": "^24.0.0"
3434
},
3535
"devDependencies": {
36-
"@types/node": "^20.11.20",
37-
"@types/react": "^18.2.59",
36+
"@types/node": "^22.10.2",
37+
"@types/react": "^18.3.16",
3838
"eslint-config-bezier": "workspace:*",
3939
"tsconfig": "workspace:*"
4040
},

packages/bezier-codemod/src/transforms/v2-foundation-to-css-variable/border.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ const replaceBorder = (sourceFile: SourceFile) => {
8181
node.replaceWithText(
8282
node
8383
.getText()
84-
.replace(`\${${text}};\n` ?? '', borderStyle)
85-
.replace(`\${${text}}\n` ?? '', borderStyle)
84+
.replace(`\${${text}};\n`, borderStyle)
85+
.replace(`\${${text}}\n`, borderStyle)
8686
)
8787
})
8888
}

packages/bezier-codemod/src/transforms/v2-foundation-to-css-variable/transition.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ const replaceTransitionsCSS = (sourceFile: SourceFile) => {
7676
node.replaceWithText(
7777
node
7878
.getText()
79-
.replace(`\${${text}};\n` ?? '', transitionStyle)
80-
.replace(`\${${text}}\n` ?? '', transitionStyle)
79+
.replace(`\${${text}};\n`, transitionStyle)
80+
.replace(`\${${text}}\n`, transitionStyle)
8181
)
8282
})
8383

packages/bezier-figma-plugin/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@
2222
"author": "Channel Corp.",
2323
"license": "Apache-2.0",
2424
"devDependencies": {
25-
"@figma/plugin-typings": "^1.87.0",
26-
"@types/react": "^18.2.59",
27-
"@types/react-dom": "^18.2.19",
28-
"css-loader": "^6.10.0",
25+
"@figma/plugin-typings": "^1.104.0",
26+
"@types/react": "^18.3.16",
27+
"@types/react-dom": "^18.3.5",
28+
"css-loader": "^7.1.2",
2929
"eslint-config-bezier": "workspace:*",
3030
"html-webpack-inline-source-plugin": "^0.0.10",
31-
"html-webpack-plugin": "^5.6.0",
31+
"html-webpack-plugin": "^5.6.3",
3232
"react-dev-utils": "^12.0.1",
33-
"style-loader": "^3.3.4",
33+
"style-loader": "^4.0.0",
3434
"ts-loader": "^9.5.1",
3535
"tsconfig": "workspace:*",
3636
"url-loader": "^4.1.1",
37-
"webpack": "^5.90.3",
37+
"webpack": "^5.97.1",
3838
"webpack-cli": "^5.1.4"
3939
},
4040
"dependencies": {
4141
"@channel.io/bezier-icons": "0.38.0",
4242
"@channel.io/bezier-react": "2.6.2",
43-
"octokit": "^3.1.2",
44-
"react": "^18.2.0",
45-
"react-dom": "^18.2.0",
46-
"react-router-dom": "^6.22.1"
43+
"octokit": "^4.0.2",
44+
"react": "^18.3.1",
45+
"react-dom": "^18.3.1",
46+
"react-router-dom": "^7.0.2"
4747
}
4848
}

0 commit comments

Comments
 (0)