Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump arnested/go-version-action from 1.1.6 to 1.1.7 #454

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2023

Bumps arnested/go-version-action from 1.1.6 to 1.1.7.

Release notes

Sourced from arnested/go-version-action's releases.

Release v1.1.7

(2023-02-01)

1.1.7 (2023-02-01)

  • Bump @​babel/preset-env from 7.18.10 to 7.19.4 (15c409a)
  • Bump @​babel/preset-env from 7.19.4 to 7.20.2 (e7e7be7)
  • Bump @​vercel/ncc from 0.34.0 to 0.36.0 (6ccc377)
  • Bump @​vercel/ncc from 0.36.0 to 0.36.1 (50e51aa)
  • Bump actions/dependency-review-action from 2 to 3 (954c40f)
  • Bump anothrNick/github-tag-action from 1.51.0 to 1.52.0 (5f9a57e)
  • Bump anothrNick/github-tag-action from 1.52.0 to 1.55.0 (6aaab76)
  • Bump anothrNick/github-tag-action from 1.55.0 to 1.61.0 (e755137)
  • Bump eslint from 8.24.0 to 8.31.0 (f0fb399)
  • Bump eslint from 8.31.0 to 8.33.0 (8af4615)
  • Bump eslint-plugin-github from 4.3.7 to 4.4.0 (717e8cf)
  • Bump eslint-plugin-github from 4.4.0 to 4.4.1 (f997d57)
  • Bump eslint-plugin-github from 4.4.1 to 4.6.0 (42ef7fd)
  • Bump eslint-plugin-jest from 27.0.4 to 27.1.3 (d423823)
  • Bump eslint-plugin-jest from 27.1.3 to 27.1.6 (3e97917)
  • Bump eslint-plugin-jest from 27.1.6 to 27.2.0 (e9630ab)
  • Bump eslint-plugin-jest from 27.2.0 to 27.2.1 (00e4f09)
  • Bump jest from 29.1.2 to 29.2.2 (283763f)
  • Bump jest from 29.2.2 to 29.3.1 (e35c6c5)
  • Bump jest from 29.3.1 to 29.4.1 (b762076)
  • Bump json5 from 1.0.1 to 1.0.2 (432a348)
  • Bump node-fetch from 2.6.7 to 2.6.9 (d8820d7)
  • Bump prettier from 2.7.1 to 2.8.0 (8d3826c)
  • Bump prettier from 2.8.0 to 2.8.1 (2f80dc0)
  • Bump semver from 7.3.7 to 7.3.8 (47d8ab7)
  • Bump test cases to test against newest releases (c3721f4)
  • Bump versions used in tests (62a9543)
  • Publish dist (e5d4316)
  • Update test.yml (6d5eb79)
Commits
  • e5d4316 Publish dist
  • d8820d7 Bump node-fetch from 2.6.7 to 2.6.9
  • 50e51aa Bump @​vercel/ncc from 0.36.0 to 0.36.1
  • b762076 Bump jest from 29.3.1 to 29.4.1
  • 00e4f09 Bump eslint-plugin-jest from 27.2.0 to 27.2.1
  • 8af4615 Bump eslint from 8.31.0 to 8.33.0
  • e755137 Bump anothrNick/github-tag-action from 1.55.0 to 1.61.0
  • 5703a60 Merge pull request #313 from arnested/test-versions
  • 6d5eb79 Update test.yml
  • 432a348 Bump json5 from 1.0.1 to 1.0.2
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 2, 2023
asraa
asraa previously approved these changes Feb 2, 2023
@trishankatdatadog
Copy link
Member

What's with all the go 1.20 test failures?

@asraa
Copy link
Contributor

asraa commented Feb 2, 2023

What's with all the go 1.20 test failures?

Looks like the new golang 1.20 has some breaking changes w/ the linter. Some checks are gone and causing an error, and some new linting errors.

We need to explicitly update our code for Go 1.20, I think.

Bumps [arnested/go-version-action](https://github.com/arnested/go-version-action) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/arnested/go-version-action/releases)
- [Commits](arnested/go-version-action@b556f8d...e5d4316)

---
updated-dependencies:
- dependency-name: arnested/go-version-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/arnested/go-version-action-1.1.7 branch from 9bdf3b4 to 28daffa Compare February 7, 2023 17:49
@trishankatdatadog trishankatdatadog merged commit 0cd000c into master Feb 7, 2023
@trishankatdatadog trishankatdatadog deleted the dependabot/github_actions/arnested/go-version-action-1.1.7 branch February 7, 2023 19:49
@trishankatdatadog
Copy link
Member

Thank you @rdimitrov !

znewman01 pushed a commit to znewman01/go-tuf that referenced this pull request May 22, 2023
…updateframework#454)

Bumps [arnested/go-version-action](https://github.com/arnested/go-version-action) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/arnested/go-version-action/releases)
- [Commits](arnested/go-version-action@b556f8d...e5d4316)

---
updated-dependencies:
- dependency-name: arnested/go-version-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code good first issue tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants