diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d367a34..008944ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.15.8](https://github.com/muno92/resharper_inspectcode/compare/1.15.7...1.15.8) - 2026-01-29 +- Update dependency prettier to v3.8.1 by @renovate[bot] in https://github.com/muno92/resharper_inspectcode/pull/559 + ## [1.15.7](https://github.com/muno92/resharper_inspectcode/compare/1.15.6...1.15.7) - 2026-01-22 - Update dependency prettier to v3.8.0 by @renovate[bot] in https://github.com/muno92/resharper_inspectcode/pull/557 diff --git a/package-lock.json b/package-lock.json index 2d55d437..69e2e154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "resharper_inspectcode", - "version": "1.15.7", + "version": "1.15.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "resharper_inspectcode", - "version": "1.15.7", + "version": "1.15.8", "license": "MIT", "dependencies": { "@actions/core": "^2.0.0", @@ -476,7 +476,6 @@ "integrity": "sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==", "dev": true, "license": "BSD-2-Clause", - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.16.0", "@typescript-eslint/types": "8.16.0", @@ -651,7 +650,6 @@ "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -932,7 +930,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001669", "electron-to-chromium": "^1.5.41", @@ -1441,7 +1438,6 @@ "integrity": "sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", @@ -1502,7 +1498,6 @@ "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, "license": "MIT", - "peer": true, "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -3262,7 +3257,6 @@ "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", "dev": true, "license": "MIT", - "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -3856,7 +3850,6 @@ "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 6a4e33a4..e4653367 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resharper_inspectcode", - "version": "1.15.7", + "version": "1.15.8", "private": true, "description": "Run ReSharper Inspection action", "main": "lib/main.js",