How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:
```sh
# Check out the PR branch
git checkout -b renovate/subpackage-devdependencies main
git pull https://github.com/ampproject/amphtml.git renovate/subpackage-devdependencies
# Directly make fixes and commit them
amp lint --fix # For lint errors in JS files
amp prettify --fix # For prettier errors in non-JS files
# Edit source code in case of new compiler warnings / errors
# Push the changes to the branch
git push git@github.com:ampproject/amphtml.git renovate/subpackage-devdependencies:renovate/subpackage-devdependencies
```
This is a special PR that replaces rollup-plugin-json with the community suggested minimal stable replacement version.
This PR contains the following updates:
v4.3.6
->v4.4.0
v3.26.5
->v3.26.6
4.21.1
->4.21.2
4.0.0
->4.0.0
See all other Renovate PRs on the Dependency Dashboard
How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below: ```sh # Check out the PR branch git checkout -b renovate/subpackage-devdependencies main git pull https://github.com/ampproject/amphtml.git renovate/subpackage-devdependencies # Directly make fixes and commit them amp lint --fix # For lint errors in JS files amp prettify --fix # For prettier errors in non-JS files # Edit source code in case of new compiler warnings / errors # Push the changes to the branch git push git@github.com:ampproject/amphtml.git renovate/subpackage-devdependencies:renovate/subpackage-devdependencies ```This is a special PR that replaces
rollup-plugin-json
with the community suggested minimal stable replacement version.Release Notes
actions/upload-artifact (actions/upload-artifact)
### [`v4.4.0`](https://redirect.github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0)github/codeql-action (github/codeql-action)
### [`v3.26.6`](https://redirect.github.com/github/codeql-action/compare/v3.26.5...v3.26.6) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.26.5...v3.26.6)rollup/rollup (rollup)
### [`v4.21.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4212) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.21.1...v4.21.2) *2024-08-30* ##### Bug Fixes - Handle IIFE/UMD namespace definitions conflicting with a builtin property ([#5605](https://redirect.github.com/rollup/rollup/issues/5605)) ##### Pull Requests - [#5605](https://redirect.github.com/rollup/rollup/pull/5605): fix: Wrong namespace property definition ([@thirumurugan-git](https://redirect.github.com/thirumurugan-git), [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5630](https://redirect.github.com/rollup/rollup/pull/5630): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5631](https://redirect.github.com/rollup/rollup/pull/5631): chore(deps): lock file maintenance ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5632](https://redirect.github.com/rollup/rollup/pull/5632): chore(deps): lock file maintenance ([@renovate](https://redirect.github.com/renovate)\[bot])Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.