⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2026-08-17 01:39:23 +00:00
committed by GitHub
parent b4bcd0fbed
commit 90d5f3c3af
8 changed files with 2141 additions and 1599 deletions
+27 -27
View File
@@ -15,55 +15,55 @@
"test:watch": "jest --watch" "test:watch": "jest --watch"
}, },
"dependencies": { "dependencies": {
"@gouvfr-lasuite/cunningham-react": "4.2.0", "@gouvfr-lasuite/cunningham-react": "4.4.0",
"@gouvfr-lasuite/cunningham-tokens": "^3.1.0", "@gouvfr-lasuite/cunningham-tokens": "^3.1.0",
"@gouvfr-lasuite/integration": "1.0.3", "@gouvfr-lasuite/integration": "1.0.3",
"@gouvfr-lasuite/ui-kit": "0.19.10", "@gouvfr-lasuite/ui-kit": "0.28.1",
"@hookform/resolvers": "4.0.0", "@hookform/resolvers": "4.0.0",
"@tanstack/react-query": "5.90.5", "@tanstack/react-query": "5.101.4",
"i18next": "25.6.0", "i18next": "26.3.6",
"i18next-browser-languagedetector": "8.2.0", "i18next-browser-languagedetector": "8.2.1",
"lodash": "4.18.1", "lodash": "4.18.1",
"luxon": "3.7.2", "luxon": "3.7.2",
"next": "15.5.21", "next": "16.3.0",
"react": "*", "react": "*",
"react-dom": "*", "react-dom": "*",
"react-hook-form": "7.65.0", "react-hook-form": "7.85.0",
"react-i18next": "16.2.0", "react-i18next": "17.0.11",
"react-select": "5.10.2", "react-select": "5.10.2",
"sass": "1.93.2", "sass": "1.102.0",
"styled-components": "6.1.19", "styled-components": "6.5.1",
"zod": "4.1.12", "zod": "4.4.3",
"zustand": "5.0.8" "zustand": "5.0.14"
}, },
"devDependencies": { "devDependencies": {
"@hookform/devtools": "4.4.0", "@hookform/devtools": "4.4.0",
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.90.2", "@tanstack/react-query-devtools": "5.101.4",
"@testing-library/dom": "10.4.1", "@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1", "@testing-library/jest-dom": "7.0.1",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1", "@testing-library/user-event": "14.6.3",
"@types/jest": "30.0.0", "@types/jest": "30.0.0",
"@types/lodash": "4.17.20", "@types/lodash": "4.17.25",
"@types/luxon": "3.7.1", "@types/luxon": "3.7.4",
"@types/node": "*", "@types/node": "*",
"@types/react": "19.2.2", "@types/react": "19.2.18",
"@types/react-dom": "*", "@types/react-dom": "*",
"dotenv": "17.2.3", "dotenv": "17.4.2",
"eslint-config-people": "*", "eslint-config-people": "*",
"fetch-mock": "9.11.0", "fetch-mock": "9.11.0",
"jest": "30.2.0", "jest": "30.4.2",
"jest-environment-jsdom": "30.2.0", "jest-environment-jsdom": "30.4.1",
"node-fetch": "2.7.0", "node-fetch": "2.7.0",
"prettier": "3.6.2", "prettier": "3.9.6",
"stylelint": "16.25.0", "stylelint": "17.14.1",
"stylelint-config-standard": "39.0.1", "stylelint-config-standard": "40.0.0",
"stylelint-prettier": "5.0.3", "stylelint-prettier": "5.0.3",
"typescript": "*" "typescript": "*"
}, },
"resolutions": { "resolutions": {
"react": "19.2.0", "react": "19.2.8",
"react-dom": "19.2.0" "react-dom": "19.2.8"
} }
} }
+1 -1
View File
@@ -9,7 +9,7 @@
"test:ui": "yarn test --ui" "test:ui": "yarn test --ui"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.56.1", "@playwright/test": "1.62.1",
"@types/node": "*", "@types/node": "*",
"eslint-config-people": "*", "eslint-config-people": "*",
"typescript": "*" "typescript": "*"
+5 -5
View File
@@ -25,10 +25,10 @@
"i18n:test": "yarn I18N run test" "i18n:test": "yarn I18N run test"
}, },
"resolutions": { "resolutions": {
"@types/node": "22.18.12", "@types/node": "24.13.3",
"@types/react-dom": "19.2.2", "@types/react-dom": "19.2.4",
"react": "19.2.0", "react": "19.2.8",
"react-dom": "19.2.0", "react-dom": "19.2.8",
"typescript": "5.9.3" "typescript": "7.0.2"
} }
} }
@@ -6,19 +6,19 @@
"lint": "eslint --ext .js ." "lint": "eslint --ext .js ."
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.3.2", "@next/eslint-plugin-next": "16.3.0",
"@tanstack/eslint-plugin-query": "5.91.2", "@tanstack/eslint-plugin-query": "5.101.4",
"@typescript-eslint/eslint-plugin": "8.46.2", "@typescript-eslint/eslint-plugin": "8.66.0",
"@typescript-eslint/parser": "8.46.2", "@typescript-eslint/parser": "8.66.0",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-next": "15.3.2", "eslint-config-next": "16.3.0",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0", "eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "29.0.1", "eslint-plugin-jest": "29.16.0",
"eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.2.2", "eslint-plugin-playwright": "2.11.0",
"eslint-plugin-prettier": "5.5.4", "eslint-plugin-prettier": "5.5.6",
"eslint-plugin-react": "7.37.5", "eslint-plugin-react": "7.37.5",
"eslint-plugin-testing-library": "7.13.3" "eslint-plugin-testing-library": "7.16.2"
} }
} }
+3 -3
View File
@@ -16,9 +16,9 @@
"eslint-config-people": "*", "eslint-config-people": "*",
"eslint-plugin-import": "2.32.0", "eslint-plugin-import": "2.32.0",
"i18next-parser": "9.4.0", "i18next-parser": "9.4.0",
"jest": "30.2.0", "jest": "30.4.2",
"ts-jest": "29.4.5", "ts-jest": "29.4.12",
"typescript": "*", "typescript": "*",
"yargs": "18.0.0" "yargs": "18.1.0"
} }
} }
+2071 -1517
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -20,6 +20,6 @@
}, },
"homepage": "https://github.com/suitenumerique/people#readme", "homepage": "https://github.com/suitenumerique/people#readme",
"devDependencies": { "devDependencies": {
"openapi-typescript-codegen": "0.29.0" "openapi-typescript-codegen": "0.31.0"
} }
} }
+24 -36
View File
@@ -2,25 +2,13 @@
# yarn lockfile v1 # yarn lockfile v1
"@apidevtools/json-schema-ref-parser@^11.5.4": "@apidevtools/json-schema-ref-parser@^14.2.1":
version "11.5.4" version "14.2.1"
resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.5.4.tgz#6a90caf2140834025cf72651280c46084de187ae" resolved "https://registry.yarnpkg.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.2.1.tgz#40040f6a9a250b92055723a76e48dde0efb9688b"
integrity sha512-o2fsypTGU0WxRxbax8zQoHiIB4dyrkwYfcm8TxZ+bx9pCzcWZbQtiMqpgBvWA/nJ2TrGjK5adCLfTH8wUeU/Wg== integrity sha512-HmdFw9CDYqM6B25pqGBpNeLCKvGPlIx1EbLrVL0zPvj50CJQUHyBNBw45Muk0kEIkogo1VZvOKHajdMuAzSxRg==
dependencies: dependencies:
"@jsdevtools/ono" "^7.1.3"
"@types/json-schema" "^7.0.15"
js-yaml "^4.1.0" js-yaml "^4.1.0"
"@jsdevtools/ono@^7.1.3":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@jsdevtools/ono/-/ono-7.1.3.tgz#9df03bbd7c696a5c58885c34aa06da41c8543796"
integrity sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==
"@types/json-schema@^7.0.15":
version "7.0.15"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
argparse@^2.0.1: argparse@^2.0.1:
version "2.0.1" version "2.0.1"
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
@@ -31,15 +19,15 @@ camelcase@^6.3.0:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
commander@^12.0.0: commander@^14.0.3:
version "12.0.0" version "14.0.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592" resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.3.tgz#425d79b48f9af82fcd9e4fc1ea8af6c5ec07bbc2"
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA== integrity sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==
fs-extra@^11.2.0: fs-extra@^11.3.5:
version "11.2.0" version "11.4.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.4.0.tgz#f88ed6d180ac9e14b61b08e679468f0b1b6b4730"
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== integrity sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==
dependencies: dependencies:
graceful-fs "^4.2.0" graceful-fs "^4.2.0"
jsonfile "^6.0.1" jsonfile "^6.0.1"
@@ -50,10 +38,10 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
handlebars@^4.7.8: handlebars@^4.7.9:
version "4.7.8" version "4.7.9"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
dependencies: dependencies:
minimist "^1.2.5" minimist "^1.2.5"
neo-async "^2.6.2" neo-async "^2.6.2"
@@ -88,16 +76,16 @@ neo-async@^2.6.2:
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
openapi-typescript-codegen@0.29.0: openapi-typescript-codegen@0.31.0:
version "0.29.0" version "0.31.0"
resolved "https://registry.yarnpkg.com/openapi-typescript-codegen/-/openapi-typescript-codegen-0.29.0.tgz#e98a1daa223ccdeb1cc51b2e2dc11bafae6fe746" resolved "https://registry.yarnpkg.com/openapi-typescript-codegen/-/openapi-typescript-codegen-0.31.0.tgz#3312fa8952cf5ff8252a04837dad703b93a4789f"
integrity sha512-/wC42PkD0LGjDTEULa/XiWQbv4E9NwLjwLjsaJ/62yOsoYhwvmBR31kPttn1DzQ2OlGe5stACcF/EIkZk43M6w== integrity sha512-ph3njJ7veDXy6QKLKHqNiyIqWMMu+rcdtU87XuwBo+QfBOpE1PvqzIWY3KMZBnLaoACxhtrEPf5re7Y/Ty9Bnw==
dependencies: dependencies:
"@apidevtools/json-schema-ref-parser" "^11.5.4" "@apidevtools/json-schema-ref-parser" "^14.2.1"
camelcase "^6.3.0" camelcase "^6.3.0"
commander "^12.0.0" commander "^14.0.3"
fs-extra "^11.2.0" fs-extra "^11.3.5"
handlebars "^4.7.8" handlebars "^4.7.9"
source-map@^0.6.1: source-map@^0.6.1:
version "0.6.1" version "0.6.1"