-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Conversation
Contributor
Bumps axios to 1.6.8 and updates ancestor dependency alchemy-sdk. These dependencies need to be updated together.
Updates axios from 0.26.1 to 1.6.8
Release notes
Sourced from axios's releases.
Release v1.6.8
Release notes:
Bug Fixes
- AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
- import: use named export for EventEmitter; (7320430)
- vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)
Contributors to this release
Release v1.6.7
Release notes:
Bug Fixes
Contributors to this release
Release v1.6.6
Release notes:
Bug Fixes
- fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
- wrap errors to improve async stack trace (#5987) (123f354)
Contributors to this release
Release v1.6.5
Release notes:
Bug Fixes
- ci: refactor notify action as a job of publish action; (#6176) (0736f95)
- dns: fixed lookup error handling; (#6175) (f4f2b03)
Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
1.6.8 (2024-03-15)
Bug Fixes
- AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
- import: use named export for EventEmitter; (7320430)
- vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)
Contributors to this release
1.6.7 (2024-01-25)
Bug Fixes
Contributors to this release
1.6.6 (2024-01-24)
Bug Fixes
- fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
- wrap errors to improve async stack trace (#5987) (123f354)
Contributors to this release
1.6.5 (2024-01-05)
Bug Fixes
... (truncated)
Commits
ab3f0f9chore(release): v1.6.8 (#6303)2656612fix(AxiosHeaders): fix AxiosHeaders conversion to an object during config mer...7320430fix(import): use named export for EventEmitter;8786e0ffix(vulnerability): update follow-redirects to 1.15.6 (#6300)d844227chore: update and bump deps (#6238)caa0625docs: update README responseEncoding types (#6194)41c4584docs: Update README.md to point to current axios version in CDN links (#6196)bf6974fchore(ci): add npm tag action; (#6231)a52e4d9chore(release): v1.6.7 (#6204)2b69888chore: remove unnecessary check (#6186)- Additional commits viewable in compare view
Updates alchemy-sdk from 2.12.0 to 3.2.1
Release notes
Sourced from alchemy-sdk's releases.
Added support for Arbitrum and Optimism Sepolia webhook creation
Major Changes
- Added support for Arbitrum and Optimism Sepolia webhook creation.
Minor Changes
- API error messages return the actual error instead of [Object object]
v3.2.0
3.2.0
Major Changes
- Added support for Polygon Amoy network via the
Network.MATIC_AMOYenum.v3.1.2
3.1.2
Major Changes
Minor Changes
- Upgraded the
axiosdependency tov1.6.5, fixing a vulnerable version #397. Thanks@ mpsqfor the contribution!v3.1.0
3.1.0
Major Changes
- Added support for Optimism Sepolia and Base Sepolia via the
Network.OPT_SEPOLIAandNetwork.BASE_SEPOLIAenums.v3.0.0
3.0.0
Major Changes
- For a full list of changes to V3 from V2, please visit: https://docs.alchemy.com/reference/alchemy-sdk-v2-to-v3-migration-guide. There, you can also find the API reference for v2 endpoints as well. V3 primarily involves changes to use the V3 NFT API.
Changelog
Sourced from alchemy-sdk's changelog.
3.2.1
Major Changes
- Added support for Arbitrum and Optimism Sepolia webhook creation.
Minor Changes
- API error messages return the actual error instead of [Object object]
3.2.0
Major Changes
- Added support for Polygon Amoy network via the
Network.MATIC_AMOYenum.Minor Changes
3.1.2
Major Changes
Minor Changes
- Upgraded the
axiosdependency tov1.6.5, fixing a vulnerable version #397. Thanks@ mpsqfor the contribution!3.1.1
Major Changes
Minor Changes
- Added endpoints for
isAirdropNft()andreportSpam()inNftNamespace.- Added a missing
marketplaceAddressfield to theNftSaleinNftNamespace.getNftSales().- Fixed an incorrect field name for
bannerImageUrlinOpenSeaCollectionMetadata. Deprecated the old field nameimageBannerUrl.- Added support for Base networks in
NotifyNamespace.3.1.0
Major Changes
- Added support for Optimism Sepolia and Base Sepolia via the
Network.OPT_SEPOLIAandNetwork.BASE_SEPOLIAenums.Minor Changes
3.0.0
Major Changes
- For a full list of changes to V3 from V2, please visit: https://docs.alchemy.com/reference/alchemy-sdk-v2-to-v3-migration-guide. There, you can also find the API reference for v2 endpoints as well. V3 primarily involves changes to use the V3 NFT API.
... (truncated)
Commits
- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot showwill show all of the ignore conditions of the specified dependencyignore conditions @dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.6.8 and updates ancestor dependency [alchemy-sdk](https://github.com/alchemyplatform/alchemy-sdk-js). These dependencies need to be updated together.
Updates `axios` from 0.26.1 to 1.6.8
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v1.6.8)
Updates `alchemy-sdk` from 2.12.0 to 3.2.1
- [Release notes](https://github.com/alchemyplatform/alchemy-sdk-js/releases)
- [Changelog](https://github.com/alchemyplatform/alchemy-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/alchemyplatform/alchemy-sdk-js/commits/v3.2.1)
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
- dependency-name: alchemy-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot]
Updates `axios` from 0.26.1 to 1.6.8
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v1.6.8)
Updates `alchemy-sdk` from 2.12.0 to 3.2.1
- [Release notes](https://github.com/alchemyplatform/alchemy-sdk-js/releases)
- [Changelog](https://github.com/alchemyplatform/alchemy-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/alchemyplatform/alchemy-sdk-js/commits/v3.2.1)
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
- dependency-name: alchemy-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot]
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Apr 10, 2024
rvanasa
approved these changes
Apr 10, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.