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 @azure/identity and tedious #129

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @azure/identity to 4.3.0 and updates ancestor dependency tedious. These dependencies need to be updated together.

Updates @azure/identity from 2.1.0 to 4.3.0

Commits
  • 2775e7e [@​azure/eventgrid-system-events] Fix typo in package.json (#30094)
  • 6c754ae [core] Adding React-Native user agent platforms (#30083)
  • 57d1bd9 [eslint-plugin] set package version back to 3.0.0 (#30090)
  • 0934dfb [core] Add SHA256 functions for React-Native (#30080)
  • 9488fe4 Sync eng/common directory with azure-sdk-tools for PR 8422 (#30006)
  • 13d26a6 SubscriptionConfigurationFilePath -> SubscriptionConfigurationFilePaths (#30082)
  • 787b1b1 Sync eng/common directory with azure-sdk-tools for PR 8452 (#30079)
  • 498fd7b [@​azure/monitor-query] Live Tests CI Failure (#30081)
  • 74b40a2 [Schema Registry] Update JsonSchemaSerializer Class Name (#29978)
  • c16dc86 [logger] Adding react-native logger support (#30076)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/identity since your current version.


Updates tedious from 16.4.0 to 18.2.4

Release notes

Sourced from tedious's releases.

v18.2.4

18.2.4 (2024-07-04)

Bug Fixes

  • don't convert BigInt type to Number before writing to buffer to prevent RangeError (#1642) (fc4ec02)

v18.2.3

18.2.3 (2024-06-26)

Bug Fixes

v18.2.2

18.2.2 (2024-06-26)

Bug Fixes

  • fix options.debug.token option not causing any debug output (#1638) (dadabc6)
  • fix type information on some ConnectionOptions properties (#1637) (025ef72)

v18.2.1

18.2.1 (2024-06-14)

Bug Fixes

v18.2.0

18.2.0 (2024-04-18)

Bug Fixes

Features

v18.1.0

18.1.0 (2024-03-02)

... (truncated)

Commits
  • fc4ec02 fix: don't convert BigInt type to Number before writing to buffer to prevent ...
  • 3cd7e86 test: use a JavaScript based config file format (#1634)
  • 1a703e2 fix: correct SmallDateTime upper bound range (#1621)
  • 025ef72 fix: fix type information on some ConnectionOptions properties (#1637)
  • dadabc6 fix: fix options.debug.token option not causing any debug output (#1638)
  • 0ad179f ci: update links to windows SQL server cumulative updates (#1636)
  • b0e0365 fix: update azure identity version (#1635)
  • 934e98e ci: bump codecov/codecov-action (#1627)
  • 2b21b12 fix: fix bigint validation (#1620)
  • a51e57d chore: rename the validations test file (#1616)
  • 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 the dependencies Pull requests that update a dependency file label Jul 16, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-53723d016f branch 2 times, most recently from 813e9c2 to cf2b33b Compare July 16, 2024 07:27
Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) to 4.3.0 and updates ancestor dependency [tedious](https://github.com/tediousjs/tedious). These dependencies need to be updated together.


Updates `@azure/identity` from 2.1.0 to 4.3.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_2.1.0...@azure/identity_4.3.0)

Updates `tedious` from 16.4.0 to 18.2.4
- [Release notes](https://github.com/tediousjs/tedious/releases)
- [Commits](tediousjs/tedious@v16.4.0...v18.2.4)

---
updated-dependencies:
- dependency-name: "@azure/identity"
  dependency-type: indirect
- dependency-name: tedious
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-53723d016f branch from cf2b33b to e099cbd Compare July 16, 2024 07:29
@MPParsley MPParsley merged commit d185a69 into main Jul 16, 2024
3 checks passed
@MPParsley MPParsley deleted the dependabot/npm_and_yarn/multi-53723d016f branch July 16, 2024 11:25
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