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.
8ef674a to
dd67fcf
Compare
See associated pull request for more information.
dd67fcf to
5be327f
Compare
This PR contains the following updates:
9.0.0→9.1.043.120.1→43.121.0Release Notes
actions/toolkit (@actions/github)
v9.1.0actions_orchestration_idto user-agent when theACTIONS_ORCHESTRATION_IDenvironment variable is set #2364renovatebot/renovate (renovate)
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