-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Rename globalsWhitelist.ts isGloballyWhitelisted to use more inclusive language #8416
Comments
Thank you! |
Unfortunately, this is a public export. Therefore renaming it is a breaking change. It's already causing ecosystem-ci failures: https://github.com/vuejs/ecosystem-ci/actions/runs/5108624282 |
haoqunjiang
added a commit
to haoqunjiang/core
that referenced
this issue
Jun 12, 2023
Fixes the regression described at vuejs#8416 (comment)
yyx990803
pushed a commit
that referenced
this issue
Jun 14, 2023
Fixes the regression described at #8416 (comment)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vue version
3.2.47
Link to minimal reproduction
https://github.com/vuejs/core/blob/020851e57d9a9f727c6ea07e9c1575430af02b73/packages/shared/src/globalsWhitelist.ts
Steps to reproduce
Open https://github.com/vuejs/core/blob/020851e57d9a9f727c6ea07e9c1575430af02b73/packages/shared/src/globalsWhitelist.ts
What is expected?
More inclusive language such as "allowed" is used.
What is actually happening?
Non-inclusive language "whitelisted" is used.
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: