Skip to content

Commit

Permalink
fix(deps): update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent b14959d commit 5676d80
Show file tree
Hide file tree
Showing 21 changed files with 1,190 additions and 491 deletions.
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ enableTelemetry: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
4 changes: 2 additions & 2 deletions frontend/app-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"i18next": "23.16.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.2.0",
"react-router-dom": "6.28.0"
"react-i18next": "15.3.0",
"react-router-dom": "6.28.1"
},
"devDependencies": {
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0"
"react-router-dom": "6.28.1"
},
"devDependencies": {
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0"
"react-router-dom": "6.28.1"
},
"devDependencies": {
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/components",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-content-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/content-library",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"version": "0.1.0",
"main": "./src/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-feedback-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/feedback-form",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"version": "0.1.0",
"main": "./src/index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/hooks",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/icons",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-pure-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/pure-functions",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/policy-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "index.ts",
"private": true,
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"scripts": {
"test": "jest"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/process-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "index.ts",
"private": true,
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"scripts": {
"test": "jest"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"qs": "6.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0"
"react-router-dom": "6.28.1"
},
"devDependencies": {
"@types/react": "18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion frontend/resourceadm/testing/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playwright-resourceadm",
"private": true,
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"dependencies": {
"dotenv": "^16.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"glob": "11.0.0",
"husky": "9.1.7",
"jsonpointer": "5.0.1",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.7.2"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"private": true,
"scripts": {
"generate-config-coverage-stats": "node -r ts-node/register/transpile-only -r tsconfig-paths/register configurationStats/run.ts",
Expand Down
20 changes: 10 additions & 10 deletions frontend/scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ __metadata:
glob: "npm:11.0.0"
husky: "npm:9.1.7"
jsonpointer: "npm:5.0.1"
lint-staged: "npm:15.2.11"
lint-staged: "npm:15.3.0"
prettier: "npm:^3.0.3"
ts-node: "npm:^10.9.1"
tsconfig-paths: "npm:^4.2.0"
Expand Down Expand Up @@ -666,10 +666,10 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:~5.3.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 10/6373caaab21bd64c405bfc4bd9672b145647fc9482657b5ea1d549b3b2765054e9d3d928870cdf764fb4aad67555f5061538ff247b8310f110c5c888d92397ea
"chalk@npm:~5.4.1":
version: 5.4.1
resolution: "chalk@npm:5.4.1"
checksum: 10/29df3ffcdf25656fed6e95962e2ef86d14dfe03cd50e7074b06bad9ffbbf6089adbb40f75c00744d843685c8d008adaf3aed31476780312553caf07fa86e5bc7
languageName: node
linkType: hard

Expand Down Expand Up @@ -2150,11 +2150,11 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:15.2.11":
version: 15.2.11
resolution: "lint-staged@npm:15.2.11"
"lint-staged@npm:15.3.0":
version: 15.3.0
resolution: "lint-staged@npm:15.3.0"
dependencies:
chalk: "npm:~5.3.0"
chalk: "npm:~5.4.1"
commander: "npm:~12.1.0"
debug: "npm:~4.4.0"
execa: "npm:~8.0.1"
Expand All @@ -2166,7 +2166,7 @@ __metadata:
yaml: "npm:~2.6.1"
bin:
lint-staged: bin/lint-staged.js
checksum: 10/b3fa66401fee667c39b28ed8d0dc28213e6c23d5cb88ca599e030e1eb7fd4ed199f2e3c4b02ae65ded9f5a30e0168a4c3cf3a3cf12959f195864962dba37e917
checksum: 10/b19ce450641f6cc76be8399658423f0dfa9f9a471aaa427c10bef6a1de2017f1c2547e293de908a57b9202ee20a19fd2305aec3e435cb1d4cfc1d03ace843e9f
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion frontend/testing/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playwright-studio",
"private": true,
"version": "1.0.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"dependencies": {
"dotenv": "^16.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion gitea/files/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "merge-locale",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"private": true,
"dependencies": {
"ini": "5.0.0"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"@microsoft/applicationinsights-react-js": "17.3.4",
"@microsoft/applicationinsights-web": "3.3.4",
"@microsoft/signalr": "8.0.7",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query-devtools": "5.62.8",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query-devtools": "5.62.11",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"i18next": "23.16.8",
"identity-obj-proxy": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
"react-i18next": "15.2.0",
"react-router-dom": "6.28.0",
"react-i18next": "15.3.0",
"react-router-dom": "6.28.1",
"react-toastify": "10.0.6"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@swc/core": "1.10.1",
"@swc/core": "1.10.3",
"@swc/jest": "0.2.37",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
Expand All @@ -43,7 +43,7 @@
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-testing-library": "7.1.1",
"glob": "11.0.0",
Expand All @@ -52,7 +52,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-fail-on-console": "3.3.1",
"jest-junit": "16.0.0",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"mini-css-extract-plugin": "2.9.2",
"prettier": "3.4.2",
"source-map-loader": "5.0.0",
Expand All @@ -74,7 +74,7 @@
"*{js,jsx,tsx,ts,css,md}": "prettier -w",
"./frontend/language/src/*.json": "yarn run sort-texts"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -A -p run build",
Expand Down
Loading

0 comments on commit 5676d80

Please sign in to comment.