This repository was archived by the owner on Dec 15, 2021. It is now read-only.
Bump y18n from 4.0.0 to 4.0.1#279
Merged
Merged
Conversation
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com>
Member
|
/lgtm |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: evankanderson The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
knative-prow-robot
pushed a commit
that referenced
this pull request
May 11, 2021
* disable live reload and fix too many open files error (#233) * Add an update-codegen to regenerate the static redirects. (#239) * Add an update-codegen to regenerate the static redirects. Also fix a bug in redir-gen. * Add trailing newline * Fix missing continue * update docs build for 0.19 (#240) * Update DEVELOPMENT.md (#241) * Update DEVELOPMENT.md Document dependency on Hugo * Update DEVELOPMENT.md Point to docsy's recommended Hugo version. Co-authored-by: RichieEscarez <rescarez@google.com> Co-authored-by: RichieEscarez <rescarez@google.com> * Update build scripts to build from any named docs fork (#242) * make /community optional - default to knative repo * move webhook payload output to bottom of log * add logic to determine and use repo name of any fork * extract and use repo name from specified fork * Avoid Host key verification failed. * Add net-ingressv2 golang redirect (#244) * Fix static HTML build (#245) dont add HUGO server flags unless you enable the server [localbuild.sh -s (true/reload)] * add version 0.20.0 to docs build (#247) * normal size nav text (#248) * Added control protocol redirect (#254) Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * fix typo (#249) * add version 0.21.0 to docs build (#256) * add version 0.21.0 to docs build * trigger build * trigger build back * Redirect contributing URL to the docs website (#257) * Remove README->index renames (#259) * Add knative.dev/specs golang redirect (#258) * Add knative.dev/specs golang redirect * squash * search/replace master with main (#263) * Add Google Analytics tracking ID (#262) * new partial for adding 2nd GA id * force both IDs and ensure feedback buttons work * add: Redirects for various knative-sandbox plugin repos (#251) * Regenerate redirects to point at main (#265) * Run github.com/client9/misspell (#266) Signed-off-by: Knative Automation <automation@knative.team> * Fix/update missed release parameter (#261) * Add future Docs release owners as Approvers (#264) * Update development instructions with netlify info (#269) * Copy down notes from Slack * edits Co-authored-by: RichieEscarez <rescarez@google.com> * Update to latest version of Hugo from ~6 month old version (#270) * Resolved issue where files named "index.md" had incorrect file paths (#272) relative to local links * Add autogenerated imports (#274) * Bump y18n from 4.0.0 to 4.0.1 (#279) Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update OWNERS_ALIASES to match autogen in community (#282) * add instructions for cutting a release (#284) * Fix spaces in command (#285) * Releasing 0.22 (#287) * Fixed spacing on code blocks (#289) * Don't build elections content into the website (#291) * Enable asciidoctor in Netlify builds (#292) * Enable asciidoctor in Netlify builds * Don't build elections content into the website * Update knative/community files (#277) Signed-off-by: Knative Automation <automation@knative.team> * Update knative/community files (#293) Signed-off-by: Knative Automation <automation@knative.team> * Redirect serving spec to specs repo (#290) * Enable new "help" section and fix a few things (#288) * new how to docs guides section * stop ignoring links in _index.md * add table formatting * move Dev instructions * update previous section name * revert table css * Remove golang module and build scripts from hugo build (#295) * Manually update from /community Copied from https://github.com/knative/community/blob/main/OWNERS_ALIASES Co-authored-by: Evan Anderson <evana@vmware.com> Co-authored-by: Sameer Vohra <vohra.sam@gmail.com> Co-authored-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com> Co-authored-by: Francesco Guardiani <francescoguard@gmail.com> Co-authored-by: Carlos Santana <csantana23@gmail.com> Co-authored-by: tayarani <tayarani@users.noreply.github.com> Co-authored-by: Roland Huß <roland@ro14nd.de> Co-authored-by: Markus Thömmes <markusthoemmes@me.com> Co-authored-by: knative-automation <automation@knative.team> Co-authored-by: Mike Petersen <mike.petersen@ibm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Omer B <obensaadon@vmware.com> Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
knative-prow-robot
pushed a commit
that referenced
this pull request
May 20, 2021
* disable live reload and fix too many open files error (#233) * Add an update-codegen to regenerate the static redirects. (#239) * Add an update-codegen to regenerate the static redirects. Also fix a bug in redir-gen. * Add trailing newline * Fix missing continue * update docs build for 0.19 (#240) * Update DEVELOPMENT.md (#241) * Update DEVELOPMENT.md Document dependency on Hugo * Update DEVELOPMENT.md Point to docsy's recommended Hugo version. Co-authored-by: RichieEscarez <rescarez@google.com> Co-authored-by: RichieEscarez <rescarez@google.com> * Update build scripts to build from any named docs fork (#242) * make /community optional - default to knative repo * move webhook payload output to bottom of log * add logic to determine and use repo name of any fork * extract and use repo name from specified fork * Avoid Host key verification failed. * Add net-ingressv2 golang redirect (#244) * Fix static HTML build (#245) dont add HUGO server flags unless you enable the server [localbuild.sh -s (true/reload)] * add version 0.20.0 to docs build (#247) * normal size nav text (#248) * Added control protocol redirect (#254) Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * fix typo (#249) * add version 0.21.0 to docs build (#256) * add version 0.21.0 to docs build * trigger build * trigger build back * Redirect contributing URL to the docs website (#257) * Remove README->index renames (#259) * Add knative.dev/specs golang redirect (#258) * Add knative.dev/specs golang redirect * squash * search/replace master with main (#263) * Add Google Analytics tracking ID (#262) * new partial for adding 2nd GA id * force both IDs and ensure feedback buttons work * add: Redirects for various knative-sandbox plugin repos (#251) * Regenerate redirects to point at main (#265) * Run github.com/client9/misspell (#266) Signed-off-by: Knative Automation <automation@knative.team> * Fix/update missed release parameter (#261) * Add future Docs release owners as Approvers (#264) * Update development instructions with netlify info (#269) * Copy down notes from Slack * edits Co-authored-by: RichieEscarez <rescarez@google.com> * Update to latest version of Hugo from ~6 month old version (#270) * Resolved issue where files named "index.md" had incorrect file paths (#272) relative to local links * Add autogenerated imports (#274) * Bump y18n from 4.0.0 to 4.0.1 (#279) Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update OWNERS_ALIASES to match autogen in community (#282) * add instructions for cutting a release (#284) * Fix spaces in command (#285) * Releasing 0.22 (#287) * Fixed spacing on code blocks (#289) * Don't build elections content into the website (#291) * Enable asciidoctor in Netlify builds (#292) * Enable asciidoctor in Netlify builds * Don't build elections content into the website * Update knative/community files (#277) Signed-off-by: Knative Automation <automation@knative.team> * Update knative/community files (#293) Signed-off-by: Knative Automation <automation@knative.team> * Redirect serving spec to specs repo (#290) * Enable new "help" section and fix a few things (#288) * new how to docs guides section * stop ignoring links in _index.md * add table formatting * move Dev instructions * update previous section name * revert table css * Remove golang module and build scripts from hugo build (#295) * Run github.com/client9/misspell (#298) Signed-off-by: Knative Automation <automation@knative.team> * Add knative-release-leads to OWNERS (#302) * upgrade to latest dependencies (#301) Signed-off-by: Knative Automation <automation@knative.team> * update website for v0.23 (#303) Signed-off-by: Carlos Santana <csantana23@gmail.com> * Update knative/community files (#300) Signed-off-by: Knative Automation <automation@knative.team> Co-authored-by: RichieEscarez <rescarez@google.com> Co-authored-by: Evan Anderson <evana@vmware.com> Co-authored-by: Sameer Vohra <vohra.sam@gmail.com> Co-authored-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com> Co-authored-by: Francesco Guardiani <francescoguard@gmail.com> Co-authored-by: tayarani <tayarani@users.noreply.github.com> Co-authored-by: Roland Huß <roland@ro14nd.de> Co-authored-by: Markus Thömmes <markusthoemmes@me.com> Co-authored-by: knative-automation <automation@knative.team> Co-authored-by: Mike Petersen <mike.petersen@ibm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Omer B <obensaadon@vmware.com> Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps y18n from 4.0.0 to 4.0.1.
Changelog
Sourced from y18n's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by oss-bot, a new releaser for y18n since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.