Skip to content

Commit f3a599d

Browse files
authored
chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837)
it removed the deprecated `context.getScope()` usage (released in v48.0.0) refs: sindresorhus/eslint-plugin-unicorn@ab7732e Signed-off-by: 唯然 <[email protected]>
1 parent 905d4b7 commit f3a599d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"eslint-plugin-internal-rules": "file:tools/internal-rules",
124124
"eslint-plugin-jsdoc": "^46.2.5",
125125
"eslint-plugin-n": "^16.4.0",
126-
"eslint-plugin-unicorn": "^42.0.0",
126+
"eslint-plugin-unicorn": "^49.0.0",
127127
"eslint-release": "^3.2.0",
128128
"eslump": "^3.0.0",
129129
"esprima": "^4.0.1",

packages/eslint-config-eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-plugin-eslint-comments": "^3.2.0",
3333
"eslint-plugin-jsdoc": "^46.5.1",
3434
"eslint-plugin-n": "^16.4.0",
35-
"eslint-plugin-unicorn": "^42.0.0"
35+
"eslint-plugin-unicorn": "^49.0.0"
3636
},
3737
"keywords": [
3838
"eslintconfig",

0 commit comments

Comments
 (0)