fix(deps): update minor and patch (#1780)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-11 09:27:46 +02:00
committed by GitHub
parent f1052f3ab7
commit ab4d42e725
13 changed files with 616 additions and 577 deletions

View File

@@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/base:2023.06
- image: cimg/base:2023.12
steps:
- run:
command: |

View File

@@ -13,7 +13,7 @@
"enigma.js": "2.14.0"
},
"devDependencies": {
"@babel/core": "7.27.4",
"@babel/core": "7.28.0",
"parcel": "^2.15.4"
}
}

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24.x
node-version: 24.5.0
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
@@ -140,7 +140,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20.19.4
cache: 'yarn'
- name: Install dependencies

View File

@@ -5,20 +5,20 @@
"main": "src/index.js",
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@nebula.js/conversion": "^5.17.0",
"@nebula.js/locale": "^5.17.0",
"@nebula.js/supernova": "^5.17.0",
"@nebula.js/theme": "^5.17.0",
"@nebula.js/ui": "^5.17.0",
"@qlik/api": "1.37.0",
"@testing-library/dom": "^10.4.0",
"@qlik/api": "1.41.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
"qlik-chart-modules": "0.95.0",
"qlik-chart-modules": "0.96.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",

View File

@@ -1,10 +1,10 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@mui/material": "^5.17.1",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.18.0",
"@mui/icons-material": "^5.18.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"react": "^17.0.2 || ^18.1.0",
"react-dom": "^17.0.2 || ^18.1.0"
}

View File

@@ -42,9 +42,9 @@
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@nebula.js/conversion": "^5.17.0",
"@nebula.js/enigma-mocker": "^5.17.0",
"@nebula.js/locale": "^5.17.0",
@@ -52,7 +52,7 @@
"@nebula.js/supernova": "^5.17.0",
"@nebula.js/theme": "^5.17.0",
"@nebula.js/ui": "^5.17.0",
"@qlik/api": "1.37.0",
"@qlik/api": "1.41.0",
"@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0",
"@scriptappy/to-dts": "1.0.0",

View File

@@ -21,10 +21,10 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.27.2",
"@babel/core": "7.27.4",
"@babel/cli": "7.28.0",
"@babel/core": "7.28.0",
"@babel/plugin-transform-react-jsx": "7.27.1",
"@babel/preset-env": "7.27.2",
"@babel/preset-env": "7.28.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-json": "6.1.0",
@@ -34,14 +34,14 @@
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.5.6",
"rollup": "4.44.0",
"rollup": "4.46.2",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-visualizer": "6.0.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.3",
"@rollup/plugin-typescript": "12.1.4",
"tslib": "*",
"typescript": ">=5.8.3"
"typescript": ">=5.9.2"
}
}

View File

@@ -24,7 +24,7 @@
"dependencies": {
"chalk": "4.1.2",
"ejs": "3.1.10",
"fs-extra": "11.3.0",
"inquirer": "8.2.6"
"fs-extra": "11.3.1",
"inquirer": "8.2.7"
}
}

View File

@@ -27,9 +27,9 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.27.2",
"@babel/core": "7.27.4",
"@babel/preset-env": "7.27.2",
"@babel/cli": "7.28.0",
"@babel/core": "7.28.0",
"@babel/preset-env": "7.28.0",
"@nebula.js/stardust": "^5.17.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.6",
@@ -37,9 +37,9 @@
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"extend": "3.0.2",
"fs-extra": "11.3.0",
"fs-extra": "11.3.1",
"node-event-emitter": "0.0.1",
"rollup": "4.44.0",
"rollup": "4.46.2",
"yargs": "17.7.2"
}
}

View File

@@ -40,21 +40,21 @@
"extend": "3.0.2",
"html-webpack-plugin": "5.6.3",
"portfinder": "1.0.37",
"puppeteer": "24.10.2",
"puppeteer": "24.16.0",
"regenerator-runtime": "0.14.1",
"source-map-loader": "5.0.0",
"webpack": "5.99.9",
"webpack": "5.101.0",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.2",
"ws": "8.18.2",
"ws": "8.18.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/core": "7.27.4",
"@babel/preset-env": "7.27.2",
"@babel/core": "7.28.0",
"@babel/preset-env": "7.28.0",
"@babel/preset-react": "7.27.1",
"@mui/material": "^5.17.1",
"@mui/system": "^5.17.1",
"@mui/material": "^5.18.0",
"@mui/system": "^5.18.0",
"@nebula.js/enigma-mocker": "^5.17.0",
"@nebula.js/nucleus": "^5.17.0",
"@nebula.js/snapshooter": "^5.17.0",
@@ -71,6 +71,6 @@
"monaco-editor-webpack-plugin": "7.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "7.6.2"
"react-router": "7.8.0"
}
}

View File

@@ -36,24 +36,24 @@
]
},
"devDependencies": {
"@babel/cli": "7.27.2",
"@babel/core": "7.27.4",
"@babel/cli": "7.28.0",
"@babel/core": "7.28.0",
"@babel/helper-plugin-utils": "7.27.1",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-react-jsx": "7.27.1",
"@babel/preset-env": "7.27.2",
"@babel/preset-env": "7.28.0",
"@babel/preset-react": "7.27.1",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@playwright/test": "1.53.1",
"@playwright/test": "1.54.2",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"babel-loader": "10.0.0",
@@ -64,12 +64,12 @@
"enigma.js": "2.14.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "10.1.5",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-prettier": "5.5.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"express": "5.1.0",
"husky": "9.1.7",
@@ -78,15 +78,15 @@
"jest-junit": "^16.0.0",
"jest-location-mock": "^2.0.0",
"jimp": "^1.6.0",
"lerna": "8.2.2",
"lint-staged": "^16.1.2",
"lerna": "8.2.3",
"lint-staged": "^16.1.5",
"mocha-junit-reporter": "2.2.1",
"picasso-plugin-q": "2.8.2",
"picasso.js": "2.8.2",
"prettier": "3.6.0",
"puppeteer": "24.10.2",
"prettier": "3.6.2",
"puppeteer": "24.16.0",
"qix-faker": "0.3.0",
"rollup": "4.44.0",
"rollup": "4.46.2",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.15.3",
"style-loader": "4.0.0",
@@ -94,11 +94,11 @@
"yargs": "17.7.2"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001724",
"**/caniuse-lite": "1.0.30001734",
"**/react": "18.3.1",
"**/react-dom": "18.3.1",
"**/react-is": "18.3.1",
"@playwright/test": "1.53.1"
"@playwright/test": "1.54.2"
},
"workspaces": [
"generated/*",

View File

@@ -9,17 +9,17 @@
"scripts": {},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"react": "18.3.1",
"react-dom": "18.3.1"
}

1075
yarn.lock

File diff suppressed because it is too large Load Diff