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

build(deps): bump axios and @golem-sdk/cli #90

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2024

Bumps axios to 1.7.3 and updates ancestor dependency @golem-sdk/cli. These dependencies need to be updated together.

Updates axios from 0.21.4 to 1.7.3

Release notes

Sourced from axios's releases.

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

... (truncated)

Commits

Updates @golem-sdk/cli from 2.5.1 to 2.8.0

Release notes

Sourced from @​golem-sdk/cli's releases.

v2.8.0

2.8.0 (2024-07-25)

Features

v2.7.1

2.7.1 (2024-07-03)

Bug Fixes

  • add typescript and node types to ts-node and ts-node-esm templates (ae0341c)

v2.7.0

Upgrades

The cli now uses the new golem-js 3.0 under the hood. This brings a lot of improvements and new features to the SDK. Learn more about the new golem-js here.

Breaking changes

  • The cli now supports only yagna versions 0.15.2 and newer. You can upgrade your yagna version by running curl -sSf https://join.golem.network/as-requestor | bash -

Notable changes

  • All new project templates use the new golem-js 3.0.
  • All typescript project templates now use a more modern typescript configuration.
  • The react and react-ts templates are currently disabled due to a critical bug.
  • The market scan command now uses the new passive scan functionality introduced in yagna 0.15.2.
  • We added a bunch of new options to the market scan command. To see the full list of options run npx @golem-sdk/cli@latest market scan --help
  • The inspect and run-on-golem commands now use the new golem-js 3.0 instead of the Task Execution API.

v2.6.0

2.6.0 (2024-03-13)

Features

  • add options to filter the market scan results by provider id, name or wallet (0469a61)

v2.6.0-beta.5

2.6.0-beta.5 (2024-07-25)

Features

... (truncated)

Commits
  • 51abe00 Merge pull request #226 from golemfactory/beta
  • 75c5281 Merge pull request #225 from golemfactory/dependabot/npm_and_yarn/npm_and_yar...
  • 5df8a7c chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates
  • 7334f34 Merge pull request #192 from golemfactory/dependabot/npm_and_yarn/beta/prod-d...
  • 423ebc4 Merge pull request #222 from golemfactory/dependabot/npm_and_yarn/npm_and_yar...
  • 44124ba Merge pull request #224 from golemfactory/re-enable-react-templates
  • 09224bb feat: enable react templates
  • 9431c9e chore(deps): bump the npm_and_yarn group across 1 directory with 1 update
  • 76fa2c6 chore(deps): bump ajv-formats in the prod-deps-breaking group
  • 4379759 chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates
  • 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.

Bumps [axios](https://github.com/axios/axios) to 1.7.3 and updates ancestor dependency [@golem-sdk/cli](https://github.com/GolemFactory/golem-sdk-cli). These dependencies need to be updated together.


Updates `axios` from 0.21.4 to 1.7.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.7.3)

Updates `@golem-sdk/cli` from 2.5.1 to 2.8.0
- [Release notes](https://github.com/GolemFactory/golem-sdk-cli/releases)
- [Changelog](https://github.com/golemfactory/golem-sdk-cli/blob/master/.releaserc.json)
- [Commits](golemfactory/golem-sdk-cli@v2.5.1...v2.8.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@golem-sdk/cli"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 13, 2024 02:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #96.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-f0c2cfc69a branch October 21, 2024 19:57
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.

0 participants