Skip to content

Commit

Permalink
chore(deps): update voiceflow dependencies (automerge) (vf-000)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2023
1 parent 5c34a94 commit 2bbb085
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 62 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-react": "^2.0.0",
"@voiceflow/commitlint-config": "2.0.0",
"@voiceflow/commitlint-config": "2.0.1",
"@voiceflow/eslint-config": "6.1.0",
"@voiceflow/prettier-config": "1.2.1",
"@voiceflow/semantic-release-config": "1.1.0",
"@voiceflow/stylelint-config": "1.0.1",
"@voiceflow/semantic-release-config": "1.2.0",
"@voiceflow/stylelint-config": "1.1.0",
"@voiceflow/tsconfig": "1.4.8",
"@voiceflow/vite-config": "^1.5.3",
"@zerollup/ts-transform-paths": "^1.7.18",
Expand Down
121 changes: 62 additions & 59 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3743,10 +3743,10 @@
magic-string "^0.26.2"
react-refresh "^0.14.0"

"@voiceflow/[email protected].0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@voiceflow/commitlint-config/-/commitlint-config-2.0.0.tgz#ca90141f90620e1ab3477c7056f1fa88f0db8c6f"
integrity sha512-zSsQ6s6rOWaYZTeLcqs7ZdKYS1WaU8f3CGk6LIHkQZhJ+fjHRv/y0njRIiFTKKQjUOi3wK+QFtx4tzUXUS6nBw==
"@voiceflow/[email protected].1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@voiceflow/commitlint-config/-/commitlint-config-2.0.1.tgz#5559d875b543af2d823914f9c240905cb11d886f"
integrity sha512-Ien7RkDIRy9+msMlYIt2wLUlLLglxCqYRvyp5+O4On/LY9LU+xy5az4OAvf1Y+p71IgE9x5AwRguA+WOIsj0GA==
dependencies:
"@commitlint/config-conventional" "16.0.0"

Expand Down Expand Up @@ -3785,28 +3785,28 @@
resolved "https://registry.yarnpkg.com/@voiceflow/prettier-config/-/prettier-config-1.2.1.tgz#906bc852bcd8b2586fa62e4635392a0bea1fdb59"
integrity sha512-J7wnJCwRWSNX33Ji2eLeBxtwXplAKIk9/aOfrHVfKmYrLHqXvOcrl2/7xa37jqnuTl8vw3+UsfFo3sMDY6weTg==

"@voiceflow/semantic-release-config@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@voiceflow/semantic-release-config/-/semantic-release-config-1.1.0.tgz#c5b365e6afc9d4f3bacf846db817293fa5fde9d0"
integrity sha512-i/sajZPPICCt1HKz2bFvFTZ1tj9lO6M+kF+3Bt1JzMJ1apfPJFvVTg+qi0usyM3bsY/maGdTTzpZTH88kva3dA==
"@voiceflow/semantic-release-config@1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@voiceflow/semantic-release-config/-/semantic-release-config-1.2.0.tgz#f3057554251ff033487193f3f385d1c4305f86ad"
integrity sha512-IX8YF/tgGbH07JzUMyiCPkwzVKrt5Aipc5hK4Yr/GgT3Kp8zhJVoueax2PIHr/GME9IMG36euXdKGkQ7pnXE8w==
dependencies:
"@semantic-release/commit-analyzer" "^6.1.0"
"@semantic-release/exec" "^3.3.8"
"@semantic-release/github" "^5.1.0"
"@semantic-release/npm" "^5.0.5"
"@semantic-release/release-notes-generator" "^9.0.2"

