From 68f5924fa17c56d0d9538e638af102f37518e913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:10:09 +0000 Subject: [PATCH] chore(deps): bump stylelint-config-standard from 33.0.0 to 36.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 33.0.0 to 36.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/33.0.0...36.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/stylelint-config-custom/package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) mode change 100755 => 100644 packages/stylelint-config-custom/package.json diff --git a/packages/stylelint-config-custom/package.json b/packages/stylelint-config-custom/package.json old mode 100755 new mode 100644 index 632cc72..1ae39ab --- a/packages/stylelint-config-custom/package.json +++ b/packages/stylelint-config-custom/package.json @@ -7,7 +7,7 @@ "license": "MIT", "dependencies": { "stylelint": "^15.10.3", - "stylelint-config-standard": "^33.0.0" + "stylelint-config-standard": "^36.0.0" }, "main": "index.cjs" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e7e8ab2..bab3eda 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -451,8 +451,8 @@ importers: specifier: ^15.10.3 version: 15.10.3(typescript@5.2.2) stylelint-config-standard: - specifier: ^33.0.0 - version: 33.0.0(stylelint@15.10.3) + specifier: ^36.0.0 + version: 36.0.0(stylelint@15.10.3) packages/widgets: dependencies: @@ -8134,21 +8134,23 @@ packages: postcss: 8.4.31 postcss-selector-parser: 6.0.13 - /stylelint-config-recommended@12.0.0(stylelint@15.10.3): - resolution: {integrity: sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ==} + /stylelint-config-recommended@14.0.0(stylelint@15.10.3): + resolution: {integrity: sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==} + engines: {node: '>=18.12.0'} peerDependencies: - stylelint: ^15.5.0 + stylelint: ^16.0.0 dependencies: stylelint: 15.10.3(typescript@5.2.2) dev: false - /stylelint-config-standard@33.0.0(stylelint@15.10.3): - resolution: {integrity: sha512-eyxnLWoXImUn77+ODIuW9qXBDNM+ALN68L3wT1lN2oNspZ7D9NVGlNHb2QCUn4xDug6VZLsh0tF8NyoYzkgTzg==} + /stylelint-config-standard@36.0.0(stylelint@15.10.3): + resolution: {integrity: sha512-3Kjyq4d62bYFp/Aq8PMKDwlgUyPU4nacXsjDLWJdNPRUgpuxALu1KnlAHIj36cdtxViVhXexZij65yM0uNIHug==} + engines: {node: '>=18.12.0'} peerDependencies: - stylelint: ^15.5.0 + stylelint: ^16.1.0 dependencies: stylelint: 15.10.3(typescript@5.2.2) - stylelint-config-recommended: 12.0.0(stylelint@15.10.3) + stylelint-config-recommended: 14.0.0(stylelint@15.10.3) dev: false /stylelint@15.10.3(typescript@5.2.2):