ioBroker / ioBroker.sql

Store history data in SQL Database: MySQL, PostgreSQL or SQLite
MIT License
44 stars 25 forks source link

Update mssql requirement from ^9.0.1 to ^9.1.1 #290

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ 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.


Updates the requirements on mssql to permit the latest version.

Release notes

Sourced from mssql's releases.

v9.1.1

What's Changed

Full Changelog: https://github.com/tediousjs/node-mssql/compare/v9.1.0...v9.1.1

Changelog

Sourced from mssql's changelog.

v9.1.1 (2023-01-??)

[revert] Add support for AAD authentication via connection string ((#1436)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1436])

v9.1.0 (2023-01-17)

[new] Add support for AAD authentication via connection string ((#1436)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1436]) [docs] Update express example ((#1433)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1433])

v9.0.1 (2022-08-18)

[fix] fix regression in requestTimout option not accepting 0 as a value (#1421)

v9.0.0 (2022-08-10)

[change] Upgrade tedious to v15 (#1417) [removed] Removed NodeJS 10 & 12 support (#1417)

v8.1.4 (2022-08-18)

[fix] fix regression in requestTimout option not accepting 0 as a value (#1421)

v8.1.3 (2022-08-08)

[fix] requestTimeout correctly resolved (#1398) [fix] Forcibly deny use of useColumnNames tedious config option that can be passed in the config object (#1416)

v8.1.2 (2022-05-27)

[fix] quote identifiers in table constraint declaration (#1397)

v8.1.1 (2022-05-18)

[fix] quote identifiers in table primary keys (#1394)

v8.1.0 (2022-04-06)

[new] MSSQL CLI tool now accepts some options to allow overriding config file ((#1381](tediousjs/node-mssql#1381)) [fix] nodemsqlv8 driver tests working against Node 10 (#1368)

v8.0.2 (2022-02-07)

Merge up missing fixes from v7.3.0 [new] Transaction/PreparedStatements expose the config from their parent connection (#1338) [fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#1338)

v8.0.1 (2022-01-30)

Re-release of v8.0.0

... (truncated)

Commits
  • 1b12250 9.1.1
  • d270570 Revert "Merge pull request #1436 from Shin-Aska/feature/aad-integration-conn-...
  • ab79c86 9.1.0
  • 95928f6 update changelog for release
  • 27319a8 Merge pull request #1456 from tediousjs/dependabot/npm_and_yarn/jsonwebtoken-...
  • 27c2a1b Bump jsonwebtoken and @​azure/msal-node
  • 4f8c4cf Merge pull request #1454 from tediousjs/dependabot/npm_and_yarn/json5-1.0.2
  • 7b7891c Bump json5 from 1.0.1 to 1.0.2
  • 7220582 Merge pull request #1436 from Shin-Aska/feature/aad-integration-conn-string
  • 9f81f18 Update changelog
  • 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 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)