build: update all non-major dependencies#3613
build: update all non-major dependencies#3613angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the @actions/github dependency to version 9.1.0 and the renovate dependency to version 43.120.2 across several configuration files. A critical issue was identified in the root pnpm-lock.yaml file, where only the importers section was updated for @actions/github, leaving the packages and snapshots sections out of sync, which will likely lead to installation failures.
| '@actions/github': | ||
| specifier: 9.0.0 | ||
| version: 9.0.0 | ||
| specifier: 9.1.0 | ||
| version: 9.1.0 |
There was a problem hiding this comment.
The root pnpm-lock.yaml file appears to be out of sync. While the importers section has been updated to point to @actions/github: 9.1.0, the corresponding updates to the packages and snapshots sections (which should contain the resolution and dependency details for version 9.1.0) are missing from this file's diff. In contrast, the .github/ng-renovate/pnpm-lock.yaml file correctly includes hunks for all three sections. This inconsistency will likely cause pnpm install to fail due to missing package definitions for version 9.1.0.
70c8b21 to
4767741
Compare
|
e3c32f9 to
f144236
Compare
See associated pull request for more information.
f144236 to
0253347
Compare
This PR contains the following updates:
9.0.0→9.1.024.40.0→24.41.024.40.0→24.41.043.120.1→43.123.4Release Notes
actions/toolkit (@actions/github)
v9.1.0actions_orchestration_idto user-agent when theACTIONS_ORCHESTRATION_IDenvironment variable is set #2364puppeteer/puppeteer (puppeteer)
v24.41.0Compare Source
🎉 Features
Dependencies
🛠️ Fixes
Target.asPagereturn the same Page instance (#14862) (e484a91)📄 Documentation
renovatebot/renovate (renovate)
v43.123.4Compare Source
Bug Fixes
v43.123.3Compare Source
Bug Fixes
Miscellaneous Chores
v43.123.2Compare Source
Bug Fixes
span_idandtrace_idto logs (#42647) (63618c6)v43.123.1Compare Source
Miscellaneous Chores
Build System
Continuous Integration
needs-discussionon externally-raised Issues (#42656) (6a0e718)v43.123.0Compare Source
Features
BUN_CONFIG_MAX_HTTP_REQUESTSto safe global env (#41350) (1316fd7)Miscellaneous Chores
Code Refactoring
v43.122.0Compare Source
Features
registryUrls(#42641) (28ab04b)Documentation
Miscellaneous Chores
v43.121.0Compare Source
Features
coords=attribute syntax support (#42635) (15c8ab5)Bug Fixes
Documentation
osv-offline(#42486) (0fbc124)Miscellaneous Chores
Code Refactoring
Build System
v43.120.2Compare Source
Bug Fixes