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(core): fix configuration extends overrides order #2387

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

jBouyoud
Copy link
Contributor

What Changed

Change merge order for configuration when extending

Why

When extending a remote configuration, it's intended to be able to override some key already set in extends, which is not available yet.

Checkout test snapshots for behavior details

  • Add tests
  • Add docs

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #2387 (5cb1b69) into main (beeb948) will decrease coverage by 0.08%.
Report is 4 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2387      +/-   ##
==========================================
- Coverage   80.63%   80.56%   -0.08%     
==========================================
  Files          69       69              
  Lines        5670     5670              
  Branches     1272     1272              
==========================================
- Hits         4572     4568       -4     
- Misses        718      719       +1     
- Partials      380      383       +3     
Files Changed Coverage Δ
packages/core/src/config.ts 90.00% <ø> (ø)

... and 3 files with indirect coverage changes

@hipstersmoothie hipstersmoothie merged commit 97ed2c3 into intuit:main Sep 6, 2023
6 of 9 checks passed
@jBouyoud jBouyoud deleted the fix-config-extends branch September 7, 2023 07:27
@github-actions
Copy link

🚀 PR was released in v11.0.3 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants