Skip to content

Commit 24d2265

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 6 updates
Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.27` | | [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.8` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.1` | `16.3.2` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.9.0` | `29.15.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` | | [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` | Updates `autoprefixer` from 10.4.23 to 10.4.27 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.23...10.4.27) Updates `postcss` from 8.5.6 to 8.5.8 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.8) Updates `@testing-library/react` from 16.3.1 to 16.3.2 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.3.1...v16.3.2) Updates `eslint-plugin-jest` from 29.9.0 to 29.15.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.9.0...v29.15.0) Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5) Updates `prettier` from 3.7.4 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.1) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.4.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: postcss dependency-version: 8.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint-plugin-jest dependency-version: 29.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90f5298 commit 24d2265

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@fortawesome/react-fontawesome": "^3.2.0",
2020
"@tailwindcss/typography": "^0.5.9",
2121
"@tippyjs/react": "^4.2.5",
22-
"autoprefixer": "^10.4.23",
22+
"autoprefixer": "^10.4.27",
2323
"cross-fetch": "^4.0.0",
2424
"dayjs": "^1.11.19",
2525
"mockdate": "^3.0.5",
2626
"msw": "^1.3.2",
2727
"next": "14.2.35",
28-
"postcss": "^8.4.39",
28+
"postcss": "^8.5.8",
2929
"postcss-import": "^15.1.0",
3030
"postcss-url": "^10.1.3",
3131
"react": "^18.3.1",
@@ -38,22 +38,22 @@
3838
"@fullhuman/postcss-purgecss": "^4.0.3",
3939
"@testing-library/dom": "^10.4.0",
4040
"@testing-library/jest-dom": "^6.5.0",
41-
"@testing-library/react": "^16.3.1",
41+
"@testing-library/react": "^16.3.2",
4242
"babel-jest": "^29.7.0",
4343
"eslint": "^8.57.0",
4444
"eslint-config-next": "14.2.18",
4545
"eslint-config-prettier": "^9.1.0",
46-
"eslint-plugin-jest": "^29.9.0",
46+
"eslint-plugin-jest": "^29.15.0",
4747
"eslint-plugin-jsx-a11y": "^6.9.0",
48-
"eslint-plugin-prettier": "^5.2.1",
48+
"eslint-plugin-prettier": "^5.5.5",
4949
"eslint-plugin-react": "^7.35.0",
5050
"eslint-plugin-react-hooks": "^4.6.2",
5151
"eslint-plugin-testing-library": "^6.3.0",
5252
"jest": "^29.7.0",
5353
"jest-environment-jsdom": "^29.7.0",
5454
"postcss-flexbugs-fixes": "^5.0.2",
5555
"postcss-preset-env": "^10.5.0",
56-
"prettier": "^3.7.4",
56+
"prettier": "^3.8.1",
5757
"react-test-renderer": "^18.3.1"
5858
},
5959
"msw": {

yarn.lock

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,10 +1239,10 @@
12391239
picocolors "^1.1.1"
12401240
redent "^3.0.0"
12411241

1242-
"@testing-library/react@^16.3.1":
1243-
version "16.3.1"
1244-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.3.1.tgz#60a9f1f6a930399d9e41b506a8bf68dbf4831fe8"
1245-
integrity sha512-gr4KtAWqIOQoucWYD/f6ki+j5chXfcPc74Col/6poTyqTmn7zRmodWahWRCp8tYd+GMqBonw6hstNzqjbs6gjw==
1242+
"@testing-library/react@^16.3.2":
1243+
version "16.3.2"
1244+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.3.2.tgz#672883b7acb8e775fc0492d9e9d25e06e89786d0"
1245+
integrity sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==
12461246
dependencies:
12471247
"@babel/runtime" "^7.12.5"
12481248

@@ -2000,13 +2000,13 @@ asynckit@^0.4.0:
20002000
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
20012001
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
20022002

2003-
autoprefixer@^10.4.22, autoprefixer@^10.4.23:
2004-
version "10.4.23"
2005-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.23.tgz#c6aa6db8e7376fcd900f9fd79d143ceebad8c4e6"
2006-
integrity sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==
2003+
autoprefixer@^10.4.22, autoprefixer@^10.4.27:
2004+
version "10.4.27"
2005+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.27.tgz#51ea301a5c3c5f8642f8e564759c4f573be486f2"
2006+
integrity sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==
20072007
dependencies:
20082008
browserslist "^4.28.1"
2009-
caniuse-lite "^1.0.30001760"
2009+
caniuse-lite "^1.0.30001774"
20102010
fraction.js "^5.3.4"
20112011
picocolors "^1.1.1"
20122012
postcss-value-parser "^4.2.0"
@@ -2231,10 +2231,10 @@ camelcase@^6.2.0:
22312231
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
22322232
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
22332233

2234-
caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001759, caniuse-lite@^1.0.30001760:
2235-
version "1.0.30001761"
2236-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz#4ca4c6e3792b24e8e2214baa568fc0e43de28191"
2237-
integrity sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==
2234+
caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001759, caniuse-lite@^1.0.30001774:
2235+
version "1.0.30001777"
2236+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001777.tgz#028f21e4b2718d138b55e692583e6810ccf60691"
2237+
integrity sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==
22382238

22392239
ccount@^2.0.0:
22402240
version "2.0.1"
@@ -2950,10 +2950,10 @@ eslint-plugin-import@^2.28.1:
29502950
string.prototype.trimend "^1.0.9"
29512951
tsconfig-paths "^3.15.0"
29522952

2953-
eslint-plugin-jest@^29.9.0:
2954-
version "29.9.0"
2955-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.9.0.tgz#80c3b4a7ef70927016127b5d67792403d1ddfb4d"
2956-
integrity sha512-1H2VNoEkJEO3CzfoSvAIBRaiywXmLU7FesYct/yI4YPnzkM91bNFBMVKqNjT2C7mPGvKAkCQV14oi5rgFCqPdQ==
2953+
eslint-plugin-jest@^29.15.0:
2954+
version "29.15.0"
2955+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.15.0.tgz#58a5917a88244f7536ae10c68b5bd58d407896f0"
2956+
integrity sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==
29572957
dependencies:
29582958
"@typescript-eslint/utils" "^8.0.0"
29592959

@@ -2978,13 +2978,13 @@ eslint-plugin-jsx-a11y@^6.7.1, eslint-plugin-jsx-a11y@^6.9.0:
29782978
safe-regex-test "^1.0.3"
29792979
string.prototype.includes "^2.0.1"
29802980

2981-
eslint-plugin-prettier@^5.2.1:
2982-
version "5.5.4"
2983-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
2984-
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
2981+
eslint-plugin-prettier@^5.5.5:
2982+
version "5.5.5"
2983+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.5.tgz#9eae11593faa108859c26f9a9c367d619a0769c0"
2984+
integrity sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw==
29852985
dependencies:
2986-
prettier-linter-helpers "^1.0.0"
2987-
synckit "^0.11.7"
2986+
prettier-linter-helpers "^1.0.1"
2987+
synckit "^0.11.12"
29882988

29892989
"eslint-plugin-react-hooks@^4.5.0 || 5.0.0-canary-7118f5dd7-20230705":
29902990
version "5.0.0-canary-7118f5dd7-20230705"
@@ -5835,10 +5835,10 @@ postcss@8.4.31:
58355835
picocolors "^1.0.0"
58365836
source-map-js "^1.0.2"
58375837

5838-
postcss@^8.3.5, postcss@^8.4.39, postcss@^8.4.47:
5839-
version "8.5.6"
5840-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
5841-
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
5838+
postcss@^8.3.5, postcss@^8.4.47, postcss@^8.5.8:
5839+
version "8.5.8"
5840+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.8.tgz#6230ecc8fb02e7a0f6982e53990937857e13f399"
5841+
integrity sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==
58425842
dependencies:
58435843
nanoid "^3.3.11"
58445844
picocolors "^1.1.1"
@@ -5849,17 +5849,17 @@ prelude-ls@^1.2.1:
58495849
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
58505850
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
58515851

5852-
prettier-linter-helpers@^1.0.0:
5853-
version "1.0.0"
5854-
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
5855-
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
5852+
prettier-linter-helpers@^1.0.1:
5853+
version "1.0.1"
5854+
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz#6a31f88a4bad6c7adda253de12ba4edaea80ebcd"
5855+
integrity sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==
58565856
dependencies:
58575857
fast-diff "^1.1.2"
58585858

5859-
prettier@^3.7.4:
5860-
version "3.7.4"
5861-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.4.tgz#d2f8335d4b1cec47e1c8098645411b0c9dff9c0f"
5862-
integrity sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==
5859+
prettier@^3.8.1:
5860+
version "3.8.1"
5861+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173"
5862+
integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
58635863

58645864
pretty-format@^27.0.2:
58655865
version "27.5.1"
@@ -6633,10 +6633,10 @@ symbol-tree@^3.2.4:
66336633
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
66346634
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
66356635

6636-
synckit@^0.11.7:
6637-
version "0.11.11"
6638-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.11.tgz#c0b619cf258a97faa209155d9cd1699b5c998cb0"
6639-
integrity sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==
6636+
synckit@^0.11.12:
6637+
version "0.11.12"
6638+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.12.tgz#abe74124264fbc00a48011b0d98bdc1cffb64a7b"
6639+
integrity sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==
66406640
dependencies:
66416641
"@pkgr/core" "^0.2.9"
66426642

0 commit comments

Comments
 (0)