10 Commits

Author SHA1 Message Date
Piotr Kuczynski
806ea0a502
Merge branch 'master' into next
# Conflicts:
#	.github/workflows/commit-validation.yml
#	.github/workflows/preview.yml
#	.github/workflows/publish-package.yml
#	README-zh_CN.md
#	README_ko.md
#	docs/docs/query-runner.md
#	eslint.config.mjs
#	package-lock.json
#	package.json
#	src/commands/InitCommand.ts
#	src/driver/sqlserver/MssqlParameter.ts
#	test/utils/xfail.ts
2025-11-20 19:16:41 +01:00
Piotr Kuczynski
51fbcf4045
chore(dev-deps): bump eslint and update config (#11756) 2025-11-10 08:45:03 +01:00
Piotr Kuczynski
74522ffc82
chore(lint/jsdoc): enable jsdoc/valid-types rule and fix offenses (#11706) 2025-10-03 13:51:30 +07:00
Lucian Mocanu
b1680a04ac
chore: disable eslint errors for chai assertions (#11700)
* chore: disable eslint errors for chai assertions

* refactor: make `no-unused-expressions` an error and fix code
2025-10-01 23:21:13 +02:00
Piotr Kuczynski
e0e7de14ca
ci: introduce jsdoc eslint plugin (warnings only) (#11681)
* ci: introduce jsdoc eslint plugin (warnings only)

* fixed

* fixed
2025-09-26 18:11:29 +02:00
Lucian Mocanu
01dddfef97
fix: add stricter type-checking and improve event loop handling (#11540)
* refactor: minor type improvements

* chore: add type-checked eslint rules

* fix: enable no-misused-promises

* fix: enable no-floating-promises

* fix: enable await-thenable

* fix: enable require-await

* fix: enable no-misused-new

* refactor: enable no-namespace

* refactor: enable tseslint eslint recommended

* code review
2025-06-22 11:51:29 +02:00
Naor Peled
4b0ffeeb33
docs: new website initial commit
Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com>
Co-authored-by: Jovana Đurić <63621526+jovanadjuric@users.noreply.github.com>
Co-authored-by: jovanadjuric <mat.jovana@gmail.com>
Co-authored-by: Mike Guida <mike@mguida.com>
Co-authored-by: gioboa <giorgiob.boa@gmail.com>
2025-06-06 18:03:25 +03:00
Naor Peled
274bdf2e1a
feat: publish PR releases using pkg.pr.new 2025-05-02 23:09:42 +03:00
Lucian Mocanu
8c2b2ae240
style: lint repository (#11346)
* style: lint uncommon rules

* style: fix `no-wrapper-object-types`

* fix: type errors after Object -> object change

* style: fix `prefer-const`

* build: add eslint/prettier exclusions
2025-03-20 22:15:39 +02:00
Lucian Mocanu
af7ac1c6d8
chore: migrate to ESLint flat config (#11205) 2024-12-29 16:33:46 +01:00