-
Notifications
You must be signed in to change notification settings - Fork 93
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: clone the resources and re-assign children to found values #3337
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-3337.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-3337.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-3337.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-3337.centralus.azurestaticapps.net |
Co-authored-by: Nickii Miaro <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-3337.centralus.azurestaticapps.net |
Quality Gate passedIssues Measures |
* Chore: September dependabot upgrades (#3324) * Fix: Inputting beta version results in getting beta endpoint suggestions (#3289) * chore: bootstrap release please to the dev branch (#3340) * fix: clone the resources and re-assign children to found values (#3337) * chore: add starting commit where changelog commits gathering will stop (#3345) * Fix: Dependency security patch updates (#3355) * chore: migrate releases to governed templates (#3377) * Fix: Update playwright tests (#3381) * chore: Remove reference to a deprecated rule (#3380) * chore(dev): release 10.4.1 (#3376)
Overview
Use
Object.assign
to clone the resources object and re-assign the.children
to the found resources.Closes #3335