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

build(deps): bump nwtgck/actions-netlify from 2.0 to 2.1 #2291

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps nwtgck/actions-netlify from 2.0 to 2.1.

Release notes

Sourced from nwtgck/actions-netlify's releases.

v2.1.0

Changed

  • Update dependencies

Added

Changelog

Sourced from nwtgck/actions-netlify's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

[Unreleased]

[2.1.0] - 2023-08-18

Changed

  • Update dependencies

Added

[2.0.0] - 2022-12-08

Changed

  • Update dependencies
  • Updates the default runtime to node16

[1.2.4] - 2022-10-14

Changed

  • Update dependencies

[1.2.3] - 2021-12-20

Changed

  • Update dependencies

[1.2.2] - 2021-05-08

Fixed

  • Fix GitHub deployment description

Changed

  • Update dependencies

[1.2.1] - 2021-05-05

Added

  • Add "fails-without-credentials" input to fail if the credentials not provided #532

Changed

  • Update dependencies

[1.2.0] - 2021-04-29

Changed

  • Update dependencies
  • (breaking change for overwrites-pull-request-comment: true): Support multiple app deploys in a single PR #484 by @​kaisermann

Added

Fixed

... (truncated)

Commits
  • 7a92f00 Merge branch 'release/2.1.0'
  • 1196f0b bump: 2.1.0
  • 5e5fd0d Build(deps): bump semver from 6.3.0 to 6.3.1 (#1055)
  • b95b63b Build(deps): bump actions/checkout from 2 to 3 (#1076)
  • 2e38b8e Build(deps-dev): bump @​types/node from 16.18.25 to 16.18.41 (#1077)
  • 8b04052 Build(deps): bump nwtgck/actions-comment-run from 1.1 to 2.0 (#1075)
  • 44d0467 dependabot: package-ecosystem: github-actions
  • d05f785 Build(deps): bump word-wrap from 1.2.3 to 1.2.5 (#1074)
  • 942d34d Build(deps-dev): bump ts-jest from 29.0.5 to 29.1.1 (#1040)
  • 264a8ba Build(deps-dev): bump @​typescript-eslint/parser from 5.59.2 to 5.62.0 (#1051)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.0 to 2.1.
- [Release notes](https://github.com/nwtgck/actions-netlify/releases)
- [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md)
- [Commits](nwtgck/actions-netlify@v2.0...v2.1)

---
updated-dependencies:
- dependency-name: nwtgck/actions-netlify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 11, 2023 04:46
@dependabot dependabot bot added kind/dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 11, 2023
Copy link

🚀 Thank you for contributing to the Envoy Gateway project! 🚀

Before merging, please ensure to follow the process below:

  1. Requesting Reviews:
  • cc @envoyproxy/gateway-reviewers team for an initial review.
  • After the initial review, reviewers should request the @envoyproxy/gateway-maintainers team for further review.
  1. Review Approval:
  • Your PR needs to receive at least two approvals.
  • At least one approval must come from a member of the gateway-maintainers team.

NOTE: Once your PR is under review, please do not rebase and force push it. Otherwise, it will force your reviewers to review the PR from scratch rather than simply look at your latest changes.

What's more, you can help expedite the processing of your PR by
  • Ensuring you have self-reviewed your work according to the project's Contribution Guidelines.
  • If your PR addresses a specific issue, make sure to mention it in the PR description.
  • Respond promptly if there are any test failures or suggestions for improvements that we comment on.

Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (557591e) 64.38% compared to head (3fd087f) 64.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2291      +/-   ##
==========================================
- Coverage   64.38%   64.35%   -0.04%     
==========================================
  Files         112      112              
  Lines       15874    15874              
==========================================
- Hits        10220    10215       -5     
- Misses       5005     5009       +4     
- Partials      649      650       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Xunzhuo Xunzhuo merged commit 499c04d into main Dec 12, 2023
4 of 5 checks passed
@Xunzhuo Xunzhuo deleted the dependabot/github_actions/nwtgck/actions-netlify-2.1 branch December 12, 2023 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants