Bump @github/local-action from 3.2.1 to 5.0.0
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(11 months ago)
(9 months ago)
(9 months ago)
dependencies javascript
Bumps @github/local-action from 3.2.1 to 5.0.0.
Release notes
Sourced from @github/local-action's releases.
v5.0.0
What's Changed
- Remove bootstrap script call by
@ncalteenin github/local-action#204Full Changelog: https://github.com/github/local-action/compare/v4...v5.0.0
v4.0.0
What's Changed
- Build(deps-dev): Bump the npm-development group with 6 updates by
@dependabotin github/local-action#186- Build(deps): Bump typescript from 5.8.2 to 5.8.3 in the npm-production group by
@dependabotin github/local-action#187- Build(deps): Bump the npm_and_yarn group across 2 directories with 1 update by
@dependabotin github/local-action#189- Build(deps): Bump
@octokit/plugin-rest-endpoint-methodsfrom 14.0.0 to 16.0.0 by@dependabotin github/local-action#195- Build(deps): Bump yaml from 2.7.1 to 2.8.0 by
@dependabotin github/local-action#194- Build(deps): Bump commander from 13.1.0 to 14.0.0 by
@dependabotin github/local-action#193- Build(deps): Bump the npm-production group with 2 updates by
@dependabotin github/local-action#192- Build(deps-dev): Bump the npm-development group with 10 updates by
@dependabotin github/local-action#191- Build(deps-dev): Bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group by
@dependabotin github/local-action#196- Build(deps-dev): Bump eslint-plugin-jest from 28.12.0 to 29.0.1 by
@dependabotin github/local-action#201- Build(deps): Bump dotenv from 16.5.0 to 17.0.0 by
@dependabotin github/local-action#200- Build(deps): Bump tsx from 4.19.4 to 4.20.3 by
@dependabotin github/local-action#199- Build(deps): Bump undici from 7.8.0 to 7.11.0 by
@dependabotin github/local-action#197- Build(deps-dev): Bump the npm-development group with 8 updates by
@dependabotin github/local-action#198- docs: style title order by
@RSS1102in github/local-action#202- Add support for pre/post commands by
@ncalteenin github/local-action#203New Contributors
@RSS1102made their first contribution in github/local-action#202Full Changelog: https://github.com/github/local-action/compare/v3...v4.0.0
Changelog
Sourced from @github/local-action's changelog.
Changelog
v5
Removes support for custom
pathsin the target action'stsconfig.json. This appears to have been causing issues with type-stripping and later versions of Node.js.v4
This version adds support for
preandpostscripts for actions. These should follow the same structure as therunaction code (see theREADME.mdfor more details).v3
This version adds experimental support for pnpm and yarn.
Depending on the package manager and version, the invocation of the
tsxcommand that drives@github/local-actionis invoked differently.
Package Manager Version Command npmAny npm execpnpmAny pnpm dlxyarn<= 3yarn execyarn>= 4yarn dlxAlongside this, yarn PnP support is implemented via unplugging any modules stubbed by
@github/local-actionand "re-plugging" after completion of the action run.This support is still a work in progress. Any feedback or issues are welcome!
v2
As of version
2.0.0, thelocal-actiontool has been updated to require Node.js v20.6.0 or higher. This is necessary to support ESM loaders to override dependencies in the GitHub Actions Toolkit.v1
With the release of
v1.0.0, there was a need to switch fromts-nodeto
... (truncated)
Commits
ebc7c20Remove bootstrap script call (#204)53b566bRemove bootstrap script callcfca9e1Add support for pre/post commands (#203)1c4a59aMerge branch 'main' into ncalteen/18361ec4c0Add pre and post support to run command0263badAdd pre and post options to command processor0034f02Pass args via end of options63b31e7Add pre and post command documentation4c3ce0bdocs: style title order (#202)388392fdocs: style title order- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 7039579 |
| UUID: | 3224308569 |
| Node ID: | PR_kwDOPLE4aM6eknt4 |
| Host: | GitHub |
| Repository: | xcelera-dev/cli |