Skip to content

Commit 7c247a6

Browse files
authored
refactor: update eslint dependencies (#190)
* refactor: update `eslint` dependencies * wip: resolve CI error
1 parent 995382b commit 7c247a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/utils/naming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @fileoverview Common helpers for naming of plugins, formatters and configs
55
*/
66

7-
const NAMESPACE_REGEX = /^@.*\//iu;
7+
const NAMESPACE_REGEX = /^@.*\//u;
88

99
/**
1010
* Brings package name to correct format based on prefix

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
},
4747
"devDependencies": {
4848
"@vitest/coverage-v8": "^1.3.1",
49-
"eslint": "^9.27.0",
50-
"eslint-config-eslint": "^11.0.0",
51-
"eslint-release": "^3.2.0",
49+
"eslint": "^9.34.0",
50+
"eslint-config-eslint": "^12.0.0",
51+
"eslint-release": "^3.3.0",
5252
"lint-staged": "^12.1.2",
5353
"memfs": "^3.4.0",
5454
"sinon": "^12.0.1",

tests/__snapshots__/config@eslint-config-xo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig([
88
",
99
"configFilename": "eslint.config.mjs",
1010
"devDependencies": [
11-
"eslint@>=9.27.0",
11+
"eslint@>=9.33.0",
1212
"eslint-config-xo",
1313
],
1414
"installFlags": [

0 commit comments

Comments
 (0)