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

fix(linter): global variable check should always check builtin variables #3973

Conversation

Boshen
Copy link
Member

@Boshen Boshen commented Jun 29, 2024

closes #3374

Copy link

graphite-app bot commented Jun 29, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Member Author

Boshen commented Jun 29, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @Boshen and the rest of your teammates on Graphite Graphite

@github-actions github-actions bot added the A-linter Area - Linter label Jun 29, 2024
Copy link

graphite-app bot commented Jun 29, 2024

Merge activity

@Boshen Boshen force-pushed the 06-29-fix_linter_global_variable_check_should_always_check_builtin_variables branch from f960ae1 to dbbb6fc Compare June 29, 2024 15:27
@graphite-app graphite-app bot merged commit dbbb6fc into main Jun 29, 2024
24 checks passed
@graphite-app graphite-app bot deleted the 06-29-fix_linter_global_variable_check_should_always_check_builtin_variables branch June 29, 2024 15:30
Copy link

codspeed-hq bot commented Jun 29, 2024

CodSpeed Performance Report

Merging #3973 will not alter performance

Comparing 06-29-fix_linter_global_variable_check_should_always_check_builtin_variables (dbbb6fc) with main (1eac3d2)

Summary

✅ 28 untouched benchmarks

This was referenced Jul 1, 2024
Boshen added a commit that referenced this pull request Jul 2, 2024
## [0.6.0] - 2024-07-02

- c98d8aa ast: [**BREAKING**] Rename `visit_arrow_expression` to
`visit_arrow_function_expression`. (#3995) (rzvxa)

### Features

- dc6d45e ast,codegen: Add `TSParenthesizedType` and print type
parentheses correctly (#3979) (Boshen)
- b257d53 linter: Support report
`@typescript-eslint/consistent-type-imports` (#3895) (mysteryven)
- 2114475 linter: Implement @typescript-eslint/no-dynamic-delete (#3971)
(kaykdm)
- 10a3c9a linter/eslint-plugin-react: Implement no-set-state (#3975)
(Jelle van der Waa)

### Bug Fixes

- 432d6d9 linter: Find disabled directives using the message's `Span`.
(#4010) (rzvxa)
- dbbb6fc linter: Global variable check should always check builtin
variables (#3973) (Boshen)

### Performance

- 1eac3d2 semantic: Use `Atom<'a>` for `Reference`s (#3972) (Don Isaac)

### Refactor

Co-authored-by: Boshen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linter Area - Linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eslint: no-undef: also triggers for builtins and undefined assignment
1 participant