Skip to content

Commit

Permalink
chore(deps): update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 606018e commit be7152c
Show file tree
Hide file tree
Showing 25 changed files with 1,093 additions and 1,032 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.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.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion development/azure-devops-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"axios": "1.7.7",
"cors": "2.8.5",
"express": "4.21.0",
"express": "4.21.1",
"morgan": "1.10.0",
"nodemon": "3.1.7",
"p-queue": "8.0.1"
Expand Down
8 changes: 4 additions & 4 deletions frontend/app-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"@studio/pure-functions": "workspace:^",
"axios": "1.7.7",
"classnames": "2.5.1",
"i18next": "23.15.1",
"i18next": "23.16.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.2",
"react-router-dom": "6.26.2"
"react-i18next": "15.1.0",
"react-router-dom": "6.27.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-dev-server": "5.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/app-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
"react-router-dom": "6.27.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-dev-server": "5.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
"react-router-dom": "6.27.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-dev-server": "5.1.0"
},
Expand Down
20 changes: 10 additions & 10 deletions 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.0",
"packageManager": "yarn@4.5.1",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand All @@ -19,15 +19,15 @@
},
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
"@storybook/addon-essentials": "8.3.4",
"@storybook/addon-interactions": "8.3.4",
"@storybook/addon-links": "8.3.4",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "8.3.6",
"@storybook/addon-links": "8.3.6",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/blocks": "8.3.4",
"@storybook/react": "8.3.4",
"@storybook/react-webpack5": "8.3.4",
"@storybook/test": "8.3.4",
"@testing-library/jest-dom": "6.5.0",
"@storybook/blocks": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/react-webpack5": "8.3.6",
"@storybook/test": "8.3.6",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.5",
"eslint": "8.57.1",
Expand All @@ -36,6 +36,6 @@
"jest-environment-jsdom": "^29.7.0",
"storybook": "^8.0.4",
"ts-jest": "^29.1.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
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.0",
"packageManager": "yarn@4.5.1",
"version": "0.1.0",
"main": "./src/index.ts",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"packageManager": "yarn@4.5.1",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand All @@ -14,14 +14,14 @@
"uuid": "10.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.5",
"eslint": "8.57.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"peerDependencies": {
"react-router-dom": ">=6.0.0"
Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"packageManager": "yarn@4.5.1",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand All @@ -12,12 +12,12 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions 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.0",
"packageManager": "yarn@4.5.1",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand All @@ -13,6 +13,6 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions 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.0",
"packageManager": "yarn@4.5.1",
"scripts": {
"test": "jest"
},
Expand All @@ -15,6 +15,6 @@
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions 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.0",
"packageManager": "yarn@4.5.1",
"scripts": {
"test": "jest"
},
Expand All @@ -15,7 +15,7 @@
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"dependencies": {
"bpmn-js": "^13.2.2"
Expand Down
6 changes: 3 additions & 3 deletions frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
"react-router-dom": "6.27.0"
},
"devDependencies": {
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"jest": "29.7.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"license": "3-Clause BSD",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"test": "jest"
Expand Down
4 changes: 2 additions & 2 deletions frontend/packages/ux-editor-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"redux": "5.0.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"uuid": "10.0.0"
},
"devDependencies": {
"jest": "29.7.0",
"redux-mock-store": "1.5.4"
"redux-mock-store": "1.5.5"
},
"license": "3-Clause BSD",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ux-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"uuid": "10.0.0"
},
"devDependencies": {
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.0",
"packageManager": "yarn@4.5.1",
"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 @@ -15,9 +15,9 @@
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"packageManager": "yarn@4.5.0",
"packageManager": "yarn@4.5.1",
"private": true,
"scripts": {
"generate-config-coverage-stats": "node -r ts-node/register/transpile-only -r tsconfig-paths/register configurationStats/run.ts",
Expand Down
18 changes: 9 additions & 9 deletions frontend/scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ __metadata:
prettier: "npm:^3.0.3"
ts-node: "npm:^10.9.1"
tsconfig-paths: "npm:^4.2.0"
typescript: "npm:5.6.2"
typescript: "npm:5.6.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3269,23 +3269,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.6.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/f95365d4898f357823e93d334ecda9fcade54f009b397c7d05b7621cd9e865981033cf89ccde0f3e3a7b73b1fdbae18e92bc77db237b43e912f053fef0f9a53b
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/8bfc7ca0d9feca4c3fcbd6c70741abfcd714197d6448e68225ae71e462447d904d3bfba49759a8fbe4956d87f054e2d346833c8349c222daa594a2626d4e1be8
checksum: 10/00504c01ee42d470c23495426af07512e25e6546bce7e24572e72a9ca2e6b2e9bea63de4286c3cfea644874da1467dcfca23f4f98f7caf20f8b03c0213bb6837
languageName: node
linkType: hard

Expand Down
4 changes: 2 additions & 2 deletions frontend/testing/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "1.0.0",
"devDependencies": {
"@testing-library/cypress": "10.0.2",
"axe-core": "4.10.0",
"cypress": "13.15.0",
"axe-core": "4.10.2",
"cypress": "13.15.1",
"cypress-axe": "1.5.0",
"cypress-plugin-tab": "1.0.5",
"eslint": "8.57.1"
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.0",
"packageManager": "yarn@4.5.1",
"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.0",
"packageManager": "yarn@4.5.1",
"private": true,
"dependencies": {
"ini": "5.0.0"
Expand Down
Loading

0 comments on commit be7152c

Please sign in to comment.