grafana / grafana-aws-sdk-react

Apache License 2.0
3 stars 1 forks source link

Bump the all-dependencies group with 5 updates #98

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all-dependencies group with 5 updates:

Package From To
actions/checkout 2 4
tibdex/github-app-token 1.8.0 2.1.0
EndBug/version-check 1 2
actions/setup-node 3 4
actions/github-script 6.2.0 7.0.1

Updates actions/checkout from 2 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

... (truncated)

Commits


Updates tibdex/github-app-token from 1.8.0 to 2.1.0

Release notes

Sourced from tibdex/github-app-token's releases.

v2.1.0

Projects willing to keep the token alive after the end of the job can pass revoke: false as an input.

v2.0.0

  • BREAKING: replaces the installation_id and repository inputs with installation_retrieval_mode and installation_retrieval_payload to also support organization and user installation.
  • switches to node20.
  • adds a repositories input to scope the created token to a subset of repositories.
  • revokes the created token at the end of the job with a post script.

v1.9.0

No release notes provided.

v1.8.2

No release notes provided.

v1.8.1

No release notes provided.

Commits


Updates EndBug/version-check from 1 to 2

Release notes

Sourced from EndBug/version-check's releases.

v2.0.0

From now on, the changed output will always be either 'true' or 'false', and never undefined.

v1.6.0

You can now use the ::before tag in private repos (PR #27)

v1.5.0

You can now use ::before as the file-url parameter: it will resolve to the file from the commit before the push event that triggered the workflow run. Also, this repo now follows the All Contributors specifications ✨

v1.4.0

This version adds three new options: file-url, assume-same-version and static-checking. Please see the README to find out how to use them. As always, if you find any bugs please let me know by opening a new issue in this repo.

v1.3.0

This version adds two features:

  • The action can now be used with PRs
  • The action now has a commit output, from which you can grab the sha of the commit where the version change has been detected

v1.2.2

This makes the action automatically build with @zeit/ncc. No significant changes should be noticed by the end user, if not a slight improvement in performance.

v1.2.1

This patch fixes issue #11: the action wasn't detecting versions with a more complex format, like 1.2.3-alpha.10.beta.0+build.unicorn.rainbow, because it was stopping at the patch number (1.2.3). This should now be fixed

v1.2.0

This release adds the version output: it's a string with the new version, and can be used to, for example, create a new release with the version name.

v1.1.1

This release is just to add the major version tag v1, which can be used to keep the action updated while avoiding breaking changes.

v1.1.0

This version adds support for private repositories, you just need to pass the bearer GitHub token as an input. You can find more info about that on the action page.

v1.0.1

This adds a useful example if you want to use this action to publish your package to both NPM and GitHub Package Registry.

Commits
  • 36ff30f 2.1.5
  • 97ae26b chore: npm audit fix
  • dcf13c4 docs: add khurrambilalaurecon as a contributor for bug (#309)
  • 8f78867 docs: add christulin as a contributor for code (#308)
  • 2b5fe0b [auto] build: update compiled version
  • e613878 fix: check if packageFileURL is github host to conditionally send token (#283)
  • c68c291 [auto] build: update compiled version
  • a2b4bed chore(deps-dev): bump @​vercel/ncc from 0.38.1 to 0.38.2 (#305)
  • 7a0aa5d chore(deps-dev): bump husky from 9.1.5 to 9.1.6 (#307)
  • 27a5a13 chore: delete .github/dependabot.yml
  • Additional commits viewable in compare view


Updates actions/setup-node from 3 to 4

Release notes

Sourced from actions/setup-node's releases.

v4.0.0

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866

Besides, release contains such changes as:

New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v3...v4.0.0

v3.8.2

What's Changed

Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.2

v3.8.1

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.

Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1

v3.8.0

What's Changed

Bug fixes:

Feature implementations:

Documentation changes:

Update dependencies:

... (truncated)

Commits


Updates actions/github-script from 6.2.0 to 7.0.1

Release notes

Sourced from actions/github-script's releases.

v7.0.1

What's Changed

Full Changelog: https://github.com/actions/github-script/compare/v7.0.0...v7.0.1

v7.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.4.1...v7.0.0

v6.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.4.0...v6.4.1

v6.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0

v6.3.3

What's Changed

New Contributors

... (truncated)

Commits
  • 60a0d83 Merge pull request #440 from actions/joshmgross/v7.0.1
  • b7fb200 Update version to 7.0.1
  • 12e22ed Merge pull request #439 from actions/joshmgross/avoid-setting-base-url
  • d319f8f Avoid setting baseUrl to undefined when input is not provided
  • e69ef54 Merge pull request #425 from actions/joshmgross/node-20
  • ee0914b Update licenses
  • d6fc56f Use @types/node for Node 20
  • 384d6cf Fix quotations in tests
  • 8472492 Only validate GraphQL previews
  • 84903f5 Remove node-fetch from type
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions