Skip to content

Commit ac64589

Browse files
authored
Merge pull request video-dev#7396 from video-dev/task/package-and-renovate-updates
Dependency and renovate config updates
2 parents c3e053e + 032531c commit ac64589

File tree

4 files changed

+14
-137
lines changed

4 files changed

+14
-137
lines changed

build-config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ const babelTsWithPresetEnvTargets = ({ targets, stripConsole }) =>
136136
],
137137
plugins: [
138138
[
139-
'@babel/plugin-proposal-class-properties',
139+
'@babel/plugin-transform-class-properties',
140140
{
141141
loose: true,
142142
},
143143
],
144-
'@babel/plugin-proposal-object-rest-spread',
144+
'@babel/plugin-transform-object-rest-spread',
145145
{
146146
visitor: {
147147
CallExpression: function (espath) {
@@ -172,7 +172,7 @@ const babelTsWithPresetEnvTargets = ({ targets, stripConsole }) =>
172172
},
173173
},
174174
['@babel/plugin-transform-object-assign'],
175-
['@babel/plugin-proposal-optional-chaining'],
175+
['@babel/plugin-transform-optional-chaining'],
176176

177177
...(stripConsole
178178
? [

package-lock.json

Lines changed: 3 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
"devDependencies": {
6868
"@babel/core": "7.28.0",
6969
"@babel/helper-module-imports": "7.27.1",
70-
"@babel/plugin-proposal-class-properties": "7.18.6",
71-
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
72-
"@babel/plugin-proposal-optional-chaining": "7.21.0",
70+
"@babel/plugin-transform-class-properties": "7.27.1",
7371
"@babel/plugin-transform-object-assign": "7.27.1",
72+
"@babel/plugin-transform-object-rest-spread": "7.28.0",
73+
"@babel/plugin-transform-optional-chaining": "7.27.1",
7474
"@babel/preset-env": "7.28.0",
7575
"@babel/preset-typescript": "7.27.1",
7676
"@babel/register": "7.27.1",

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
"major": {
1313
"addLabels": ["semver-major"]
1414
},
15+
"ignoreDeps": ["FileSaver.js", "@types/chart.js"],
1516
"packageRules": [
17+
{
18+
"matchDatasources": ["html"],
19+
"enabled": false
20+
},
1621
{
1722
"rangeStrategy": "bump",
1823
"matchPackageNames": ["*"]

0 commit comments

Comments
 (0)