Skip to content

Commit 72410a1

Browse files
renovate[bot]cstn
andauthored
chore(deps): update all non-major dependencies (#197)
* chore(deps): update all non-major dependencies * chore: package lock * fix: dependencies * fix(redux-utils): jsdom types --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carsten Stein <[email protected]>
1 parent 26cbf25 commit 72410a1

File tree

7 files changed

+8730
-5214
lines changed

7 files changed

+8730
-5214
lines changed

package-lock.json

Lines changed: 8649 additions & 5134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocklab/utils",
3-
"version": "1.1.51",
3+
"version": "1.1.52",
44
"description": "JavaScript utils",
55
"keywords": [
66
"rocklab",
@@ -59,36 +59,36 @@
5959
]
6060
},
6161
"devDependencies": {
62-
"@babel/cli": "7.23.0",
63-
"@babel/core": "7.23.3",
62+
"@babel/cli": "7.23.4",
63+
"@babel/core": "7.23.6",
6464
"@babel/eslint-parser": "7.23.3",
65-
"@babel/preset-env": "7.23.3",
65+
"@babel/preset-env": "7.23.6",
6666
"@babel/preset-typescript": "7.23.3",
67-
"@commitlint/cli": "18.4.2",
68-
"@commitlint/prompt-cli": "18.4.2",
69-
"@rocklab/commitlint-config": "3.2.78",
70-
"@rocklab/eslint-config-typescript": "3.2.78",
71-
"@types/jest": "28.1.8",
72-
"@types/node": "18.18.10",
73-
"@typescript-eslint/eslint-plugin": "6.11.0",
74-
"@typescript-eslint/parser": "6.11.0",
75-
"babel-jest": "28.1.3",
76-
"eslint": "8.54.0",
77-
"eslint-config-prettier": "9.0.0",
67+
"@commitlint/cli": "18.4.3",
68+
"@commitlint/prompt-cli": "18.4.3",
69+
"@rocklab/commitlint-config": "3.2.86",
70+
"@rocklab/eslint-config-typescript": "3.2.86",
71+
"@types/jest": "29.5.11",
72+
"@types/node": "18.19.3",
73+
"@typescript-eslint/eslint-plugin": "6.16.0",
74+
"@typescript-eslint/parser": "6.16.0",
75+
"babel-jest": "29.7.0",
76+
"eslint": "8.56.0",
77+
"eslint-config-prettier": "9.1.0",
7878
"husky": "8.0.3",
7979
"is-ci": "3.0.1",
80-
"jest": "28.1.3",
80+
"jest": "29.7.0",
8181
"jest-junit": "16.0.0",
82-
"lerna": "8.0.0",
83-
"lint-staged": "15.1.0",
84-
"prettier": "3.1.0",
82+
"lerna": "8.0.1",
83+
"lint-staged": "15.2.0",
84+
"prettier": "3.1.1",
8585
"react": "17.0.2",
8686
"reselect": "4.1.8",
87-
"ts-jest": "28.0.8",
88-
"typescript": "5.2.2"
87+
"ts-jest": "29.1.1",
88+
"typescript": "5.3.3"
8989
},
9090
"dependencies": {
91-
"@babel/plugin-transform-runtime": "7.23.3",
91+
"@babel/plugin-transform-runtime": "7.23.6",
9292
"@babel/polyfill": "7.12.1"
9393
}
9494
}

