12 Commits

Author SHA1 Message Date
dependabot[bot]
a68a260b37 chore: Bump deps, remove undici interceptor
* build(deps-dev): bump vitest from 2.1.8 to 3.1.4

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.8 to 3.1.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 3.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

* undici?

* no mo interceptor

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <188768+fb55@users.noreply.github.com>
2025-05-26 09:28:42 +00:00
Felix Boehm
98e41ae3fb chore: Add ts lint (#3975)
To validate that TypeScript is happy
2024-08-06 20:10:36 +00:00
Felix Boehm
caab0694ff Update build tooling, update imports, require Node 16 (#3970) 2024-08-05 23:02:58 +00:00
dependabot[bot]
641cd182f4 build(deps-dev): bump prettier from 3.2.4 to 3.3.3 (#3918)
* build(deps-dev): bump prettier from 3.2.4 to 3.3.3

Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.3.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(tsconfig): Isolated declarations, format

* format

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <188768+fb55@users.noreply.github.com>
2024-07-16 08:10:15 +00:00
dependabot[bot]
d6058e74c7 build(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#3614)
* build(deps-dev): bump prettier from 3.2.2 to 3.2.4

Bumps [prettier](https://github.com/prettier/prettier) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.2.2...3.2.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* format tsconfigs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <188768+fb55@users.noreply.github.com>
2024-01-28 19:09:26 +00:00
Andrew Branch
71a79323a4 fix(types): Fix module/moduleResolution options for TypeScript 5.2 (#3251) 2023-07-16 10:44:55 +01:00
dependabot[bot]
f6c8268ad7 build(deps-dev): bump typescript from 4.9.5 to 5.0.2 (#3068)
* build(deps-dev): bump typescript from 4.9.5 to 5.0.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove `importsNotUsedAsValues`

We have the same check in ESLint

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <188768+fb55@users.noreply.github.com>
2023-03-23 00:46:37 +01:00
Felix
82a121ade0 feat: Add functions to load buffers, streams & URLs in NodeJS (#2857) 2022-11-28 23:13:30 +00:00
Felix
c495b7c95d refactor: Use stricter TS, ESLint configs (#2507) 2022-04-30 18:06:12 +00:00
Felix Böhm
726f94a467 refactor: Convert to TypeScript 2021-05-06 13:40:27 +01:00
Felix Böhm
96a5be3b35 refactor(eslint): Update eslint rules, format 2020-12-08 16:44:05 -08:00
Paul Melnikow
d6fca4b8bd Pull in types from DefinitelyTyped 2020-10-12 13:02:22 -07:00