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

* fix(deps): update minor and patch

* chore: fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
This commit is contained in:
renovate[bot]
2024-12-19 10:00:41 +01:00
committed by GitHub
parent 0cfe77835c
commit cd22432c37
11 changed files with 433 additions and 371 deletions

View File

@@ -14,6 +14,6 @@
},
"devDependencies": {
"@babel/core": "7.26.0",
"parcel": "^2.13.2"
"parcel": "^2.13.3"
}
}

View File

@@ -4,10 +4,10 @@
"private": true,
"main": "src/index.js",
"devDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^5.16.8",
"@mui/material": "^5.16.8",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"@nebula.js/conversion": "^5.8.1",
"@nebula.js/locale": "^5.8.1",
"@nebula.js/supernova": "^5.8.1",
@@ -20,8 +20,8 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",
"react-virtualized-auto-sizer": "1.0.24",
"react-window": "1.8.10",
"react-virtualized-auto-sizer": "1.0.25",
"react-window": "1.8.11",
"react-window-infinite-loader": "1.0.9",
"semver": "7.6.3"
}

View File

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

View File

@@ -41,10 +41,10 @@
"version": "yarn run spec && yarn run ts && git add ./api-spec/spec.json ./api-spec/listbox-spec.json ./types/index.d.ts"
},
"devDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^5.16.8",
"@mui/material": "^5.16.8",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"@nebula.js/conversion": "^5.8.1",
"@nebula.js/enigma-mocker": "^5.8.1",
"@nebula.js/locale": "^5.8.1",
@@ -52,7 +52,7 @@
"@nebula.js/supernova": "^5.8.1",
"@nebula.js/theme": "^5.8.1",
"@nebula.js/ui": "^5.8.1",
"@qlik/api": "^1.25.0",
"@qlik/api": "^1.26.0",
"@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0",
"@scriptappy/to-dts": "1.0.0",
@@ -61,8 +61,8 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",
"react-virtualized-auto-sizer": "1.0.24",
"react-window": "1.8.10",
"react-virtualized-auto-sizer": "1.0.25",
"react-window": "1.8.11",
"react-window-infinite-loader": "1.0.9",
"regenerator-runtime": "0.14.1",
"semver": "7.6.3"

View File

@@ -21,26 +21,26 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.25.9",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/preset-env": "7.26.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.4.49",
"rollup": "4.28.0",
"rollup": "4.28.1",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sourcemaps": "0.6.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.1",
"@rollup/plugin-typescript": "12.1.2",
"tslib": "*",
"typescript": ">=5.7.2"
}

View File

@@ -27,19 +27,19 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.25.9",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@nebula.js/stardust": "^5.8.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"extend": "3.0.2",
"fs-extra": "11.2.0",
"node-event-emitter": "0.0.1",
"rollup": "4.28.0",
"rollup": "4.28.1",
"yargs": "17.7.2"
}
}

View File

@@ -36,14 +36,14 @@
"chalk": "4.1.2",
"chokidar": "3.6.0",
"cross-env": "7.0.3",
"express": "4.21.1",
"express": "4.21.2",
"extend": "3.0.2",
"html-webpack-plugin": "5.6.3",
"portfinder": "1.0.32",
"puppeteer": "14.4.1",
"regenerator-runtime": "0.14.1",
"source-map-loader": "5.0.0",
"webpack": "5.97.0",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2",
"ws": "8.18.0",
@@ -52,9 +52,9 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@mui/material": "^5.16.8",
"@mui/system": "^5.16.8",
"@babel/preset-react": "7.26.3",
"@mui/material": "^5.16.12",
"@mui/system": "^5.16.12",
"@nebula.js/enigma-mocker": "^5.8.1",
"@nebula.js/nucleus": "^5.8.1",
"@nebula.js/snapshooter": "^5.8.1",
@@ -65,9 +65,9 @@
"d3-require": "1.3.0",
"enigma.js": "2.14.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-import-resolver-webpack": "0.13.10",
"file-loader": "^6.2.0",
"monaco-editor": "0.52.0",
"monaco-editor": "0.52.2",
"monaco-editor-webpack-plugin": "7.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -67,10 +67,10 @@ const ConnectionGuid = ({ showGuid }) => (
Example: <code>wss://mycompany.com/bi</code>
<br />
<br />
Note that for the Qlik Sense Proxy to allow sessions from this webpage, <code>
{window.location.host}
</code> needs to be whitelisted in QMC in your Qlik Sense Enterprise on Windows deployment. In addition, you need
to enable <i>Has secure attribute</i> and set <i>SameSite attribute</i> to <i>None</i>.
Note that for the Qlik Sense Proxy to allow sessions from this webpage,
<code>{window.location.host}</code> needs to be whitelisted in QMC in your Qlik Sense Enterprise on Windows
deployment. In addition, you need to enable <i>Has secure attribute</i> and set <i>SameSite attribute</i> to{' '}
<i>None</i>.
<br />
Make sure you are logged in to Qlik Sense in another browser tab.
</Typography>

View File

@@ -37,21 +37,21 @@
},
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/cli": "7.25.9",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/helper-plugin-utils": "7.25.9",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@commitlint/cli": "19.6.0",
"@babel/preset-react": "7.26.3",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
@@ -71,7 +71,7 @@
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"express": "4.21.1",
"express": "4.21.2",
"husky": "9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
@@ -79,14 +79,14 @@
"jest-location-mock": "^2.0.0",
"jimp": "0.22.12",
"lerna": "8.1.9",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"mocha-junit-reporter": "2.2.1",
"picasso-plugin-q": "2.5.0",
"picasso.js": "2.5.0",
"prettier": "3.4.1",
"prettier": "3.4.2",
"puppeteer": "19.11.1",
"qix-faker": "0.3.0",
"rollup": "4.28.0",
"rollup": "4.28.1",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.14.0",
"style-loader": "4.0.0",
@@ -94,11 +94,11 @@
"yargs": "17.7.2"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001686",
"**/caniuse-lite": "1.0.30001690",
"**/react": "18.3.1",
"**/react-dom": "18.3.1",
"**/react-is": "18.3.1",
"@playwright/test": "1.49.0"
"@playwright/test": "1.49.1"
},
"workspaces": [
"generated/*",

View File

@@ -8,18 +8,18 @@
"keywords": [],
"scripts": {},
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^5.16.8",
"@mui/material": "^5.16.8",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^5.16.8",
"@mui/material": "^5.16.8",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"react": "18.3.1",
"react-dom": "18.3.1"
}

682
yarn.lock

File diff suppressed because it is too large Load Diff