mage-os / generate-mirror-repo-js

Mage-OS packaging implementation (JavaScript).
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

add magento/services-id 3.2.6 packages #182

Closed rhoerr closed 1 week ago

rhoerr commented 1 week ago

Adds mirror packages for the upstream Magento services-id update, which includes a security fix APSB24-90.

Vinai commented 1 week ago

I ran the command

./bin/download-missing-packages-from-repo-magento-com.php ~/Workspace/php-sites/magento-open-source-247p3/composer.lock output/mirror/packages resource/additional-packages

and get the following list of packages to be added:

magento-module-payment-services-base-2.9.0.0.zip
magento-module-payment-services-dashboard-2.9.0.0.zip
magento-module-payment-services-paypal-2.9.0.0.zip
magento-module-payment-services-paypal-graph-ql-2.9.0.0.zip
magento-module-payment-services-saas-export-2.9.0.0.zip
magento-module-sales-data-exporter-2.9.0.0.zip
magento-module-service-proxy-2.9.0.0.zip
magento-module-services-id-3.2.6.0.zip
magento-module-services-id-graph-ql-server-1.1.5.0.zip
magento-module-store-data-exporter-2.9.0.0.zip
magento-payment-services-2.9.0.0.zip
magento-services-id-3.2.6.0.zip
Vinai commented 1 week ago

I've created a PR with all the current closed packages. I suggest we use that so all dependencies will be resolved to the same versions as upstream by composer.

https://github.com/mage-os/generate-mirror-repo-js/pull/184