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

feat: implement support for dynamic plugins #719

Merged
merged 8 commits into from
Jun 28, 2024
Merged

feat: implement support for dynamic plugins #719

merged 8 commits into from
Jun 28, 2024

Conversation

tripodsan
Copy link
Contributor

@tripodsan tripodsan commented Jun 24, 2024

BREAKING CHANGE: the edge bundler, compute@edge and cloudflare deployer were moved to https://github.com/adobe/helix-deploy-plugin-edge and need to be loaded with the --plugin @adobe/helix-deploy-plugin-edge

fixes #715

Copy link

This PR will trigger a minor release when merged.

@tripodsan tripodsan changed the title feat: implement support for dynamic plugins WIP: feat: implement support for dynamic plugins Jun 24, 2024
let bnds = arch[plg.type];
if (!bnds) {
bnds = [];
arch[plg.type] = bnds;

Check warning

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.
@tripodsan tripodsan changed the title WIP: feat: implement support for dynamic plugins feat: implement support for dynamic plugins Jun 28, 2024
@tripodsan tripodsan merged commit 9b68801 into main Jun 28, 2024
5 checks passed
@tripodsan tripodsan deleted the plugins branch June 28, 2024 11:38
@adobe-bot
Copy link

🎉 This PR is included in version 12.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for deployment plugins
3 participants