mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
fix(deps): update minor and patch (#1826)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ version: 2.1
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: cimg/base:2025.10
|
||||
- image: cimg/base:2025.11
|
||||
steps:
|
||||
- run:
|
||||
command: |
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/stardust": "next",
|
||||
"@nebula.js/sn-mekko-chart": "1.4.3",
|
||||
"@nebula.js/sn-mekko-chart": "1.4.5",
|
||||
"enigma.js": "2.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.28.4",
|
||||
"@babel/core": "7.28.5",
|
||||
"parcel": "^2.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
run: corepack enable
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: 24.10.0
|
||||
node-version: 24.11.0
|
||||
cache: 'yarn'
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable
|
||||
@@ -151,7 +151,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: 22.20.0
|
||||
node-version: 22.21.1
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"@nebula.js/supernova": "^6.0.2",
|
||||
"@nebula.js/theme": "^6.0.2",
|
||||
"@nebula.js/ui": "^6.0.2",
|
||||
"@qlik/api": "1.47.0",
|
||||
"@qlik/api": "1.48.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"extend": "3.0.2",
|
||||
|
||||
@@ -52,9 +52,9 @@
|
||||
"@nebula.js/supernova": "^6.0.2",
|
||||
"@nebula.js/theme": "^6.0.2",
|
||||
"@nebula.js/ui": "^6.0.2",
|
||||
"@qlik/api": "1.47.0",
|
||||
"@scriptappy/cli": "0.10.0",
|
||||
"@scriptappy/from-jsdoc": "0.19.0",
|
||||
"@qlik/api": "1.48.0",
|
||||
"@scriptappy/cli": "0.10.1",
|
||||
"@scriptappy/from-jsdoc": "0.19.1",
|
||||
"@scriptappy/to-dts": "1.0.0",
|
||||
"extend": "3.0.2",
|
||||
"node-event-emitter": "0.0.1",
|
||||
|
||||
@@ -22,16 +22,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.4",
|
||||
"@babel/preset-env": "7.28.3",
|
||||
"@babel/preset-react": "7.27.1",
|
||||
"@babel/preset-typescript": "7.27.1",
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@babel/preset-react": "7.28.5",
|
||||
"@babel/preset-typescript": "7.28.5",
|
||||
"@qlik/browserslist-config": "^3.0.0",
|
||||
"@rollup/plugin-babel": "6.1.0",
|
||||
"@rollup/plugin-commonjs": "28.0.8",
|
||||
"@rollup/plugin-commonjs": "28.0.9",
|
||||
"@rollup/plugin-json": "6.1.0",
|
||||
"@rollup/plugin-node-resolve": "16.0.3",
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"@rollup/plugin-replace": "6.0.3",
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"chalk": "4.1.2",
|
||||
"extend": "3.0.2",
|
||||
@@ -42,7 +42,7 @@
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-typescript": "12.1.4",
|
||||
"@rollup/plugin-typescript": "12.3.0",
|
||||
"tslib": "*",
|
||||
"typescript": ">=5.9.3"
|
||||
}
|
||||
|
||||
@@ -28,13 +28,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.4",
|
||||
"@babel/preset-env": "7.28.3",
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@nebula.js/stardust": "^6.0.2",
|
||||
"@rollup/plugin-babel": "6.1.0",
|
||||
"@rollup/plugin-commonjs": "28.0.8",
|
||||
"@rollup/plugin-commonjs": "28.0.9",
|
||||
"@rollup/plugin-node-resolve": "16.0.3",
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"@rollup/plugin-replace": "6.0.3",
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"extend": "3.0.2",
|
||||
"fs-extra": "11.3.2",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"extend": "3.0.2",
|
||||
"html-webpack-plugin": "5.6.4",
|
||||
"portfinder": "1.0.38",
|
||||
"puppeteer": "24.25.0",
|
||||
"puppeteer": "24.27.0",
|
||||
"regenerator-runtime": "0.14.1",
|
||||
"source-map-loader": "5.0.0",
|
||||
"webpack": "5.102.1",
|
||||
@@ -50,9 +50,9 @@
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.28.4",
|
||||
"@babel/preset-env": "7.28.3",
|
||||
"@babel/preset-react": "7.27.1",
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@babel/preset-react": "7.28.5",
|
||||
"@mui/material": "^6.5.0",
|
||||
"@mui/system": "^6.5.0",
|
||||
"@nebula.js/enigma-mocker": "^6.0.2",
|
||||
@@ -71,6 +71,6 @@
|
||||
"monaco-editor-webpack-plugin": "7.1.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-router": "7.9.4"
|
||||
"react-router": "7.9.5"
|
||||
}
|
||||
}
|
||||
|
||||
24
package.json
24
package.json
@@ -36,20 +36,20 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.4",
|
||||
"@babel/core": "7.28.5",
|
||||
"@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.28.3",
|
||||
"@babel/preset-react": "7.27.1",
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@babel/preset-react": "7.28.5",
|
||||
"@commitlint/cli": "20.1.0",
|
||||
"@commitlint/config-conventional": "20.0.0",
|
||||
"@playwright/test": "1.56.1",
|
||||
"@rollup/plugin-babel": "6.1.0",
|
||||
"@rollup/plugin-commonjs": "28.0.8",
|
||||
"@rollup/plugin-commonjs": "28.0.9",
|
||||
"@rollup/plugin-json": "6.1.0",
|
||||
"@rollup/plugin-node-resolve": "16.0.3",
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"@rollup/plugin-replace": "6.0.3",
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
@@ -61,7 +61,7 @@
|
||||
"cross-env": "10.1.0",
|
||||
"css-loader": "7.1.2",
|
||||
"enigma.js": "2.14.0",
|
||||
"eslint": "9.38.0",
|
||||
"eslint": "9.39.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
@@ -71,7 +71,7 @@
|
||||
"eslint-plugin-prettier": "5.5.4",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
"express": "5.1.0",
|
||||
"globals": "^16.4.0",
|
||||
"globals": "^16.5.0",
|
||||
"husky": "9.1.7",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
@@ -79,12 +79,12 @@
|
||||
"jest-location-mock": "^2.0.0",
|
||||
"jimp": "^1.6.0",
|
||||
"lerna": "8.2.4",
|
||||
"lint-staged": "^16.2.4",
|
||||
"lint-staged": "^16.2.6",
|
||||
"mocha-junit-reporter": "2.2.1",
|
||||
"picasso-plugin-q": "2.9.1",
|
||||
"picasso.js": "2.9.1",
|
||||
"picasso-plugin-q": "2.10.0",
|
||||
"picasso.js": "2.10.0",
|
||||
"prettier": "3.6.2",
|
||||
"puppeteer": "24.25.0",
|
||||
"puppeteer": "24.27.0",
|
||||
"qix-faker": "0.3.0",
|
||||
"react-is": "18.3.1",
|
||||
"rollup": "4.52.5",
|
||||
@@ -94,7 +94,7 @@
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"caniuse-lite": "1.0.30001751",
|
||||
"caniuse-lite": "1.0.30001753",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-is": "18.3.1",
|
||||
|
||||
Reference in New Issue
Block a user