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 Nov 17, 2023
1 parent 4d90f5e commit a87e9dd
Show file tree
Hide file tree
Showing 18 changed files with 1,254 additions and 1,267 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.7.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 @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.7.0.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 @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "The Altinn Studio Team",
"dependencies": {
"axios": "1.6.0",
"axios": "1.6.1",
"cors": "2.8.5",
"express": "4.18.2",
"morgan": "1.10.0",
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 @@ -10,15 +10,15 @@
],
"dependencies": {
"@altinn/icons": "workspace:^",
"@mui/material": "5.14.16",
"@mui/material": "5.14.18",
"@reduxjs/toolkit": "1.9.7",
"axios": "1.6.0",
"axios": "1.6.1",
"classnames": "2.3.2",
"history": "5.3.0",
"i18next": "23.6.0",
"i18next": "23.7.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.3.1",
"react-i18next": "13.4.1",
"react-redux": "8.1.3",
"react-router-dom": "6.18.0",
"redux": "4.2.1",
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 @@ -9,7 +9,7 @@
"not op_mini all"
],
"dependencies": {
"axios": "1.6.0",
"axios": "1.6.1",
"classnames": "2.3.2",
"qs": "6.11.2",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/altinn-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altinn/icons",
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@3.7.0",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions frontend/libs/studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altinn/studio-components",
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.7.0",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"eslint": "8.50.0",
"eslint": "8.53.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1",
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@3.6.4",
"packageManager": "yarn@3.7.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@3.6.4",
"packageManager": "yarn@3.7.0",
"scripts": {
"test": "jest"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/packages/schema-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"jest": "29.7.0"
},
"peerDependencies": {
"@mui/material": "5.14.16",
"@mui/material": "5.14.18",
"@reduxjs/toolkit": "1.9.7",
"axios": "1.6.0",
"axios": "1.6.1",
"classnames": "2.3.2",
"react": "18.2.0",
"react-dnd": "16.0.1",
Expand Down
8 changes: 4 additions & 4 deletions frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"author": "Altinn",
"dependencies": {
"@mui/material": "5.14.16",
"@mui/material": "5.14.18",
"@reduxjs/toolkit": "1.9.7",
"axios": "1.6.0",
"axios": "1.6.1",
"classnames": "2.3.2",
"qs": "6.11.2",
"react": "18.2.0",
Expand All @@ -15,11 +15,11 @@
"react-dom": "18.2.0",
"react-redux": "8.1.3",
"react-router-dom": "6.18.0",
"react-select": "5.7.7",
"react-select": "5.8.0",
"redux-saga": "1.2.3"
},
"devDependencies": {
"@types/react": "18.2.34",
"@types/react": "18.2.37",
"jest": "29.7.0",
"typescript": "5.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions frontend/packages/ux-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"author": "Altinn",
"dependencies": {
"@altinn/icons": "workspace:^",
"@mui/material": "5.14.16",
"@mui/material": "5.14.18",
"@reduxjs/toolkit": "1.9.7",
"axios": "1.6.0",
"axios": "1.6.1",
"classnames": "2.3.2",
"react": "18.2.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-modal": "3.16.1",
"react-redux": "8.1.3",
"react-select": "5.7.7",
"react-select": "5.8.0",
"redux": "4.2.1",
"reselect": "4.1.8",
"typescript": "5.2.2",
Expand Down
6 changes: 3 additions & 3 deletions frontend/stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"axios": "1.6.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
Expand All @@ -18,7 +18,7 @@
"tsconfig-paths": "^4.2.0",
"typescript": "5.2.2"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@3.7.0",
"private": true,
"scripts": {
"generate-config-coverage-stats": "node -r ts-node/register/transpile-only -r tsconfig-paths/register configurationStats/run.ts",
Expand Down
110 changes: 55 additions & 55 deletions frontend/stats/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:6.9.1":
version: 6.9.1
resolution: "@typescript-eslint/eslint-plugin@npm:6.9.1"
"@typescript-eslint/eslint-plugin@npm:6.11.0":
version: 6.11.0
resolution: "@typescript-eslint/eslint-plugin@npm:6.11.0"
dependencies:
"@eslint-community/regexpp": ^4.5.1
"@typescript-eslint/scope-manager": 6.9.1
"@typescript-eslint/type-utils": 6.9.1
"@typescript-eslint/utils": 6.9.1
"@typescript-eslint/visitor-keys": 6.9.1
"@typescript-eslint/scope-manager": 6.11.0
"@typescript-eslint/type-utils": 6.11.0
"@typescript-eslint/utils": 6.11.0
"@typescript-eslint/visitor-keys": 6.11.0
debug: ^4.3.4
graphemer: ^1.4.0
ignore: ^5.2.4
Expand All @@ -244,68 +244,68 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 71ad2487ab3ce23dc8ac58e8f402c0bd23883dbcb045d049b8adf126d1f7c4f386655f0e25d316db256f91663d436683cbf101e45aed9e1d248cd843b7fa22f9
checksum: 8ba9ce7ce8609a044e405baf57cc84d6973d7676950c870288d7eae2dba44b36664e3f4d90b94a4de08e17259fe8baa7790750cd4e5391dbe2a2743497d7fae2
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:6.9.1":
version: 6.9.1
resolution: "@typescript-eslint/parser@npm:6.9.1"
"@typescript-eslint/parser@npm:6.11.0":
version: 6.11.0
resolution: "@typescript-eslint/parser@npm:6.11.0"
dependencies:
"@typescript-eslint/scope-manager": 6.9.1
"@typescript-eslint/types": 6.9.1
"@typescript-eslint/typescript-estree": 6.9.1
"@typescript-eslint/visitor-keys": 6.9.1
"@typescript-eslint/scope-manager": 6.11.0
"@typescript-eslint/types": 6.11.0
"@typescript-eslint/typescript-estree": 6.11.0
"@typescript-eslint/visitor-keys": 6.11.0
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: aabca4e9751c0caf48477a75a811e1f96176ddea26465d5654579a1a5288d1bb959bf4426207ee22f7dcfb2f1ab50ade2bbf49fee555e1b4ca8abebd47fe26fb
checksum: e9cb175e3537b82aa8cd39641ecb4e656586f89f8365cf05400b5aa8794dac0c8c10c6aa2fd7c13a684f62c1493f5e41c5534df49d377abe9dc89d861a51195c
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.9.1":
version: 6.9.1
resolution: "@typescript-eslint/scope-manager@npm:6.9.1"
"@typescript-eslint/scope-manager@npm:6.11.0":
version: 6.11.0
resolution: "@typescript-eslint/scope-manager@npm:6.11.0"
dependencies:
"@typescript-eslint/types": 6.9.1
"@typescript-eslint/visitor-keys": 6.9.1
checksum: 3b48f7c939ab4668e150360756b84310467306700b874d028614b337e894d1db79f9898e3d20b9d60ef40c219160d653791ed61058c8857059c310c904a4c6a8
"@typescript-eslint/types": 6.11.0
"@typescript-eslint/visitor-keys": 6.11.0
checksum: d219a96fd80fb14176cdcc47b070e870c73ccc0dfb32a8657f6ceaefb613dc0ea240a77250dcfc437d9c9360ca165c2765d4cf8fe689dae7e9eee2c0d6a98a50
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.9.1":
version: 6.9.1
resolution: "@typescript-eslint/type-utils@npm:6.9.1"
"@typescript-eslint/type-utils@npm:6.11.0":
version: 6.11.0
resolution: "@typescript-eslint/type-utils@npm:6.11.0"
dependencies:
"@typescript-eslint/typescript-estree": 6.9.1
"@typescript-eslint/utils": 6.9.1
"@typescript-eslint/typescript-estree": 6.11.0
"@typescript-eslint/utils": 6.11.0
debug: ^4.3.4
ts-api-utils: ^1.0.1
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 39cf4831ebe3618ffd47f85b2425d8fba746cf2087d16f99e021a66a148c3c52034f68854acfde9c01816e363e699e59e16606482937051418b86a60593f850a
checksum: 2effbe62ae3b12f8a88663072f68a5dcb1135d9ee3c09a0d9fcf49b943837c0a5966e907d4a1a15c27ddf82af2fcf7f6e004655d3e1f7a17c21596469771ff7d
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.9.1":
version: 6.9.1
resolution: "@typescript-eslint/types@npm:6.9.1"
checksum: f9208af83e8117cdeb48655bbb436339b8b2369421cda0cc7ae7c7bb44a2743a5b2702c9c9f7ccbe261fbac63083c6e357a015a20903cb8dfed3e754f8fb40e3
"@typescript-eslint/types@npm:6.11.0":
version: 6.11.0
resolution: "@typescript-eslint/types@npm:6.11.0"
checksum: ca8a11320286c9b0759a70ec83b9fd99937c9686fafdd41d8ea09ed7b2fa12e6b342bf65547efe5495926cd04cfc6488315920e3caffd27f12d42cb9a8cf88c8
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.9.1":
version: 6.9.1
resolution: "@typescript-eslint/typescript-estree@npm:6.9.1"
"@typescript-eslint/typescript-estree@npm:6.11.0":
version: 6.11.0
resolution: "@typescript-eslint/typescript-estree@npm:6.11.0"
dependencies:
"@typescript-eslint/types": 6.9.1
"@typescript-eslint/visitor-keys": 6.9.1
"@typescript-eslint/types": 6.11.0
"@typescript-eslint/visitor-keys": 6.11.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
Expand All @@ -314,34 +314,34 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 3824629963e05a70944788da00711e35ac9ba72be690add5b3d771b2aa5a7d1f9bcf974e0170e6ee644090c96b9e0496d781dd4f4893e6e24652e7dae876c293
checksum: e137ba7c4cad08853a44d9c40072496ca5f2d440828be9fd2d207a59db56b05a6dcb4756f3ba341ee2ae714de45df80114477946d30801c5a46eed67314fd9c6
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.9.1":
version: 6.9.1
resolution: "@typescript-eslint/utils@npm:6.9.1"
"@typescript-eslint/utils@npm:6.11.0":
version: 6.11.0
resolution: "@typescript-eslint/utils@npm:6.11.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@types/json-schema": ^7.0.12
"@types/semver": ^7.5.0
"@typescript-eslint/scope-manager": 6.9.1
"@typescript-eslint/types": 6.9.1
"@typescript-eslint/typescript-estree": 6.9.1
"@typescript-eslint/scope-manager": 6.11.0
"@typescript-eslint/types": 6.11.0
"@typescript-eslint/typescript-estree": 6.11.0
semver: ^7.5.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: 124db80dbe849cfb951d97a3b2dd04a8dd4d7be2f6db7d2782943e84bbf3fad210f884a16ffa8ead48fd4c43b22c3132abcd9a4f2da9d94a99c473a7bb04f2e7
checksum: e90aa2c8c56038a48de65a5303f9e4a4a70bb0d4d0a05cfcd28157fc0f06b2fc186c2e76a495f4540a903ea37577daa1403bab923d940114ec27a6326153d60f
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.9.1":
version: 6.9.1
resolution: "@typescript-eslint/visitor-keys@npm:6.9.1"
"@typescript-eslint/visitor-keys@npm:6.11.0":
version: 6.11.0
resolution: "@typescript-eslint/visitor-keys@npm:6.11.0"
dependencies:
"@typescript-eslint/types": 6.9.1
"@typescript-eslint/types": 6.11.0
eslint-visitor-keys: ^3.4.1
checksum: 4262055a71d9f54d576df915a80050ad1ad01ef13301e67a1494ca34712a73b9f31f0d06830c582d8dd7483681368aa769575f9db03cb5a8e910efc435f0e78a
checksum: 6aae9dd79963bbefbf2e310015b909627da541a13ab4d8359eea3c86c34fdbb91e583f65b5a99dee1959f7c5d67b21b45e5a05c63ddb4b82dacd60c890ce8b25
languageName: node
linkType: hard

Expand Down Expand Up @@ -393,8 +393,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "altinn-studio-internal-stats@workspace:."
dependencies:
"@typescript-eslint/eslint-plugin": 6.9.1
"@typescript-eslint/parser": 6.9.1
"@typescript-eslint/eslint-plugin": 6.11.0
"@typescript-eslint/parser": 6.11.0
axios: 1.6.1
eslint: 8.53.0
eslint-config-prettier: 9.0.0
Expand Down Expand Up @@ -2401,11 +2401,11 @@ __metadata:
linkType: hard

"prettier@npm:^3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
version: 3.1.0
resolution: "prettier@npm:3.1.0"
bin:
prettier: bin/prettier.cjs
checksum: e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
checksum: 44b556bd56f74d7410974fbb2418bb4e53a894d3e7b42f6f87779f69f27a6c272fa7fc27cec0118cd11730ef3246478052e002cbd87e9a253f9cd04a56aa7d9b
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion frontend/testing/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@faker-js/faker": "8.2.0",
"@testing-library/cypress": "10.0.1",
"axe-core": "4.8.2",
"cypress": "13.4.0",
"cypress": "13.5.0",
"cypress-axe": "1.5.0",
"cypress-plugin-tab": "1.0.5",
"eslint": "8.53.0",
Expand Down
Loading

0 comments on commit a87e9dd

Please sign in to comment.