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

Bump axios, @ibm-cloud/cloudant and ibm-cloud-sdk-core in /cloudant-change-listener/job #128

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps axios to 1.7.4 and updates ancestor dependencies axios, @ibm-cloud/cloudant and ibm-cloud-sdk-core. These dependencies need to be updated together.

Updates axios from 1.6.0 to 1.7.4

Release notes

Sourced from axios's releases.

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

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

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.4 (2024-08-13)

Bug Fixes

Contributors to this release

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

... (truncated)

Commits

Updates @ibm-cloud/cloudant from 0.8.0 to 0.10.1

Release notes

Sourced from @​ibm-cloud/cloudant's releases.

0.10.1

Note: APIs may be subject to change.

Changes:

  • Updated dependencies.
  • Cleanup examples

0.10.0

Note: APIs may be subject to change.

Breaking Changes:

  • The default service URL changed from http://localhost:5984 to https://~replace-with-cloudant-host~.cloudantnosqldb.appdomain.cloud. This change is only breaking for users that do not configure the client with a URL and connect to a local server running on port 5984 (for example a test CouchDB server).
  • Attachments included inline in model responses (for example by setting attachments: true when retrieving a document) are now automatically decoded from a Base64 string into a Buffer. This does not impact attachments retrieved directly (for example using getAttachment) and it does not impact *AsStream raw IO responses.

Changes:

  • Add missing owner field for replication documents.
  • Allow retrieval of additional vendor properties from server information model.
  • Update dependencies (including [email protected] that reduces the package footprint by removing test dependencies).
  • Update documentation.

0.9.2

Note: APIs may be subject to change.

Changes:

  • Add instanceStartTime to detect database recreation in database information model.
  • Updated dependencies.

0.9.1

Note: APIs may be subject to change.

Changes:

  • New model extensions for _explain index analysis.
  • Removed incorrect accept header parameter from POST /{db}/_design_docs.
  • Updated dependencies.
  • Updated documentation.

0.9.0

Note: APIs may be subject to change.

Breaking Changes:

  • For the full list of code changes needed for this version see 0.9.0 API changes.
  • Unify parameter and property name case conventions across models.
  • Preserve leading _ metadata names in models that also accept user-defined properties (i.e. documents) to eliminate the risk of clashing e.g. _id and a user-defined id.

Changes:

  • Fix unexpected 401 responses from infrequent requests occuring close to an IAM token expiry time (via updated core dependency).
  • Updated dependencies.

0.8.3

Note: APIs may be subject to change.

... (truncated)

Commits
  • fd1013f Update version -> 0.10.1
  • c4f7031 build(deps): bump ibm-cloud-sdk-core from 5.0.0 to 5.0.1
  • 4193a2c build(deps-dev): bump eslint-plugin-jsdoc in the eslint group
  • 4025cf3 build(deps): bump @​types/node from 18.19.43 to 18.19.44
  • 5a2ab67 build(deps-dev): bump the eslint group with 2 updates
  • a0373d0 build(deps-dev): bump eslint-plugin-jest
  • 68ec0f0 build(deps-dev): bump eslint-plugin-jsdoc from 48.10.1 to 48.11.0
  • 477a184 build(deps): bump @​types/node from 18.19.42 to 18.19.43
  • 97f8f7f build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4
  • 1416a64 build(deps-dev): bump eslint-plugin-jsdoc in the eslint group
  • Additional commits viewable in compare view

Updates ibm-cloud-sdk-core from 4.2.0 to 4.3.4

Release notes

Sourced from ibm-cloud-sdk-core's releases.

v4.3.3

4.3.3 (2024-06-04)

Bug Fixes

  • revert "fix(deps): remove expect as redundant development dependency" (362e20a)

v4.3.2

4.3.2 (2024-06-03)

Bug Fixes

  • deps: remove expect as redundant development dependency (b57b491)

v4.3.1

4.3.1 (2024-05-21)

Bug Fixes

  • deps: bump braces and micromatch to avoid vulnerabilities (#274) (1ecac01)

v4.3.0

4.3.0 (2024-04-17)

Features

  • send user-agent header with auth token requests (#272) (a558274)

v4.2.5

4.2.5 (2024-03-29)

Bug Fixes

  • deps: update axios to resolve vulnerability (#269) (4a2c7a5)

v4.2.4

4.2.4 (2024-02-28)

Bug Fixes

v4.2.3

4.2.3 (2024-02-01)

... (truncated)

Changelog

Sourced from ibm-cloud-sdk-core's changelog.

5.0.1 (2024-08-14)

Bug Fixes

  • deps: update axios to resolve vulnerability (#282) (83d9473)
  • deps: update axios to resolve vulnerability (#283) (3500bf2)

5.0.0 (2024-06-18)

Bug Fixes

  • remove test utilities and dependency from package (901ece0)

Build System

  • bump minimum node version to v18 (3d8fef5)

BREAKING CHANGES

  • SDK test helpers are no longer exposed in this package.

To continue using the test helpers, which SDK unit tests still rely on, install the new "@​ibm-cloud/sdk-test-utilities" package as a development dependency.

Signed-off-by: Dustin Popp [email protected]

  • Node v18 or above is now required to use this package.

Signed-off-by: Dustin Popp [email protected]

4.3.3 (2024-06-04)

Bug Fixes

  • revert "fix(deps): remove expect as redundant development dependency" (362e20a)

4.3.2 (2024-06-03)

Bug Fixes

  • deps: remove expect as redundant development dependency (b57b491)

4.3.1 (2024-05-21)

... (truncated)

Commits
  • 7b10209 4.3.4
  • b54125a chore: update axios for v4 (retroactive patch)
  • 54b805d chore(release): 4.3.3 [skip ci]
  • 90bb222 chore: remove unnecessary import
  • 362e20a fix: revert "fix(deps): remove expect as redundant development dependency"
  • a5c3e08 chore(release): 4.3.2 [skip ci]
  • 14cfce9 build(deps): move unexposed types packages to dev dependencies
  • b57b491 fix(deps): remove expect as redundant development dependency
  • cc6d9e0 chore(release): 4.3.1 [skip ci]
  • 1ecac01 fix(deps): bump braces and micromatch to avoid vulnerabilities (#274)
  • 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.4 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@ibm-cloud/cloudant](https://github.com/IBM/cloudant-node-sdk) and [ibm-cloud-sdk-core](https://github.com/IBM/node-sdk-core). These dependencies need to be updated together.


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

Updates `@ibm-cloud/cloudant` from 0.8.0 to 0.10.1
- [Release notes](https://github.com/IBM/cloudant-node-sdk/releases)
- [Changelog](https://github.com/IBM/cloudant-node-sdk/blob/main/api-changes.md)
- [Commits](IBM/cloudant-node-sdk@v0.8.0...v0.10.1)

Updates `ibm-cloud-sdk-core` from 4.2.0 to 4.3.4
- [Release notes](https://github.com/IBM/node-sdk-core/releases)
- [Changelog](https://github.com/IBM/node-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/node-sdk-core@v4.2.0...v4.3.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@ibm-cloud/cloudant"
  dependency-type: direct:production
- dependency-name: ibm-cloud-sdk-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 2, 2024
@qu1queee qu1queee merged commit 6c93758 into main Sep 23, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cloudant-change-listener/job/multi-60e7171d87 branch September 23, 2024 15:34
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.

1 participant