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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-19 13:39:08 +01:00
committed by GitHub
parent c56638c47f
commit 2c5c78e546
8 changed files with 381 additions and 532 deletions

View File

@@ -18,7 +18,7 @@ jobs:
run: corepack enable
- uses: actions/setup-node@v6
with:
node-version: 24.11.0
node-version: 24.11.1
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
@@ -151,7 +151,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 24.11.0
node-version: 24.11.1
cache: 'yarn'
- name: Install dependencies

View File

@@ -13,12 +13,12 @@
"@nebula.js/supernova": "^6.1.1",
"@nebula.js/theme": "^6.1.1",
"@nebula.js/ui": "^6.1.1",
"@qlik/api": "1.48.0",
"@qlik/api": "1.50.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.99.0",
"qlik-chart-modules": "0.99.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",

View File

@@ -52,7 +52,7 @@
"@nebula.js/supernova": "^6.1.1",
"@nebula.js/theme": "^6.1.1",
"@nebula.js/ui": "^6.1.1",
"@qlik/api": "1.48.0",
"@qlik/api": "1.50.0",
"@scriptappy/cli": "0.10.1",
"@scriptappy/from-jsdoc": "0.19.1",
"@scriptappy/to-dts": "1.0.0",

View File

@@ -36,7 +36,7 @@
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.5.6",
"rollup": "4.53.1",
"rollup": "4.53.3",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-visualizer": "6.0.5",
"yargs": "17.7.2"

View File

@@ -39,7 +39,7 @@
"extend": "3.0.2",
"fs-extra": "11.3.2",
"node-event-emitter": "0.0.1",
"rollup": "4.53.1",
"rollup": "4.53.3",
"yargs": "17.7.2"
}
}

View File

@@ -38,12 +38,12 @@
"cross-env": "10.1.0",
"express": "5.1.0",
"extend": "3.0.2",
"html-webpack-plugin": "5.6.4",
"html-webpack-plugin": "5.6.5",
"portfinder": "1.0.38",
"puppeteer": "24.29.1",
"puppeteer": "24.30.0",
"regenerator-runtime": "0.14.1",
"source-map-loader": "5.0.0",
"webpack": "5.102.1",
"webpack": "5.103.0",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.2",
"ws": "8.18.3",
@@ -71,6 +71,6 @@
"monaco-editor-webpack-plugin": "7.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "7.9.5"
"react-router": "7.9.6"
}
}

View File

@@ -65,7 +65,7 @@
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jest": "^29.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-mocha": "11.2.0",
"eslint-plugin-prettier": "5.5.4",
@@ -78,23 +78,23 @@
"jest-junit": "^16.0.0",
"jest-location-mock": "^2.0.0",
"jimp": "^1.6.0",
"lerna": "9.0.0",
"lerna": "9.0.1",
"lint-staged": "^16.2.6",
"mocha-junit-reporter": "2.2.1",
"picasso-plugin-q": "2.10.0",
"picasso.js": "2.10.0",
"prettier": "3.6.2",
"puppeteer": "24.29.1",
"puppeteer": "24.30.0",
"qix-faker": "0.3.0",
"react-is": "18.3.1",
"rollup": "4.53.1",
"rollup": "4.53.3",
"rollup-plugin-sass": "1.15.3",
"style-loader": "4.0.0",
"whatwg-fetch": "^3.6.20",
"yargs": "17.7.2"
},
"resolutions": {
"caniuse-lite": "1.0.30001754",
"caniuse-lite": "1.0.30001756",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",

881
yarn.lock

File diff suppressed because it is too large Load Diff