Releases: peter-evans/repository-dispatch
Releases · peter-evans/repository-dispatch
Repository Dispatch v3.0.0
⚙️ Updated runtime to Node.js 20
- The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
What's Changed
- Bump prettier to fix deps by @peter-evans in #255
- build(deps-dev): bump @types/node from 18.17.12 to 18.17.14 by @dependabot in #257
- build(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #258
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #259
- build(deps-dev): bump @types/node from 18.17.14 to 18.17.16 by @dependabot in #261
- build(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #262
- build(deps-dev): bump jest-circus from 29.6.4 to 29.7.0 by @dependabot in #263
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by @dependabot in #264
- Update distribution by @actions-bot in #265
- build(deps-dev): bump @types/node from 18.17.16 to 18.17.18 by @dependabot in #266
- build(deps-dev): bump eslint-plugin-github from 4.10.0 to 4.10.1 by @dependabot in #267
- build(deps-dev): bump @types/node from 18.17.18 to 18.18.0 by @dependabot in #268
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by @dependabot in #269
- build(deps-dev): bump @types/node from 18.18.0 to 18.18.3 by @dependabot in #271
- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by @dependabot in #275
- build(deps-dev): bump @types/node from 18.18.3 to 18.18.5 by @dependabot in #274
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by @dependabot in #276
- build(deps-dev): bump @babel/traverse from 7.16.3 to 7.23.2 by @dependabot in #278
- build(deps-dev): bump @types/node from 18.18.5 to 18.18.6 by @dependabot in #279
- build(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #280
- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by @dependabot in #281
- build(deps-dev): bump @types/node from 18.18.6 to 18.18.7 by @dependabot in #282
- build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #283
- build(deps-dev): bump @types/node from 18.18.7 to 18.18.8 by @dependabot in #284
- build(deps-dev): bump @types/node from 18.18.8 to 18.18.9 by @dependabot in #285
- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by @dependabot in #286
- build(deps-dev): bump prettier from 3.0.3 to 3.1.0 by @dependabot in #287
- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by @dependabot in #289
- build(deps-dev): bump @types/node from 18.18.9 to 18.18.13 by @dependabot in #290
- build(deps-dev): bump @types/node from 18.18.13 to 18.19.0 by @dependabot in #291
- build(deps-dev): bump @types/node from 18.19.0 to 18.19.3 by @dependabot in #292
- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by @dependabot in #293
- build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by @dependabot in #296
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #295
- build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #297
- build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.1 by @dependabot in #298
- build(deps-dev): bump eslint-plugin-prettier from 5.1.1 to 5.1.2 by @dependabot in #299
- build(deps-dev): bump @types/node from 18.19.3 to 18.19.4 by @dependabot in #300
- build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by @dependabot in #301
- build(deps-dev): bump @types/node from 18.19.4 to 18.19.6 by @dependabot in #302
- build(deps-dev): bump prettier from 3.1.1 to 3.2.4 by @dependabot in #303
- build(deps-dev): bump @types/node from 18.19.6 to 18.19.8 by @dependabot in #304
- feat: update runtime to node 20 by @peter-evans in #305
Full Changelog: v2.1.2...v3.0.0
Repository Dispatch v2.1.2
What's Changed
- Update README.md by @DanRoscigno in #153
- Update README.md - Document use of Fine Grained Access Token by @BrunoJuchli in #227
- fix: deprecation of @octokit/request-error
error.code
by @thijsvtol in #245 - 99 dependency updates by @dependabot
New Contributors
- @DanRoscigno made their first contribution in #153
- @BrunoJuchli made their first contribution in #227
- @thijsvtol made their first contribution in #245
Full Changelog: v2.1.1...v2.1.2
Repository Dispatch v2.1.1
What's Changed
- Replace use of any type by @peter-evans in #125
- Bump prettier from 2.5.0 to 2.8.1 by @dependabot in #131
- Bump jest-circus from 27.4.2 to 29.3.1 by @dependabot in #132
- Bump eslint-plugin-github from 4.3.5 to 4.6.0 by @dependabot in #130
- Bump @vercel/ncc from 0.32.0 to 0.36.0 by @dependabot in #133
- Bump @types/node from 16.11.11 to 18.11.11 by @dependabot in #134
Full Changelog: v2.1.0...v2.1.1
Repository Dispatch v2.1.0
⭐ Input token
now defaults to GITHUB_TOKEN
. This follows a GitHub update that now allows this default token to be used for dispatch events to the current repository. Please see the readme for further details.
What's Changed
- Fix: Information related to tokens in README by @santunioni in #118
- Token update by @peter-evans in #124
New Contributors
- @santunioni made their first contribution in #118
Full Changelog: v2.0.1...v2.1.0
Repository Dispatch v2.0.1
⚙️ Bumps @actions/core
to transition away from deprecated runner commands.
What's Changed
- Add workflow permissions by @peter-evans in #115
- 10 dependency updates by @dependabot and @github-actions
Full Changelog: v2.0.0...v2.0.1
Repository Dispatch v2.0.0
What's New
- Updated runtime to Node.js 16
- The action now requires a minimum version of v2.285.0 for the Actions Runner.
- If using GitHub Enterprise Server, the action requires GHES 3.4 or later.
What's Changed
- Remove workflow by @peter-evans in #95
- Update runtime to node 16 by @peter-evans in #106
- 15 dependency updates by @actions-bot and @dependabot
Full Changelog: v1.1.3...v2.0.0
Repository Dispatch v1.1.3
- Improved error message for 404 errors. These errors can also be a result of insufficient token permissions.
Repository Dispatch v1.1.2
- Dependency updates
Repository Dispatch v1.1.1
- Dependency updates
Repository Dispatch v1.1.0
- Converted action to Typescript
- Minor improvements