-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This also enables test coverage and Sonar scanner for the build. Co-authored-by: Torsten Kilias <[email protected]>
- Loading branch information
1 parent
3ed16c6
commit 70c737c
Showing
16 changed files
with
1,891 additions
and
7,444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,4 +61,5 @@ pom.xml.versionsBackup | |
*.orig | ||
*.old | ||
*.md.html | ||
*.flattened-pom.xml | ||
*.flattened-pom.xml | ||
/.scannerwork/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
{ | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
"editor.formatOnSave": true, | ||
"[typescript]": { | ||
"editor.tabSize": 2 | ||
}, | ||
"[json]": { | ||
"editor.tabSize": 2 | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Exasol Driver ts 0.1.2, released 2023-09-04 | ||
|
||
Code name: Upgrade Dependencies on Top of 0.1.1 | ||
|
||
## Summary | ||
|
||
This release fixes vulnerability CVE-2023-26136 in dependency `tough-cookie`. | ||
|
||
## Features | ||
|
||
* #23: Upgraded dependencies to fix vulnerabilities | ||
|
||
## Dependency Updates | ||
|
||
### Compile Dependency Updates | ||
|
||
* Updated `jsrsasign:^10.6.1` to `^10.8.6` | ||
|
||
### Development Dependency Updates | ||
|
||
* Updated `eslint-plugin-n:^15.6.1` to `^16.0.2` | ||
* Updated `testcontainers:^9.1.3` to `9.1.3` | ||
* Updated `eslint-config-prettier:^8.6.0` to `^9.0.0` | ||
* Updated `jest-environment-jsdom:^29.4.3` to `^29.6.4` | ||
* Updated `@types/ws:^8.5.4` to `^8.5.5` | ||
* Updated `@rollup/plugin-typescript:^11.0.0` to `^11.1.3` | ||
* Updated `@typescript-eslint/eslint-plugin:^5.53.0` to `^6.5.0` | ||
* Updated `jest:^29.4.3` to `^29.6.4` | ||
* Updated `prettier:^2.8.4` to `^3.0.2` | ||
* Updated `rollup:^3.17.2` to `^3.28.1` | ||
* Updated `eslint:^8.34.0` to `^8.48.0` | ||
* Updated `@typescript-eslint/parser:^5.53.0` to `^6.5.0` | ||
* Updated `eslint-config-standard-with-typescript:^34.0.0` to `^39.0.0` | ||
* Updated `ts-jest:^29.0.5` to `^29.1.1` | ||
* Updated `eslint-plugin-import:^2.27.5` to `^2.28.1` | ||
* Updated `@types/jest:^29.4.0` to `^29.5.4` | ||
* Updated `@types/jsrsasign:^10.5.5` to `^10.5.8` | ||
* Updated `eslint-plugin-jest:^27.2.1` to `^27.2.3` | ||
* Updated `typescript:^4.9.5` to `^5.2.2` | ||
* Updated `ws:^8.12.1` to `^8.13.0` | ||
* Updated `tslib:^2.5.0` to `^2.6.2` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.