forked from tediousjs/tedious
-
Notifications
You must be signed in to change notification settings - Fork 0
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
build: Fork update #3
Closed
Closed
Conversation
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
* Use userland module for punycode The slash at the end is necessary to use the userland module * fix: Add @types/punycode as dev dependency --------- Co-authored-by: Eli Frigo <[email protected]>
* chore: add range error validation for date types * add validation tests for numbers * remove only * add money validation * chore: remove un-needed types --------- Co-authored-by: mShan0 <[email protected]>
* test: date range check * change datetime range check * change datetime2 range check * change datetimeoffset range check * remove unused constants * remove todo comments * smalldatetime range check * remove unused variables
BREAKING CHANGE: Node.js 16.x and 19.x are no longer supported by `tedious`.
* Upgrade `@types/node` to v18. * Drop dependency on `es-aggregate-error` and `@types/es-aggregate-error`. * Drop dependency on `node-abort-controller`. * Drop dependency on `jsbi`.
* Upgrade `typedoc`. * Upgrade `typescript`. * Upgrade `sprintf-js`. * Upgrade `rimraf`. * Upgrade `mocha`. * Upgrade `bl`. * Upgrade `async`. * Upgrade `chai`. * Upgrade `eslint` and related plugins. * Upgrade various `babel` plugins. * Upgrade `@js-joda/core`. * Upgrade various type definitions.
BREAKING CHANGE: `tedious` now includes TypeScript definition files. These definitions might differ in various areas from the definitions published in the `@types/tedious` package. If you notice major differences, please reach out and let us know. --------- Co-authored-by: mShan0 <[email protected]> Co-authored-by: Arthur Schreiber <[email protected]>
#1615) These types are used by `@types/mssql`. If this isn't desirable then we could propose a change to the type definitions in DefinitelyTyped. - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/24a1115cea9315062833ded8a59de6ac9f627f2f/types/mssql/index.d.ts#L209 - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/24a1115cea9315062833ded8a59de6ac9f627f2f/types/mssql/index.d.ts#L179
chore: fix the validate test file name
chore: update azure identity version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before submitting a PR :
master
branch of the repository.npm install
in the root folder.npm run-script test-all
). During development, to run individual test usenode_modules/nodeunit test/<test_file.js> -t <test_name>
.npm run build
).npm run lint
).node_modules/.bin/commitlint --from origin/master --to HEAD
). Refer commit conventions and commit rules.Thank you for Contributing!