fix(deps): update linguijs monorepo to ^5.5.0

This commit is contained in:
renovate[bot]
2025-09-13 02:57:55 +00:00
committed by GitHub
parent 6c617bf9e7
commit cca74e9e54
2 changed files with 126 additions and 63 deletions

View File

@@ -10,8 +10,8 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@fontsource/open-sans": "^5.2.6",
"@lingui/core": "^5.4.1",
"@lingui/react": "^5.4.1",
"@lingui/core": "^5.5.0",
"@lingui/react": "^5.5.0",
"@mantine/core": "^8.3.1",
"@mantine/form": "^8.3.1",
"@mantine/hooks": "^8.3.1",
@@ -45,9 +45,9 @@
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@lingui/babel-plugin-lingui-macro": "^5.4.1",
"@lingui/cli": "^5.4.1",
"@lingui/vite-plugin": "^5.4.1",
"@lingui/babel-plugin-lingui-macro": "^5.5.0",
"@lingui/cli": "^5.5.0",
"@lingui/vite-plugin": "^5.5.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
@@ -1412,9 +1412,9 @@
}
},
"node_modules/@lingui/babel-plugin-extract-messages": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-5.4.1.tgz",
"integrity": "sha512-sjkVaLyuK3ZW62mv5gU6pOdl3ZpwDReeSaNodJuf9LssbMIQPa5WOirTnMeBaalrQ8BA2srrRzQAWgsXPQVdXA==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-5.5.0.tgz",
"integrity": "sha512-g7OrEBLmYUekbgk7/pLILFExcKvXNQ/aAxrIxyyrV6tEwUqSzK7q3v+nYhYbxcFkwyoLjfWOH51VBSWbbVwYxA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1422,18 +1422,18 @@
}
},
"node_modules/@lingui/babel-plugin-lingui-macro": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-lingui-macro/-/babel-plugin-lingui-macro-5.4.1.tgz",
"integrity": "sha512-9IO+PDvdneY8OCI8zvI1oDXpzryTMtyRv7uq9O0U1mFCvIPVd5dWQKQDu/CpgpYAc2+JG/izn5PNl9xzPc6ckw==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-lingui-macro/-/babel-plugin-lingui-macro-5.5.0.tgz",
"integrity": "sha512-rvr4paVdIK0LB95QmnBceFvBfMzTPT84EmP3IlOLNcm4lTcIVlCHT+m2BDBl4Ok5EzSoS96q+h4pKjMRiHeXkg==",
"devOptional": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/runtime": "^7.20.13",
"@babel/types": "^7.20.7",
"@lingui/conf": "5.4.1",
"@lingui/core": "5.4.1",
"@lingui/message-utils": "5.4.1"
"@lingui/conf": "5.5.0",
"@lingui/core": "5.5.0",
"@lingui/message-utils": "5.5.0"
},
"engines": {
"node": ">=20.0.0"
@@ -1448,9 +1448,9 @@
}
},
"node_modules/@lingui/cli": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-5.4.1.tgz",
"integrity": "sha512-UAKA9Iz4zMDJS7fzWMZ4hzQWontrTBnI5XCsPm7ttB0Ed0F4Pwph/Vu7pg4bJdiYr4d6nqEpRWd9aTxcC15/IA==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-5.5.0.tgz",
"integrity": "sha512-70U1PO3MwLTAXmp4YlonR4Q0cW+CJSnjANvPSVRupOKER54KL67iEGMzwlRvRez04VFjBbk2jwfU8AEchsJbPQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1459,12 +1459,12 @@
"@babel/parser": "^7.22.0",
"@babel/runtime": "^7.21.0",
"@babel/types": "^7.21.2",
"@lingui/babel-plugin-extract-messages": "5.4.1",
"@lingui/babel-plugin-lingui-macro": "5.4.1",
"@lingui/conf": "5.4.1",
"@lingui/core": "5.4.1",
"@lingui/format-po": "5.4.1",
"@lingui/message-utils": "5.4.1",
"@lingui/babel-plugin-extract-messages": "5.5.0",
"@lingui/babel-plugin-lingui-macro": "5.5.0",
"@lingui/conf": "5.5.0",
"@lingui/core": "5.5.0",
"@lingui/format-po": "5.5.0",
"@lingui/message-utils": "5.5.0",
"chokidar": "3.5.1",
"cli-table": "^0.3.11",
"commander": "^10.0.0",
@@ -1473,12 +1473,14 @@
"esbuild": "^0.25.1",
"glob": "^11.0.0",
"micromatch": "^4.0.7",
"ms": "^2.1.3",
"normalize-path": "^3.0.0",
"ora": "^5.1.0",
"picocolors": "^1.1.1",
"pofile": "^1.1.4",
"pseudolocale": "^2.0.0",
"source-map": "^0.8.0-beta.0"
"source-map": "^0.8.0-beta.0",
"threads": "^1.7.0"
},
"bin": {
"lingui": "dist/lingui.js"
@@ -1538,16 +1540,16 @@
}
},
"node_modules/@lingui/conf": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-5.4.1.tgz",
"integrity": "sha512-aDkj/bMSr/mCL8Nr1TS52v0GLCuVa4YqtRz+WvUCFZw/ovVInX0hKq1TClx/bSlhu60FzB/CbclxFMBw8aLVUg==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-5.5.0.tgz",
"integrity": "sha512-6B4zSi/VuZmPPSLrJMAzYDCrV9cEkzI8P1fbR1HOm9p0zW/ZpDX9PvhGAyTuBkRcW3kZMzo+ZyYoPSan5e0/UA==",
"devOptional": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.13",
"cosmiconfig": "^8.0.0",
"jest-validate": "^29.4.3",
"jiti": "^1.17.1",
"jiti": "^2.5.1",
"picocolors": "^1.1.1"
},
"engines": {
@@ -1555,19 +1557,19 @@
}
},
"node_modules/@lingui/core": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-5.4.1.tgz",
"integrity": "sha512-4FeIh56PH5vziPg2BYo4XYWWOHE4XaY/XR8Jakwn0/qwtLpydWMNVpZOpGWi7nfPZtcLaJLmZKup6UNxEl1Pfw==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-5.5.0.tgz",
"integrity": "sha512-xQ8gtz7MAl+90VgQEvcBYgpzQXCxTGTSW5WFpPv1jpzGbhfIA6zarZ+DZmQEStpZrKjTLbuxeP9beJ+ThSMQHg==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@lingui/message-utils": "5.4.1"
"@lingui/message-utils": "5.5.0"
},
"engines": {
"node": ">=20.0.0"
},
"peerDependencies": {
"@lingui/babel-plugin-lingui-macro": "5.4.1",
"@lingui/babel-plugin-lingui-macro": "5.5.0",
"babel-plugin-macros": "2 || 3"
},
"peerDependenciesMeta": {
@@ -1580,14 +1582,14 @@
}
},
"node_modules/@lingui/format-po": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@lingui/format-po/-/format-po-5.4.1.tgz",
"integrity": "sha512-IBVq3RRLNEVRzNZcdEw0qpM5NKX4e9wDmvJMorkR2OYrgTbhWx5gDYhXpEZ9yqtuEVhILMdriVNjAAUnDAJibA==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@lingui/format-po/-/format-po-5.5.0.tgz",
"integrity": "sha512-kc/R2U9PMhNgEbbK+bMqB9a6Ap/HZoOdTb8VVa5Ak8bzM+yaN8PYiff4QAsScZAf/ZSqPon4lwrAd6I6Xu5oCA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@lingui/conf": "5.4.1",
"@lingui/message-utils": "5.4.1",
"@lingui/conf": "5.5.0",
"@lingui/message-utils": "5.5.0",
"date-fns": "^3.6.0",
"pofile": "^1.1.4"
},
@@ -1596,9 +1598,9 @@
}
},
"node_modules/@lingui/message-utils": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-5.4.1.tgz",
"integrity": "sha512-hXfL90fFBoKp5YgLaWo3HbJS/7q+WlWs7VwVbUxl4pa+YladqNZf08JoDeBUDtlEVx5a3bNUSACXHs2FZo12aw==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-5.5.0.tgz",
"integrity": "sha512-LY7AclexJm5sJnbcqeYjgRg/tL1/HDceH9/tR+GiD/Ei1ZNubzqHOvoI0JRZNmxG4x0qKzz9fxLl1ympM3a0VA==",
"license": "MIT",
"dependencies": {
"@messageformat/parser": "^5.0.0",
@@ -1609,19 +1611,19 @@
}
},
"node_modules/@lingui/react": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@lingui/react/-/react-5.4.1.tgz",
"integrity": "sha512-BfWHRTyu+Je4Km9ZYCTgFuRHgQI9TJa/fMYKJBw3dNy3I09oIqnJ21qbdDimnb/Z9ztMCGQ75EIFoqAB6bdwaw==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@lingui/react/-/react-5.5.0.tgz",
"integrity": "sha512-S8o26kB2vo4wTA2lpooAzXem5C5r7KJIi6tXs69y1E97qC6YtCLvhLXpC3WNt/txF2ETWISfgRvioKQHvYr1rA==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.13",
"@lingui/core": "5.4.1"
"@lingui/core": "5.5.0"
},
"engines": {
"node": ">=20.0.0"
},
"peerDependencies": {
"@lingui/babel-plugin-lingui-macro": "5.4.1",
"@lingui/babel-plugin-lingui-macro": "5.5.0",
"babel-plugin-macros": "2 || 3",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
@@ -1635,14 +1637,14 @@
}
},
"node_modules/@lingui/vite-plugin": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@lingui/vite-plugin/-/vite-plugin-5.4.1.tgz",
"integrity": "sha512-4BxkHliJdGk7lmD++Bee9iy+n66kUONUPgpNqEgcuoEfaL0UgWWLbpkOr42X3tMUVt/S/SUM7firx6NexSCJ4Q==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@lingui/vite-plugin/-/vite-plugin-5.5.0.tgz",
"integrity": "sha512-198sCfWNsNBuh7yFdtCdW21mKO46GpFGmx2YXIvTqZ4iOKlxwkP/Ce4nj+OL1CgoC0nZ989ec7+8cVXzipmUAA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@lingui/cli": "5.4.1",
"@lingui/conf": "5.4.1"
"@lingui/cli": "5.5.0",
"@lingui/conf": "5.5.0"
},
"engines": {
"node": ">=20.0.0"
@@ -3505,6 +3507,17 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/esm": {
"version": "3.2.25",
"resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz",
"integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==",
"dev": true,
"license": "MIT",
"optional": true,
"engines": {
"node": ">=6"
}
},
"node_modules/estree-walker": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
@@ -4050,6 +4063,19 @@
"node": ">=0.12.0"
}
},
"node_modules/is-observable": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-observable/-/is-observable-2.1.0.tgz",
"integrity": "sha512-DailKdLb0WU+xX8K5w7VsJhapwHLZ9jjmazqCJq4X12CTgqq73TKnbRcnSLuXYPOoLQgV5IrD7ePiX/h1vnkBw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-potential-custom-element-name": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
@@ -4170,13 +4196,13 @@
"license": "MIT"
},
"node_modules/jiti": {
"version": "1.21.7",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
"integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz",
"integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
"devOptional": true,
"license": "MIT",
"bin": {
"jiti": "bin/jiti.js"
"jiti": "lib/jiti-cli.mjs"
}
},
"node_modules/js-sha256": {
@@ -4570,6 +4596,13 @@
"node": ">=0.10.0"
}
},
"node_modules/observable-fns": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/observable-fns/-/observable-fns-0.6.1.tgz",
"integrity": "sha512-9gRK4+sRWzeN6AOewNBTLXir7Zl/i3GB6Yl26gK4flxz8BXVpD3kt8amREmWNb0mxYOGDotvE5a4N+PtGGKdkg==",
"dev": true,
"license": "MIT"
},
"node_modules/onetime": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
@@ -5633,9 +5666,9 @@
}
},
"node_modules/strip-ansi": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -5761,6 +5794,25 @@
"integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==",
"license": "MIT"
},
"node_modules/threads": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/threads/-/threads-1.7.0.tgz",
"integrity": "sha512-Mx5NBSHX3sQYR6iI9VYbgHKBLisyB+xROCBGjjWm1O9wb9vfLxdaGtmT/KCjUqMsSNW6nERzCW3T6H43LqjDZQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"callsites": "^3.1.0",
"debug": "^4.2.0",
"is-observable": "^2.1.0",
"observable-fns": "^0.6.1"
},
"funding": {
"url": "https://github.com/andywer/threads.js?sponsor=1"
},
"optionalDependencies": {
"tiny-worker": ">= 2"
}
},
"node_modules/throttle-debounce": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
@@ -5777,6 +5829,17 @@
"dev": true,
"license": "MIT"
},
"node_modules/tiny-worker": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/tiny-worker/-/tiny-worker-2.3.0.tgz",
"integrity": "sha512-pJ70wq5EAqTAEl9IkGzA+fN0836rycEuz2Cn6yeZ6FRzlVS5IDOkFHpIoEsksPRQV34GDqXm65+OlnZqUSyK2g==",
"dev": true,
"license": "BSD-3-Clause",
"optional": true,
"dependencies": {
"esm": "^3.2.25"
}
},
"node_modules/tinybench": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",

View File

@@ -17,8 +17,8 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@fontsource/open-sans": "^5.2.6",
"@lingui/core": "^5.4.1",
"@lingui/react": "^5.4.1",
"@lingui/core": "^5.5.0",
"@lingui/react": "^5.5.0",
"@mantine/core": "^8.3.1",
"@mantine/form": "^8.3.1",
"@mantine/hooks": "^8.3.1",
@@ -52,9 +52,9 @@
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@lingui/babel-plugin-lingui-macro": "^5.4.1",
"@lingui/cli": "^5.4.1",
"@lingui/vite-plugin": "^5.4.1",
"@lingui/babel-plugin-lingui-macro": "^5.5.0",
"@lingui/cli": "^5.5.0",
"@lingui/vite-plugin": "^5.5.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",