packages/common-utils/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocklab/common-utils",
3-
"version": "1.16.13",
3+
"version": "1.16.14",
44
"description": "Common javascript utils",
55
"keywords": [
66
"rocklab",
@@ -39,18 +39,18 @@
3939
"@babel/preset-react": "7.23.3"
4040
},
4141
"devDependencies": {
42-
"@babel/cli": "7.23.0",
43-
"@babel/core": "7.23.3",
42+
"@babel/cli": "7.23.4",
43+
"@babel/core": "7.23.6",
4444
"@babel/eslint-parser": "7.23.3",
45-
"@babel/preset-env": "7.23.3",
46-
"@types/node": "18.18.10",
47-
"babel-jest": "28.1.3",
45+
"@babel/preset-env": "7.23.6",
46+
"@types/node": "18.19.3",
47+
"babel-jest": "29.7.0",
4848
"cross-env": "7.0.3",
49-
"jest": "28.1.3",
49+
"jest": "29.7.0",
5050
"jest-junit": "16.0.0",
5151
"rimraf": "5.0.5",
52-
"ts-jest": "28.0.8",
53-
"typescript": "5.2.2"
52+
"ts-jest": "29.1.1",
53+
"typescript": "5.3.3"
5454
},
5555
"peerDependencies": {
5656
"typescript": ">= 5"

packages/logging/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocklab/logging",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Logger",
55
"keywords": [
66
"rocklab",
@@ -44,21 +44,21 @@
4444
"winston": "3.11.0"
4545
},
4646
"devDependencies": {
47-
"@babel/cli": "7.23.0",
48-
"@babel/core": "7.23.3",
47+
"@babel/cli": "7.23.4",
48+
"@babel/core": "7.23.6",
4949
"@babel/eslint-parser": "7.23.3",
50-
"@babel/preset-env": "7.23.3",
50+
"@babel/preset-env": "7.23.6",
5151
"@types/express": "^4.17.20",
5252
"@types/morgan": "^1.9.7",
53-
"@types/node": "18.18.10",
53+
"@types/node": "18.19.3",
5454
"@types/uuid": "^9.0.6",
55-
"babel-jest": "28.1.3",
55+
"babel-jest": "29.7.0",
5656
"cross-env": "7.0.3",
57-
"jest": "28.1.3",
57+
"jest": "29.7.0",
5858
"jest-junit": "16.0.0",
5959
"rimraf": "5.0.5",
60-
"ts-jest": "28.0.8",
61-
"typescript": "5.2.2"
60+
"ts-jest": "29.1.1",
61+
"typescript": "5.3.3"
6262
},
6363
"peerDependencies": {
6464
"typescript": ">= 5"

packages/react-utils/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocklab/react-utils",
3-
"version": "1.17.14",
3+
"version": "1.17.15",
44
"description": "React utils",
55
"keywords": [
66
"rocklab",
@@ -38,26 +38,26 @@
3838
},
3939
"dependencies": {
4040
"@babel/preset-react": "7.23.3",
41-
"jest-environment-jsdom": "^28.1.3"
41+
"jest-environment-jsdom": "29.7.0"
4242
},
4343
"devDependencies": {
44-
"@babel/cli": "7.23.0",
45-
"@babel/core": "7.23.3",
44+
"@babel/cli": "7.23.4",
45+
"@babel/core": "7.23.6",
4646
"@babel/eslint-parser": "7.23.3",
47-
"@babel/preset-env": "7.23.3",
47+
"@babel/preset-env": "7.23.6",
4848
"@testing-library/jest-dom": "6.1.4",
4949
"@testing-library/react": "12.1.5",
50-
"@types/node": "18.18.10",
51-
"@types/react": "17.0.70",
52-
"@types/react-dom": "17.0.23",
53-
"babel-jest": "28.1.3",
50+
"@types/node": "18.19.3",
51+
"@types/react": "17.0.73",
52+
"@types/react-dom": "17.0.25",
53+
"babel-jest": "29.7.0",
5454
"cross-env": "7.0.3",
55-
"jest": "28.1.3",
55+
"jest": "29.7.0",
5656
"jest-junit": "16.0.0",
5757
"react": "17.0.2",
5858
"react-dom": "17.0.2",
5959
"rimraf": "5.0.5",
60-
"ts-jest": "28.0.8",
60+
"ts-jest": "29.1.1",
6161
"typescript": "5.2.2"
6262
},
6363
"peerDependencies": {

packages/redux-utils/package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocklab/redux-utils",
3-
"version": "1.17.14",
3+
"version": "1.17.15",
44
"description": "Redux utils",
55
"keywords": [
66
"rocklab",
@@ -40,33 +40,34 @@
4040
"dependencies": {
4141
"@babel/preset-react": "7.23.3",
4242
"@reduxjs/toolkit": "1.9.7",
43-
"@rocklab/react-utils": "^1.17.11",
44-
"jest-environment-jsdom": "^28.1.3",
43+
"@rocklab/react-utils": "1.17.11",
44+
"jest-environment-jsdom": "29.7.0",
4545
"react": "17.0.2",
4646
"react-dom": "17.0.2",
4747
"react-intl": "6.5.5",
4848
"react-redux": "7.2.9",
4949
"reselect": "4.1.8"
5050
},
5151
"devDependencies": {
52-
"@babel/cli": "7.23.0",
53-
"@babel/core": "7.23.3",
52+
"@babel/cli": "7.23.4",
53+
"@babel/core": "7.23.6",
5454
"@babel/eslint-parser": "7.23.3",
55-
"@babel/preset-env": "7.23.3",
55+
"@babel/preset-env": "7.23.6",
5656
"@testing-library/jest-dom": "6.1.4",
5757
"@testing-library/react": "12.1.5",
58-
"@types/node": "18.18.10",
59-
"@types/react": "17.0.70",
60-
"@types/react-dom": "17.0.23",
61-
"babel-jest": "28.1.3",
58+
"@types/jsdom": "21.1.6",
59+
"@types/node": "18.19.3",
60+
"@types/react": "17.0.73",
61+
"@types/react-dom": "17.0.25",
62+
"babel-jest": "29.7.0",
6263
"cross-env": "7.0.3",
63-
"jest": "28.1.3",
64+
"jest": "29.7.0",
6465
"jest-junit": "16.0.0",
6566
"msw": "1.3.2",
6667
"rimraf": "5.0.5",
67-
"ts-jest": "28.0.8",
68+
"ts-jest": "29.1.1",
6869
"typescript": "5.2.2",
69-
"whatwg-fetch": "3.6.19"
70+
"whatwg-fetch": "3.6.20"
7071
},
7172
"peerDependencies": {
7273
"typescript": ">= 5"

packages/redux-utils/src/utils/hydrate.test.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ describe('hydrate utils', () => {
1414
});
1515

1616
expect(result).toMatchInlineSnapshot(`
17-
Object {
18-
"payload": Object {
19-
"firstReducer": Object {
20-
"mutations": Object {},
21-
"provided": Object {},
22-
"queries": Object {
23-
"firstQuery": Object {
24-
"data": Object {
17+
{
18+
"payload": {
19+
"firstReducer": {
20+
"mutations": {},
21+
"provided": {},
22+
"queries": {
23+
"firstQuery": {
24+
"data": {
2525
"id": 1,
2626
},
2727
"status": "fulfilled",
2828
},
29-
"secondQuery": Object {
30-
"data": Object {
29+
"secondQuery": {
30+
"data": {
3131
"id": 2,
3232
},
3333
"status": "fulfilled",
3434
},
3535
},
3636
},
37-
"secondReducer": Object {
38-
"mutations": Object {},
39-
"provided": Object {},
40-
"queries": Object {
41-
"thirdQuery": Object {
42-
"data": Object {
37+
"secondReducer": {
38+
"mutations": {},
39+
"provided": {},
40+
"queries": {
41+
"thirdQuery": {
42+
"data": {
4343
"id": 3,
4444
},
4545
"status": "fulfilled",

0 commit comments

Comments
 (0)