Skip to content

Commit e3b4e72

Browse files
dependabot[bot]sjinksWordPress VIP Bot
authored
chore(deps-dev): Bump @automattic/eslint-plugin-wpvip from 0.5.8 to 0.6.0 in /search/search-dev-tools (#4850)
* chore(deps-dev): Bump @automattic/eslint-plugin-wpvip Bumps [@automattic/eslint-plugin-wpvip](https://github.com/Automattic/eslint-config-wpvip) from 0.5.8 to 0.6.0. - [Release notes](https://github.com/Automattic/eslint-config-wpvip/releases) - [Commits](Automattic/eslint-config-wpvip@v0.5.8...0.6.0) --- updated-dependencies: - dependency-name: "@automattic/eslint-plugin-wpvip" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix GHSA-c2qf-rxjj-qqgw * chore: replace deprecated dependencies, regenerate locks * Regenerate the bundle --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Volodymyr Kolesnykov <[email protected]> Co-authored-by: WordPress VIP Bot <[email protected]>
1 parent 9e5b457 commit e3b4e72

File tree

5 files changed

+1033
-619
lines changed

5 files changed

+1033
-619
lines changed

search/search-dev-tools/.babelrc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
],
1515
"plugins": [
1616
[ "@babel/plugin-transform-react-jsx", { "pragma": "h", "pragmaFrag": "Fragment" } ],
17-
[ "@babel/plugin-proposal-class-properties" ],
18-
[ "@babel/plugin-proposal-object-rest-spread", { "loose": true } ],
17+
[ "@babel/plugin-transform-class-properties" ],
18+
[ "@babel/plugin-transform-object-rest-spread", { "loose": true } ],
1919
[ "@babel/plugin-transform-object-assign" ],
20-
[ "@babel/plugin-proposal-private-property-in-object" ]
20+
[ "@babel/plugin-transform-private-property-in-object" ]
2121
]
2222
}

search/search-dev-tools/.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"root": true,
3-
"plugins": ["@babel"],
43
"extends": [
5-
"plugin:@automattic/wpvip/base",
4+
"plugin:@automattic/wpvip/javascript",
65
"plugin:@automattic/wpvip/react",
76
"preact"
87
],

search/search-dev-tools/build/bundle.js

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

0 commit comments

Comments
 (0)