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

♻️ refactor: depend bot npm update in streetdrop-admin-web #529

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2024

Bumps the npm_and_yarn group with 6 updates in the /backend/streetdrop-admin/streetdrop-admin-web directory:

Package From To
axios 1.7.4 1.7.7
d3-color 2.0.0 3.1.0
@nivo/bar 0.83.1 0.87.0
@nivo/core 0.83.1 0.87.0
@nivo/line 0.83.1 0.87.0
@nivo/pie 0.83.1 0.87.0

Updates axios from 1.7.4 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view

Updates d3-color from 2.0.0 to 3.1.0

Release notes

Sourced from d3-color's releases.

v3.1.0

v3.0.1

  • Make build reproducible.

v3.0.0

  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

Commits

Updates @nivo/bar from 0.83.1 to 0.87.0

Release notes

Sourced from @​nivo/bar's releases.

v0.87.0

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.86.0...v0.87.0

v0.86.0

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.85.1...v0.86.0

v0.85.1

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.85.0...v0.85.1

v0.85.0

What's Changed

... (truncated)

Commits

Updates @nivo/core from 0.83.1 to 0.87.0

Release notes

Sourced from @​nivo/core's releases.

v0.87.0

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.86.0...v0.87.0

v0.86.0

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.85.1...v0.86.0

v0.85.1

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.85.0...v0.85.1

v0.85.0

What's Changed

... (truncated)

Commits
  • da6d6b7 v0.87.0
  • 3ea4911 feat(line): delegate the mesh current element selection to the voronoi package
  • 664647a feat(voronoi): restore touch events support
  • 1d4eba0 feat(theming): exclude non standard properties from text styles
  • acd5ce3 feat(core): remove unused prop types
  • a7097eb feat(text): introduce @​nivo/text package
  • 874a147 feat(tree): add support for labels
  • 349e122 chore(deps): upgrade d3-shape
  • b683244 fix(core): use readonly arrays for props as the libraries do not modify them
  • bca34e4 feat(recompose): completely remove recompose from the project
  • Additional commits viewable in compare view

Updates @nivo/line from 0.83.1 to 0.87.0

Release notes

Sourced from @​nivo/line's releases.

v0.87.0

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.86.0...v0.87.0

v0.86.0

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.85.1...v0.86.0

v0.85.1

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.85.0...v0.85.1

v0.85.0

What's Changed

... (truncated)

Commits
  • da6d6b7 v0.87.0
  • 3ea4911 feat(line): delegate the mesh current element selection to the voronoi package
  • 664647a feat(voronoi): restore touch events support
  • 1d4eba0 feat(theming): exclude non standard properties from text styles
  • 61d411a fix(line): fix snapshot based tests due to the d3-shape upgrade
  • 349e122 chore(deps): upgrade d3-shape
  • 1ac1246 feat(line): passing the whole point in parameter of the AccessorFunc for Line...
  • 26c9135 feat(line): remove prop-types as we're supposed to rely on TS
  • 3f090bc fix(line): fix area rendering (#2558)
  • 6996fc1 v0.86.0
  • Additional commits viewable in compare view

Updates @nivo/pie from 0.83.1 to 0.87.0

Release notes

Sourced from @​nivo/pie's releases.

v0.87.0

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.86.0...v0.87.0

v0.86.0

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.85.1...v0.86.0

v0.85.1

What's Changed

New Contributors

Full Changelog: plouc/nivo@v0.85.0...v0.85.1

v0.85.0

What's Changed

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the npm_and_yarn group with 6 updates in the /backend/streetdrop-admin/streetdrop-admin-web directory:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.7` |
| [d3-color](https://github.com/d3/d3-color) | `2.0.0` | `3.1.0` |
| [@nivo/bar](https://github.com/plouc/nivo/tree/HEAD/packages/bar) | `0.83.1` | `0.87.0` |
| [@nivo/core](https://github.com/plouc/nivo/tree/HEAD/packages/core) | `0.83.1` | `0.87.0` |
| [@nivo/line](https://github.com/plouc/nivo/tree/HEAD/packages/line) | `0.83.1` | `0.87.0` |
| [@nivo/pie](https://github.com/plouc/nivo/tree/HEAD/packages/pie) | `0.83.1` | `0.87.0` |



Updates `axios` from 1.7.4 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.7.7)

Updates `d3-color` from 2.0.0 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](d3/d3-color@v2.0.0...v3.1.0)

Updates `@nivo/bar` from 0.83.1 to 0.87.0
- [Release notes](https://github.com/plouc/nivo/releases)
- [Changelog](https://github.com/plouc/nivo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plouc/nivo/commits/v0.87.0/packages/bar)

Updates `@nivo/core` from 0.83.1 to 0.87.0
- [Release notes](https://github.com/plouc/nivo/releases)
- [Changelog](https://github.com/plouc/nivo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plouc/nivo/commits/v0.87.0/packages/core)

Updates `@nivo/line` from 0.83.1 to 0.87.0
- [Release notes](https://github.com/plouc/nivo/releases)
- [Changelog](https://github.com/plouc/nivo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plouc/nivo/commits/v0.87.0/packages/line)

Updates `@nivo/pie` from 0.83.1 to 0.87.0
- [Release notes](https://github.com/plouc/nivo/releases)
- [Changelog](https://github.com/plouc/nivo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plouc/nivo/commits/v0.87.0/packages/pie)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: d3-color
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@nivo/bar"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nivo/core"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nivo/line"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nivo/pie"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 26, 2024
@seonghun-dev seonghun-dev changed the title build(deps): bump the npm_and_yarn group across 1 directory with 6 updates ♻️ refactor: depend bot npm update in streetdrop-admin-web Oct 26, 2024
@seonghun-dev seonghun-dev merged commit 9acc527 into dev Oct 26, 2024
1 of 2 checks passed
@seonghun-dev seonghun-dev deleted the dependabot/npm_and_yarn/backend/streetdrop-admin/streetdrop-admin-web/npm_and_yarn-e8a56c823d branch October 26, 2024 07:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant