From 452a5e3e47303047a4f23d99316efaab4028a988 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:29:46 +0000 Subject: [PATCH] Update dependency stylelint-config-standard to v36 --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index c914b943..21aecbf5 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "release-it": "^17.0.0", "rimraf": "^5.0.1", "stylelint": "^16.0.0", - "stylelint-config-standard": "^34.0.0", + "stylelint-config-standard": "^36.0.0", "stylelint-prettier": "^5.0.0", "typescript": "^5.3.3", "webpack": "^5.89.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b4ae823..92128174 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -236,8 +236,8 @@ devDependencies: specifier: ^16.0.0 version: 16.1.0(typescript@5.3.3) stylelint-config-standard: - specifier: ^34.0.0 - version: 34.0.0(stylelint@16.1.0) + specifier: ^36.0.0 + version: 36.0.0(stylelint@16.1.0) stylelint-prettier: specifier: ^5.0.0 version: 5.0.0(prettier@3.1.1)(stylelint@16.1.0) @@ -11787,23 +11787,23 @@ packages: resolution: {integrity: sha512-DU2KZiB6VbPkO2tGSqQ9n96ZstUPjW7X4sGO6V2m1myIQluX0p1Ol8BrA/l6/EesqhMqXOIXs3cJNOy1UuU2BA==} dev: true - /stylelint-config-recommended@13.0.0(stylelint@16.1.0): - resolution: {integrity: sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==} - engines: {node: ^14.13.1 || >=16.0.0} + /stylelint-config-recommended@14.0.0(stylelint@16.1.0): + resolution: {integrity: sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==} + engines: {node: '>=18.12.0'} peerDependencies: - stylelint: ^15.10.0 + stylelint: ^16.0.0 dependencies: stylelint: 16.1.0(typescript@5.3.3) dev: true - /stylelint-config-standard@34.0.0(stylelint@16.1.0): - resolution: {integrity: sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==} - engines: {node: ^14.13.1 || >=16.0.0} + /stylelint-config-standard@36.0.0(stylelint@16.1.0): + resolution: {integrity: sha512-3Kjyq4d62bYFp/Aq8PMKDwlgUyPU4nacXsjDLWJdNPRUgpuxALu1KnlAHIj36cdtxViVhXexZij65yM0uNIHug==} + engines: {node: '>=18.12.0'} peerDependencies: - stylelint: ^15.10.0 + stylelint: ^16.1.0 dependencies: stylelint: 16.1.0(typescript@5.3.3) - stylelint-config-recommended: 13.0.0(stylelint@16.1.0) + stylelint-config-recommended: 14.0.0(stylelint@16.1.0) dev: true /stylelint-prettier@5.0.0(prettier@3.1.1)(stylelint@16.1.0):