Skip to content

Commit da81da4

Browse files
committed
chore(deps): don't update node version
1 parent 7cf7c2b commit da81da4

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@sentry/webpack-plugin": "^1.20.0",
6868
"@types/jest": "^29.2.4",
6969
"@types/lodash.mergewith": "^4.6.7",
70-
"@types/node": "^14.18.34",
70+
"@types/node": "^16.18.8",
7171
"@types/request-promise-native": "^1.0.18",
7272
"babel-core": "^7.0.0-bridge.0",
7373
"babel-eslint": "^10.1.0",

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
1313
},
1414
"packageRules": [
15+
{
16+
"matchPackageNames": [
17+
"node"
18+
],
19+
"enabled": false
20+
},
1521
{
1622
"groupName": "Sentry Dependencies",
1723
"matchPackagePatterns": ["^@sentry"],

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3662,10 +3662,10 @@
36623662
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.12.tgz#fd9c1c2cfab536a2383ed1ef70f94adea743a226"
36633663
integrity sha512-KQZ1al2hKOONAs2MFv+yTQP1LkDWMrRJ9YCVRalXltOfXsBmH5IownLxQaiq0lnAHwAViLnh2aTYqrPcRGEbgg==
36643664

3665-
"@types/node@^14.18.34":
3666-
version "14.18.34"
3667-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.34.tgz#cd2e6fa0dbfb08a62582a7b967558e73c32061ec"
3668-
integrity sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA==
3665+
"@types/node@^16.18.8":
3666+
version "16.18.8"
3667+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.8.tgz#ffb2a4efa4eb4384811081776c52b054481cca54"
3668+
integrity sha512-TrpoNiaPvBH5h8rQQenMtVsJXtGsVBRJrcp2Ik6oEt99jHfGvDLh20VTTq3ixTbjYujukYz1IlY4N8a8yfY0jA==
36693669

36703670
"@types/normalize-package-data@^2.4.0":
36713671
version "2.4.0"

0 commit comments

Comments
 (0)