Commit Graph

720 Commits

Author SHA1 Message Date
Daniel Lando
59a2c69e8d
fix: build issues (#20) 2024-02-02 11:02:42 +01:00
Daniel Lando
3f7d742305
chore: bump actions (#19) 2024-02-01 13:48:07 +01:00
Daniel Lando
a4fa8992a0 feat: drop node 19 2024-02-01 10:07:58 +01:00
Daniel Lando
de81e9f50c
feat: node 20.11.0 and 18.19.0 patches (#18) 2024-02-01 10:03:53 +01:00
Daniel Lando
2eb79e529f docs: update docs 2024-02-01 09:34:12 +01:00
Daniel Lando
c7dff09919
fix: patches for arm64 (#15) 2024-01-03 10:06:50 +01:00
G'lek Tarssza
1461d596fa
chore: remove all calls to "set-output" from actions (#14) 2023-12-14 08:29:56 +01:00
Daniel Lando
67039f7746 Release 3.5.7 2023-12-05 15:44:37 +01:00
Daniel Lando
729c0a1871 chore: add .yarn to gitignore 2023-12-05 15:34:57 +01:00
Daniel Lando
98624e3a52 fix: update expected shas 2023-12-05 15:31:28 +01:00
Daniel Lando
28d96e99af chore: add missing macos-linux v20 matrix 2023-12-05 08:28:31 +01:00
Daniel Lando
fc07c46595 fix: update expected shas 2023-12-05 08:27:03 +01:00
Daniel Lando
07ed56d3e3
fix: v20 patch ARM64 (#12) 2023-12-04 17:11:57 +01:00
Daniel Lando
2ba1dd8939 fix: node20 patch syntax error winx64
Ref #11
2023-12-04 13:59:50 +01:00
G'lek Tarssza
31bbc32166
feat: support for latest NodeJS v20 (#11) 2023-12-04 09:09:51 +01:00
Daniel Lando
a787d4d7bb chore: update vscode settings 2023-11-21 14:59:29 +01:00
Daniel Lando
fd1a946333 Release 3.5.6 2023-10-28 12:26:59 +02:00
Daniel Lando
82cddb03df fix: update expected sha 2023-10-28 12:24:54 +02:00
Segev Finer
8f8986f0da
feat: macOS arm64 build (#8) 2023-10-27 10:06:08 +02:00
Daniel Lando
ac130055f0 Release 3.5.5 2023-10-17 08:53:24 +02:00
Daniel Lando
4bfcccb9af
feat: support for custom PKG_NODE_PATH (#7) 2023-10-17 08:50:13 +02:00
Daniel Lando
62ffff231b
fix: update expected sha of node 18.18.2 and 16.20.2 (#6) 2023-10-17 08:21:19 +02:00
Daniel Lando
6c9ac01407 chore: add --ignore-engines to all install comands 2023-10-16 18:01:18 +02:00
Gabriel Poulenard-Talbot
7a6232968d
fix: update to node 18.18.2 and node 16.20.2 (#4)
Co-authored-by: Gabriel P <gabriel.pt@planethoster.info>
2023-10-16 17:54:27 +02:00
Daniel Lando
66457a27f8 docs: add important notice about new releases 2023-10-05 16:15:10 +02:00
Daniel Lando
190d7880cd Release 3.5.4 2023-10-04 16:12:53 +02:00
Daniel Lando
056e7497a4 fix: update expected shas 2023-10-04 16:11:24 +02:00
Daniel Lando
2dd63b1676 Release 3.5.3 2023-10-04 11:25:24 +02:00
Daniel Lando
8212e14d70 chore: npm error fix 2023-10-04 11:24:01 +02:00
Daniel Lando
4026ce8ed5 chore: fix package.json name 2023-10-04 11:10:47 +02:00
Daniel Lando
cc7de4bd54
docs: add development docs (#1) 2023-10-04 11:05:40 +02:00
Daniel Lando
3c2c1baab8 chore: do not create gh release 2023-10-04 11:01:26 +02:00
Daniel Lando
bd1ccb659b
chore: add release script (#3) 2023-10-04 10:56:38 +02:00
Daniel Lando
dff791d781
chore: fix lock and editor (#2) 2023-10-04 10:35:49 +02:00
Daniel Lando
dba60177fd fix: change repo name and fetch url 2023-10-03 15:57:31 +02:00
dependabot[bot]
c6fdae4618 build(deps): bump semver from 7.3.5 to 7.5.2
Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 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.3.5...v7.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 14:31:52 +02:00
Gabriel Poulenard-Talbot
8fc4dcd84e
fix: update expected shas and bump to 3.5.2 (#292)
* update version in package.json

* bump to v3.5.2

* update shas

---------

Co-authored-by: Brad Parham <baparham@gmail.com>
Co-authored-by: Gabriel P <gabriel.pt@planethoster.info>
2023-03-28 21:06:03 +02:00
Daniel Lando
f7fe1cf35c fix: missing expected-shas.json from release
Ref #285
2023-03-28 18:44:05 +02:00
Brad Parham
733352b8a1 ci: drop diff print from build-all job 2023-03-28 10:15:03 +02:00
Brad Parham
eaab4f79af expected-shas.json: sort shas with new semver sort 2023-03-28 10:15:03 +02:00
Brad Parham
8015eb2f02 update sha sorting algorithm to coerce to semver sorting 2023-03-28 10:15:03 +02:00
Brad Parham
fbac6b2ddf ci: add more automation to release and asset creation 2023-03-28 10:15:03 +02:00
Brad Parham
2e9af3a5a8 expected: Refactor SHAs into sorted, machine-updatable json format 2023-03-28 10:15:03 +02:00
Matthias Heller
0098fa8a26
fix: patch issues with workers #282 (#288)
* Fix for issue #282 (node.js 18.15.0)

This commit solves issue #282 for node.js 18.15.0

* Fix for issue #282 (node.js 19.8.1) 

This commit solves issue #282 for node.js 19.8.1
2023-03-27 12:33:24 +02:00
Brad Parham
75f1e002d6 patches: bump to 19.8.1 2023-03-17 12:14:32 +01:00
Brad Parham
4be7c66b61 ci: create build-all.yml to kick off all builds 2023-03-15 12:06:22 +01:00
Brad Parham
bef28786f5 patches: bump to 19.7.0 and 18.15.0 2023-03-15 12:06:22 +01:00
Brad Parham
bbe522b316 dockerfile.alpine: remove pythonispython3 from packages 2023-03-15 12:06:22 +01:00
Brad Parham
87812e0a6e patches: update 16.19.1 patch with support for cross compiling 2023-03-15 12:06:22 +01:00
Brad Parham
c0b9334f18 patches: update 18.14.1 with support for cross-compiling 2023-03-15 12:06:22 +01:00