2m / arch-pkgbuild-builder

Arch Linux PKGBUILD GitHub builder action
https://github.com/marketplace/actions/arch-linux-pkgbuild-builder-action
35 stars 24 forks source link

Bump actions/github-script from 0.2.0 to v4.0.2 #24

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps actions/github-script from 0.2.0 to v4.0.2.

Release notes

Sourced from actions/github-script's releases.

Update @​actions/core package

This release updates the @actions/core package to 1.2.7 - actions/github-script#137

Fix "require" search path

Previously, the wrapped require searched the existing module.paths and then process.cwd(). We now only search process.cwd(). See actions/github-script#136 for details.

Add support for relative and npm package require

This release adds support for relative require paths, as well as requiring npm modules installed in the working directory.

Add @actions/glob package

This releases adds the @actions/glob package, which can be used in scripts via the glob variable - #127

Update Octokit Dependencies

This release adds the latest Octokit dependencies.

Fix build

I made an error in building v3.0.1, and this resolves that.

Bump actions-core

This release bumps actions-core to 1.2.6.

Update Octokit/Actions Toolkit

The Actions and Octokit dependencies have been bumped. Since they contain major version updates, this also constitutes a major version update for this action:

{
    "@actions/core": "^1.2.4",
    "@actions/github": "^4.0.0",
    "@actions/io": "^1.0.2",
    "@octokit/core": "^3.1.2",
    "@octokit/plugin-paginate-rest": "^2.3.0",
    "@octokit/plugin-rest-endpoint-methods": "^4.1.2"
}

Vendor third-party licenses

This release includes vendored licenses for this action's npm dependencies.

Update actions/github

This updates the NPM package @actions/github to the latest version, which includes updates to the rest API interface.

Add @​actions/io

This release includes the @​actions/io package, exposed as io in the script.

Initial release

This is the initial major release of actions/github-script

Add @​actions/core

This release adds the core variable to the script, which gives one access to the @​actions/core package.

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2m commented 3 years ago

@dependabot ignore this major version

dependabot[bot] commented 3 years ago

This option isn't available on git dependencies, as Dependabot currently stores their SHA rather than their version.

If you'd like to ignore all updates for this dependency just reply @dependabot ignore this dependency.

2m commented 3 years ago

@dependabot ignore this dependency

dependabot[bot] commented 3 years ago

OK, I won't notify you about actions/github-script again, unless you re-open this PR or update it yourself. 😢