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: Revert config cloning (fixes #13447) #13449

Merged
merged 2 commits into from Jul 3, 2020
Merged

Fix: Revert config cloning (fixes #13447) #13449

merged 2 commits into from Jul 3, 2020

Conversation

aladdin-add
Copy link
Member

@aladdin-add aladdin-add commented Jun 30, 2020

Prerequisites checklist

What is the purpose of this pull request? (put an "X" next to an item)

[ ] Documentation update
[ x] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofixing to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

What changes did you make? (Give an overview)

to fix #13447, it reverted #13034 and #13435
After merging this, #12592 need to be reopened.

Is there anything you'd like reviewers to focus on?

no.

@eslint-deprecated eslint-deprecated bot added the triage An ESLint team member will look at this issue soon label Jun 30, 2020
@aladdin-add aladdin-add changed the title Revert: #13034, #13435 Revert #13034, #13435 Jun 30, 2020
@aladdin-add aladdin-add changed the title Revert #13034, #13435 Revert "#13034, #13435" Jun 30, 2020
Copy link
Member

@anikethsaha anikethsaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@aladdin-add aladdin-add added bug ESLint is working incorrectly evaluating The team will evaluate this issue to decide whether it meets the criteria for inclusion patch candidate This issue may necessitate a patch release in the next few days rule Relates to ESLint's core rules and removed triage An ESLint team member will look at this issue soon labels Jun 30, 2020
@kaicataldo kaicataldo added accepted There is consensus among the team that this change meets the criteria for inclusion and removed evaluating The team will evaluate this issue to decide whether it meets the criteria for inclusion labels Jun 30, 2020
@kaicataldo
Copy link
Member

To whoever merges this: the commit message should be prefixed with “Fix: “.

@kaicataldo
Copy link
Member

@eslint/eslint-tsc Ideally, we would be able to revert this in a semver-patch release. However, since we have some semver-minor commits merged since the last release and don’t have infrastructure set up to backport patches, I think it makes sense to get this into our release on Friday, making sure to call it out in the release notes.

@anikethsaha
Copy link
Member

should #12592 be re-opened just to track as it will bring back that issue.

@kaicataldo kaicataldo changed the title Revert "#13034, #13435" Fix: revert config cloning (fixes #13447) Jul 3, 2020
@kaicataldo kaicataldo changed the title Fix: revert config cloning (fixes #13447) Fix: Revert config cloning (fixes #13447) (#13449) Jul 3, 2020
@kaicataldo kaicataldo changed the title Fix: Revert config cloning (fixes #13447) (#13449) Fix: Revert config cloning (fixes #13447) Jul 3, 2020
@kaicataldo kaicataldo merged commit 89ee01e into master Jul 3, 2020
@kaicataldo kaicataldo deleted the issue13447 branch July 3, 2020 19:49
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Dec 31, 2020
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Dec 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted There is consensus among the team that this change meets the criteria for inclusion archived due to age This issue has been archived; please open a new issue for any further discussion bug ESLint is working incorrectly patch candidate This issue may necessitate a patch release in the next few days rule Relates to ESLint's core rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config json cloning is a BREAKING CHANGE!
4 participants