Skip to content

Commit 4879752

Browse files
fix(deps): update all dependencies (#1735)
* fix(deps): update all dependencies * chore: pinning flow * Create eleven-laws-jam.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: tdeekens <[email protected]>
1 parent 467c5ea commit 4879752

File tree

6 files changed

+950
-695
lines changed

6 files changed

+950
-695
lines changed

.changeset/eleven-laws-jam.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@commercetools/resource-deleter": patch
3+
"@commercetools/sync-actions": patch
4+
---
5+
6+
Update all dependencies

.renovaterc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"updateTypes": ["minor", "patch"],
1616
"groupName": "all dependencies",
1717
"groupSlug": "all"
18+
},
19+
{
20+
"matchPackageNames": ["flow-bin"],
21+
"allowedVersions": "0.141.0"
1822
}
1923
],
2024
"lockFileMaintenance": {
@@ -24,4 +28,4 @@
2428
"Type: Maintenance"
2529
],
2630
"ignoreDeps": []
27-
}
31+
}

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@
3434
},
3535
"resolutions": {
3636
"y18n": "3.2.2",
37-
"hosted-git-info": "4.0.2",
37+
"hosted-git-info": "4.1.0",
3838
"yargs-parser": "13.1.2",
39-
"graceful-fs": "4.2.8",
39+
"graceful-fs": "4.2.11",
4040
"lodash": "4.17.21",
41-
"handlebars": "4.7.7",
41+
"handlebars": "4.7.8",
4242
"growl": "1.10.5",
4343
"dot-prop": "6.0.1",
4444
"merge": "2.1.1",
4545
"npm-user-validate": "1.0.1",
46-
"serialize-javascript": "6.0.0",
47-
"diff": "5.0.0",
46+
"serialize-javascript": "6.0.2",
47+
"diff": "5.2.0",
4848
"object-path": "0.11.8",
49-
"npm": "6.14.17",
50-
"set-value": "4.0.1"
49+
"npm": "6.14.18",
50+
"set-value": "4.1.0"
5151
},
52-
"packageManager": "[email protected].6",
52+
"packageManager": "[email protected].9",
5353
"devDependencies": {
54-
"@babel/cli": "7.26.4",
55-
"@babel/core": "7.26.9",
56-
"@babel/eslint-parser": "7.11.0",
54+
"@babel/cli": "7.27.0",
55+
"@babel/core": "7.26.10",
56+
"@babel/eslint-parser": "7.27.0",
5757
"@babel/plugin-proposal-class-properties": "7.18.6",
5858
"@babel/plugin-proposal-export-default-from": "7.25.9",
5959
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
@@ -64,16 +64,16 @@
6464
"@babel/plugin-syntax-optional-chaining": "7.8.3",
6565
"@babel/preset-env": "7.26.9",
6666
"@babel/preset-flow": "7.25.9",
67-
"@babel/preset-typescript": "7.26.0",
67+
"@babel/preset-typescript": "7.27.0",
6868
"@changesets/changelog-github": "0.5.1",
6969
"@changesets/cli": "2.28.1",
70-
"@commitlint/cli": "19.7.1",
70+
"@commitlint/cli": "19.8.0",
7171
"@commitlint/config-conventional": "12.1.4",
7272
"@manypkg/cli": "0.23.0",
7373
"@preconstruct/cli": "2.8.11",
7474
"@types/jest": "26.0.24",
7575
"@types/node": "10.17.60",
76-
"@types/node-fetch": "2.5.12",
76+
"@types/node-fetch": "2.6.12",
7777
"@typescript-eslint/eslint-plugin": "3.10.1",
7878
"@typescript-eslint/parser": "3.10.1",
7979
"babel-core": "7.0.0-bridge.0",
@@ -89,29 +89,29 @@
8989
"eslint-config-airbnb-base": "14.2.1",
9090
"eslint-config-prettier": "6.15.0",
9191
"eslint-formatter-pretty": "4.1.0",
92-
"eslint-import-resolver-typescript": "2.5.0",
92+
"eslint-import-resolver-typescript": "2.7.1",
9393
"eslint-plugin-babel": "5.3.1",
9494
"eslint-plugin-flowtype": "5.10.0",
95-
"eslint-plugin-import": "2.25.3",
95+
"eslint-plugin-import": "2.31.0",
9696
"eslint-plugin-jest": "23.20.0",
97-
"eslint-plugin-jsx-a11y": "6.5.1",
97+
"eslint-plugin-jsx-a11y": "6.10.2",
9898
"eslint-plugin-prettier": "3.4.1",
99-
"eslint-plugin-react": "7.27.0",
99+
"eslint-plugin-react": "7.37.4",
100100
"flow-bin": "0.141.0",
101101
"husky": "9.1.7",
102102
"jest": "26.6.3",
103103
"jest-each": "26.6.2",
104104
"jest-runner-eslint": "0.11.1",
105105
"jest-runner-flowtype": "0.0.7",
106-
"jest-silent-reporter": "0.5.0",
107-
"lint-staged": "15.4.3",
108-
"prettier": "2.4.1",
106+
"jest-silent-reporter": "0.6.0",
107+
"lint-staged": "15.5.0",
108+
"prettier": "2.8.8",
109109
"resolve": "1.22.10",
110110
"rimraf": "3.0.2",
111111
"streamtest": "2.0.0",
112112
"ts-jest": "26.5.6",
113113
"tsconfig-replace-paths": "0.0.14",
114-
"typescript": "4.5.2"
114+
"typescript": "4.9.5"
115115
},
116116
"preconstruct": {
117117
"packages": [

packages/resource-deleter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"pino": "^6.0.0",
4545
"pretty-error": "^2.1.1",
4646
"prompts": "^2.0.4",
47-
"regenerator-runtime": "^0.13.9",
47+
"regenerator-runtime": "^0.14.0",
4848
"yargs": "^16.0.0"
4949
}
5050
}

packages/sync-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"fast-equals": "^2.0.0",
43-
"jsondiffpatch": "0.6.0",
43+
"jsondiffpatch": "0.6.2",
4444
"lodash.flatten": "^4.4.0",
4545
"lodash.foreach": "^4.5.0",
4646
"lodash.intersection": "^4.4.0",

0 commit comments

Comments
 (0)