Commit Graph

120 Commits

Author SHA1 Message Date
github-actions[bot] 1bb0fb5d67
chore(main): release 0.30.0 (#577) 2024-11-23 12:39:40 +00:00
github-actions[bot] 095903b3a8
chore(main): release 0.29.4 (#558) 2024-09-07 11:14:44 +00:00
github-actions[bot] bc13d40037
chore(main): release 0.29.3 (#539) 2024-07-21 14:57:40 +00:00
Wojciech Maj 93a49c8b2b
chore(deps): bump semver from 7.6.2 to 7.6.3 (#534)
This bugfix version of semver includes significant performance improvements that I guess we would like to see in corepack.

See: https://github.com/npm/node-semver/pull/726
2024-07-20 11:33:00 +02:00
Wojciech Maj 67463b2a3b
chore(deps): bump tar from 6.x to 7.x, selectively import required functions (#533)
Changes from 06e5872189 made it possible to update tar from 6.x to 7.x and use new `package.json` exports that are included in 7.x, allowing us to further reduce our bundle size.
2024-07-18 13:53:41 +02:00
Kristoffer K. 85e556a1a9
test: migrate to vitest (#349) 2024-07-16 23:31:15 +02:00
github-actions[bot] d337b348a9
chore(main): release 0.29.2 (#531) 2024-07-13 11:37:59 +02:00
github-actions[bot] b8356088c7
chore(main): release 0.29.1 (#528) 2024-07-13 08:28:55 +00:00
github-actions[bot] aa6fd836f2
chore(main): release 0.29.0 (#525) 2024-07-13 00:30:06 +02:00
Antoine du Hamel d2e813e44d
chore: bump Yarn to 4.3.1 and npm deps (#526) 2024-07-12 23:48:04 +02:00
Wojciech Maj 932bd4edb9
chore: replace `ts-node` with `tsx` (#518) 2024-07-12 14:42:57 +02:00
Wojciech Maj c01af88a87
chore: bump esbuild from 0.19.x to 0.21.x (#517) 2024-07-12 09:07:35 +00:00
Wojciech Maj d3d7780193
chore: bump better-sqlite3 to 10.x (#513)
Why bump from 9.x:
better-sqlite3 v9 fails to install on Node.js 22, which as an upcoming LTS version is likely going to become a primary development tool for contributors.

Why bump to 10.x and not 11.x:
better-sqlite3 v11 drops support for Node.js 21.
2024-07-12 10:47:58 +02:00
dependabot[bot] 004c0289cb
build(deps-dev): bump undici from 6.18.2 to 6.19.2 (#509)
Bumps [undici](https://github.com/nodejs/undici) from 6.18.2 to 6.19.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.18.2...v6.19.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-12 10:43:39 +02:00
Wojciech Maj 56de2ed53e
chore: migrate to ESLint Flat Config (#521) 2024-07-12 10:42:33 +02:00
liwakin d4c5709f1c
chore: fix build script for Windows (#501)
Replace `rm -rf` with `node -e fs.rm` for cross-platform file deletion.
2024-06-13 20:52:10 +00:00
github-actions[bot] e1d8ffd775
chore(main): release 0.28.2 (#488) 2024-05-31 10:50:03 +00:00
github-actions[bot] 119fd2f438
chore(main): release 0.28.1 (#467) 2024-05-10 08:36:11 +00:00
github-actions[bot] 78781fa9e8
chore(main): release 0.28.0 (#464) 2024-04-20 19:58:38 +00:00
github-actions[bot] df1b773942
chore(main): release 0.27.0 (#442) 2024-04-19 08:24:15 +00:00
Antoine du Hamel abe4cf6e56
chore: bump yarn version and npm deps (#457) 2024-04-19 08:10:05 +00:00
dependabot[bot] c800d3ecbe
build(deps-dev): bump tar from 6.2.0 to 6.2.1 (#453)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:development
2024-04-12 23:10:50 +00:00
Antoine du Hamel 73d9a1e2d2
fix: correctly set `Dispatcher` prototype for `ProxyAgent` (#451)
In an attempt to bundle only a subset of Undici code, we forgot to take
some side-effect into account.
2024-04-12 23:27:26 +02:00
github-actions[bot] a3e3e97369
chore(main): release 0.26.0 (#393) 2024-03-08 11:48:54 +01:00
Maël Nison a3ea1dd6b5
chore(build): upgrade TypeScript (#409) 2024-02-27 11:03:22 +01:00
Kristoffer K 967e2666b5
test: store nocks in a sqlite database (#374)
* test: store nocks in a sqlite3 database

* chore: remove nock files

* refactor: reuse statement

* Update tests/recordRequests.js

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>

* refactor: only create statements when needed

* refactor: move nocks db up one level

* fix: close db on exit

---------

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-02-24 00:59:12 +01:00
github-actions[bot] 476b7dc3c9
chore(main): release 0.25.2 (#387) 2024-02-21 15:58:33 +00:00
Antoine du Hamel 6aab5fc17f
chore: bump yarn version (#388) 2024-02-21 09:03:18 +01:00
github-actions[bot] 49ad33428b
chore(main): release 0.25.1 (#381)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-20 14:33:47 +00:00
Kristoffer K f2185fefa1
fix: use valid semver range for `engines.node` (#378) 2024-02-20 11:50:39 +01:00
github-actions[bot] 616893819e
chore(main): release 0.25.0 (#369) 2024-02-20 09:12:58 +01:00
dependabot[bot] 9066ea7995
build(deps-dev): bump undici from 6.4.0 to 6.6.1 (#376)
Bumps [undici](https://github.com/nodejs/undici) from 6.4.0 to 6.6.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.4.0...v6.6.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:development
...
2024-02-16 16:29:22 +00:00
Antoine du Hamel 9a1cb385bb
chore!: remove Node.js 19.x from the range of supported versions (#375)
We do not support EOL versions.
2024-02-16 15:55:08 +00:00
Kristoffer K fe6a3072f6
feat!: use `fetch` (#365)
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-02-11 23:52:38 +01:00
github-actions[bot] a3f271cdf0
chore(main): release 0.24.1 (#353) 2024-01-13 09:08:58 +00:00
github-actions[bot] 9bdd2960ce
chore(main): release 0.24.0 (#345) 2023-12-29 23:21:49 +00:00
Antoine du Hamel addf455f74
chore: bump dev dependencies (#346) 2023-12-29 23:45:32 +01:00
github-actions[bot] b7aa57644c
chore(main): release 0.23.0 (#327) 2023-11-05 10:40:10 +00:00
github-actions[bot] 0e89bfa851
chore(main): release 0.22.0 (#320) 2023-10-21 17:58:26 +00:00
Antoine du Hamel 2b5f6b7c53
chore: upgrade outdated dependencies (#322)
- `esbuild`: 0.17.19 -> 0.19.5
- `which`: 3.x -> 4.x
- ESlint plugins
2023-10-21 18:16:20 +02:00
Antoine du Hamel 9583583767
chore: bump npm dependencies (#321) 2023-10-20 10:02:58 +00:00
github-actions[bot] adf2e7aa15
chore(main): release 0.21.0 (#310) 2023-10-08 09:53:36 +02:00
Antoine du Hamel 787e24df60
chore: update supported Node.js versions (#309)
BREAKING CHANGE: remove support for Node.js 16.x
2023-09-15 10:42:51 +02:00
Kristoffer K c085753286
chore: update Yarn (#308) 2023-09-11 23:47:06 +02:00
github-actions[bot] 2bf76c9e29
chore(main): release 0.20.0 (#289) 2023-08-29 15:37:54 +00:00
Maël Nison fe3e5cd86c
Refactoring of the CLI interface (#291)
* Refactoring of the CLI interface

* Updates the Nock snapshots

* Regenerates the Nock files on Node 16

* Update README.md

* Adds --cache-only to corepack install -g

* Fixes hash generation
2023-08-28 22:01:48 +02:00
Antoine du Hamel b3408446e7
chore: remove `vm2` from dev dependencies (#284) 2023-07-20 12:52:52 +02:00
Rich Trott 98338b3469
chore: update dev dependency proxy-agent to 6.2.2 (#283)
This is to update the indirect vm2 dependency and resolve some
dependabot alerts.
2023-07-13 17:50:18 -07:00
dependabot[bot] 6090fe7cbe
build(deps-dev): bump semver from 7.5.1 to 7.5.2 (#281)
Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.1...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-13 13:50:51 -07:00
github-actions[bot] db9b7e6982
chore(main): release 0.19.0 (#278) 2023-06-24 16:55:08 +00:00