Skip to content

Commit

Permalink
Cherry-pick of dependabots commits (duckdb#1517)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump esbuild from 0.19.5 to 0.19.8

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.5 to 0.19.8.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.5...v0.19.8)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps-dev): bump @types/lodash from 4.14.200 to 4.14.202

Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.200 to 4.14.202.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps-dev): bump @types/react-dom from 18.0.11 to 18.2.17

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.11 to 18.2.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps-dev): bump @types/react-virtualized from 9.21.27 to 9.21.28

Bumps [@types/react-virtualized](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-virtualized) from 9.21.27 to 9.21.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-virtualized)

---
updated-dependencies:
- dependency-name: "@types/react-virtualized"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps-dev): bump webpack-bundle-analyzer from 4.9.1 to 4.10.1

Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.9.1 to 4.10.1.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/webpack-bundle-analyzer@v4.9.1...v4.10.1)

---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and vpbs2 committed Jul 1, 2024
1 parent 6339454 commit 95fdded
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 196 deletions.
2 changes: 1 addition & 1 deletion examples/esbuild-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@duckdb/duckdb-wasm": "file:../../packages/duckdb-wasm"
},
"devDependencies": {
"esbuild": "^0.19.5",
"esbuild": "^0.19.8",
"http-server": "^14.1.1",
"serve": "^14.2.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/esbuild-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@duckdb/duckdb-wasm": "file:../../packages/duckdb-wasm"
},
"devDependencies": {
"esbuild": "^0.19.5",
"esbuild": "^0.19.8",
"typescript": "^5.2.2"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"web-worker": "^1.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.14.202",
"@types/sql.js": "^1.4.4",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.11.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/duckdb-wasm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"devDependencies": {
"@types/fontfaceobserver": "^2.1.3",
"@types/node": "^20.5.3",
"@types/react-dom": "^18.0.11",
"@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized": "^9.21.27",
"@types/react-virtualized": "^9.21.28",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.54.0",
Expand All @@ -68,7 +68,7 @@
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.0.2",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpackbar": "^5.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb-wasm-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"xterm-addon-webgl": "^0.16.0"
},
"devDependencies": {
"esbuild": "^0.19.5",
"esbuild": "^0.19.8",
"eslint": "^8.54.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.33.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/jasmine": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.11.0",
"esbuild": "^0.19.5",
"esbuild": "^0.19.8",
"eslint": "^8.54.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.33.2",
Expand Down
347 changes: 159 additions & 188 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 95fdded

Please sign in to comment.