Skip to content

Commit

Permalink
fix: loosen dependency constraints (#855)
Browse files Browse the repository at this point in the history
* ci: adjust renovate schedule

* fix: loosen dependency constraints
  • Loading branch information
G-Rath committed Jun 18, 2022
1 parent df492ee commit af1c224
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 431 deletions.
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -23,25 +23,25 @@
"url": "https://github.com/streamich/memfs.git"
},
"dependencies": {
"fs-monkey": "1.0.3"
"fs-monkey": "^1.0.3"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/jest": "27.5.2",
"@types/node": "10.17.60",
"husky": "8.0.1",
"jest": "28.1.1",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"semantic-release": "19.0.3",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"tslint": "5.20.1",
"tslint-config-common": "1.6.0",
"typescript": "4.7.4"
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@types/jest": "^27.5.2",
"@types/node": "^10.17.60",
"husky": "^8.0.1",
"jest": "^28.1.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.3",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"tslint": "^5.20.1",
"tslint-config-common": "^1.6.0",
"typescript": "^4.7.4"
},
"config": {
"commitizen": {
Expand Down
22 changes: 6 additions & 16 deletions renovate.json
@@ -1,20 +1,10 @@
{
"extends": [
"config:base"
],
"automerge": true,
"pinVersions": false,
"major": {
"automerge": false
},
"devDependencies": {
"extends": ["config:base"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"pinVersions": true
"schedule": ["before 3am on the first day of the month"]
},
"packageRules": [
{
"packageNames": ["@types/jest", "ts-jest"],
"groupName": "jest monorepo"
}
]
"rangeStrategy": "replace",
"postUpdateOptions": ["yarnDedupeHighest"]
}

0 comments on commit af1c224

Please sign in to comment.