From 90e87a98495a2842256b70ceb194da8e19bd3dd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 18:06:53 +0000 Subject: [PATCH] chore(deps): update dependency @bjerk/eslint-config to v4 --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d7bc9f8..ccb7026 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vercel/ncc": "^0.36.1" }, "devDependencies": { - "@bjerk/eslint-config": "^3.1.0", + "@bjerk/eslint-config": "^4.0.0", "@cobraz/prettier": "^2.0.1", "@tsconfig/esm": "^1.0.2", "@tsconfig/node16": "^1.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d620178..33c6b8e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,7 +3,7 @@ lockfileVersion: 5.4 specifiers: '@actions/core': ^1.10.0 '@actions/github': ^5.1.1 - '@bjerk/eslint-config': ^3.1.0 + '@bjerk/eslint-config': ^4.0.0 '@cobraz/prettier': ^2.0.1 '@tsconfig/esm': ^1.0.2 '@tsconfig/node16': ^1.0.3 @@ -35,7 +35,7 @@ dependencies: '@vercel/ncc': 0.36.1 devDependencies: - '@bjerk/eslint-config': 3.1.0_qxtjin5mm3abrsx4bl44bj6kdq + '@bjerk/eslint-config': 4.1.0_qxtjin5mm3abrsx4bl44bj6kdq '@cobraz/prettier': 2.0.1_prettier@2.8.7 '@tsconfig/esm': 1.0.2 '@tsconfig/node16': 1.0.3 @@ -427,20 +427,20 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@bjerk/eslint-config/3.1.0_qxtjin5mm3abrsx4bl44bj6kdq: - resolution: {integrity: sha512-zuexFMPLNLNoBB+kdrXPRlCKq/Au4xZ6nNZqS4z5U/1OYOqTlhfCc8rR+tiRo+i90nTmPFcmSv9HzEmXLXuFWA==} + /@bjerk/eslint-config/4.1.0_qxtjin5mm3abrsx4bl44bj6kdq: + resolution: {integrity: sha512-iRGN8oL112LjPX2xoRr/VERgomoekuNH6XwoE9EbFlWnbeNwf3ou0VqhZDwZwZssFcaEOtTmpmNN9nKNWyJc7g==} engines: {node: '>=16'} peerDependencies: - '@typescript-eslint/eslint-plugin': ^5.54.0 - '@typescript-eslint/parser': ^5.54.0 + '@typescript-eslint/eslint-plugin': ^5.59.0 + '@typescript-eslint/parser': ^5.59.0 eslint: ^7.32.0 || ^8.2.0 - eslint-config-prettier: ^8.6.0 + eslint-config-prettier: ^8.8.0 eslint-plugin-eslint-comments: ^3.2.0 eslint-plugin-import: ^2.27.5 eslint-plugin-prettier: ^4.2.1 eslint-plugin-promise: ^6.1.1 - eslint-plugin-unicorn: ^46.0.0 - prettier: ^2.8.4 + eslint-plugin-unicorn: ^47.0.0 + prettier: ^2.8.7 peerDependenciesMeta: prettier: optional: true