Compare commits

...

4 Commits

Author SHA1 Message Date
ivuorinen
700530f95a chore(release): publish
- @ivuorinen/base-configs@1.1.22
 - @ivuorinen/eslint-config@0.4.7
2023-12-15 11:10:45 +00:00
renovate[bot]
53966d5649 fix(deps): update dependency eslint-plugin-n to v16.4.0 (#151) 2023-12-15 13:10:11 +02:00
renovate[bot]
d72a38fc43 chore(release): publish
- @ivuorinen/base-configs@1.1.21
 - @ivuorinen/prettier-config@0.2.4
 - @ivuorinen/semantic-release-config@0.2.8
 - @ivuorinen/stylelint-config@0.2.9
2023-12-15 01:59:43 +00:00
renovate[bot]
b79252a163 fix(deps): update devdependencies (patch)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-15 01:59:11 +00:00
14 changed files with 83 additions and 45 deletions

View File

@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.21...@ivuorinen/base-configs@1.1.22) (2023-12-15)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.20...@ivuorinen/base-configs@1.1.21) (2023-12-15)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.19...@ivuorinen/base-configs@1.1.20) (2023-12-13) ## [1.1.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.19...@ivuorinen/base-configs@1.1.20) (2023-12-13)
**Note:** Version bump only for package @ivuorinen/base-configs **Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/base-configs", "name": "@ivuorinen/base-configs",
"version": "1.1.20", "version": "1.1.22",
"description": "ivuorinen's shareable configurations meta package", "description": "ivuorinen's shareable configurations meta package",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",
@@ -29,9 +29,9 @@
"dependencies": { "dependencies": {
"@ivuorinen/browserslist-config": "^0.2.3", "@ivuorinen/browserslist-config": "^0.2.3",
"@ivuorinen/commitlint-config": "^0.2.8", "@ivuorinen/commitlint-config": "^0.2.8",
"@ivuorinen/eslint-config": "^0.4.6", "@ivuorinen/eslint-config": "^0.4.7",
"@ivuorinen/markdownlint-config": "^0.2.3", "@ivuorinen/markdownlint-config": "^0.2.3",
"@ivuorinen/prettier-config": "^0.2.3", "@ivuorinen/prettier-config": "^0.2.4",
"@ivuorinen/semantic-release-config": "^0.2.7" "@ivuorinen/semantic-release-config": "^0.2.8"
} }
} }

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.6...@ivuorinen/eslint-config@0.4.7) (2023-12-15)
### Bug Fixes
- **deps:** update dependency eslint-plugin-n to v16.4.0 ([#151](https://github.com/ivuorinen/base-configs/issues/151)) ([53966d5](https://github.com/ivuorinen/base-configs/commit/53966d5649325409219a5afd30104c602eff98dd))
## [0.4.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.5...@ivuorinen/eslint-config@0.4.6) (2023-12-05) ## [0.4.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.5...@ivuorinen/eslint-config@0.4.6) (2023-12-05)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/eslint-config", "name": "@ivuorinen/eslint-config",
"version": "0.4.6", "version": "0.4.7",
"description": "ivuorinen's shareable configuration for ESLint.", "description": "ivuorinen's shareable configuration for ESLint.",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",
@@ -42,7 +42,7 @@
"eslint-config-standard": "17.1.0", "eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0", "eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.6.0", "eslint-plugin-jest": "27.6.0",
"eslint-plugin-n": "16.3.1", "eslint-plugin-n": "16.4.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.23.0" "eslint-plugin-sonarjs": "0.23.0"
}, },

View File

