Skip to content

Commit 5a911c9

Browse files
renovate[bot]philibeascaleway-bot
authored
chore(devdeps): update dependency typescript to v5.4.5 (#1929)
* fix(test): update * chore(devdeps): update dependency typescript to v5.4.5 * chore: add changeset renovate-b6dc4ad --------- Co-authored-by: Alexandre Philibeaux <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scaleway Bot <[email protected]>
1 parent 257d1e3 commit 5a911c9

File tree

6 files changed

+838
-1346
lines changed

6 files changed

+838
-1346
lines changed

.changeset/renovate-b6dc4ad.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@scaleway/eslint-config-react': patch
3+
---
4+
5+
Updated dependency `typescript` to `5.4.5`.

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"@babel/preset-typescript": "7.24.1",
2020
"@changesets/changelog-github": "0.5.0",
2121
"@changesets/cli": "2.27.1",
22-
"@commitlint/cli": "19.2.1",
22+
"@commitlint/cli": "19.2.2",
2323
"@commitlint/config-conventional": "19.1.0",
2424
"@jest/globals": "29.7.0",
2525
"@rollup/plugin-babel": "6.0.4",
2626
"@rollup/plugin-node-resolve": "15.2.3",
2727
"@scaleway/eslint-config-react": "workspace:*",
2828
"@scaleway/tsconfig": "workspace:*",
2929
"@testing-library/jest-dom": "6.4.2",
30-
"@testing-library/react": "14.3.1",
30+
"@testing-library/react": "15.0.2",
3131
"@types/jest": "29.5.12",
3232
"@types/node": "20.12.7",
33-
"@types/react": "18.2.77",
33+
"@types/react": "18.2.78",
3434
"@types/react-dom": "18.2.25",
3535
"builtin-modules": "3.3.0",
3636
"cross-env": "7.0.3",
@@ -46,12 +46,12 @@
4646
"react": "18.2.0",
4747
"react-dom": "18.2.0",
4848
"read-pkg": "9.0.1",
49-
"rollup": "4.14.1",
49+
"rollup": "4.13.2",
5050
"rollup-plugin-dts": "6.1.0",
5151
"rollup-plugin-preserve-shebangs": "0.2.0",
5252
"rollup-plugin-visualizer": "5.12.0",
5353
"tstyche": "1.1.0 ",
54-
"typescript": "5.4.4",
54+
"typescript": "5.4.5",
5555
"wait-for-expect": "3.0.2"
5656
},
5757
"scripts": {
@@ -109,7 +109,8 @@
109109
],
110110
"modulePathIgnorePatterns": [
111111
"locales",
112-
"__typetests__"
112+
"__typetests__",
113+
"dist"
113114
],
114115
"coverageReporters": [
115116
"text",

packages/eslint-config-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@emotion/eslint-plugin": "11.11.0",
21-
"@typescript-eslint/eslint-plugin": "7.5.0",
22-
"@typescript-eslint/parser": "7.5.0",
21+
"@typescript-eslint/eslint-plugin": "7.6.0",
22+
"@typescript-eslint/parser": "7.6.0",
2323
"eslint-config-airbnb": "19.0.4",
2424
"eslint-config-airbnb-typescript": "18.0.0",
2525
"eslint-config-prettier": "9.1.0",
@@ -35,6 +35,6 @@
3535
},
3636
"devDependencies": {
3737
"eslint": "8.57.0",
38-
"typescript": "5.4.4"
38+
"typescript": "5.4.5"
3939
}
4040
}

packages/jest-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@emotion/cache": "11.11.0",
2525
"@emotion/jest": "11.11.0",
2626
"@emotion/react": "11.11.4",
27-
"@testing-library/react": "14.3.1"
27+
"@testing-library/react": "15.0.2"
2828
},
2929
"peerDependencies": {
3030
"react": "^18.0.0 || 18"

packages/use-dataloader/src/__tests__/useDataLoader.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('useDataLoader', () => {
7373
const method = jest.fn(
7474
() =>
7575
new Promise(resolve => {
76-
setTimeout(() => resolve(true), PROMISE_TIMEOUT)
76+
setTimeout(() => resolve(true), PROMISE_TIMEOUT + 150)
7777
}),
7878
)
7979

0 commit comments

Comments
 (0)