Skip to content

Commit 127b09b

Browse files
build(deps-dev): Bump eslint-plugin-unicorn from 45.0.2 to 46.0.0 (#1798)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 45.0.2 to 46.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v45.0.2...v46.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35ffbad commit 127b09b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"eslint-plugin-markdown": "^3.0.0",
9595
"eslint-plugin-node": "^11.1.0",
9696
"eslint-plugin-prettier": "^4.0.0",
97-
"eslint-plugin-unicorn": "^45.0.1",
97+
"eslint-plugin-unicorn": "^46.0.0",
9898
"eslint-remote-tester": "^3.0.0",
9999
"eslint-remote-tester-repositories": "^1.0.0",
100100
"jest": "^29.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,10 +2852,10 @@ eslint-plugin-prettier@^4.0.0:
28522852
dependencies:
28532853
prettier-linter-helpers "^1.0.0"
28542854

2855-
eslint-plugin-unicorn@^45.0.1:
2856-
version "45.0.2"
2857-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-45.0.2.tgz#d6ba704793a6909fe5dfe013900d2b05b715284c"
2858-
integrity sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw==
2855+
eslint-plugin-unicorn@^46.0.0:
2856+
version "46.0.0"
2857+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.0.tgz#b5cdcc9465fd6e46ab7968b87dd4a43adc8d6031"
2858+
integrity sha512-j07WkC+PFZwk8J33LYp6JMoHa1lXc1u6R45pbSAipjpfpb7KIGr17VE2D685zCxR5VL4cjrl65kTJflziQWMDA==
28592859
dependencies:
28602860
"@babel/helper-validator-identifier" "^7.19.1"
28612861
"@eslint-community/eslint-utils" "^4.1.2"

0 commit comments

Comments
 (0)