Skip to content

Bump y18n from 3.2.1 to 3.2.2#4

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/y18n-3.2.2
Closed

Bump y18n from 3.2.1 to 3.2.2#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/y18n-3.2.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 25, 2021

Bumps y18n from 3.2.1 to 3.2.2.

Release notes

Sourced from y18n's releases.

y18n y18n-v4.0.3

Bug Fixes

  • release: 4.x.x should not enforce Node 10 (#126) (1e21a53)

y18n y18n-v4.0.2

Bug Fixes

  • security: ensure entry exists for backport (#120) (b22c0df)
Commits
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for y18n since your current version.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 25, 2021
saurabharch pushed a commit that referenced this pull request May 30, 2022
Outreachy will now collect feedback from mentors and interns 4 times
during the internship.

The initial stipend ($3,000) will be sent after feedback #1 is
successful.

Feedback #2 is a check point to ensure the internship is running
smoothly, but is not associated with a stipend payment.

The final stipend ($4,000) will be sent after feedback #3 is
successful.

Feedback #4 is a check point to ensure the internship is running
smoothly, but is not associated with a stipend payment.

Internships can be extended at any of the four feedback points.
saurabharch pushed a commit that referenced this pull request May 30, 2022
Create a new internship feedback form to collect information from
interns and mentors.

This second feedback is not associated with an internship stipend. In
the past, Outreachy interns were paid three payments (initial, midpoint,
and final). We collected feedback that also authorized those payments.

Now Outreachy interns are paid twice during the internship. We collect
feedback four times during the internship, with feedback #2 and
feedback #4 not being associated with an internship stipend payment.

Update feedback #2 form to be in-line with the yes/no questions we asked
in feedback #1. Make sure the feedback forms are in line with the week 5
and week 6 expectations we communicate to mentors.

Update tests to use the new fields for the intern and mentor feedback #2
forms.

Move older feedback models (MidpointMentorFeedback and
MidpointInternFeedback) to the end of home/models.py. Add a comment that
they are deprecated, and point to the new models (Feedback2FromMentor
and Feedback2FromIntern).

Unrelated small improvement to the staff view of the feedback: add a
link to the intern's blog, if they recorded it on the Outreachy website.
saurabharch pushed a commit that referenced this pull request May 30, 2022
The time_commitment field in the BaseInternFeedback model currently has
help text that says "(Optional) If you have not been working 40 hours a
week, please let us know why..."

Outreachy shifted to asking interns to work 30 hours per week instead of
40 hours per week. This change is effective as of the December 2021
cohort. It's possible we might want to change the number of hours in the
future as well.

Override the help text in the intern feedback #1 form template, rather
than doing a database migration. The new intern feedback #2 form already
overrides this help text as well.

TODO: override this text for feedback #3 and #4 templates.
saurabharch pushed a commit that referenced this pull request May 30, 2022
…ule.

The HTML snippet changed is shown on the intern feedback form and the
mentor feedback form. Make sure the table of feedback dates correctly
shows the due dates for feedback #1-3.

Todo: Add new fields in InternSelection for feedback #4. Update these
templates to use those fields.
saurabharch pushed a commit that referenced this pull request May 30, 2022
Add models, forms, and tests for mentors and interns to submit
feedback #3. Show feedback #3 on mentor and intern dashboard when the
form opens. Show status of feedback to both mentor and intern, in the
same way we do for other feedback types.

Add Outreachy organizer views to review and export feedback #3. Add
feedback #3 status to the Outreachy organizer dashboard intern status
table.

Update the final feedback tests to look for buttons to submit
feedback #4.

Make the feedback3_due field in the RoundPage model be optional.
This means we don't have to set it for past cohorts, and if we don't use
it in future cohorts, it's not a big deal.

TODO: Make sure to write views and template code to check if the
feedback #3 dates are set to None.
saurabharch pushed a commit that referenced this pull request May 30, 2022
Update feedback #4 questions for mentors and interns to follow the same
format as prior feedback forms.

New questions:

 - Did mentors suggest people the intern could talk to for informal career chats?
 - Did the intern have any informal career chats?

Add a new optional survey at the end of the final feedback form.

Ask mentors:

 -  How likely would you be to recommend a friend or colleague mentor for Outreachy? (Answers are 0 to 10, with 0 = not at all likely and 10 = extremely likely)
 - How has being an Outreachy mentor positively impacted you?
 - How could the mentorship experience be improved?
 - What advice would you give to a new Outreachy mentor?
 - How has this internship positively impacted your open source or open science community?
 - How could the experience for open source or open science communities be improved?
 - Please provide any additional feedback for Outreachy organizers

Ask interns:

 - How likely would you be to recommend a friend contribute to open source? (Answers are 0 to 10, with 0 = not at all likely and 10 = extremely likely)
 - How likely would you be to recommend a friend apply to Outreachy? (Answers are 0 to 10, with 0 = not at all likely and 10 = extremely likely)
 - How did the Outreachy application period positively impact you?
 - How could the application experience be improved?
 - What advice would you give to a new Outreachy applicant?
 - How has being an Outreachy intern positively impacted you?
 - How could the internship experience be improved?
 - How has working with your open source or open science community positively impacted you?
 - How could your experience working with your open source or open science community be improved?
 - Please provide any additional feedback for Outreachy organizers

Limit answers to 800 characters (about 1-3 paragraphs).

TODO: write page to display survey results to Outreachy organizers.
saurabharch pushed a commit that referenced this pull request May 30, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 30, 2022

Looks like y18n is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this May 30, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/y18n-3.2.2 branch May 30, 2022 13:05
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants