ioBroker / ioBroker.sql

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

Update mssql requirement from ^9.1.1 to ^9.2.0 #323

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on mssql to permit the latest version.

Release notes

Sourced from mssql's releases.

v9.2.0

9.2.0 (2023-08-28)

Features

  • use @​tediousjs/connection-string to build msnodesqlv8 connection string (71357e2)
Changelog

Sourced from mssql's changelog.

v9.1.3 (2023-??-??)

[fix] Escape values that are added to the msnodesqlv8 connection string that we construct ((#1479)[https://redirect.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)

v9.1.1 (2023-01-19)

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

v9.1.0 (2023-01-17)

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

... (truncated)

Commits
  • ed01abc Merge pull request #1537 from dhensby/pulls/dependabot-update
  • f6fd19b ci: update dependabot to use groups
  • f1bfc99 Merge pull request #1532 from tediousjs/dependabot/npm_and_yarn/semantic-rele...
  • 643d3f1 Merge pull request #1531 from tediousjs/dependabot/npm_and_yarn/semantic-rele...
  • 607f259 chore(deps-dev): bump @​semantic-release/npm from 10.0.4 to 10.0.5
  • 6ee9513 chore(deps-dev): bump semantic-release from 21.0.7 to 21.0.9
  • cd63bea Merge pull request #1525 from tediousjs/dependabot/npm_and_yarn/tediousjs/con...
  • 8c018d4 Merge pull request #1528 from dhensby/pulls/no-fork-release
  • 71357e2 feat: use @​tediousjs/connection-string to build msnodesqlv8 connection string
  • c88ad84 ci: do not run release steps on forks
  • 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 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)
dependabot[bot] commented 12 months ago

Looks like mssql is up-to-date now, so this is no longer needed.