Skip to content

Commit 154e41b

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency eslint-plugin-regexp to ^0.9.0 (#110)
* Update dependency eslint-plugin-regexp to ^0.9.0 * Update util.ts Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent 2ea6b8e commit 154e41b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/styles/template/scss/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function processValue(text: string): (Interpolation | string)[] {
2626
const elements = []
2727
const value = text
2828
let start = 0
29-
const reg = /#\{[\s\S]*?\}|\$[\w\d-]+/gu
29+
const reg = /#\{[\s\S]*?\}|\$[\w-]+/gu
3030
let re = null
3131
while ((re = reg.exec(value))) {
3232
elements.push(value.slice(start, re.index))

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-jsonc": "^1.0.0",
6767
"eslint-plugin-node": "^11.1.0",
6868
"eslint-plugin-prettier": "^3.3.0",
69-
"eslint-plugin-regexp": "^0.8.0",
69+
"eslint-plugin-regexp": "^0.9.0",
7070
"eslint-plugin-vue": "^7.5.0",
7171
"eslint-plugin-vue-scoped-css": "^1.0.0",
7272
"eslint-plugin-yml": "^0.9.0",

0 commit comments

Comments
 (0)