Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.12.2 (#473)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @types/node to v20.12.2

* Fix renovate automerge

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Tremblay <[email protected]>
  • Loading branch information
renovate[bot] and eXon committed Mar 31, 2024
1 parent 2c4fa81 commit 871b2c8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ branches:
required_pull_request_reviews: null
required_status_checks:
strict: true
contexts: ['Test']
contexts:
- 'Test'
- 'CodeQL'
- 'Analyze (javascript-typescript) (dynamic)'
enforce_admins: true
required_linear_history: true
required_signatures: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/jest": "^29.5.12",
"@types/node": "20.11.30",
"@types/node": "^20.12.2",
"babel-jest": "^29.7.0",
"babel-plugin-add-module-exports": "^1.0.4",
"husky": "^9.0.11",
Expand Down
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"rangeStrategy": "bump",
"platformAutomerge": true,
"packageRules": [
{
"matchDepTypes": ["peerDependencies"],
"enabled": false
},
{
"packagePatterns": [".*"],
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
}
]
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2031,10 +2031,10 @@
dependencies:
undici-types "~5.26.4"

"@types/node@20.11.30":
version "20.11.30"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
"@types/node@20.12.2":
version "20.12.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e"
integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 871b2c8

Please sign in to comment.