Commit Graph

137 Commits

Author SHA1 Message Date
R. Ryantm
da27f5eed0 esbuild: 0.20.0 -> 0.20.1 2024-02-19 07:28:00 +00:00
Mario Rodas
4a49046c3a esbuild: 0.19.12 -> 0.20.0
Diff: https://github.com/evanw/esbuild/compare/v0.19.12...v0.20.0

Changelog: https://github.com/evanw/esbuild/blob/v0.20.0/CHANGELOG.md
2024-01-28 04:20:00 +00:00
Mario Rodas
b60c5f00ad esbuild: 0.19.11 -> 0.19.12
Diff: https://github.com/evanw/esbuild/compare/v0.19.11...v0.19.12

Changelog: https://github.com/evanw/esbuild/blob/v0.19.12/CHANGELOG.md
2024-01-23 04:20:00 +00:00
Mario Rodas
0d7da4ad31 esbuild: 0.19.10 -> 0.19.11
Diff: https://github.com/evanw/esbuild/compare/v0.19.10...v0.19.11

Changelog: https://github.com/evanw/esbuild/blob/v0.19.11/CHANGELOG.md
2023-12-29 04:20:00 +00:00
Mario Rodas
e4d0024636 esbuild: 0.19.9 -> 0.19.10
Diff: https://github.com/evanw/esbuild/compare/v0.19.9...v0.19.10

Changelog: https://github.com/evanw/esbuild/blob/v0.19.10/CHANGELOG.md
2023-12-23 04:20:00 +00:00
R. Ryantm
6785cf4f5c esbuild: 0.19.8 -> 0.19.9 2023-12-14 19:14:14 +00:00
Mario Rodas
337359c939 esbuild: 0.19.7 -> 0.19.8
Diff: https://github.com/evanw/esbuild/compare/v0.19.7...v0.19.8

Changelog: https://github.com/evanw/esbuild/blob/v0.19.8/CHANGELOG.md
2023-11-26 04:20:00 +00:00
Ivan Kozik
a14bbc1661 esbuild: add myself to maintainers 2023-11-21 01:38:10 +00:00
Ivan Kozik
c77bec3beb esbuild: 0.19.6 -> 0.19.7 2023-11-21 01:38:09 +00:00
Mario Rodas
7d5c99d60b esbuild: 0.19.5 -> 0.19.6
Diff: https://github.com/evanw/esbuild/compare/v0.19.5...v0.19.6

Changelog: https://github.com/evanw/esbuild/blob/v0.19.6/CHANGELOG.md
2023-11-19 04:20:00 +00:00
Mario Rodas
4a0f0f82ce esbuild: 0.19.4 -> 0.19.5
Diff: https://github.com/evanw/esbuild/compare/v0.19.4...v0.19.5

Changelog: https://github.com/evanw/esbuild/blob/v0.19.5/CHANGELOG.md
2023-10-16 04:20:00 +00:00
Mario Rodas
7b794d27c3 esbuild: 0.19.3 -> 0.19.4
Diff: https://github.com/evanw/esbuild/compare/v0.19.3...v0.19.4

Changelog: https://github.com/evanw/esbuild/blob/v0.19.4/CHANGELOG.md
2023-09-28 04:20:00 +00:00
Mario Rodas
051846849b esbuild: 0.19.2 -> 0.19.3
Diff: https://github.com/evanw/esbuild/compare/v0.19.2...v0.19.3

Changelog: https://github.com/evanw/esbuild/blob/v0.19.3/CHANGELOG.md
2023-09-13 04:20:00 +00:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Mario Rodas
2ea83536fc esbuild: 0.19.1 -> 0.19.2
Diff: https://github.com/evanw/esbuild/compare/v0.19.1...v0.19.2

Changelog: https://github.com/evanw/esbuild/blob/v0.19.2/CHANGELOG.md
2023-08-14 04:20:00 +00:00
Mario Rodas
2c321f6997 esbuild: 0.19.0 -> 0.19.1
Diff: https://github.com/evanw/esbuild/compare/v0.19.0...v0.19.1

Changelog: https://github.com/evanw/esbuild/blob/v0.19.1/CHANGELOG.md
2023-08-11 04:20:00 +00:00
Mario Rodas
ed85ad70c8 esbuild: 0.18.20 -> 0.19.0
Diff: https://github.com/evanw/esbuild/compare/v0.18.20...v0.19.0

