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
Brad Parham
61b0b1c504
patches: add cross compiling fix to node 19
...
based on suggested change from https://github.com/nodejs/node/pull/45756
2023-03-15 12:06:22 +01:00
Brad Parham
009e09e5e6
ci: revive cross compile
2023-03-15 12:06:22 +01:00
Brad Parham
de53837679
patches: bump to 14.21.3, 16.19.1, 18.14.1, and 19.6.1 ( #277 )
2023-02-17 20:42:45 +01:00
Brad Parham
8d896d4b1e
dockerfile.linux: use Node.js 16.x to avoid glibc issues ( #265 )
2023-02-14 08:20:28 +01:00
Blaine Bublitz
7b2305001c
patches: add patch for node 19.6 ( #274 )
2023-02-14 08:11:41 +01:00
Brad Parham
34522ecc00
patches: fix toLocalChecked use in 18.13.0 ( #273 )
2023-02-04 21:17:54 -06:00
Brad Parham
079c6f63a5
patches: bump to 18.13.0, 16.19.0 and 14.21.2 ( #269 )
...
* patches: bump to 14.21.2
* patches: bump to 16.19.0
* patches: bump to 18.13.0
2023-01-27 20:11:01 -06:00
Brad Parham
9220fc167d
Add applyPatches script and some basic patch documentation ( #251 )
...
* build: add applyPatches script and docs
Adds a new package.json script to only apply patches as well as some
basic documentation on applying patches and building binaries
* README: add example of patch updates to readme
* tests: add simple patch application checker
* CI: always run lint in ci job matrix
* patches: fix 10.24.1 patch to apply with no offset
2023-01-27 20:09:06 -06:00
Lee Robinson
9820a98e7c
Update README
2023-01-24 23:29:04 -06:00
Brad Parham
794e97e7b0
patches: bump to 18.12.1, 16.18.1 and 14.21.1 ( #260 )
...
* patches: bump to 18.12.1
* patches: bump to 16.18.1
* patches: bump to 14.21.1
2022-11-08 08:32:26 -08:00
Jesse Chan
0b2a03743e
3.4.2
2022-07-11 12:51:06 -07:00
Jesse Chan
d67a7f4dc3
expected: add hashes of 14.20.0, 16.16.0 and 18.5.0
2022-07-11 12:50:24 -07:00
Jesse Chan
6ffa969bc0
patches: bump to 14.20.0, 16.16.0 and 18.5.0
2022-07-08 15:47:59 -07:00
Jesse Chan
104725a363
Dockerfile.alpine: handle "python2" removal
2022-06-21 11:30:47 -07:00
Jesse Chan
6c1886500d
patches: bump to 18.4.0
2022-06-21 11:29:50 -07:00
Jesse Chan
ca37139b2c
patches: bump to 18.3.0
2022-06-14 15:29:48 -07:00
Brad Parham
9b7221aa5c
patches: bump to 14.19.3 and 16.15.1 ( #252 )
2022-06-14 15:03:21 -07:00
Brad Parham
a9f960440c
patches: bump to 18.2.0
2022-05-25 12:32:37 +02:00
Jesse Chan
cf13b70266
3.4.1
2022-05-09 12:44:27 -07:00
Jesse Chan
78034df375
expected: update hashes of 18.1.0, add hashes of 14.19.2
2022-05-05 15:33:11 -07:00
Jesse Chan
f0e3aec71b
patches: bump to 14.19.2
2022-05-05 00:33:16 -07:00
Jesse Chan
137b51725e
patches: fix up Node 18 patch
2022-05-05 00:31:21 -07:00
Jesse Chan
895760353f
3.4.0
2022-05-04 20:31:24 -07:00
Jesse Chan
5011c53839
expected: update hashes of 14.19.1, add hashes of 16.15.0 and 18.1.0
2022-05-04 20:30:08 -07:00