From 607414c3b0b0bd75c900904e0ad03d9f0f64364f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 15:53:30 +0000 Subject: [PATCH] :paperclip: Update dependency eslint-plugin-unicorn to v52 --- packages/bundled-eslint-config/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/bundled-eslint-config/package.json b/packages/bundled-eslint-config/package.json index 7566efff..babab6f2 100644 --- a/packages/bundled-eslint-config/package.json +++ b/packages/bundled-eslint-config/package.json @@ -48,7 +48,7 @@ "eslint-plugin-react-refresh": "^0.4.6", "eslint-plugin-security": "^2.1.1", "eslint-plugin-tailwindcss": "^3.15.1", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^52.0.0", "eslint-plugin-vitest": "^0.4.1", "eslint-plugin-vue": "^9.24.0", "globals": "^15.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index da733c2c..68ae0716 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: ^3.15.1 version: 3.15.1(tailwindcss@3.4.1) eslint-plugin-unicorn: - specifier: ^51.0.1 - version: 51.0.1(eslint@8.56.0) + specifier: ^52.0.0 + version: 52.0.0(eslint@8.56.0) eslint-plugin-vitest: specifier: ^0.4.1 version: 0.4.1(eslint@8.56.0)(typescript@5.4.3)(vitest@1.4.0) @@ -2520,8 +2520,8 @@ packages: tailwindcss: 3.4.1 dev: false - /eslint-plugin-unicorn@51.0.1(eslint@8.56.0): - resolution: {integrity: sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==} + /eslint-plugin-unicorn@52.0.0(eslint@8.56.0): + resolution: {integrity: sha512-1Yzm7/m+0R4djH0tjDjfVei/ju2w3AzUGjG6q8JnuNIL5xIwsflyCooW5sfBvQp2pMYQFSWWCFONsjCax1EHng==} engines: {node: '>=16'} peerDependencies: eslint: '>=8.56.0'