fix(linter): rule no-restricted-imports use right span for exports statements#9442
Merged
graphite-app[bot] merged 1 commit intomainfrom Mar 1, 2025
Conversation
Member
Author
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Feb 28, 2025
CodSpeed Performance ReportMerging #9442 will not alter performanceComparing Summary
|
d265daa to
41b5ba3
Compare
481df53 to
ec32386
Compare
c931768 to
2d1a0ce
Compare
ec32386 to
27929e6
Compare
2d1a0ce to
b3d45fe
Compare
350aa23 to
22e23c0
Compare
b3d45fe to
f800982
Compare
Contributor
Merge activity
|
22e23c0 to
6440e5e
Compare
f800982 to
06fe76d
Compare
Base automatically changed from
02-28-chore_linter_add_statement_span_to_exportentry_
to
main
March 1, 2025 01:20
Boshen
added a commit
that referenced
this pull request
Mar 4, 2025
## [0.15.13] - 2025-03-04 ### Features - 7bb0121 linter: Add `react/no-namespace` (#9404) (Mikhail Baev) - 0a7ca20 linter: Support allowable method diagnostic for eslint/no-console (#9454) (Boshen) - d99bc51 linter: Add import/no-absolute-path rule (#9415) (yefan) - 8c71590 linter: Add import/no-mutable-exports rule (#9434) (yefan) - b65f8a5 linter: Add `promise/no-nesting` (#9345) (Tom) - d38e6de linter: Add `eslint/no-spaced-func` (#9360) (Tom) - 25392de linter: Add eslint/operator-assignment rule (#9208) (yefan) - bf77167 linter: Add `curly` rule (#8123) (Yuichiro Yamashita) - e3b6eeb linter: Add `unicorn/consistent-date-clone` (#9346) (Amol Bhave) - 5ee2cab linter: Improve no_invalid_fetch_options (#9347) (Brooooooklyn) - 4ad328b linter: Add oxc/no-redundant-constructor-init (#9299) (Ben Jones) ### Bug Fixes - c4624a6 linter: Fix panic in `import/no-absolute-path` (#9500) (camc314) - 4b0327b linter: False positive in `eslint/curly` (#9471) (Kevin Deng 三咲智子) - 8804555 linter: Skip `no-absolute-path` tests on windows (#9435) (Cameron) - 06fe76d linter: Rule `no-restricted-imports` use right span for exports statements (#9442) (Sysix) - 3da3565 linter: Rule `unicorn/no-invalid-fetch-options` (#9416) (Tom) - 85fbe8c linter: Rule `eslint/radix` look into globals config (#9407) (Sysix) - 1113e3b linter: Rule `eslint/no-object-constructor` look into globals config (#9406) (Sysix) - 0217ebb linter: Support more cases for no_redundant_constructor_init (#9364) (Ben Jones) ### Documentation - 24850e7 linter: Add example of how configure rule (#9469) (Cédric DIRAND) - acb1e2c linter: Add end code tag on rule doc (#9470) (Cédric DIRAND) - d43b456 linter: Add full documentation to rule `no-restricted-imports` (#9440) (Sysix) ### Refactor - ffec3f6 linter: Improve `eslint/no-new` (#9423) (Tom) - 7c27f10 linter: Move rule `no-restricted-imports` to category `restriction` (#9443) (Sysix) - 7e118a3 linter: Improve `typescript/explicit-function-return-type` (#9439) (Tom) - 5318cf2 linter: Improve `eslint/no-spaced-func` (#9419) (shulaoda) - 802f00e linter: Use the `javascript-globals` crate (#9412) (Boshen) - bff83c9 linter: Improve `eslint/no-unsafe-negation` (#9362) (dalaoshu) - 228bf99 linter: Improve `unicorn/empty-brace-spaces` (#9341) (dalaoshu) - 55d071b linter: Improve `unicorn/consistent-existence-index-check` (#9339) (dalaoshu) - 17acece linter: Improve `eslint/no-template-curly-in-string` (#9090) (dalaoshu) Co-authored-by: Boshen <[email protected]>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

No description provided.