@@ -475,6 +475,11 @@ escape-string-regexp@^4.0.0:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
eslint-compat-utils@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.1.2.tgz#f45e3b5ced4c746c127cf724fb074cd4e730d653"
integrity sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==
eslint-config-prettier@^9.0.0: eslint-config-prettier@^9.0.0:
version "9.0.0" version "9.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
@@ -501,13 +506,14 @@ eslint-module-utils@^2.8.0:
dependencies: dependencies:
debug "^3.2.7" debug "^3.2.7"
eslint-plugin-es-x@^7.1.0: eslint-plugin-es-x@^7.5.0:
version "7.2.0" version "7.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.2.0.tgz#5779d742ad31f8fd780b9481331481e142b72311" resolved "https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.5.0.tgz#d08d9cd155383e35156c48f736eb06561d07ba92"
integrity sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA== integrity sha512-ODswlDSO0HJDzXU0XvgZ3lF3lS3XAZEossh15Q2UHjwrJggWeBoKqqEsLTZLXl+dh5eOAozG0zRcYtuE35oTuQ==
dependencies: dependencies:
"@eslint-community/eslint-utils" "^4.1.2" "@eslint-community/eslint-utils" "^4.1.2"
"@eslint-community/regexpp" "^4.6.0" "@eslint-community/regexpp" "^4.6.0"
eslint-compat-utils "^0.1.2"
eslint-plugin-import@2.29.0: eslint-plugin-import@2.29.0:
version "2.29.0" version "2.29.0"
@@ -539,14 +545,14 @@ eslint-plugin-jest@27.6.0:
dependencies: dependencies:
"@typescript-eslint/utils" "^5.10.0" "@typescript-eslint/utils" "^5.10.0"
eslint-plugin-n@16.3.1: eslint-plugin-n@16.4.0:
version "16.3.1" version "16.4.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.3.1.tgz#6cd377d1349fed10854b6535392e91fb4123193b" resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.4.0.tgz#02ff70d2b164319b6d566672969a9c24688a43df"
integrity sha512-w46eDIkxQ2FaTHcey7G40eD+FhTXOdKudDXPUO2n9WNcslze/i/HT2qJ3GXjHngYSGDISIgPNhwGtgoix4zeOw== integrity sha512-IkqJjGoWYGskVaJA7WQuN8PINIxc0N/Pk/jLeYT4ees6Fo5lAhpwGsYek6gS9tCUxgDC4zJ+OwY2bY/6/9OMKQ==
dependencies: dependencies:
"@eslint-community/eslint-utils" "^4.4.0" "@eslint-community/eslint-utils" "^4.4.0"
builtins "^5.0.1" builtins "^5.0.1"
eslint-plugin-es-x "^7.1.0" eslint-plugin-es-x "^7.5.0"
get-tsconfig "^4.7.0" get-tsconfig "^4.7.0"
ignore "^5.2.4" ignore "^5.2.4"
is-builtin-module "^3.2.1" is-builtin-module "^3.2.1"

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.3...@ivuorinen/prettier-config@0.2.4) (2023-12-15)
### Bug Fixes
- **deps:** update devdependencies (patch) ([b79252a](https://github.com/ivuorinen/base-configs/commit/b79252a163ae15462984c84fd7950fc74da902b6))
## [0.2.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.2...@ivuorinen/prettier-config@0.2.3) (2023-11-16) ## [0.2.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.2...@ivuorinen/prettier-config@0.2.3) (2023-11-16)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/prettier-config", "name": "@ivuorinen/prettier-config",
"version": "0.2.3", "version": "0.2.4",
"description": "ivuorinen's shareable configuration for Prettier.", "description": "ivuorinen's shareable configuration for Prettier.",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
}, },
"dependencies": { "dependencies": {
"@ivuorinen/config-checker": "^1.1.2", "@ivuorinen/config-checker": "^1.1.2",
"prettier": "3.1.0" "prettier": "3.1.1"
}, },
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
} }

View File