Changelog: https://github.com/evanw/esbuild/blob/v0.19.0/CHANGELOG.md
2023-08-08 04:20:00 +00:00
Mario Rodas
41ccac28d5 esbuild: 0.18.19 -> 0.18.20
Diff: https://github.com/evanw/esbuild/compare/v0.18.19...v0.18.20

Changelog: https://github.com/evanw/esbuild/blob/v0.18.20/CHANGELOG.md
2023-08-08 04:20:00 +00:00
Mario Rodas
461d62d0d0 esbuild: 0.18.18 -> 0.18.19
Diff: https://github.com/evanw/esbuild/compare/v0.18.18...v0.18.19

Changelog: https://github.com/evanw/esbuild/blob/v0.18.19/CHANGELOG.md
2023-08-06 04:20:00 +00:00
Mario Rodas
797b294938 esbuild: 0.18.17 -> 0.18.18
Diff: https://github.com/evanw/esbuild/compare/v0.18.17...v0.18.18

Changelog: https://github.com/evanw/esbuild/blob/v0.18.18/CHANGELOG.md
2023-08-05 04:20:00 +00:00
Robert Hensing
34ee0260ec treewide: Add meta.mainProgram
Based on ofborg feedback.
Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-01 12:21:05 +02:00
Mario Rodas
4e90d673a7 esbuild: 0.18.16 -> 0.18.17
Diff: https://github.com/evanw/esbuild/compare/v0.18.16...v0.18.17

Changelog: https://github.com/evanw/esbuild/blob/v0.18.17/CHANGELOG.md
2023-07-26 04:20:00 +00:00
Mario Rodas
b38c264af9 esbuild: 0.18.15 -> 0.18.16
Diff: https://github.com/evanw/esbuild/compare/v0.18.15...v0.18.16

Changelog: https://github.com/evanw/esbuild/blob/v0.18.16/CHANGELOG.md
2023-07-23 04:20:00 +00:00
Mario Rodas
709083f280 esbuild: 0.18.14 -> 0.18.15
Diff: https://github.com/evanw/esbuild/compare/v0.18.14...v0.18.15

Changelog: https://github.com/evanw/esbuild/blob/v0.18.15/CHANGELOG.md
2023-07-20 04:20:00 +00:00
Mario Rodas
1edff8f04f esbuild: 0.18.13 -> 0.18.14
Diff: https://github.com/evanw/esbuild/compare/v0.18.13...v0.18.14

Changelog: https://github.com/evanw/esbuild/blob/v0.18.14/CHANGELOG.md
2023-07-18 04:20:00 +00:00
Mario Rodas
063192eb3d esbuild: 0.18.11 -> 0.18.13
Diff: https://github.com/evanw/esbuild/compare/v0.18.11...v0.18.13

Changelog: https://github.com/evanw/esbuild/blob/v0.18.13/CHANGELOG.md
2023-07-12 04:20:00 +00:00
Mario Rodas
58e8f74148 esbuild: 0.18.10 -> 0.18.11
Diff: https://github.com/evanw/esbuild/compare/v0.18.10...v0.18.11

Changelog: https://github.com/evanw/esbuild/blob/v0.18.11/CHANGELOG.md
2023-07-01 04:20:00 +00:00
Mario Rodas
c33c6c4aa4 esbuild: 0.18.9 -> 0.18.10
Diff: https://github.com/evanw/esbuild/compare/v0.18.9...v0.18.10

Changelog: https://github.com/evanw/esbuild/blob/v0.18.10/CHANGELOG.md
2023-06-26 04:20:00 +00:00
Mario Rodas
9d746127bc esbuild: 0.18.8 -> 0.18.9
Diff: https://github.com/evanw/esbuild/compare/v0.18.8...v0.18.9

Changelog: https://github.com/evanw/esbuild/blob/v0.18.9/CHANGELOG.md
2023-06-26 04:20:00 +00:00
Mario Rodas
ca3fe35107 esbuild: 0.18.7 -> 0.18.8
Diff: https://github.com/evanw/esbuild/compare/v0.18.7...v0.18.8

Changelog: https://github.com/evanw/esbuild/blob/v0.18.8/CHANGELOG.md
2023-06-24 04:20:00 +00:00
Mario Rodas
7a36cb5631 esbuild: 0.18.6 -> 0.18.7
Diff: https://github.com/evanw/esbuild/compare/v0.18.6...v0.18.7

