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 mssql in /database/migration #96

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates @azure/identity from 2.1.0 to 4.4.1

Commits
  • 8c32457 update package versions and changelog
  • bfcc786 up-to-date eng tools
  • 06f47ee [Identity] Fix PowershellCredential token parsing logic (#30508)
  • d9870f4 [Identity] Update error messages for AzurePipelinesCredential (#30387)
  • f1ecbf9 [monitor-opentelemetry] Fix issue with standard metrics dependency cardinalit...
  • 8e1e066 [CODEOWNERS] add an entry for management tsconfig.json (#30487)
  • 450e438 [EngSys] automatic rush update --full (#30486)
  • fb7ab94 [Storage]Bump package version, upgrade @​azure/core-tracing dependency (#30437)
  • 4516e1b updated non-streamable query in README (#29782)
  • 7ace3fa [cosmos]update Changelog for 4.0.1 (#30106)
  • 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 mssql from 9.1.1 to 11.0.1

Release notes

Sourced from mssql's releases.

v11.0.1

11.0.1 (2024-07-03)

Bug Fixes

  • handle bigint types separately to int to avoid TypeError with BigInt param (b774084)

v11.0.0

11.0.0 (2024-06-18)

⚠ BREAKING CHANGES

  • Node JS min support upgraded to >=18 & tedious version updated

Features

Bug Fixes

  • support use of native bigint from tedious (421e78f)

v10.0.4

10.0.4 (2024-06-18)

Bug Fixes

v10.0.3

10.0.3 (2024-06-18)

Bug Fixes

  • support use of native bigint from tedious (c56a458)

v10.0.2

10.0.2 (2024-01-16)

Bug Fixes

  • from now _acquire return always a promise to avoid uncatchable exception (55f5a9f)

v10.0.1

... (truncated)

Changelog

Sourced from mssql's changelog.

v10.0.0 (2023-09-06)

[change] Upgrade tedious to v16 (#1547) [removed] Removed NodeJS 14 support (#1547)

v9.3.2 (2023-09-06)

[fix] Fix bug with msnodesqlv8 connection strings ((#1525)[https://github.com/tediousjs/node-mssql/pull/1525])

v9.3.1 (2023-09-05)

Revoked - contained breaking changes

v9.3.0 (2023-09-04)

[new] Add AAD connection support to connection strings ((#1461)[https://github.com/tediousjs/node-mssql/pull/1461])

v9.2.1 (2023-09-05)

[fix] Fix bug with msnodesqlv8 connection strings ((#1525)[https://github.com/tediousjs/node-mssql/pull/1525])

v9.2.0 (2023-08-28)

[new] Use @​tediousjs/connection-string library to build msnodesqlv8 connection strings ((#1525)[https://github.com/tediousjs/node-mssql/pull/1525])

v9.1.3 (2023-08-08)

[fix] Escape values that are added to the msnodesqlv8 connection string that we construct ((#1479)[https://github.com/tediousjs/node-mssql/pull/1479])

v9.1.2 (2023-08-01)

[fix] Support more named instance formats (#1520) [refactor] Stop using deprecated regex symbols (#1520)

Commits
  • 9e5aef4 Merge pull request #1678 from dhensby/pulls/bigint-inputs
  • 0199ae5 test: make sure bigint intputs do not throw
  • 8931bcf Merge pull request #1677 from paulish/bigint_fix
  • b774084 fix: handle bigint types separately to int to avoid TypeError with BigInt param
  • e5205fb Merge pull request #1676 from tediousjs/dependabot/npm_and_yarn/test-tools-97...
  • b832900 chore(deps-dev): bump mocha in the test-tools group
  • 3108080 Merge pull request #1672 from tediousjs/dependabot/github_actions/tediousjs/s...
  • 92761a4 Merge pull request #1674 from tediousjs/dependabot/npm_and_yarn/test-tools-e6...
  • 1b1fe27 chore(deps-dev): bump mocha in the test-tools group
  • 8c9ff5e chore(deps): bump tediousjs/setup-sqlserver from 1 to 2
  • 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 [@azure/identity](https://github.com/Azure/azure-sdk-for-js) to 4.4.1 and updates ancestor dependency [mssql](https://github.com/tediousjs/node-mssql). These dependencies need to be updated together.


Updates `@azure/identity` from 2.1.0 to 4.4.1
- [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.4.1)

Updates `mssql` from 9.1.1 to 11.0.1
- [Release notes](https://github.com/tediousjs/node-mssql/releases)
- [Changelog](https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt)
- [Commits](tediousjs/node-mssql@v9.1.1...v11.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 9, 2024
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