@@ -7,7 +7,7 @@
resolved "https://registry.yarnpkg.com/@ivuorinen/config-checker/-/config-checker-1.1.2.tgz#1a7c4dd683129532998f5b682cd95e4daf176acf" resolved "https://registry.yarnpkg.com/@ivuorinen/config-checker/-/config-checker-1.1.2.tgz#1a7c4dd683129532998f5b682cd95e4daf176acf"
integrity sha512-Gb1o2jM0ZqKUa0UTk6yTDbEnC9xGT104EzL0q4x0dW8fLFFQNTp4NrWmpUS90He5m0GNcN5QBo7QPZdGlwUz1Q== integrity sha512-Gb1o2jM0ZqKUa0UTk6yTDbEnC9xGT104EzL0q4x0dW8fLFFQNTp4NrWmpUS90He5m0GNcN5QBo7QPZdGlwUz1Q==
prettier@3.1.0: prettier@3.1.1:
version "3.1.0" version "3.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e" resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw== integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.7...@ivuorinen/semantic-release-config@0.2.8) (2023-12-15)
### Bug Fixes
- **deps:** update devdependencies (patch) ([b79252a](https://github.com/ivuorinen/base-configs/commit/b79252a163ae15462984c84fd7950fc74da902b6))
## [0.2.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.6...@ivuorinen/semantic-release-config@0.2.7) (2023-12-09) ## [0.2.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.6...@ivuorinen/semantic-release-config@0.2.7) (2023-12-09)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/semantic-release-config", "name": "@ivuorinen/semantic-release-config",
"version": "0.2.7", "version": "0.2.8",
"description": "ivuorinen's shareable configuration for semantic-release.", "description": "ivuorinen's shareable configuration for semantic-release.",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",
@@ -39,7 +39,7 @@
"@ivuorinen/config-checker": "^1.1.2", "@ivuorinen/config-checker": "^1.1.2",
"@semantic-release/changelog": "6.0.3", "@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1", "@semantic-release/git": "10.0.1",
"semantic-release": "22.0.10" "semantic-release": "22.0.11"
}, },
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
} }

View File

@@ -990,15 +990,15 @@ core-util-is@~1.0.0:
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
cosmiconfig@^8.0.0: cosmiconfig@^9.0.0:
version "8.3.6" version "9.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA== integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
dependencies: dependencies:
env-paths "^2.2.1"
import-fresh "^3.3.0" import-fresh "^3.3.0"
js-yaml "^4.1.0" js-yaml "^4.1.0"
parse-json "^5.2.0" parse-json "^5.2.0"
path-type "^4.0.0"
cross-spawn@^7.0.0, cross-spawn@^7.0.3: cross-spawn@^7.0.0, cross-spawn@^7.0.3:
version "7.0.3" version "7.0.3"
@@ -1111,7 +1111,7 @@ env-ci@^10.0.0:
execa "^8.0.0" execa "^8.0.0"
java-properties "^1.0.2" java-properties "^1.0.2"
env-paths@^2.2.0: env-paths@^2.2.0, env-paths@^2.2.1:
version "2.2.1" version "2.2.1"
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
@@ -2968,10 +2968,10 @@ safe-buffer@~5.2.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
semantic-release@22.0.10: semantic-release@22.0.11:
version "22.0.10" version "22.0.11"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-22.0.10.tgz#e1fbef4878a60cd350d036e286e5cfc752cff14d" resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-22.0.11.tgz#f42152039b81b4722f8d685efa23bbae78f5f882"
integrity sha512-4ahPaOX+0UYpYlosjc/tfCzB/cqlnjN0/xSKGryEC4bOpuYSkoK+QHw7xDPmAuiMNBBvkFD+m3aVMENUr++CIg== integrity sha512-3gNOqnYUaZ445mIiVvjwWfNmuvbyTMz5e2uHsL7d23e5945TPy6+rlckPE8QUU0kj84C9vbwTzc60oIXAc77hg==
dependencies: dependencies:
"@semantic-release/commit-analyzer" "^11.0.0" "@semantic-release/commit-analyzer" "^11.0.0"
"@semantic-release/error" "^4.0.0" "@semantic-release/error" "^4.0.0"
@@ -2979,7 +2979,7 @@ semantic-release@22.0.10:
"@semantic-release/npm" "^11.0.0" "@semantic-release/npm" "^11.0.0"
"@semantic-release/release-notes-generator" "^12.0.0" "@semantic-release/release-notes-generator" "^12.0.0"
aggregate-error "^5.0.0" aggregate-error "^5.0.0"
cosmiconfig "^8.0.0" cosmiconfig "^9.0.0"
debug "^4.0.0" debug "^4.0.0"
env-ci "^10.0.0" env-ci "^10.0.0"
execa "^8.0.0" execa "^8.0.0"

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.8...@ivuorinen/stylelint-config@0.2.9) (2023-12-15)
### Bug Fixes
- **deps:** update devdependencies (patch) ([b79252a](https://github.com/ivuorinen/base-configs/commit/b79252a163ae15462984c84fd7950fc74da902b6))
## [0.2.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.7...@ivuorinen/stylelint-config@0.2.8) (2023-12-12) ## [0.2.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.7...@ivuorinen/stylelint-config@0.2.8) (2023-12-12)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/stylelint-config", "name": "@ivuorinen/stylelint-config",
"version": "0.2.8", "version": "0.2.9",
"description": "ivuorinen's shareable configuration for stylelint.", "description": "ivuorinen's shareable configuration for stylelint.",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",
@@ -39,11 +39,11 @@
"dependencies": { "dependencies": {
"@ivuorinen/config-checker": "^1.1.2", "@ivuorinen/config-checker": "^1.1.2",
"postcss": "^8.4.2", "postcss": "^8.4.2",
"stylelint": "16.0.1", "stylelint": "16.0.2",
"stylelint-config-recommended-scss": "13.1.0", "stylelint-config-recommended-scss": "13.1.0",
"stylelint-config-standard": "35.0.0", "stylelint-config-standard": "35.0.0",
"stylelint-order": "6.0.4", "stylelint-order": "6.0.4",
"stylelint-scss": "5.3.1" "stylelint-scss": "5.3.2"
}, },
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
} }

