Skip to content

Commit 2b8b7f5

Browse files
feat(axios): allow higher minor versions (#250)
`axios` kept releasing breaking changes in minor versions, which is why we restricted the allowed versions to patches (#210 & #214). By now, `axios` has stabilized and follows semantic versioning. We should allow any compatible minor version now.
1 parent 412f41d commit 2b8b7f5

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"homepage": "https://github.com/emartech/suite-js-sdk",
3838
"dependencies": {
3939
"@emartech/escher-request": "^22.2.0",
40-
"axios": "~1.12.0",
40+
"axios": "^1.12.0",
4141
"escher-auth": "^3.2.4",
4242
"escher-keypool": "^2.0.3",
4343
"flat": "^5.0.2",

renovate.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,5 @@
1414
"enabled": true,
1515
"schedule": ["on the 1-7 day on Sunday"]
1616
},
17-
"packageRules": [
18-
{
19-
"groupName": "axios",
20-
"matchPackageNames": ["axios"],
21-
"matchUpdateTypes": ["minor"]
22-
},
23-
{
24-
"matchPackageNames": ["axios"],
25-
"separateMultipleMinor": true
26-
}
27-
],
2817
"schedule": ["on the 1-7 day on Sunday"]
2918
}

0 commit comments

Comments
 (0)