Changelog: https://github.com/evanw/esbuild/blob/v0.18.7/CHANGELOG.md
2023-06-24 04:20:00 +00:00
Mario Rodas
e8e1e97a3f esbuild: 0.18.5 -> 0.18.6
Diff: https://github.com/evanw/esbuild/compare/v0.18.5...v0.18.6

Changelog: https://github.com/evanw/esbuild/blob/v0.18.6/CHANGELOG.md
2023-06-21 04:20:00 +00:00
Mario Rodas
5789287a95 esbuild: 0.18.4 -> 0.18.5
Diff: https://github.com/evanw/esbuild/compare/v0.18.4...v0.18.5

Changelog: https://github.com/evanw/esbuild/blob/v0.18.5/CHANGELOG.md
2023-06-19 04:20:00 +00:00
Mario Rodas
38d5461112 esbuild: 0.18.3 -> 0.18.4
Diff: https://github.com/evanw/esbuild/compare/v0.18.3...v0.18.4

Changelog: https://github.com/evanw/esbuild/blob/v0.18.4/CHANGELOG.md
2023-06-16 04:20:00 +00:00
Mario Rodas
faab4a33ed esbuild: 0.18.2 -> 0.18.3
Diff: https://github.com/evanw/esbuild/compare/v0.18.2...v0.18.3

Changelog: https://github.com/evanw/esbuild/blob/v0.18.3/CHANGELOG.md
2023-06-16 04:20:00 +00:00
Mario Rodas
e0f32a3637 esbuild: 0.18.0 -> 0.18.2
Diff: https://github.com/evanw/esbuild/compare/v0.18.0...v0.18.2

Changelog: https://github.com/evanw/esbuild/blob/v0.18.2/CHANGELOG.md
2023-06-13 04:20:00 +00:00
undefined
b7d18de79f
esbuild: add undefined-moe to maintainers 2023-06-10 23:02:35 +08:00
undefined
2f0471c477
esbuild: 0.17.9 -> 0.18.0 2023-06-10 23:02:14 +08:00
Mario Rodas
0b39cd74e2 esbuild: 0.17.18 -> 0.17.19
Diff: https://github.com/evanw/esbuild/compare/v0.17.18...v0.17.19

Changelog: https://github.com/evanw/esbuild/blob/v0.17.19/CHANGELOG.md
2023-05-13 04:20:00 +00:00
Mario Rodas
5ae47dfec6 esbuild: 0.17.17 -> 0.17.18
https://github.com/evanw/esbuild/releases/tag/v0.17.18
2023-04-22 04:20:00 +00:00
R. Ryantm
68d6bc84cc esbuild: 0.17.16 -> 0.17.17 2023-04-19 02:57:45 +00:00
Mario Rodas
87ac91f76a esbuild: 0.17.15 -> 0.17.16
https://github.com/evanw/esbuild/releases/tag/v0.17.16
2023-04-10 04:20:00 +00:00
Mario Rodas
1e06c49514 esbuild: 0.17.14 -> 0.17.15
https://github.com/evanw/esbuild/releases/tag/v0.17.15
2023-04-01 04:20:00 +00:00
Mario Rodas
538ab435ae esbuild: 0.17.13 -> 0.17.14
https://github.com/evanw/esbuild/releases/tag/v0.17.14
2023-03-25 04:20:00 +00:00
Mario Rodas
6be0dbeb1f esbuild: 0.17.12 -> 0.17.13
https://github.com/evanw/esbuild/releases/tag/v0.17.13
2023-03-25 04:20:00 +00:00
Mario Rodas
8e932ee299 esbuild: 0.17.11 -> 0.17.12
https://github.com/evanw/esbuild/releases/tag/v0.17.12
2023-03-17 04:20:00 +00:00
Mario Rodas
cba18b7683 esbuild: 0.17.10 -> 0.17.11
https://github.com/evanw/esbuild/releases/tag/v0.17.11
2023-03-03 04:20:00 +00:00
Mario Rodas
e685e61790 esbuild: 0.17.9 -> 0.17.10
https://github.com/evanw/esbuild/releases/tag/v0.17.10
2023-02-21 04:25:00 +00:00
R. Ryantm
8e27bd2543 esbuild: 0.17.8 -> 0.17.9 2023-02-21 04:24:12 +00:00
Mario Rodas
af90082c61 esbuild: 0.17.7 -> 0.17.8
https://github.com/evanw/esbuild/releases/tag/v0.17.8
2023-02-13 04:20:00 +00:00