View File

@@ -812,10 +812,10 @@ stylelint-order@6.0.4:
postcss "^8.4.32" postcss "^8.4.32"
postcss-sorting "^8.0.2" postcss-sorting "^8.0.2"
stylelint-scss@5.3.1: stylelint-scss@5.3.2:
version "5.3.1" version "5.3.2"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.3.1.tgz#7f0f5f06d0a2a3c515aa71d3a8de3548045e03e1" resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.3.2.tgz#c54564dfbd98de0c08742b9c43025cda91acf940"
integrity sha512-5I9ZDIm77BZrjOccma5WyW2nJEKjXDd4Ca8Kk+oBapSO4pewSlno3n+OyimcyVJJujQZkBN2D+xuMkIamSc6hA== integrity sha512-4LzLaayFhFyneJwLo0IUa8knuIvj+zF0vBFueQs4e3tEaAMIQX8q5th8ziKkgOavr6y/y9yoBe+RXN/edwLzsQ==
dependencies: dependencies:
known-css-properties "^0.29.0" known-css-properties "^0.29.0"
postcss-media-query-parser "^0.2.3" postcss-media-query-parser "^0.2.3"
@@ -834,10 +834,10 @@ stylelint-scss@^5.3.0:
postcss-selector-parser "^6.0.13" postcss-selector-parser "^6.0.13"
postcss-value-parser "^4.2.0" postcss-value-parser "^4.2.0"
stylelint@16.0.1: stylelint@16.0.2:
version "16.0.1" version "16.0.2"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.0.1.tgz#613ad8841f78e10bef48bf953d759e0f73d3e153" resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.0.2.tgz#fe49e9ff7460d9ae98501e9116884238432ea31e"
integrity sha512-nPO7f7JBxX0gPwdQs1fBQL+b0PabHykxSQ9HtpobbtV7pe2lb/nmlqxKepPUwHJTi9P9iu+Hkwt1mdmOnkkTVw== integrity sha512-SxA/rg3VWxdoHZlW0nmVueWO1E7TAKW4W6mmA3iTxxEF9bIeQdFZu2oiBlQYyNe1pGnOamOqo2XYnI7cs5Bgow==
dependencies: dependencies:
"@csstools/css-parser-algorithms" "^2.3.2" "@csstools/css-parser-algorithms" "^2.3.2"
"@csstools/css-tokenizer" "^2.2.1" "@csstools/css-tokenizer" "^2.2.1"