-
Notifications
You must be signed in to change notification settings - Fork 524
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
chore(deps): update dependency tedious to v16 #1521
chore(deps): update dependency tedious to v16 #1521
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1521 +/- ##
==========================================
- Coverage 96.06% 91.57% -4.50%
==========================================
Files 14 49 +35
Lines 914 2432 +1518
Branches 199 442 +243
==========================================
+ Hits 878 2227 +1349
- Misses 36 205 +169 |
6986817
to
c913c27
Compare
82c58e9
to
353ba67
Compare
353ba67
to
7bd2bba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to release notes of tedious
V16 breaking changes
drop node 14 support, add node 19 support (https://github.com/tediousjs/tedious/issues/1532) ([ef3fd2c](https://github.com/tediousjs/tedious/commit/ef3fd2cfe630e3765ad2429960dcc4e8b977769d))
This should probably also be fixed in the test suite here as well.
V15 breaking changes
BREAKING CHANGES
The domain option was replaced by the tenantId option.
Using the azure-active-directory-password
authentication type now requires specifying the clientId option of an
Azure Application. The application has to have public client flows
enabled and has to have user_impersonation permissions for Azure SQL
Database. The user account that is being used also has to be assigned
to the application, and has to grant consent (either explicitly or via
admin consent).
The default value for the trustServerCertificate option
changed from true to false.
tedious no longer supports Node.js 12.x.
I guess it's better for someone to check if one of these apply to the instrumentation.
We also need to update the versions range in tav.yml.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Supporting tedious 16 requires fixing the tests in CI. Closing current PR which is not mergeable |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
14.1.0
->16.4.0
Release Notes
tediousjs/tedious (tedious)
v16.4.0
Compare Source
Features
v16.3.0
Compare Source
Features
v16.2.0
Compare Source
Features
Connection.execSql
(#1327) (a37199b)v16.1.0
Compare Source
Features
v16.0.0
Compare Source
chore
BREAKING CHANGES
tedious
.v15.1.3
Compare Source
Bug Fixes
v15.1.2
Compare Source
Bug Fixes
v15.1.1
Compare Source
Bug Fixes
v15.1.0
Compare Source
Features
JSBI
with nativeBigInt
(#1472) (ece396a)v15.0.1
Compare Source
Bug Fixes
v15.0.0
Compare Source
chore
Features
trustServerCertificate
option tofalse
(04ebc29)domain
option forazure-active-directory-password
authentication (85a2b89)clientId
option ofazure-active-directory-password
authentication (8885e1f)BREAKING CHANGES
domain
option was replaced by thetenantId
option.azure-active-directory-password
authentication type now requires specifying the
clientId
option of anAzure Application. The application has to have public client flows
enabled and has to have
user_impersonation
permissions for Azure SQLDatabase. The user account that is being used also has to be assigned
to the application, and has to grant consent (either explicitly or via
admin consent).
trustServerCertificate
optionchanged from
true
tofalse
.tedious
no longer supports Node.js 12.x.v14.7.0
Compare Source
Features
v14.6.1
Compare Source
Bug Fixes
v14.6.0
Compare Source
Features
v14.5.0
Compare Source
Features
v14.4.0
Compare Source
Features
azure-active-directory-default
as an authentication option (13ee60f)v14.3.0
Compare Source
Features
domain
totenantId
when using azure ad password (2150a9c)v14.2.0
Compare Source
Features
clientId
when usingazure-active-directory-password
auth (95e98a1)Configuration
📅 Schedule: Branch creation - "before 3am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.