📦 Update subpackage devDependencies
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 |
minor | devDependencies | extensions/amp-access/0.1/iframe-api/package.json | ||
| @rollup/plugin-node-resolve (source) | 15.3.0 -> 15.3.1 |
patch | devDependencies | third_party/amp-toolbox-cache-url/package.json | ||
| actions/checkout | v4.2.1 -> v4.3.1 |
minor | action | .github/workflows/update-session-issues.yml | ||
| actions/dependency-review-action | v4.3.4 -> v4.8.2 |
minor | action | .github/workflows/dependency-review.yml | ||
| actions/setup-node | v4.0.4 -> v4.4.0 |
minor | action | .github/workflows/status-page.yml | ||
| actions/upload-artifact | v4.4.3 -> v4.6.2 |
minor | action | .github/workflows/scorecard.yml | ||
| eslint (source) | 9.13.0 -> 9.39.1 |
minor | devDependencies | third_party/amp-toolbox-cache-url/package.json | ||
| github/codeql-action | v3.26.13 -> v3.31.7 |
minor | action | .github/workflows/scorecard.yml | ||
| jasmine (source) | 5.4.0 -> 5.13.0 |
minor | devDependencies | third_party/amp-toolbox-cache-url/package.json | ||
| npm-run-all2 | 6.2.4 -> 6.2.6 |
patch | devDependencies | third_party/amp-toolbox-cache-url/package.json | ||
| ossf/scorecard-action | v2.4.0 -> v2.4.3 |
patch | action | .github/workflows/scorecard.yml | ||
| rollup (source) | 4.24.0 -> 4.53.3 |
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 |
minor | devDependencies | third_party/amp-toolbox-cache-url/package.json | ||
| step-security/harden-runner | v2.10.1 -> v2.14.0 |
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
- refactor: replace
testwithincludes(#​1787)
actions/checkout (actions/checkout)
v4.3.1
What's Changed
- Port v6 cleanup to v4 by @​ericsciple in #​2305
Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.1
v4.3.0
What's Changed
- docs: update README.md by @​motss in #​1971
- Add internal repos for checking out multiple repositories by @​mouismail in #​1977
- Documentation update - add recommended permissions to Readme by @​benwells in #​2043
- Adjust positioning of user email note and permissions heading by @​joshmgross in #​2044
- Update README.md by @​nebuk89 in #​2194
- Update CODEOWNERS for actions by @​TingluoHuang in #​2224
- Update package dependencies by @​salmanmkc in #​2236
- Prepare release v4.3.0 by @​salmanmkc in #​2237
New Contributors
- @​motss made their first contribution in #​1971
- @​mouismail made their first contribution in #​1977
- @​benwells made their first contribution in #​2043
- @​nebuk89 made their first contribution in #​2194
- @​salmanmkc made their first contribution in #​2236
Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
v4.2.2
actions/dependency-review-action (actions/dependency-review-action)
v4.8.2
Minor fixes:
- Fix PURL parsing for scoped packages (#​1008 from @​danielhardej)
- Fix for large summaries (#​1007 from @​gitulisca)
- README includes a working example for allow-dependencies-licenses (#​1009 from @​danielhardej)
v4.8.1: Dependency Review Action v4.8.1
What's Changed
- (bug) Fix spamming link test in deprecation warning (again) by @​ahpook in #​1000
- Bump version for 4.8.1 release by @​ahpook in #​1001
Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.8.1
v4.8.0
What's Changed
- Make Ruby Code Scannable by @​ljones140 in #​978
- Batch some contributions for release by @​brrygrdn in #​986
- Make license lists collapsable by @​jasperkamerling
- feat: add large summary handling with artifact upload by @​MattMencel
New Contributors
- @​ljones140 made their first contribution in #​978
- @​jasperkamerling made their first contribution in #​986
- @​MattMencel made their first contribution in #​986
Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.8.0
v4.7.4
v4.7.3: 4.7.3
What's Changed
- Add explicit permissions to workflow files by @​AshelyTC in #​966
- Claire153/fix spamming mentioned issue by @​claire153 in #​974
Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.7.3
v4.7.2: 4.7.2
What's Changed
- Add Missing Languages to CodeQL Advanced Configuration by @​KyFaSt in #​945
- Deprecate deny lists by @​claire153 in #​958
- Address discrepancy between docs and reality by @​ahpook in #​960
New Contributors
- @​KyFaSt made their first contribution in #​945
- @​claire153 made their first contribution in #​958
- @​ahpook made their first contribution in #​960
Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.7.2
v4.7.1
- Packages added to
allow-dependencies-licenseswill 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
- Handle complex license expressions (e.g.
MIT AND GPL-2.0) in allow lists (fixes #​809 and probably others) - Replace
OTHERin package licenses withLicenseRef-clearlydefined-OTHERso that parsing passes
v4.6.0
What's Changed
- Updating multiple dependency versions by @​Ahmed3lmallah in #​870
- Grouping minor and patch dependabot updates to lessen the number of PRs by @​Ahmed3lmallah in #​876
- Bump actions/stale from 9.0.0 to 9.1.0 by @​dependabot in #​878
- Bump undici from 5.28.4 to 5.28.5 by @​dependabot in #​877
- DR Action should link to the proxima stamp when appropriate in error messages by @​AshelyTC in #​891
- Allow deny package removal by @​ellenfieldn in #​888
- Fix typos by @​omahs in #​893
- Bump esbuild from 0.19.5 to 0.25.0 by @​dependabot in #​900
- Bump octokit and related dependencies by @​RomanIakovlev in #​904
- Bump @​babel/helpers from 7.23.2 to 7.26.10 by @​dependabot in #​905
- Bump @​octokit/plugin-paginate-rest from 9.1.5 to 9.2.2 by @​dependabot in #​899
- Update transitive dependency spdx-license-ids by @​ailox in #​855
- To not print OpenSSF Scorecard section if no dependencies scanned by @​fabasoad in #​884
- Improve usage of this action in dependency-review.yml by @​fabasoad in #​883
- Clarify comment-summary-in-pr behaviour by @​Pantelis-Santorinios in #​902
- Prepare 4.6.0 Release candidate by @​brrygrdn in #​910
New Contributors
- @​AshelyTC made their first contribution in #​891
- @​ellenfieldn made their first contribution in #​888
- @​omahs made their first contribution in #​893
- @​RomanIakovlev made their first contribution in #​904
- @​ailox made their first contribution in #​855
- @​fabasoad made their first contribution in #​884
- @​Pantelis-Santorinios made their first contribution in #​902
- @​brrygrdn made their first contribution in #​910
Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.5.0...v4.6.0
v4.5.0
What's Changed
- Bump got from 14.4.2 to 14.4.3 by @​dependabot in #​844
- Bump nodemon from 3.1.0 to 3.1.7 by @​dependabot in #​847
- Bump @​vercel/ncc from 0.38.1 to 0.38.3 by @​dependabot in #​849
- Overriding the cross-spawn dependency to use a safe version by @​Ahmed3lmallah in #​850
- fix: add summary comment on failure when warn-only: true by @​ebickle in #​827
- Prepare for 4.5.0 release by @​Ahmed3lmallah in #​851
New Contributors
- @​ebickle made their first contribution in #​827
Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.5.0
v4.4.0
What's Changed
- Fix for merge_group event bug by @​Ahmed3lmallah in #​846
Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.3.5...v4.4.0
v4.3.5
What's Changed
- fix: getRefs function to handle merge_group events by @​louis-bompart in #​766
- Create pull_request_template.md by @​jonjanego in #​794
- Update CONTRIBUTING.md by @​jonjanego in #​793
- Bump @​types/node from 20.11.28 to 20.16.0 by @​dependabot in #​815
- Upgrade transitive micromatch library by @​elireisman in #​829
- Do not list changed dependencies in summary by @​hmaurer in #​828
- Update stale.yaml by @​jonjanego in #​832
- Bump got from 14.4.1 to 14.4.2 by @​dependabot in #​822
- Bump eslint-plugin-jest and ts-jest by @​Ahmed3lmallah in #​840
New Contributors
- @​louis-bompart made their first contribution in #​766
- @​Ahmed3lmallah made their first contribution in #​840
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
What's Changed
Bug fixes:
- Make eslint-compact matcher compatible with Stylelint by @​FloEdelmann in #​98
- Add support for indented eslint output by @​fregante in #​1245
Enhancement:
- Support private mirrors by @​marco-ippolito in #​1240
Dependency update:
- Upgrade @​action/cache from 4.0.2 to 4.0.3 by @​aparnajyothi-y in #​1262
New Contributors
- @​FloEdelmann made their first contribution in #​98
- @​fregante made their first contribution in #​1245
- @​marco-ippolito made their first contribution in #​1240
Full Changelog:Â https://github.com/actions/setup-node/compare/v4...v4.4.0
v4.3.0
What's Changed
Dependency updates
- Upgrade @​actions/glob from 0.4.0 to 0.5.0 by @​dependabot in #​1200
- Upgrade @​action/cache from 4.0.0 to 4.0.2 by @​gowridurgad in #​1251
- Upgrade @​vercel/ncc from 0.38.1 to 0.38.3 by @​dependabot in #​1203
- Upgrade @​actions/tool-cache from 2.0.1 to 2.0.2 by @​dependabot in #​1220
New Contributors
- @​gowridurgad made their first contribution in #​1251
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.3.0
v4.2.0
What's Changed
- Enhance workflows and upgrade publish-actions from 0.2.2 to 0.3.0 by @​aparnajyothi-y in #​1174
- Add recommended permissions section to readme by @​benwells in #​1193
- Configure Dependabot settings by @​HarithaVattikuti in #​1192
- Upgrade
@actions/cacheto^4.0.0by @​priyagupta108 in #​1191 - Upgrade pnpm/action-setup from 2 to 4 by @​dependabot in #​1194
- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by @​dependabot in #​1195
- Upgrade semver from 7.6.0 to 7.6.3 by @​dependabot in #​1196
- Upgrade @​types/jest from 29.5.12 to 29.5.14 by @​dependabot in #​1201
- Upgrade undici from 5.28.4 to 5.28.5 by @​dependabot in #​1205
New Contributors
- @​benwells made their first contribution in #​1193
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.2.0
v4.1.0
What's Changed
- Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
- Upgrade IA Publish by @​Jcambass in #​1134
- Revise
isGheslogic by @​jww3 in #​1148 - Add architecture to cache key by @​pengx17 in #​843 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors
- @​jww3 made their first contribution in #​1148
- @​pengx17 made their first contribution in #​843
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.1.0
actions/upload-artifact (actions/upload-artifact)
v4.6.2
What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685
New Contributors
- @​salmanmkc made their first contribution in #​685
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2
v4.6.1
What's Changed
- Update to use artifact 2.2.2 package by @​yacaovsnc in #​673
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by @​yacaovsnc in #​662
Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0
v4.5.0
What's Changed
- fix: deprecated
Node.jsversion in action by @​hamirmahal in #​578 - Add new
artifact-digestoutput by @​bdehamer in #​656
New Contributors
- @​hamirmahal made their first contribution in #​578
- @​bdehamer made their first contribution in #​656
Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0
eslint/eslint (eslint)
v9.39.1
v9.39.0
v9.38.0
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#​20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#​20187) (Francesco Trotta)
Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#​20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#​20190) (Percy Ma)
Chores
d17c795chore: upgrade @​eslint/js@​9.38.0 (#​20221) (Milos Djermanovic)25d0e33chore: package.json update for @​eslint/js release (Jenkins)c82b5efrefactor: Use types from @​eslint/core (#​20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#​20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#​20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#​20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#​20202) (Sweta Tanwar)205dbd2chore: fix typos (#​20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#​20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#​20184) (Pixel998)
v9.37.0
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#​20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#​19562) (Nitin Kumar)
Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#​20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#​20172) (Pixel998)861c6dafix: correctESLinttypings (#​20122) (Pixel998)
Documentation
b950359docs: fix typos across the docs (#​20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#​20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#​20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#​20153) (루밀LuMir)
Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#​20183) (Francesco Trotta)abee4cachore: package.json update for @​eslint/js release (Jenkins)fc9381fchore: fix typos in comments (#​20175) (overlookmotel)e1574a2chore: unpin jiti (#​20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#​20157) (Pixel998)347906dchore: update eslint (#​20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#​20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#​20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)
v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#​20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#​20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#​20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#​20084) (Pixel998)
Documentation
b73ab12docs: update examples to usedefineConfig(#​20131) (sethamus)31d9392docs: fix typos (#​20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)
Chores
12411e8chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)488cba6chore: package.json update for @​eslint/js release (Jenkins)bac82a2ci: simplify renovate configuration (#​19907) (唯然)c00bb37ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])fee751drefactor: useÂdefaultOptions in rules (#​20121) (Pixel998)1ace67dchore: update example to usedefineConfig(#​20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#​20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#​20093) (Pixel998)e10cf2aci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#​20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#​20079) (Milos Djermanovic)
v9.35.0
Features
42761fafeat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)e51fffffeat: addpreserve-caught-errorrule (#​19913) (Amnish Singh Arora)
Bug Fixes
10e7ae2fix: update uncloneable options error message (#​20059) (soda-sorcery)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#​20049) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#​20034) (Milos Djermanovic)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)
Documentation
d265515docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)a355a0edocs: invert comparison logic for example inno-vardoc page (#​20064) (OTonGitHub)5082fc2docs: Update README (GitHub Actions Bot)99cfd7edocs: add missing "the" in rule deprecation docs (#​20050) (Josh Go
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.