"@voiceflow/stylelint-config@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@voiceflow/stylelint-config/-/stylelint-config-1.0.1.tgz#f2576ee5c4e7de0a30b8aaa916f8a67a251261fd"
integrity sha512-soEHBVKe26OTMVQIZJbLFCGMffKDxtGdDxp9dhNOETGkUKoVNrbcBOfVAlknr6GN3/TtraSPTsYOVsKQ4zMKtA==
"@voiceflow/stylelint-config@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@voiceflow/stylelint-config/-/stylelint-config-1.1.0.tgz#de01469015056d45a12ca913e858b5d1aba74f32"
integrity sha512-uMx9jvdMQobaV3rvhAWVXfl6t+MRdIpfruIL4a48qfK1tWI+9LhMBuAtGnw8L2q6luDyf6Tgspft6hcAtXU6iw==
dependencies:
stylelint-config-prettier "^8.0.2"
stylelint-config-prettier "^9.0.4"
stylelint-config-rational-order "^0.1.2"
stylelint-config-standard "^21.0.0"
stylelint-declaration-block-no-ignored-properties "^2.3.0"
stylelint-no-unsupported-browser-features "^4.1.4"
stylelint-order "^4.1.0"
stylelint-config-standard "^29.0.0"
stylelint-declaration-block-no-ignored-properties "^2.6.0"
stylelint-no-unsupported-browser-features "^6.0.1"
stylelint-order "^6.0.0"

"@voiceflow/[email protected]":
version "1.4.8"
Expand Down Expand Up @@ -7054,7 +7054,7 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

doiuse@^4.3.1:
doiuse@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/doiuse/-/doiuse-4.4.1.tgz#efea4ecb6b04ed3228de28f5c6ad704f2c578c80"
integrity sha512-TUpr1/YNg20IB09tZmwGCTsTQoxj8jUld/hUZprZMj8vj0VpAJySXEWCr8WMvqvgzk0/kG/FxeSMGKode4UjPg==
Expand Down Expand Up @@ -14551,13 +14551,10 @@ postcss-sorting@^4.1.0:
lodash "^4.17.4"
postcss "^7.0.0"

postcss-sorting@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-5.0.1.tgz#10d5d0059eea8334dacc820c0121864035bc3f11"
integrity sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA==
dependencies:
lodash "^4.17.14"
postcss "^7.0.17"
postcss-sorting@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/postcss-sorting/-/postcss-sorting-8.0.1.tgz#d03852914979ac0a1ef3ca6e517bf4b53c045f35"
integrity sha512-go9Zoxx7KQH+uLrJ9xa5wRErFeXu01ydA6O8m7koPXkmAN7Ts//eRcIqjo0stBR4+Nir2gMYDOWAOx7O5EPUZA==

postcss-syntax@^0.36.2:
version "0.36.2"
Expand Down Expand Up @@ -14593,7 +14590,7 @@ postcss@^6.0.14, postcss@^6.0.17, postcss@^6.0.23, postcss@^6.0.6, postcss@^6.0.
source-map "^0.6.1"
supports-color "^5.4.0"

postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.31, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7:
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7:
version "7.0.36"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
Expand All @@ -14602,7 +14599,7 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.1
source-map "^0.6.1"
supports-color "^6.1.0"

postcss@^8.1.4, postcss@^8.2.4:
postcss@^8.2.4:
version "8.3.5"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==
Expand All @@ -14620,6 +14617,15 @@ postcss@^8.4.14:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.16, postcss@^8.4.20:
version "8.4.21"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
dependencies:
nanoid "^3.3.4"
picocolors "^1.0.0"
source-map-js "^1.0.2"

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 Expand Up @@ -17056,10 +17062,10 @@ styled-components@^5.3.5:
shallowequal "^1.1.0"
supports-color "^5.5.0"

stylelint-config-prettier@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-8.0.2.tgz#da9de33da4c56893cbe7e26df239a7374045e14e"
integrity sha512-TN1l93iVTXpF9NJstlvP7nOu9zY2k+mN0NSFQ/VEGz15ZIP9ohdDZTtCWHs5LjctAhSAzaILULGbgiM0ItId3A==
stylelint-config-prettier@^9.0.4:
version "9.0.4"
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.4.tgz#1b1dda614d5b3ef6c1f583fa6fa55f88245eb00b"
integrity sha512-38nIGTGpFOiK5LjJ8Ma1yUgpKENxoKSOhbDNSemY7Ep0VsJoXIW9Iq/2hSt699oB9tReynfWicTAoIHiq8Rvbg==

stylelint-config-rational-order@^0.1.2:
version "0.1.2"
Expand All @@ -17069,33 +17075,31 @@ stylelint-config-rational-order@^0.1.2:
stylelint "^9.10.1"
stylelint-order "^2.2.1"

