Releases: patrickedqvist/wait-for-vercel-preview
Releases · patrickedqvist/wait-for-vercel-preview
Version 1.3.2
What's Changed
- build(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #61
- feat: set runtime to node version 20 by @patrickedqvist in #65
Version 1.3.1
- Specifies node16 instead of non-applicable node18 in action.yml
Full Changelog: v1.3.0...v.1.3.1
Version 1.3.0
- Maintenance release (updated packages)
- Squashed some bugs.
Thanks, everyone for your contributions! ⭐
What's Changed
- build(deps): bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #30
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #32
- Update readme with push event support by @vitorbal in #31
- fix: use the full max_timeout for the deployment phase by @JoshBarr in #34
- build(deps): bump @actions/core from 1.4.0 to 1.9.1 by @dependabot in #37
- Stop hiding error under the pretense of deployments by @NullSoldier in #36
- Add
path
optional parameter to Readme.md by @juliofarah in #38 - build(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.6 by @dependabot in #40
- build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #41
- bump @xmldom/xmldom from 0.7.6 to 0.7.9 by @dependabot in #42
- Bump node and dep versions by @kdawgwilk in #44
- Fix axios import error on tests by @oxfist in #48
- chore: update packages by @patrickedqvist in #51
New Contributors
- @vitorbal made their first contribution in #31
- @NullSoldier made their first contribution in #36
- @juliofarah made their first contribution in #38
- @kdawgwilk made their first contribution in #44
- @oxfist made their first contribution in #48
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
Feature
Bugs
- Fixed an issue where the deployment notification would never resolve, if there was another non-vercel deployment running in another workflow on the same PR. We look up the deployment that's triggered by vercel[bot] rather than just taking the first deployment.
- Fixed a couple of minor flow control things, where the code would keep running after setFailure(), which sometimes resulted in double errors
Version 1.1.1
- Fixed typo in example (thanks @joostmeijles)
- Update octokit definitions
Version 1.1.0
- Added "check_interval" feature
- Updated packages
Version 1.0.9
- Updated the constructor for the
@actions/github
package
Version 1.0.8
- Reverted from using ncc to plain js and node_modules
Version 1.0.6
- Added ncc for compiling the main file
Version 1.0.5
- Adds an optional environmental property (#8 - thanks to @felippepuhle)
- Update packages