Skip to content

build(deps): bump axios, itk-image-io, itk-mesh-io, itk-wasm and start-server-and-test in /examples/webpack #1383

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

Bumps axios to 1.9.0 and updates ancestor dependencies axios, itk-image-io, itk-mesh-io, itk-wasm and start-server-and-test. These dependencies need to be updated together.

Updates axios from 1.6.8 to 1.9.0

Release notes

Sourced from axios's releases.

Release v1.9.0

Release notes:

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

Release v1.8.4

Release notes:

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

... (truncated)

Changelog

Sourced from axios's changelog.

1.9.0 (2025-04-24)

Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#6661) (987d2e2)
  • types: fix autocomplete for adapter config (#6855) (e61a893)

Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#5707) (80ea756)

Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

... (truncated)

Commits
  • cdcfd21 chore(release): v1.9.0 (#6891)
  • 987d2e2 fix(http): send minimal end multipart boundary (#6661)
  • f112edf chore(ci): add PR files guard action; (#6890)
  • 61de4c0 chore(ci): update github actions; (#6889)
  • c3aba3d chore(ci): add labeler github action; (#6888)
  • f7a3b5e fix(headers): fixed support for setting multiple header values from an iterat...
  • e61a893 fix(types): fix autocomplete for adapter config (#6855)
  • 6c5d4cd fix(core): fix the Axios constructor implementation to treat the config argum...
  • dfe8411 fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (#6767)
  • d4f7df4 fix(headers): fix getSetCookie by using 'get' method for caseless access; (...
  • Additional commits viewable in compare view

Updates itk-image-io from 1.0.0-b.18 to 1.0.0-b.158

Release notes

Sourced from itk-image-io's releases.

itk-wasm-v1.0.0-b.158

1.0.0-b.158 (2023-12-06)

Bug Fixes

  • write-image: avoid transposing direction matrix (ad9ca85), closes #1011

Features

  • image-io: export extensionToImageIo in index (b9fffea)

itk-wasm-v1.0.0-b.157

1.0.0-b.157 (2023-11-29)

Features

  • bindgen: do not place vite.config.js in build/ (b977840)
  • itk-wasm-cli: Update default Docker image for 20231125-c58da03c (2f60bb7)
  • itk-wasm-cli: Update default Docker image for 20231129-1565c734 (83dd536)
  • mesh-io-emscripten: add read_image_async, write_image_async (5d181f7)
  • mesh-io: add extension-to-mesh-io (51106bd)
  • mesh-io: add mesh-io-emscripten bindgen output (53c1488)
  • mesh-io: add mime-to-mesh-io (9d0947f)
  • mesh-io: add python package bindgen output (4b96715)
  • mesh-io: add read_mesh, read_mesh_async, write_mesh, write_mesh_async (acc4271)
  • mesh-io: add read-mesh-node (1b514a6)
  • mesh-io: add typescript bindgen output (4266390)
  • mesh-io: add wasi read_mesh, write_mesh (b3575a2)
  • mesh-io: add write-mesh-node (9393607)
  • mesh-io: bindgen wasi output (9fce9fb)
  • mesh-io: read-mesh and write-mesh (4289117)
  • migrate mesh-io to its own package (c58da03)

itk-wasm-v1.0.0-b.156

1.0.0-b.156 (2023-11-13)

Bug Fixes

  • bindgen: local package.json path in pipelines-base-url.ts (dc69e2e)

... (truncated)

Changelog

Sourced from itk-image-io's changelog.

1.0.0-b.158 (2023-12-06)

Bug Fixes

  • write-image: avoid transposing direction matrix (ad9ca85), closes #1011

Features

  • image-io: export extensionToImageIo in index (b9fffea)

1.0.0-b.157 (2023-11-29)

Features

  • bindgen: do not place vite.config.js in build/ (b977840)
  • itk-wasm-cli: Update default Docker image for 20231125-c58da03c (2f60bb7)
  • itk-wasm-cli: Update default Docker image for 20231129-1565c734 (83dd536)
  • mesh-io-emscripten: add read_image_async, write_image_async (5d181f7)
  • mesh-io: add extension-to-mesh-io (51106bd)
  • mesh-io: add mesh-io-emscripten bindgen output (53c1488)
  • mesh-io: add mime-to-mesh-io (9d0947f)
  • mesh-io: add python package bindgen output (4b96715)
  • mesh-io: add read_mesh, read_mesh_async, write_mesh, write_mesh_async (acc4271)
  • mesh-io: add read-mesh-node (1b514a6)
  • mesh-io: add typescript bindgen output (4266390)
  • mesh-io: add wasi read_mesh, write_mesh (b3575a2)
  • mesh-io: add write-mesh-node (9393607)
  • mesh-io: bindgen wasi output (9fce9fb)
  • mesh-io: read-mesh and write-mesh (4289117)
  • migrate mesh-io to its own package (c58da03)

1.0.0-b.156 (2023-11-13)

Bug Fixes

  • bindgen: local package.json path in pipelines-base-url.ts (dc69e2e)

1.0.0-b.155 (2023-11-09)

Bug Fixes

  • bindgen: create init.py for emscripten package test fix import (1b0a814)
  • bindgen: remove rollup configurations (84e78df)

... (truncated)

Commits
  • c27fe8a chore(release): 1.0.0-b.158 [skip ci]
  • aad5f71 Merge pull request #1017 from InsightSoftwareConsortium/image-io-tweeks
  • ad9ca85 fix(write-image): avoid transposing direction matrix
  • b9fffea feat(image-io): export extensionToImageIo in index
  • abe2c3b Merge pull request #1016 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 472f5a7 Merge pull request #1015 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 4e4c288 Merge pull request #1014 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 870f986 Merge pull request #1013 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 0ca9dfd build(deps-dev): bump vite in /packages/mesh-io/typescript
  • 6232425 build(deps-dev): bump vite in /packages/image-io/typescript
  • Additional commits viewable in compare view

Updates itk-mesh-io from 1.0.0-b.18 to 1.0.0-b.158

Release notes

Sourced from itk-mesh-io's releases.

itk-wasm-v1.0.0-b.158

1.0.0-b.158 (2023-12-06)

Bug Fixes

  • write-image: avoid transposing direction matrix (ad9ca85), closes #1011

Features

  • image-io: export extensionToImageIo in index (b9fffea)

itk-wasm-v1.0.0-b.157

1.0.0-b.157 (2023-11-29)

Features

  • bindgen: do not place vite.config.js in build/ (b977840)
  • itk-wasm-cli: Update default Docker image for 20231125-c58da03c (2f60bb7)
  • itk-wasm-cli: Update default Docker image for 20231129-1565c734 (83dd536)
  • mesh-io-emscripten: add read_image_async, write_image_async (5d181f7)
  • mesh-io: add extension-to-mesh-io (51106bd)
  • mesh-io: add mesh-io-emscripten bindgen output (53c1488)
  • mesh-io: add mime-to-mesh-io (9d0947f)
  • mesh-io: add python package bindgen output (4b96715)
  • mesh-io: add read_mesh, read_mesh_async, write_mesh, write_mesh_async (acc4271)
  • mesh-io: add read-mesh-node (1b514a6)
  • mesh-io: add typescript bindgen output (4266390)
  • mesh-io: add wasi read_mesh, write_mesh (b3575a2)
  • mesh-io: add write-mesh-node (9393607)
  • mesh-io: bindgen wasi output (9fce9fb)
  • mesh-io: read-mesh and write-mesh (4289117)
  • migrate mesh-io to its own package (c58da03)

itk-wasm-v1.0.0-b.156

1.0.0-b.156 (2023-11-13)

Bug Fixes

  • bindgen: local package.json path in pipelines-base-url.ts (dc69e2e)

... (truncated)

Changelog

Sourced from itk-mesh-io's changelog.

1.0.0-b.158 (2023-12-06)

Bug Fixes

  • write-image: avoid transposing direction matrix (ad9ca85), closes #1011

Features

  • image-io: export extensionToImageIo in index (b9fffea)

1.0.0-b.157 (2023-11-29)

Features

  • bindgen: do not place vite.config.js in build/ (b977840)
  • itk-wasm-cli: Update default Docker image for 20231125-c58da03c (2f60bb7)
  • itk-wasm-cli: Update default Docker image for 20231129-1565c734 (83dd536)
  • mesh-io-emscripten: add read_image_async, write_image_async (5d181f7)
  • mesh-io: add extension-to-mesh-io (51106bd)
  • mesh-io: add mesh-io-emscripten bindgen output (53c1488)
  • mesh-io: add mime-to-mesh-io (9d0947f)
  • mesh-io: add python package bindgen output (4b96715)
  • mesh-io: add read_mesh, read_mesh_async, write_mesh, write_mesh_async (acc4271)
  • mesh-io: add read-mesh-node (1b514a6)
  • mesh-io: add typescript bindgen output (4266390)
  • mesh-io: add wasi read_mesh, write_mesh (b3575a2)
  • mesh-io: add write-mesh-node (9393607)
  • mesh-io: bindgen wasi output (9fce9fb)
  • mesh-io: read-mesh and write-mesh (4289117)
  • migrate mesh-io to its own package (c58da03)

1.0.0-b.156 (2023-11-13)

Bug Fixes

  • bindgen: local package.json path in pipelines-base-url.ts (dc69e2e)

1.0.0-b.155 (2023-11-09)

Bug Fixes

  • bindgen: create init.py for emscripten package test fix import (1b0a814)
  • bindgen: remove rollup configurations (84e78df)

... (truncated)

Commits
  • c27fe8a chore(release): 1.0.0-b.158 [skip ci]
  • aad5f71 Merge pull request #1017 from InsightSoftwareConsortium/image-io-tweeks
  • ad9ca85 fix(write-image): avoid transposing direction matrix
  • b9fffea feat(image-io): export extensionToImageIo in index
  • abe2c3b Merge pull request #1016 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 472f5a7 Merge pull request #1015 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 4e4c288 Merge pull request #1014 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 870f986 Merge pull request #1013 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 0ca9dfd build(deps-dev): bump vite in /packages/mesh-io/typescript
  • 6232425 build(deps-dev): bump vite in /packages/image-io/typescript
  • Additional commits viewable in compare view

Updates itk-wasm from 1.0.0-b.18 to 1.0.0-b.158

Release notes

Sourced from itk-wasm's releases.

itk-wasm-v1.0.0-b.158

1.0.0-b.158 (2023-12-06)

Bug Fixes

  • write-image: avoid transposing direction matrix (ad9ca85), closes #1011

Features

  • image-io: export extensionToImageIo in index (b9fffea)

itk-wasm-v1.0.0-b.157

1.0.0-b.157 (2023-11-29)

Features

  • bindgen: do not place vite.config.js in build/ (b977840)
  • itk-wasm-cli: Update default Docker image for 20231125-c58da03c (2f60bb7)
  • itk-wasm-cli: Update default Docker image for 20231129-1565c734 (83dd536)
  • mesh-io-emscripten: add read_image_async, write_image_async (5d181f7)
  • mesh-io: add extension-to-mesh-io (51106bd)
  • mesh-io: add mesh-io-emscripten bindgen output (53c1488)
  • mesh-io: add mime-to-mesh-io (9d0947f)
  • mesh-io: add python package bindgen output (4b96715)
  • mesh-io: add read_mesh, read_mesh_async, write_mesh, write_mesh_async (acc4271)
  • mesh-io: add read-mesh-node (1b514a6)
  • mesh-io: add typescript bindgen output (4266390)
  • mesh-io: add wasi read_mesh, write_mesh (b3575a2)
  • mesh-io: add write-mesh-node (9393607)
  • mesh-io: bindgen wasi output (9fce9fb)
  • mesh-io: read-mesh and write-mesh (4289117)
  • migrate mesh-io to its own package (c58da03)

itk-wasm-v1.0.0-b.156

1.0.0-b.156 (2023-11-13)

Bug Fixes

  • bindgen: local package.json path in pipelines-base-url.ts (dc69e2e)

... (truncated)

Changelog

Sourced from itk-wasm's changelog.

1.0.0-b.158 (2023-12-06)

Bug Fixes

  • write-image: avoid transposing direction matrix (ad9ca85), closes #1011

Features

  • image-io: export extensionToImageIo in index (b9fffea)

1.0.0-b.157 (2023-11-29)

Features

  • bindgen: do not place vite.config.js in build/ (b977840)
  • itk-wasm-cli: Update default Docker image for 20231125-c58da03c (2f60bb7)
  • itk-wasm-cli: Update default Docker image for 20231129-1565c734 (83dd536)
  • mesh-io-emscripten: add read_image_async, write_image_async (5d181f7)
  • mesh-io: add extension-to-mesh-io (51106bd)
  • mesh-io: add mesh-io-emscripten bindgen output (53c1488)
  • mesh-io: add mime-to-mesh-io (9d0947f)
  • mesh-io: add python package bindgen output (4b96715)
  • mesh-io: add read_mesh, read_mesh_async, write_mesh, write_mesh_async (acc4271)
  • mesh-io: add read-mesh-node (1b514a6)
  • mesh-io: add typescript bindgen output (4266390)
  • mesh-io: add wasi read_mesh, write_mesh (b3575a2)
  • mesh-io: add write-mesh-node (9393607)
  • mesh-io: bindgen wasi output (9fce9fb)
  • mesh-io: read-mesh and write-mesh (4289117)
  • migrate mesh-io to its own package (c58da03)

1.0.0-b.156 (2023-11-13)

Bug Fixes

  • bindgen: local package.json path in pipelines-base-url.ts (dc69e2e)

1.0.0-b.155 (2023-11-09)

Bug Fixes

  • bindgen: create init.py for emscripten package test fix import (1b0a814)
  • bindgen: remove rollup configurations (84e78df)

... (truncated)

Commits
  • c27fe8a chore(release): 1.0.0-b.158 [skip ci]
  • aad5f71 Merge pull request #1017 from InsightSoftwareConsortium/image-io-tweeks
  • ad9ca85 fix(write-image): avoid transposing direction matrix
  • b9fffea feat(image-io): export extensionToImageIo in index
  • abe2c3b Merge pull request #1016 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 472f5a7 Merge pull request #1015 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 4e4c288 Merge pull request #1014 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 870f986 Merge pull request #1013 from InsightSoftwareConsortium/dependabot/npm_and_ya...
  • 0ca9dfd build(deps-dev): bump vite in /packages/mesh-io/typescript
  • 6232425 build(deps-dev): bump vite in /packages/image-io/typescript
  • Additional commits viewable in compare view

Updates start-server-and-test from 1.15.4 to 2.0.12

Release notes

Sourced from start-server-and-test's releases.

v2.0.12

2.0.12 (2025-05-15)

Bug Fixes

  • deps: update dependency debug to v4.4.1 (#403) (b3b82c0)

v2.0.11

2.0.11 (2025-03-13)

Bug Fixes

  • deps: update dependency wait-on to v8.0.3 (#400) (005ee08)

v2.0.10

2.0.10 (2025-01-14)

Bug Fixes

  • deps: update dependency wait-on to v8.0.2 (#399) (a514875)

v2.0.9

2.0.9 (2024-12-11)

Bug Fixes

  • deps: update dependency debug to v4.4.0 (#397) (0f057d7)

v2.0.8

2.0.8 (2024-09-16)

Bug Fixes

  • deps: update dependency wait-on to v8.0.1 (fe1c25d)

v2.0.7

2.0.7 (2024-09-09)

Bug Fixes

  • deps: update dependency wait-on to v8 (#386) (d814a72)

v2.0.6

2.0.6 (2024-09-08)

... (truncated)

Commits
  • b3b82c0 fix(deps): update dependency debug to v4.4.1 (#403)
  • 005ee08 fix(deps): update dependency wait-on to v8.0.3 (#400)
  • a514875 fix(deps): update dependency wait-on to v8.0.2 (#399)
  • 0f057d7 fix(deps): update dependency debug to v4.4.0 (#397)
  • fe1c25d fix(deps): update dependency wait-on to v8.0.1
  • d814a72 fix(deps): update dependency wait-on to v8 (#386)
  • 78c6f53 fix(deps): update dependency debug to v4.3.7
  • 8ebb70b fix(deps): update dependency debug to v4.3.6
  • dd8a2d7 fix(deps): update dependency debug to v4.3.5
  • ad35c2e fix(deps): update dependency wait-on to v7.2.0 (#374)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 22, 2025
…t-server-and-test

Bumps [axios](https://github.com/axios/axios) to 1.9.0 and updates ancestor dependencies [axios](https://github.com/axios/axios), [itk-image-io](https://github.com/InsightSoftwareConsortium/itk-wasm), [itk-mesh-io](https://github.com/InsightSoftwareConsortium/itk-wasm), [itk-wasm](https://github.com/InsightSoftwareConsortium/ITK-Wasm) and [start-server-and-test](https://github.com/bahmutov/start-server-and-test). These dependencies need to be updated together.


Updates `axios` from 1.6.8 to 1.9.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.9.0)

Updates `itk-image-io` from 1.0.0-b.18 to 1.0.0-b.158
- [Release notes](https://github.com/InsightSoftwareConsortium/itk-wasm/releases)
- [Changelog](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/CHANGELOG.md)
- [Commits](itk-wasm-v1.0.0-b.18...itk-wasm-v1.0.0-b.158)

Updates `itk-mesh-io` from 1.0.0-b.18 to 1.0.0-b.158
- [Release notes](https://github.com/InsightSoftwareConsortium/itk-wasm/releases)
- [Changelog](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/CHANGELOG.md)
- [Commits](itk-wasm-v1.0.0-b.18...itk-wasm-v1.0.0-b.158)

Updates `itk-wasm` from 1.0.0-b.18 to 1.0.0-b.158
- [Release notes](https://github.com/InsightSoftwareConsortium/ITK-Wasm/releases)
- [Changelog](https://github.com/InsightSoftwareConsortium/ITK-Wasm/blob/main/CHANGELOG.md)
- [Commits](itk-wasm-v1.0.0-b.18...itk-wasm-v1.0.0-b.158)

Updates `start-server-and-test` from 1.15.4 to 2.0.12
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v1.15.4...v2.0.12)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.9.0
  dependency-type: indirect
- dependency-name: itk-image-io
  dependency-version: 1.0.0-b.158
  dependency-type: direct:production
- dependency-name: itk-mesh-io
  dependency-version: 1.0.0-b.158
  dependency-type: direct:production
- dependency-name: itk-wasm
  dependency-version: 1.0.0-b.158
  dependency-type: direct:production
- dependency-name: start-server-and-test
  dependency-version: 2.0.12
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/webpack/multi-a3711d901b branch from ff05a18 to 348fb17 Compare May 22, 2025 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants