Bump golangci/golangci-lint-action from 2 to 3 #53

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/golangci/golangci-lint-action-3 into master 2022-02-25 09:33:55 +03:00
dependabot[bot] commented 2022-02-25 07:21:50 +03:00 (Migrated from github.com)

Bumps golangci/golangci-lint-action from 2 to 3.

Release notes

Sourced from golangci/golangci-lint-action's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v2...v3.0.0

Bump version v2.5.2

Bug fixes

  • 5c56cd6 Extract and don't mangle User Args. (#200)

Dependencies

  • e3c53fe bump @​typescript-eslint/eslint-plugin (#194)
  • 3b9f80e bump @​typescript-eslint/parser from 4.18.0 to 4.19.0 (#195)
  • 9845713 bump @​types/node from 14.14.35 to 14.14.37 (#197)
  • e789ee1 bump eslint from 7.22.0 to 7.23.0 (#196)
  • f2e9a96 bump @​typescript-eslint/eslint-plugin (#188)
  • 818081a bump @​types/node from 14.14.34 to 14.14.35 (#189)
  • 6671836 bump @​typescript-eslint/parser from 4.17.0 to 4.18.0 (#190)
  • 526907e bump @​typescript-eslint/parser from 4.16.1 to 4.17.0 (#185)
  • 6b6ba16 bump @​typescript-eslint/eslint-plugin (#186)
  • 9cab4ef bump eslint from 7.21.0 to 7.22.0 (#187)
  • 0c76572 bump @​types/node from 14.14.32 to 14.14.34 (#184)
  • 0dfde21 bump @​typescript-eslint/parser from 4.15.2 to 4.16.1 (#182)
  • 9dcf389 bump typescript from 4.2.2 to 4.2.3 (#181)
  • 34d3904 bump @​types/node from 14.14.31 to 14.14.32 (#180)
  • e30b22f bump @​typescript-eslint/eslint-plugin (#179)
  • 8f30d25 bump eslint from 7.20.0 to 7.21.0 (#177)
  • 0b64a40 bump @​typescript-eslint/parser from 4.15.1 to 4.15.2 (#176)
  • 973b3a3 bump eslint-config-prettier from 8.0.0 to 8.1.0 (#178)
  • 6ea3de1 bump @​typescript-eslint/eslint-plugin (#175)
  • 6eec6af bump typescript from 4.1.5 to 4.2.2 (#174)

v2.5.1

Bug fixes:

  • d9f0e73 Check that go.mod exists in reading the version (#173)

v2.5.0

New Features:

  • 51485a4 Try to get version from go.mod file (#118)

... (truncated)

Commits
  • c675eb7 Update all direct dependencies (#404)
  • 423fbaf Remove Setup-Go (#403)
  • bcfc6f9 build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4 (#402)
  • d34ac2a build(deps): bump setup-go from v2.1.4 to v2.2.0 (#401)
  • e4b538e build(deps-dev): bump @​types/node from 16.11.10 to 17.0.19 (#400)
  • a288c0d build(deps): bump @​actions/cache from 1.0.8 to 1.0.9 (#399)
  • b7a34f8 build(deps): bump @​types/tmp from 0.2.2 to 0.2.3 (#398)
  • 129bcf9 build(deps-dev): bump @​types/uuid from 8.3.3 to 8.3.4 (#397)
  • 153576c build(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.4.0 (#396)
  • a9a9dff build(deps): bump ansi-regex from 5.0.0 to 5.0.1 (#395)
  • 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)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint-action/releases">golangci/golangci-lint-action's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h2>What's Changed</h2> <ul> <li>Fix grammar in action.yml by <a href="https://github.com/abennett"><code>@​abennett</code></a> in <a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/pull/356">golangci/golangci-lint-action#356</a></li> <li>Add description for permissions settings by <a href="https://github.com/sg0hsmt"><code>@​sg0hsmt</code></a> in <a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/pull/298">golangci/golangci-lint-action#298</a></li> <li>Remove Setup-Go by <a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> in <a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/pull/403">golangci/golangci-lint-action#403</a></li> <li>Update all direct dependencies by <a href="https://github.com/SVilgelm"><code>@​SVilgelm</code></a> in <a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/pull/404">golangci/golangci-lint-action#404</a></li> <li>139 Dependabot updates</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/abennett"><code>@​abennett</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/pull/356">golangci/golangci-lint-action#356</a></li> <li><a href="https://github.com/sg0hsmt"><code>@​sg0hsmt</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/pull/298">golangci/golangci-lint-action#298</a></li> <li><a href="https://github.com/StevenACoffman"><code>@​StevenACoffman</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/pull/403">golangci/golangci-lint-action#403</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golangci/golangci-lint-action/compare/v2...v3.0.0">https://github.com/golangci/golangci-lint-action/compare/v2...v3.0.0</a></p> <h2>Bump version v2.5.2</h2> <h3>Bug fixes</h3> <ul> <li>5c56cd6 Extract and don't mangle User Args. (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/200">#200</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>e3c53fe bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/194">#194</a>)</li> <li>3b9f80e bump <code>@​typescript-eslint/parser</code> from 4.18.0 to 4.19.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/195">#195</a>)</li> <li>9845713 bump <code>@​types/node</code> from 14.14.35 to 14.14.37 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/197">#197</a>)</li> <li>e789ee1 bump eslint from 7.22.0 to 7.23.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/196">#196</a>)</li> <li>f2e9a96 bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/188">#188</a>)</li> <li>818081a bump <code>@​types/node</code> from 14.14.34 to 14.14.35 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/189">#189</a>)</li> <li>6671836 bump <code>@​typescript-eslint/parser</code> from 4.17.0 to 4.18.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/190">#190</a>)</li> <li>526907e bump <code>@​typescript-eslint/parser</code> from 4.16.1 to 4.17.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/185">#185</a>)</li> <li>6b6ba16 bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/186">#186</a>)</li> <li>9cab4ef bump eslint from 7.21.0 to 7.22.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/187">#187</a>)</li> <li>0c76572 bump <code>@​types/node</code> from 14.14.32 to 14.14.34 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/184">#184</a>)</li> <li>0dfde21 bump <code>@​typescript-eslint/parser</code> from 4.15.2 to 4.16.1 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/182">#182</a>)</li> <li>9dcf389 bump typescript from 4.2.2 to 4.2.3 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/181">#181</a>)</li> <li>34d3904 bump <code>@​types/node</code> from 14.14.31 to 14.14.32 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/180">#180</a>)</li> <li>e30b22f bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/179">#179</a>)</li> <li>8f30d25 bump eslint from 7.20.0 to 7.21.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/177">#177</a>)</li> <li>0b64a40 bump <code>@​typescript-eslint/parser</code> from 4.15.1 to 4.15.2 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/176">#176</a>)</li> <li>973b3a3 bump eslint-config-prettier from 8.0.0 to 8.1.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/178">#178</a>)</li> <li>6ea3de1 bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/175">#175</a>)</li> <li>6eec6af bump typescript from 4.1.5 to 4.2.2 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/174">#174</a>)</li> </ul> <h2>v2.5.1</h2> <h1>Bug fixes:</h1> <ul> <li>d9f0e73 Check that go.mod exists in reading the version (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/173">#173</a>)</li> </ul> <h2>v2.5.0</h2> <h1>New Features:</h1> <ul> <li>51485a4 Try to get version from go.mod file (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/118">#118</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint-action/commit/c675eb70db3aa26b496bc4e64da320480338d41b"><code>c675eb7</code></a> Update all direct dependencies (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/404">#404</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/423fbafafc226b312a399e5a5c942041f5d6f24f"><code>423fbaf</code></a> Remove Setup-Go (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/403">#403</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/bcfc6f96bb4349b5b132c5ee5dd004652378de94"><code>bcfc6f9</code></a> build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/402">#402</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/d34ac2aef3154747bff6d9bda0e3cf7b3dc06653"><code>d34ac2a</code></a> build(deps): bump setup-go from v2.1.4 to v2.2.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/401">#401</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/e4b538ed37b93de2fd7b5b1f481eee1b634a7c6f"><code>e4b538e</code></a> build(deps-dev): bump <code>@​types/node</code> from 16.11.10 to 17.0.19 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/400">#400</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/a288c0d3a61c0a816e35bbfdd5f85f54c08cea57"><code>a288c0d</code></a> build(deps): bump <code>@​actions/cache</code> from 1.0.8 to 1.0.9 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/399">#399</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/b7a34f8320a2a2a356aec4a19c784e85e15f0611"><code>b7a34f8</code></a> build(deps): bump <code>@​types/tmp</code> from 0.2.2 to 0.2.3 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/398">#398</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/129bcf9a1f6e5be5977691d00b95328f80743903"><code>129bcf9</code></a> build(deps-dev): bump <code>@​types/uuid</code> from 8.3.3 to 8.3.4 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/397">#397</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/153576c006a61bbec31160c395498e43a0cd84cc"><code>153576c</code></a> build(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.4.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/396">#396</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/a9a9dff640cbf9126d2bdcb12325989d7b54b0d7"><code>a9a9dff</code></a> build(deps): bump ansi-regex from 5.0.0 to 5.0.1 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/395">#395</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint-action/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golangci/golangci-lint-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
vtolstov (Migrated from github.com) approved these changes 2022-02-25 07:22:06 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-config-env#53
No description provided.