Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update dependencies #9133

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
6f7643a
upgrade url-parse
KSDaemon Jan 23, 2025
c9b5c84
upgrade semver
KSDaemon Jan 23, 2025
3570df1
upgrade json5
KSDaemon Jan 23, 2025
beb7bbf
upgrade cross-spawn
KSDaemon Jan 23, 2025
59645f4
update loader-utils
KSDaemon Jan 23, 2025
0506e71
update mssql
KSDaemon Jan 23, 2025
b10da1e
update postcss
KSDaemon Jan 23, 2025
f27ddc8
update nanoid
KSDaemon Jan 23, 2025
9b64d05
update engine.io
KSDaemon Jan 23, 2025
bb52291
update rollup
KSDaemon Jan 23, 2025
3b6e8bd
update ua-parser-js
KSDaemon Jan 23, 2025
feb3214
update semver
KSDaemon Jan 23, 2025
e0a7882
update webpack
KSDaemon Jan 23, 2025
9d5263a
update tough-cookie
KSDaemon Jan 24, 2025
c4fa238
update tar
KSDaemon Jan 24, 2025
9139d47
update minimatch
KSDaemon Jan 24, 2025
65969a5
update axios
KSDaemon Jan 24, 2025
f3b1953
update decode-uri-component
KSDaemon Jan 24, 2025
031e1cd
update cookiejar
KSDaemon Jan 24, 2025
345b88e
update ansi-regex
KSDaemon Jan 24, 2025
7afd0d6
update ws
KSDaemon Jan 24, 2025
b127ef9
update serve-static + send
KSDaemon Jan 24, 2025
cdabcac
update xml2js + aws-sdk
KSDaemon Jan 24, 2025
79a8946
update markdown-it
KSDaemon Jan 24, 2025
fe4d94f
update plist
KSDaemon Jan 24, 2025
6e3b92e
update micromatch
KSDaemon Jan 24, 2025
1464d9e
update node-fetch
KSDaemon Jan 24, 2025
ff96de7
update path-to-regexp + express
KSDaemon Jan 24, 2025
046a789
update engine.io + socket.io
KSDaemon Jan 24, 2025
c20b25d
update undici
KSDaemon Jan 24, 2025
4f7d82a
update @babel/traverse
KSDaemon Jan 24, 2025
9909039
update async
KSDaemon Jan 24, 2025
1dd347f
update eslint-plugin-node
KSDaemon Jan 24, 2025
b57ec66
update vite
KSDaemon Jan 24, 2025
7b06a67
update elliptic
KSDaemon Jan 24, 2025
ee67ce4
update debug
KSDaemon Jan 24, 2025
06ef7bd
update es5-ext
KSDaemon Jan 24, 2025
d8c3efa
update @babel/generator
KSDaemon Jan 24, 2025
38fc913
upgrade @angular v13→v16
KSDaemon Jan 24, 2025
85698c1
update snowflake-sdk
KSDaemon Feb 7, 2025
48098a9
update terser
KSDaemon Feb 7, 2025
ceb6527
update follow-redirects
KSDaemon Feb 7, 2025
bba6d66
update axios
KSDaemon Feb 7, 2025
dd53fe7
fix dep version @cubejs-backend/shared
KSDaemon Feb 7, 2025
7e338ff
update lru-cache
KSDaemon Feb 7, 2025
67a4b54
update lru-cache
KSDaemon Feb 7, 2025
96f68bc
fix tsc type warn
KSDaemon Feb 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cubejs-client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-node": "^10.0.0",
"jest": "^27"
}
}
2 changes: 1 addition & 1 deletion packages/cubejs-client-dx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-node": "^10.0.0",
"jest": "^27"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-dremio-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@cubejs-backend/base-driver": "1.2.3",
"@cubejs-backend/schema-compiler": "1.2.3",
"@cubejs-backend/shared": "1.2.3",
"axios": "^0.21.1",
"axios": "^0.28.0",
"sqlstring": "^2.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-druid-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@cubejs-backend/base-driver": "1.2.3",
"@cubejs-backend/schema-compiler": "1.2.3",
"@cubejs-backend/shared": "1.2.3",
"axios": "^0.21.1"
"axios": "^0.28.0"
},
"devDependencies": {
"@cubejs-backend/linter": "1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-druid-driver/src/DruidClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class DruidClient {
});

if (cancelled) {
await this.cancel(response.headers['x-druid-sql-query-id']);
await this.cancel(response.headers['x-druid-sql-query-id'] || '');

throw new Error('Query cancelled');
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-jdbc-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "1.2.3",
"@cubejs-backend/shared": "^0.35.67",
"@cubejs-backend/shared": "1.2.3",
"@types/generic-pool": "^3.1.9",
"@types/node": "^18",
"@types/sqlstring": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-ksql-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@cubejs-backend/schema-compiler": "1.2.3",
"@cubejs-backend/shared": "1.2.3",
"async-mutex": "0.3.2",
"axios": "^0.21.1",
"axios": "^0.28.0",
"kafkajs": "^2.2.3",
"sqlstring": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^9.2.0"
"eslint-plugin-node": "^10.0.0"
},
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-schema-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"inflection": "^1.12.0",
"joi": "^17.8.3",
"js-yaml": "^4.1.0",
"lru-cache": "^5.1.1",
"lru-cache": "^6.0.0",
"moment-timezone": "^0.5.46",
"node-dijkstra": "^2.5.0",
"ramda": "^0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"joi": "^17.8.3",
"jsonwebtoken": "^9.0.2",
"lodash.clonedeep": "^4.5.0",
"lru-cache": "^5.1.1",
"lru-cache": "^6.0.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.0",
"p-limit": "^3.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-node": "^10.0.0",
"mocha": "^5.2.0",
"should": "^13.2.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-node": "^10.0.0",
"mocha": "^5.2.0",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-snowflake-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@cubejs-backend/base-driver": "1.2.3",
"@cubejs-backend/shared": "1.2.3",
"date-fns-timezone": "^0.1.4",
"snowflake-sdk": "^1.13.1"
"snowflake-sdk": "^2.0.2"
},
"license": "Apache-2.0",
"publishConfig": {
Expand Down
Loading
Loading