Skip to content

Commit

Permalink
chore(deps): update dependency @lbenie/linting to v1.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2024
1 parent cdce76a commit 127d05d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build": "vite build"
},
"devDependencies": {
"@lbenie/linting": "1.8.14",
"@lbenie/linting": "1.8.15",
"@rollup/plugin-typescript": "11.1.6",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1439,10 +1439,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@lbenie/linting@1.8.14":
version "1.8.14"
resolved "https://registry.yarnpkg.com/@lbenie/linting/-/linting-1.8.14.tgz#4f1f15c6a205f9b409f3a57cc0e00d7fbda7b2b9"
integrity sha512-6SXGou+GuyXjJaSn/SSmSO1Wx/Dbgu3vb51PqiV/2mZ63syeQbNILfPY7TBkmiYL76eKhEtkvRHbLqNFXr6ehQ==
"@lbenie/linting@1.8.15":
version "1.8.15"
resolved "https://registry.yarnpkg.com/@lbenie/linting/-/linting-1.8.15.tgz#4d242f1db5dfcc3b6eb6245a3c1d1afd39750795"
integrity sha512-v9m+yGigg6VKJbiCLo8K+uXfJTUzz4eu5C9I274EntUuzlu34GaEjdygVGQ/TE0Tp4b0Nt2ENbHxPuuEkdb2QA==
dependencies:
"@typescript-eslint/eslint-plugin" "8.4.0"
"@typescript-eslint/parser" "8.4.0"
Expand All @@ -1453,7 +1453,7 @@
eslint-plugin-lit-a11y "4.1.4"
eslint-plugin-prettier "5.2.1"
globals "15.9.0"
postcss "8.4.44"
postcss "8.4.45"
postcss-scss "4.0.9"
postcss-styl "0.12.3"
prettier "3.3.3"
Expand Down Expand Up @@ -5422,10 +5422,10 @@ postcss-value-parser@^4.2.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@8.4.44, postcss@^8.4.43, postcss@^8.4.44:
version "8.4.44"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.44.tgz#d56834ef6508610ba224bb22b2457b2169ed0480"
integrity sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==
postcss@8.4.45:
version "8.4.45"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.45.tgz#538d13d89a16ef71edbf75d895284ae06b79e603"
integrity sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.1"
Expand All @@ -5440,6 +5440,15 @@ postcss@8.4.44, postcss@^8.4.43, postcss@^8.4.44:
picocolors "^1.0.1"
source-map-js "^1.2.0"

postcss@^8.4.43, postcss@^8.4.44:
version "8.4.44"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.44.tgz#d56834ef6508610ba224bb22b2457b2169ed0480"
integrity sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.1"
source-map-js "^1.2.0"

prelude-ls@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
Expand Down

0 comments on commit 127d05d

Please sign in to comment.