Skip to content

Commit

Permalink
Dependabot cherry-picks & setup-emsdk bump (duckdb#1510)
Browse files Browse the repository at this point in the history
* fix(deps): bump mymindstorm/setup-emsdk from 12 to 13

Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 12 to 13.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](mymindstorm/setup-emsdk@v12...v13)

---
updated-dependencies:
- dependency-name: mymindstorm/setup-emsdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* fix(deps): bump xterm-addon-fit from 0.7.0 to 0.8.0

Bumps [xterm-addon-fit](https://github.com/xtermjs/xterm.js) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@0.7...0.8)

---
updated-dependencies:
- dependency-name: xterm-addon-fit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore(deps-dev): bump @types/emscripten from 1.39.8 to 1.39.10

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

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

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

* fix(deps): bump react-router-dom from 6.19.0 to 6.20.0

Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.19.0 to 6.20.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore(deps-dev): bump puppeteer from 21.1.1 to 21.5.2

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.1 to 21.5.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v21.1.1...puppeteer-v21.5.2)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore(deps-dev): bump eslint from 8.50.0 to 8.54.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  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 3d0f750 commit a56b921
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 149 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ jobs:
run: |
[ -f duckdb.patch ] && cd submodules/duckdb && git apply ../../duckdb.patch || echo "No patching needed"
- uses: mymindstorm/setup-emsdk@v12
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'

Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
run: |
[ -f duckdb.patch ] && cd submodules/duckdb && git apply ../../duckdb.patch || echo "No patching needed"
- uses: mymindstorm/setup-emsdk@v12
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'

Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:
run: |
[ -f duckdb.patch ] && cd submodules/duckdb && git apply ../../duckdb.patch || echo "No patching needed"
- uses: mymindstorm/setup-emsdk@v12
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'

Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
run: |
[ -f duckdb.patch ] && cd submodules/duckdb && git apply ../../duckdb.patch || echo "No patching needed"
- uses: mymindstorm/setup-emsdk@v12
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'

Expand Down Expand Up @@ -552,7 +552,7 @@ jobs:
run: |
[ -f duckdb.patch ] && cd submodules/duckdb && git apply ../../duckdb.patch || echo "No patching needed"
- uses: mymindstorm/setup-emsdk@v12
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'

Expand Down
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/parser": "^6.11.0",
"assert": "^2.1.0",
"buffalo-bench": "^2.0.0",
"eslint": "^8.50.0",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2"
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 @@ -32,10 +32,10 @@
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-popper-tooltip": "^4.4.2",
"react-router-dom": "^6.19.0",
"react-router-dom": "^6.20.0",
"react-virtualized": "9.22.5",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0",
"xterm-addon-webgl": "^0.16.0",
"fontfaceobserver": "^2.3.0"
Expand All @@ -48,7 +48,7 @@
"@types/react-virtualized": "^9.21.27",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.50.0",
"eslint": "^8.54.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.33.2",
"file-loader": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/duckdb-wasm-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"dependencies": {
"@duckdb/duckdb-wasm": "file:../duckdb-wasm",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0",
"xterm-addon-webgl": "^0.16.0"
},
"devDependencies": {
"esbuild": "^0.19.5",
"eslint": "^8.50.0",
"eslint": "^8.54.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.33.2",
"jasmine": "^5.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/duckdb-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"apache-arrow": "^14.0.1"
},
"devDependencies": {
"@types/emscripten": "^1.39.8",
"@types/emscripten": "^1.39.10",
"@types/jasmine": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.11.0",
"esbuild": "^0.19.5",
"eslint": "^8.50.0",
"eslint": "^8.54.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.33.2",
"fast-glob": "^3.3.2",
Expand All @@ -54,7 +54,7 @@
"make-dir": "^4.0.0",
"nyc": "^15.1.0",
"prettier": "^3.0.2",
"puppeteer": "^21.1.1",
"puppeteer": "^21.5.2",
"rimraf": "^5.0.5",
"s3rver": "^3.7.1",
"typedoc": "^0.25.3",
Expand Down
Loading

0 comments on commit a56b921

Please sign in to comment.