diff --git a/.changeset/dependencies-GH-606.md b/.changeset/dependencies-GH-606.md new file mode 100644 index 00000000..9ea9a579 --- /dev/null +++ b/.changeset/dependencies-GH-606.md @@ -0,0 +1,5 @@ +--- +"@virtual-live-lab/stylelint-config": patch +--- + +fix(deps): update stylelint diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index eb89b97e..04109c36 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -32,8 +32,8 @@ "defu": "6.1.4", "stylelint-config-html": "1.1.0", "stylelint-config-recess-order": "7.4.0", - "stylelint-config-standard": "39.0.1", - "stylelint-declaration-block-no-ignored-properties": "2.8.0", + "stylelint-config-standard": "40.0.0", + "stylelint-declaration-block-no-ignored-properties": "3.0.0", "stylelint-value-no-unknown-custom-properties": "6.1.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2dbffa3..552332a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -224,11 +224,11 @@ importers: specifier: 7.4.0 version: 7.4.0(stylelint-order@6.0.4(stylelint@16.26.1(typescript@5.9.3)))(stylelint@16.26.1(typescript@5.9.3)) stylelint-config-standard: - specifier: 39.0.1 - version: 39.0.1(stylelint@16.26.1(typescript@5.9.3)) + specifier: 40.0.0 + version: 40.0.0(stylelint@16.26.1(typescript@5.9.3)) stylelint-declaration-block-no-ignored-properties: - specifier: 2.8.0 - version: 2.8.0(stylelint@16.26.1(typescript@5.9.3)) + specifier: 3.0.0 + version: 3.0.0(stylelint@16.26.1(typescript@5.9.3)) stylelint-value-no-unknown-custom-properties: specifier: 6.1.0 version: 6.1.0(stylelint@16.26.1(typescript@5.9.3)) @@ -2947,23 +2947,23 @@ packages: stylelint: '>=16.18' stylelint-order: '>=7' - stylelint-config-recommended@17.0.0: - resolution: {integrity: sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA==} - engines: {node: '>=18.12.0'} + stylelint-config-recommended@18.0.0: + resolution: {integrity: sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==} + engines: {node: '>=20.19.0'} peerDependencies: - stylelint: ^16.23.0 + stylelint: ^17.0.0 - stylelint-config-standard@39.0.1: - resolution: {integrity: sha512-b7Fja59EYHRNOTa3aXiuWnhUWXFU2Nfg6h61bLfAb5GS5fX3LMUD0U5t4S8N/4tpHQg3Acs2UVPR9jy2l1g/3A==} - engines: {node: '>=18.12.0'} + stylelint-config-standard@40.0.0: + resolution: {integrity: sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw==} + engines: {node: '>=20.19.0'} peerDependencies: - stylelint: ^16.23.0 + stylelint: ^17.0.0 - stylelint-declaration-block-no-ignored-properties@2.8.0: - resolution: {integrity: sha512-Ws8Cav7Y+SPN0JsV407LrnNXWOrqGjxShf+37GBtnU/C58Syve9c0+I/xpLcFOosST3ternykn3Lp77f3ITnFw==} - engines: {node: '>=6'} + stylelint-declaration-block-no-ignored-properties@3.0.0: + resolution: {integrity: sha512-3ml4NgSW6nkHQrk+/ounU7Qljfb7e7FayHzU7Mry6rF9X28RXyPLD2bNn4QVOO7t98d5EGCCVkNbHCZSx+bNUQ==} + engines: {node: '>=20.19.0'} peerDependencies: - stylelint: ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + stylelint: ^17.0.0 stylelint-order@6.0.4: resolution: {integrity: sha512-0UuKo4+s1hgQ/uAxlYU4h0o0HS4NiQDud0NAUNI0aa8FJdmYHA5ZZTFHiV5FpmE3071e9pZx5j0QpVJW5zOCUA==} @@ -6268,16 +6268,16 @@ snapshots: stylelint: 16.26.1(typescript@5.9.3) stylelint-order: 6.0.4(stylelint@16.26.1(typescript@5.9.3)) - stylelint-config-recommended@17.0.0(stylelint@16.26.1(typescript@5.9.3)): + stylelint-config-recommended@18.0.0(stylelint@16.26.1(typescript@5.9.3)): dependencies: stylelint: 16.26.1(typescript@5.9.3) - stylelint-config-standard@39.0.1(stylelint@16.26.1(typescript@5.9.3)): + stylelint-config-standard@40.0.0(stylelint@16.26.1(typescript@5.9.3)): dependencies: stylelint: 16.26.1(typescript@5.9.3) - stylelint-config-recommended: 17.0.0(stylelint@16.26.1(typescript@5.9.3)) + stylelint-config-recommended: 18.0.0(stylelint@16.26.1(typescript@5.9.3)) - stylelint-declaration-block-no-ignored-properties@2.8.0(stylelint@16.26.1(typescript@5.9.3)): + stylelint-declaration-block-no-ignored-properties@3.0.0(stylelint@16.26.1(typescript@5.9.3)): dependencies: stylelint: 16.26.1(typescript@5.9.3)