From 282cfc4c4becd75f4d457f065069c5c813d3065d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 16:59:18 +0200 Subject: [PATCH] chore(deps): update dependency @unocss/eslint-config to ^0.53.0 (#478) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 126 +++++++++++++++++++++++++++++++++++++------------ 2 files changed, 96 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 5c286398..1d214546 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@types/ua-parser-js": "^0.7.36", "@types/uuid": "^8.3.4", "@typescript-eslint/parser": "^5.58.0", - "@unocss/eslint-config": "^0.50.8", + "@unocss/eslint-config": "^0.53.0", "@vitejs/plugin-vue": "^2.3.4", "@vitejs/plugin-vue-jsx": "^1.3.10", "@vue/compiler-sfc": "^3.2.47", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f7c7dd9..10b0cd4e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true @@ -203,8 +203,8 @@ devDependencies: specifier: ^5.58.0 version: 5.58.0(eslint@8.38.0)(typescript@4.5.5) '@unocss/eslint-config': - specifier: ^0.50.8 - version: 0.50.8(eslint@8.38.0)(typescript@4.5.5) + specifier: ^0.53.0 + version: 0.53.0(eslint@8.38.0)(typescript@4.5.5) '@vitejs/plugin-vue': specifier: ^2.3.4 version: 2.3.4(vite@2.9.15)(vue@3.3.4) @@ -3017,6 +3017,14 @@ packages: '@typescript-eslint/visitor-keys': 5.59.7 dev: true + /@typescript-eslint/scope-manager@5.60.0: + resolution: {integrity: sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.60.0 + '@typescript-eslint/visitor-keys': 5.60.0 + dev: true + /@typescript-eslint/type-utils@5.59.7(eslint@8.38.0)(typescript@4.5.5): resolution: {integrity: sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3047,6 +3055,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@typescript-eslint/types@5.60.0: + resolution: {integrity: sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@typescript-eslint/typescript-estree@5.58.0(typescript@4.5.5): resolution: {integrity: sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3089,24 +3102,25 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@5.58.0(eslint@8.38.0)(typescript@4.5.5): - resolution: {integrity: sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==} + /@typescript-eslint/typescript-estree@5.60.0(typescript@4.5.5): + resolution: {integrity: sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) - '@types/json-schema': 7.0.11 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.58.0 - '@typescript-eslint/types': 5.58.0 - '@typescript-eslint/typescript-estree': 5.58.0(typescript@4.5.5) - eslint: 8.38.0 - eslint-scope: 5.1.1 - semver: 7.4.0 + '@typescript-eslint/types': 5.60.0 + '@typescript-eslint/visitor-keys': 5.60.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.5.1 + tsutils: 3.21.0(typescript@4.5.5) + typescript: 4.5.5 transitivePeerDependencies: - supports-color - - typescript dev: true /@typescript-eslint/utils@5.59.7(eslint@8.38.0)(typescript@4.5.5): @@ -3129,6 +3143,26 @@ packages: - typescript dev: true + /@typescript-eslint/utils@5.60.0(eslint@8.38.0)(typescript@4.5.5): + resolution: {integrity: sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) + '@types/json-schema': 7.0.11 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.60.0 + '@typescript-eslint/types': 5.60.0 + '@typescript-eslint/typescript-estree': 5.60.0(typescript@4.5.5) + eslint: 8.38.0 + eslint-scope: 5.1.1 + semver: 7.5.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + /@typescript-eslint/visitor-keys@5.58.0: resolution: {integrity: sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3145,6 +3179,14 @@ packages: eslint-visitor-keys: 3.4.0 dev: true + /@typescript-eslint/visitor-keys@5.60.0: + resolution: {integrity: sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.60.0 + eslint-visitor-keys: 3.4.0 + dev: true + /@unocss/astro@0.50.8(rollup@2.79.1)(vite@2.9.15): resolution: {integrity: sha512-kphNlr0PWGzvkCgKx7RaZWQ45khieCCt9OffUnxbRRft+jodsVXIwzHn+bOhGtIKpEpZiOzxRzTYjfW/R6XnTw==} dependencies: @@ -3182,31 +3224,43 @@ packages: engines: {node: '>=14'} dependencies: '@unocss/core': 0.50.8 - unconfig: 0.3.7 + unconfig: 0.3.9 + dev: true + + /@unocss/config@0.53.0: + resolution: {integrity: sha512-D9A3uFT6jSj/EgMOCpQQ+dPadLQDiEIb0BHa7BYW7/3STijnPMcFjPVjzABj9Wn7RQjka/MZ2/AvfH9eYMTR8g==} + engines: {node: '>=14'} + dependencies: + '@unocss/core': 0.53.0 + unconfig: 0.3.9 dev: true /@unocss/core@0.50.8: resolution: {integrity: sha512-rWmyeNE0Na8dJPDynLVar0X22qMHFNhO+/F2FZDpG4tubTavXJJo9uvhZr/D381kiWxt+XZ38y6EAD4UMdBqMA==} dev: true - /@unocss/eslint-config@0.50.8(eslint@8.38.0)(typescript@4.5.5): - resolution: {integrity: sha512-dZyXT/LaIioHH1zpHXMo+LyvDNVJq2ZuqhB5x8O70qlhz9jqExiIkTRZyYu68r8SEgZFqjcEBsExTdeuO0Cs3g==} + /@unocss/core@0.53.0: + resolution: {integrity: sha512-MB6hqSN2wjmm3NNYspNqzxvMv7LnyLqz0uCWr15elRqnjsuq01w7DZ1iPS9ckA2M3YjQIRTXR9YPtDbSqY0jcA==} + dev: true + + /@unocss/eslint-config@0.53.0(eslint@8.38.0)(typescript@4.5.5): + resolution: {integrity: sha512-BGxBRiMdaI5UcCVPF9Cn5bJ7v9XeHHOJiEKb+3zereHOXD0f0bVMdUTG5hE8aqXDNSWE0CyqFcWUddDXhlfPFg==} engines: {node: '>=14'} dependencies: - '@unocss/eslint-plugin': 0.50.8(eslint@8.38.0)(typescript@4.5.5) + '@unocss/eslint-plugin': 0.53.0(eslint@8.38.0)(typescript@4.5.5) transitivePeerDependencies: - eslint - supports-color - typescript dev: true - /@unocss/eslint-plugin@0.50.8(eslint@8.38.0)(typescript@4.5.5): - resolution: {integrity: sha512-ks8qyPlGHAec96QA6WjTXkpUHs+sgwE5OA7To4MbKrpnKZXdkA7OvNKykkYi/pogV7GKlfQvbKUqELeTig53gQ==} + /@unocss/eslint-plugin@0.53.0(eslint@8.38.0)(typescript@4.5.5): + resolution: {integrity: sha512-ah+Dcd5dUDIsu0RxPhoCgYGT3z2SM/6dUnSJJFimzJx9jG9YF9r3UN4w/IPcalb0DybN2+PlXmrdtAKmz64fYw==} engines: {node: '>=14'} dependencies: - '@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@4.5.5) - '@unocss/config': 0.50.8 - '@unocss/core': 0.50.8 + '@typescript-eslint/utils': 5.60.0(eslint@8.38.0)(typescript@4.5.5) + '@unocss/config': 0.53.0 + '@unocss/core': 0.53.0 magic-string: 0.30.0 synckit: 0.8.5 transitivePeerDependencies: @@ -5100,7 +5154,7 @@ packages: /eslint-plugin-antfu@0.39.3(eslint@8.38.0)(typescript@4.5.5): resolution: {integrity: sha512-aHOwS1ou+1xWKhxMVjR2/ScXEYGs5qAXHiHbYD+Ps9Ld1+G0OyjZDKT7w+vXLAgGb1bPV8abwJ8XBaJMoQ6qOA==} dependencies: - '@typescript-eslint/utils': 5.59.7(eslint@8.38.0)(typescript@4.5.5) + '@typescript-eslint/utils': 5.60.0(eslint@8.38.0)(typescript@4.5.5) transitivePeerDependencies: - eslint - supports-color @@ -5182,7 +5236,7 @@ packages: optional: true dependencies: '@typescript-eslint/eslint-plugin': 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.38.0)(typescript@4.5.5) - '@typescript-eslint/utils': 5.59.7(eslint@8.38.0)(typescript@4.5.5) + '@typescript-eslint/utils': 5.60.0(eslint@8.38.0)(typescript@4.5.5) eslint: 8.38.0 transitivePeerDependencies: - supports-color @@ -6164,6 +6218,7 @@ packages: /is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} + hasBin: true dev: true /is-expression@4.0.0: @@ -6379,6 +6434,7 @@ packages: /jiti@1.18.2: resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==} + hasBin: true dev: true /joi@17.9.1: @@ -8523,10 +8579,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unconfig@0.3.7: - resolution: {integrity: sha512-1589b7oGa8ILBYpta7TndM5mLHLzHUqBfhszeZxuUBrjO/RoQ52VGVWsS3w0C0GLNxO9RPmqkf6BmIvBApaRdA==} + /unconfig@0.3.9: + resolution: {integrity: sha512-8yhetFd48M641mxrkWA+C/lZU4N0rCOdlo3dFsyFPnBHBjMJfjT/3eAZBRT2RxCRqeBMAKBVgikejdS6yeBjMw==} dependencies: - '@antfu/utils': 0.5.2 + '@antfu/utils': 0.7.2 defu: 6.1.2 jiti: 1.18.2 dev: true @@ -8737,6 +8793,7 @@ packages: /update-browserslist-db@1.0.10(browserslist@4.21.5): resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} + hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: @@ -8747,6 +8804,7 @@ packages: /update-browserslist-db@1.0.11(browserslist@4.21.9): resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} + hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: @@ -8854,6 +8912,7 @@ packages: /vite@2.9.15(less@4.1.3): resolution: {integrity: sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==} engines: {node: '>=12.2.0'} + hasBin: true peerDependencies: less: '*' sass: '*' @@ -8878,6 +8937,7 @@ packages: /vitest@0.13.1(c8@7.13.0)(jsdom@19.0.0)(less@4.1.3): resolution: {integrity: sha512-CfSBf7YFw/i8HumSUQRtZKs0aV91DC9WU8nAgIJAlawKHaFuPHQohDwOTPIFgrxySiuFYUa0Yohf9gDFfBwjxA==} engines: {node: '>=v14.16.0'} + hasBin: true peerDependencies: '@vitest/ui': '*' c8: '*' @@ -8993,7 +9053,7 @@ packages: resolution: {integrity: sha512-nsnRPEfg9t3oDlwzm3WTAv0p83vceqCuxvRo/+N7hXbmtaO7WMGCMvJx0xyIuUDS4NgaEK31oMR9FnX9JNcEQQ==} dependencies: '@volar/shared': 0.31.4 - semver: 7.4.0 + semver: 7.5.1 upath: 2.0.1 vscode-languageserver-protocol: 3.17.3 vscode-languageserver-textdocument: 1.0.8 @@ -9033,6 +9093,7 @@ packages: /vue-demi@0.13.11(vue@3.3.4): resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==} engines: {node: '>=12'} + hasBin: true requiresBuild: true peerDependencies: '@vue/composition-api': ^1.0.0-rc.1 @@ -9047,6 +9108,7 @@ packages: /vue-demi@0.14.1(vue@3.3.4): resolution: {integrity: sha512-rt+yuCtXvscYot9SQQj3WKZJVSriPNqVkpVBNEHPzSgBv7QIYzsS410VqVgvx8f9AAPgjg+XPKvmV3vOqqkJQQ==} engines: {node: '>=12'} + hasBin: true requiresBuild: true peerDependencies: '@vue/composition-api': ^1.0.0-rc.1 @@ -9098,6 +9160,7 @@ packages: /vue-tsc@0.31.4(typescript@4.5.5): resolution: {integrity: sha512-8RnKGmQRo/0rbXkyZmKCOdT62fNWyEaMdS/BDAPE+saGNAniUZsjpOSOjAiLwsQc5qgeI9/mY1W3o4tX7H/7MA==} + hasBin: true peerDependencies: typescript: '*' dependencies: @@ -9350,6 +9413,7 @@ packages: /workbox-cacheable-response@6.6.0: resolution: {integrity: sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==} + deprecated: workbox-background-sync@6.6.0 dependencies: workbox-core: 6.6.0 dev: true