amphtml icon indicating copy to clipboard operation
amphtml copied to clipboard

📦 Update subpackage devDependencies

Open renovate[bot] opened this issue 1 year ago • 0 comments

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Update Type Package file
@rollup/plugin-babel (source) 6.0.4 -> 6.1.0 age confidence minor devDependencies extensions/amp-access/0.1/iframe-api/package.json
@rollup/plugin-node-resolve (source) 15.3.0 -> 15.3.1 age confidence patch devDependencies third_party/amp-toolbox-cache-url/package.json
actions/checkout v4.2.1 -> v4.3.1 age confidence minor action .github/workflows/update-session-issues.yml
actions/dependency-review-action v4.3.4 -> v4.8.2 age confidence minor action .github/workflows/dependency-review.yml
actions/setup-node v4.0.4 -> v4.4.0 age confidence minor action .github/workflows/status-page.yml
actions/upload-artifact v4.4.3 -> v4.6.2 age confidence minor action .github/workflows/scorecard.yml
eslint (source) 9.13.0 -> 9.39.1 age confidence minor devDependencies third_party/amp-toolbox-cache-url/package.json
github/codeql-action v3.26.13 -> v3.31.7 age confidence minor action .github/workflows/scorecard.yml
jasmine (source) 5.4.0 -> 5.13.0 age confidence minor devDependencies third_party/amp-toolbox-cache-url/package.json
npm-run-all2 6.2.4 -> 6.2.6 age confidence patch devDependencies third_party/amp-toolbox-cache-url/package.json
ossf/scorecard-action v2.4.0 -> v2.4.3 age confidence patch action .github/workflows/scorecard.yml
rollup (source) 4.24.0 -> 4.53.3 age confidence minor devDependencies third_party/amp-toolbox-cache-url/package.json
rollup-plugin-json → @rollup/plugin-json 4.0.0 -> 4.0.0 replacement devDependencies third_party/amp-toolbox-cache-url/package.json
semver 7.6.3 -> 7.7.3 age confidence minor devDependencies third_party/amp-toolbox-cache-url/package.json
step-security/harden-runner v2.10.1 -> v2.14.0 age confidence minor action .github/workflows/update-session-issues.yml

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:

# 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 [email protected]: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

rollup/plugins (@​rollup/plugin-babel)

v6.1.0

2025-10-13

Features
  • feat: allow excluding manual chunks when transforming generated code (#​1906)
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.1

2024-12-15

Updates
actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0

v4.2.2

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.8.2

Compare Source

Minor fixes:

v4.8.1: Dependency Review Action v4.8.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.8.1

v4.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.8.0

v4.7.4

Compare Source

v4.7.3: 4.7.3

Compare Source

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.7.3

v4.7.2: 4.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.7.2

v4.7.1

Compare Source

  • Packages added to allow-dependencies-licenses will be allowed even if the package in question has no license information #​889
  • License expressions (e.g. Ruby OR GPL-2.0) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g. Ruby)

v4.7.0

Compare Source

  • Handle complex license expressions (e.g. MIT AND GPL-2.0) in allow lists (fixes #​809 and probably others)
  • Replace OTHER in package licenses with LicenseRef-clearlydefined-OTHER so that parsing passes

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.3.5...v4.4.0

v4.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.3.4...v4.3.5

actions/setup-node (actions/setup-node)

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.2.0

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.1.0

actions/upload-artifact (actions/upload-artifact)

v4.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

Bug Fixes

Documentation

Chores

v9.36.0

Compare Source

Features

Bug Fixes

Documentation

Chores

v9.35.0

Compare Source

Features

Bug Fixes

Documentation


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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Dec 01 '24 07:12 renovate[bot]