For your information, here the code change proposals only concern package.json files and the yarn.lock, no change is proposed in the code because all the major versions 1.x.x had not provoked any breaking changes and were only there to act that our library is stable (cf. https://github.com/Decathlon/vitamin-web/pull/1397) and allow us from now on to fully use the advantages of SemVer.
I tested these changes on our different showcases (CSS, React, Svelte, Vue & icons) + the unit tests bank of the library @vtmn/svelte.
Don't hesitate if you have any comments.
Checklist
[x] Make sure you are requesting to pull a topic/feature/bugfix branch. Please, don't request directly from your main!
Changes description
This PR aims to update our internal dependencies in line with the latest major releases.
For this, I used the tool proposed by Yarn which allows updating the dependencies in an interactive way via the command:
yarn upgrade-interactive --latest
.For your information, here the code change proposals only concern
package.json
files and theyarn.lock
, no change is proposed in the code because all the major versions1.x.x
had not provoked any breaking changes and were only there to act that our library is stable (cf. https://github.com/Decathlon/vitamin-web/pull/1397) and allow us from now on to fully use the advantages of SemVer.I tested these changes on our different showcases (CSS, React, Svelte, Vue & icons) + the unit tests bank of the library
@vtmn/svelte
.Don't hesitate if you have any comments.
Checklist
design-system-core-team-design
GitHub team.Does this introduce a breaking change?