stylelint-config-recommended@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz#665a0034065e6704d5032ba51bf4efa37d328ef9"
integrity sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ==
stylelint-config-recommended@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-9.0.0.tgz#1c9e07536a8cd875405f8ecef7314916d94e7e40"
integrity sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==

stylelint-config-standard@^21.0.0:
version "21.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-21.0.0.tgz#4942cfa27301eb6702fa8fc46a44da35d1a5cfd7"
integrity sha512-Yf6mx5oYEbQQJxWuW7X3t1gcxqbUx52qC9SMS3saC2ruOVYEyqmr5zSW6k3wXflDjjFrPhar3kp68ugRopmlzg==
stylelint-config-standard@^29.0.0:
version "29.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-29.0.0.tgz#4cc0e0f05512a39bb8b8e97853247d3a95d66fa2"
integrity sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==
dependencies:
stylelint-config-recommended "^4.0.0"
stylelint-config-recommended "^9.0.0"

stylelint-declaration-block-no-ignored-properties@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/stylelint-declaration-block-no-ignored-properties/-/stylelint-declaration-block-no-ignored-properties-2.3.0.tgz#98a641a137bf057c97ef3d3c4a848cd339e736da"
integrity sha512-0Ly/mKc3prAhxBSY5TbmMMDAkUHYMOxdmUu/mNcFvB6A53C24x5Rsu1Vtrik9bKPKwgd75sZUhV9ZsWerPbuJQ==
dependencies:
postcss "^7.0.27"
stylelint-declaration-block-no-ignored-properties@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/stylelint-declaration-block-no-ignored-properties/-/stylelint-declaration-block-no-ignored-properties-2.6.0.tgz#237028415b5bd543341f7d3c57c5903259a9e09c"
integrity sha512-S9EC/tVJL19ppMRC4A4ecxtkENHZ7WNrEAukJVDtFt+iZgNP3SmokOLlYUhe6qZuB2XUvETqUx6r2p3Xfo7Rxw==

stylelint-no-unsupported-browser-features@^4.1.4:
version "4.1.4"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-4.1.4.tgz#14c58167ba101ab5f1d26b98dd1a0d75c9e0a423"
integrity sha512-GORR+/z4KkWP9SWO4fLmC5WAIjDClShSfwCYTuAB9cT8GE+rtOXeAqw5RyXuN9BLIBAPjeO2W7LFIrWUH8x7FA==
stylelint-no-unsupported-browser-features@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-6.0.1.tgz#a816b72bfdf7d1c4ffcf2f6a4f3524442a4a8e7b"
integrity sha512-cuhp3gU+SMp0I5dCykjQ0iSTtBsWeA7qNZlNBYnCW7L4KPudunRYyGQ8gcClRJtFpGkElQUtsfLMALNFZVdEFw==
dependencies:
doiuse "^4.3.1"
doiuse "^4.4.1"
lodash "^4.17.15"
postcss "^8.1.4"
postcss "^8.4.16"

stylelint-order@^2.2.1:
version "2.2.1"
Expand All @@ -17106,14 +17110,13 @@ stylelint-order@^2.2.1:
postcss "^7.0.2"
postcss-sorting "^4.1.0"

stylelint-order@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-4.1.0.tgz#692d05b7d0c235ac66fcf5ea1d9e5f08a76747f6"
integrity sha512-sVTikaDvMqg2aJjh4r48jsdfmqLT+nqB1MOsaBnvM3OwLx4S+WXcsxsgk5w18h/OZoxZCxuyXMh61iBHcj9Qiw==
stylelint-order@^6.0.0:
version "6.0.1"
resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-6.0.1.tgz#a43349d99b38dd4e00bc9c5045794f2a73754e51"
integrity sha512-C9gJDZArRBZvn+4MPgggwYTp7dK49WPnYa5+6tBEkZnW/YWj4xBVNJdQjIik14w5orlF9RqFpYDHN0FPWIFOSQ==
dependencies:
lodash "^4.17.15"
postcss "^7.0.31"
postcss-sorting "^5.0.1"
postcss "^8.4.20"
postcss-sorting "^8.0.1"

stylelint@^8.1.1:
version "8.4.0"
Expand Down

0 comments on commit 2bbb085

Please sign in to comment.