Commit graph

156 commits

Author SHA1 Message Date
Alex Miller
298e00d169
Merge pull request #17 from AurorNZ/bump_packages
Bump packages and actions
2024-09-11 13:58:40 +12:00
Alex Miller
54ebb4d5f2
Merge pull request #16 from AurorNZ/esbuild_esm
Generate build with esm
2024-09-11 13:58:26 +12:00
Alex Miller
6f1712ff4e Bump actions 2024-09-11 13:39:50 +12:00
Alex Miller
bfc6e48216 Generate new bundle 2024-09-11 13:39:50 +12:00
Alex Miller
5c7b514919 Bump packages 2024-09-11 13:39:50 +12:00
Alex Miller
d28a6399db Check dist has been updated for new builds 2024-09-11 13:37:56 +12:00
Alex Miller
f46f3f0cc6 Generate new bundle 2024-09-11 13:37:56 +12:00
Alex Miller
61068b04d2 Add import extensions 2024-09-11 13:37:56 +12:00
Alex Miller
c4f6f6794a Use esbuild to generate esm bundle 2024-09-11 13:37:56 +12:00
Alex Miller
e5970628e0
Merge pull request #15 from AurorNZ/eslint_upgrade
Eslint upgrade
2024-09-11 13:35:40 +12:00
Alex Miller
09d0925459 Fix prettier config erroring on json 2024-09-11 13:32:02 +12:00
Alex Miller
19fa779d55 Fix lint findings 2024-09-11 13:32:02 +12:00
Alex Miller
00461c6632 Upgrade eslint 2024-09-11 13:32:02 +12:00
Alex Miller
f81aac8ad0
Merge pull request #14 from AurorNZ/vitest
Migrate jest to vitest
2024-09-11 13:30:16 +12:00
Alex Miller
6818e25de3 Migrate jest to vitest 2024-09-11 12:48:44 +12:00
Alex Miller
9a1e626831
Merge pull request #13 from AurorNZ/migrate_pnpm
Migrate to PNPM and Volta
2024-09-11 12:27:11 +12:00
Alex Miller
768f03c879 Migrate to pnpm and volta 2024-09-11 12:06:33 +12:00
Daniil Samoylov
b671dc324f Update action versions in Readme 2024-01-30 15:25:55 +13:00
Daniil Samoylov
3b1f3abc33
Merge pull request #9 from AurorNZ/upgrade_node_version_and_dependencies
Upgrade node version and dependencies
2024-01-30 15:21:11 +13:00
Daniil Samoylov
d8fa5d4895 Add changelog 2024-01-30 15:20:51 +13:00
Daniil Samoylov
721c731a19 Rebuild 2024-01-30 15:16:29 +13:00
Daniil Samoylov
2c495ec569 Upgrade all the things 2024-01-30 15:12:05 +13:00
Daniil Samoylov
e55b1ed57a Upgrade node to 20 2024-01-30 14:52:42 +13:00
Daniil Samoylov
7c547bdd24 Release 3.0.1 2023-05-02 14:48:17 +12:00
Daniil Samoylov
45ee11c1ea
Merge pull request #5 from AurorNZ/Fix-security-alerts
Fix security alerts
2023-05-02 14:47:17 +12:00
Daniil Samoylov
996e087f9b Fix security alerts 2023-05-02 14:45:03 +12:00
Daniil Samoylov
0bb611c87f
Merge pull request #3 from ApprenticeFS/merge-main-from-dorny
Merge main from dorny
2023-05-02 14:38:43 +12:00
jordanb-afs
00ec0bcf8c bump jest back, typescript version was the real issue 2023-04-10 09:35:23 -06:00
jordanb-afs
6098719e4f backport changes to use newer core 2023-04-10 08:50:02 -06:00
jordanb-afs
5b3a607f35 merge in some of main 2023-04-10 08:07:09 -06:00
Jean Barmash
f12b3cee3b
Merge pull request #1 from jbarmash/jbarmash-upgrade-action-to-node16
Update Action to Node 16
2022-10-15 17:13:05 -04:00
Jean Barmash
48131fd4e9 Update Action to Node 16 2022-10-15 17:06:40 -04:00
Daniil Samoylov
1497c53e78 v3 2022-03-01 15:45:42 +13:00
Daniil Samoylov
fa09ebae05
Merge pull request #1 from AurorNZ/use-micromatch
Use micromatch
2022-03-01 15:43:33 +13:00
Daniil Samoylov
5af776fb70 Add tests for the filter with negation 2022-03-01 15:42:08 +13:00
Daniil Samoylov
6706fee383 Replace picomatch with micromatch
Using micromatch, removed `added|modified` rule to simplify the rules. The idea is to extend the output with things like `anyModified` or `anyDeleted` instead of putting that into the matcher rules to keep the matcher rules in sync with `micromatch` rules
2022-03-01 12:33:38 +13:00
Michal Dorner
1ec7035ff5
Merge pull request #95 from jsoref/misc
Improve README
2021-07-08 19:39:33 +02:00
Josh Soref
74cfa7995e
Markdown fixes 2021-07-07 23:52:11 -04:00
Josh Soref
a0e43af4ae
Split yaml sections 2021-07-07 23:33:53 -04:00
Josh Soref
b7a9db5c9b
brand: GitHub 2021-07-07 23:32:59 -04:00
Michal Dorner
b2feaf19c2
Update CHANGELOG for v2.10.2 2021-06-14 10:39:12 +02:00
Michal Dorner
71d51d8208
Merge pull request #91 from dorny/issue-90-get-local-branch
Fix #90 getLocalRef() returns wrong ref
2021-06-14 10:38:37 +02:00
Michal Dorner
af2564d3e0
Fix #90 getLocalRef() returns wrong ref
git show-ref will return all branches where end segment matches the input. This cause issues when there are both 'someBranch' and 'somePrefix/someBranch' branches. This fix ensures the correct ref is returned by explicitly matching segments after common parts (e.g. refs/heads).
2021-06-14 10:20:58 +02:00
Michal Dorner
78ab00f877
Update CHANGELOG for v2.10.1 2021-04-19 22:35:26 +02:00
Michal Dorner
f3d3fc848b
Merge pull request #85 from dorny/improve-robustness
Improve robustness of change detection
2021-04-19 22:34:23 +02:00
Michal Dorner
aae9c5619e
Fix some grammar issues in README 2021-04-19 22:18:44 +02:00
Michal Dorner
e59743163d
Fix unnecessary calls to getLocalRef() 2021-04-12 22:46:34 +02:00
Michal Dorner
78b1672eeb
Fix missing await 2021-04-12 22:31:38 +02:00
Michal Dorner
f1c461fccf
Fix logging inside ensureRefAvailable() 2021-04-12 22:22:57 +02:00
Michal Dorner
0b18612ac3
Improve support for PR events + verify base and ref are used correctly 2021-04-12 16:29:29 +02:00