From 01550f487b2911e12c3423d2a300f138d874c847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:38:53 +0530 Subject: [PATCH] chore(deps-dev): bump eslint-config-xo-typescript from 0.56.0 to 0.57.0 (#5057) Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 0.56.0 to 0.57.0. - [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases) - [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v0.56.0...v0.57.0) --- updated-dependencies: - dependency-name: eslint-config-xo-typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a72d6b39e..ecf177188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "cross-env": "^7.0.3", "eslint": "^8.37.0", "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^0.56.0", + "eslint-config-xo-typescript": "^0.57.0", "eslint-plugin-astro": "^0.26.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^46.0.0", @@ -3547,9 +3547,9 @@ } }, "node_modules/eslint-config-xo-typescript": { - "version": "0.56.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.56.0.tgz", - "integrity": "sha512-JOuV9M6R0BphdWome5SiolbsZFpw5DX83HgUaIUoEZwkk0hDv+fmPoHNc3KwmoON5QEkuBxlIbW0o3PifzPCuw==", + "version": "0.57.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz", + "integrity": "sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==", "dev": true, "engines": { "node": ">=12" @@ -3558,8 +3558,8 @@ "url": "https://github.com/sponsors/sindresorhus" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">=5.43.0", - "@typescript-eslint/parser": ">=5.43.0", + "@typescript-eslint/eslint-plugin": ">=5.57.0", + "@typescript-eslint/parser": ">=5.57.0", "eslint": ">=8.0.0", "typescript": ">=4.4" } @@ -12740,9 +12740,9 @@ } }, "eslint-config-xo-typescript": { - "version": "0.56.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.56.0.tgz", - "integrity": "sha512-JOuV9M6R0BphdWome5SiolbsZFpw5DX83HgUaIUoEZwkk0hDv+fmPoHNc3KwmoON5QEkuBxlIbW0o3PifzPCuw==", + "version": "0.57.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz", + "integrity": "sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 3e9aea8e6..0455f1c25 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "cross-env": "^7.0.3", "eslint": "^8.37.0", "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^0.56.0", + "eslint-config-xo-typescript": "^0.57.0", "eslint-plugin-astro": "^0.26.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^46.0.0",