chore(deps): update weekly dependencies (major)#315
chore(deps): update weekly dependencies (major)#315renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
|
|
|
View your CI Pipeline Execution ↗ for commit 39a4cd9
☁️ Nx Cloud last updated this comment at |
|
View your CI Pipeline Execution ↗ for commit 0131d0c.
☁️ Nx Cloud last updated this comment at |
1 similar comment
|
View your CI Pipeline Execution ↗ for commit 0131d0c.
☁️ Nx Cloud last updated this comment at |
690e648 to
f42e76d
Compare
f42e76d to
befb504
Compare
befb504 to
8dec12e
Compare
3f60174 to
c025de1
Compare
c025de1 to
cb511aa
Compare
8659beb to
63f8238
Compare
7de3d29 to
c1f5bc2
Compare
ed4104d to
6167668
Compare
8b6124e to
3d5b2d6
Compare
3d5b2d6 to
29842f0
Compare
ac6299c to
9a99728
Compare
9a99728 to
31c0773
Compare
50a6cb1 to
1c466ec
Compare
4ed5717 to
d89996a
Compare
de041e3 to
75acf58
Compare
75acf58 to
d494665
Compare
e053988 to
ef99dfd
Compare
39a4cd9 to
8acd3ff
Compare
d2f3569 to
e009325
Compare
e009325 to
54591db
Compare
54591db to
13cf4f6
Compare
13cf4f6 to
cd4834c
Compare
| "access": "public" | ||
| }, | ||
| "dependencies": { | ||
| "@actions/core": "^1.11.1", | ||
| "@actions/exec": "^1.1.1", | ||
| "@actions/github": "^6.0.0", | ||
| "@actions/core": "^3.0.0", |
There was a problem hiding this comment.
Bug: The upgrade to @actions/github v9.0.0 will likely break internal sub-path imports like import { Context } from '@actions/github/lib/context', causing runtime failures.
Severity: HIGH
Suggested Fix
Remove direct imports from internal sub-paths of @actions/github. Access the Context object via the official github.context property. For WebhookPayload, find an equivalent type from the public API or define a local interface that matches the required structure.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: packages/nx-migrate-action/package.json#L24-L27
Potential issue: The upgrade to `@actions/github` v9.0.0 is expected to cause runtime
import errors. The code currently imports `Context` from `'@actions/github/lib/context'`
and `WebhookPayload` from `'@actions/github/lib/interfaces'`. These are internal,
non-guaranteed sub-paths. Major version upgrades, especially those involving a switch to
ESM, frequently refactor or remove such internal paths. This will break the
`getDeployEnv()` function, which is critical for determining deployment environments,
and also affect test setups.
Did we get this right? 👍 / 👎 to inform future reviews.
cd4834c to
2ab57b8
Compare
3e9c96c to
1bf5492
Compare
1bf5492 to
5e917f7
Compare
5e917f7 to
8141915
Compare
This PR contains the following updates:
^1.11.1→^3.0.0^1.1.1→^3.0.0^6.0.0→^9.0.0^0.11.0→^1.0.0^0.11.0→^1.0.0^19.0.0→^20.0.0^19.0.0→^20.0.0^19.0.0→^20.0.0^1.1.1→^2.0.0^2.1.1→^3.0.0^9.8.0→^10.0.0^1.8.0→^2.0.0^4.1.3→^5.0.0^4.0.6→^5.0.0^7.3.0→^8.0.06.1.6→7.0.6^13.2.6→^17.0.0^13.6.1→^16.0.0^2.1.4→^3.0.022.19.3→24.12.0^6.4.17→^7.0.0^6.0.2→^7.0.0v4→v5v4→v6v1→v3v4→v8v7→v8v4→v6v4→v7v5→v6^16.4.7→^17.0.0^11.0.7→^12.0.05.2.0→7.0.1^3.0.1→^4.0.0^4.4.0→^5.0.0~26.1.0→~29.0.02.4.2→3.1.0^0.562.0→^1.0.020.19.6→24.14.1>=20 <22→>=20 <2520→2420-alpine→24-alpine22.11.0-slim→24.14.1-slim20-bullseye-slim→24-bullseye-slimv4→v59.15.9→10.33.0v4→v5^2.3.0→^3.0.0^4.26.1→^5.0.0^17.7.2→^18.0.0^17.7.2→^18.0.0^3.23.8→^4.0.0^3.24.2→^4.0.0Release Notes
actions/toolkit (@actions/core)
v3.0.0import()instead ofrequire()v2.0.3@actions/http-clientto3.0.2v2.0.1v2.0.0actions/toolkit (@actions/exec)
v3.0.0import()instead ofrequire()v2.0.0actions/toolkit (@actions/github)
v9.0.0import()instead ofrequire()const { getOctokit, context } = await import('@​actions/github')@octokit/core/typesv8.0.1undicito6.23.0@actions/http-clientto3.0.2v8.0.0@octokit/core^7.0.6@octokit/plugin-paginate-rest^14.0.0@octokit/plugin-rest-endpoint-methods^17.0.0@octokit/request^10.0.7@octokit/request-error^7.1.0v7.0.0@actions/http-clientbombshell-dev/clack (@clack/prompts)
v1.1.0Compare Source
Minor Changes
e3333fb: Replacespicocolorswith Node.js built-instyleText.Patch Changes
c3666e2: destructlimitOptionparam for better code readability, tweak types definitionsba3df8e: Fixes withGuide support in intro, outro, and cancel messages.e3333fb]v1.0.1Compare Source
Patch Changes
6404dc1: Disallows selection ofdisabledoptions in autocomplete.86e36d8: AddswithGuidesupport to select prompt.c697439: Fixes line wrapping behavior in autocomplete.0ded19c: SimplifieswithGuideoption checks.0e4ddc9: FixeswithGuidesupport in password and path prompts.76550d6: AddswithGuidesupport to selectKey prompt.f9b9953: AddswithGuidesupport to password prompt.0e93ccb: Addsverticalarrangement option toconfirmprompt.4e9ae13: AddswithGuidesupport to confirm prompt.0256238: AddswithGuidesupport to spinner prompt.6404dc1]2533180]v1.0.0Compare Source
Major Changes
c713fd5: The package is now distributed as ESM-only. Inv0releases, the package was dual-published as CJS and ESM.For existing CJS projects using Node v20+, please see Node's guide on Loading ECMAScript modules using
require().Minor Changes
415410b: This adds a custom filter function to autocompleteMultiselect. It could be used, for example, to support fuzzy searching logic.7bc3301: Prompts now have auserInputstored separately from theirvalue.8409f2c: feat: add styleFrame option for spinner2837845: Adds suggestion and path prompts99c3530: Addsformatoption to the note prompt to allow formatting of individual lines0aaee4c: Added newtaskLogprompt for log output which is cleared on success729bbb6: Add support for customizable spinner cancel and error messages. Users can now customize these messages either per spinner instance or globally via theupdateSettingsfunction to support multilingual CLIs.This update also improves the architecture by exposing the core settings to the prompts package, enabling more consistent default message handling across the codebase.
44df9af: Adds a newgroupSpacingoption to grouped multi-select prompts. If set to an integer greater than 0, it will add that number of new lines between each group.55645c2: Support wrapping autocomplete and select prompts.9e5bc6c: Add support for signals in prompts, allowing them to be aborted.f2c2b89: AddsAutocompletePromptto core with comprehensive tests and implement bothautocompleteandautocomplete-multiselectcomponents in prompts package.38019c7: Updates the API for stopping spinners and progress bars to be clearerPreviously, both the spinner and progress bar components used a single
stopmethod that accepted a code to indicate success, cancellation, or error. This update separates these into distinct methods:stop(),cancel(), anderror():As before, you can pass a message to each method to customize the output displayed:
c45b9fb: Adds support for detecting spinner cancellation via CTRL+C. This allows for graceful handling of user interruptions during long-running operations.f10071e: Using thegroupmethod, task logs can now have groups which themselves can have scrolling windows of logs.df4eea1: Removesuggestionprompt and changepathprompt to be an autocomplete prompt.76fd17f: Added newboxprompt for rendering boxed text, similar a note.9a09318: Adds newprogressprompt to display a progess-bar1604f97: AddclearOnErroroption to password prompt to automatically clear input when validation fails9bd8072: Add arequiredoption to autocomplete multiselect.19558b9: Added support for custom frames in spinner promptPatch Changes
46dc0a4: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.aea4573: Clamp scrolling windows to 5 rows.bfe0dd3: Prevents placeholder from being used as input value in text prompts55eb280: Fix placeholder rendering when using autocomplete.4d1d83b: Fixes rendering of multi-line messages and options in select prompt.6176ced: Add withGuide support to note prompt7b009df: Fix spinner clearing too many lines upwards when non-wrapping.43aed55: Change styling of disabled multi-select options to have strikethrough.17342d2: Exposes a newSpinnerResulttype to describe the return type ofspinner282b39e: Wrap spinner output to allow for multi-line/wrapped messages.2feaebb: Fix duplicated logs when scrolling through options with multiline messages by calculatingrowPaddingdynamically based on actual rendered lines instead of using a hardcoded value.69681ea: Strip destructive ANSI codes from task log messages.b0fa7d8: Add support for wrapped messages in multi line prompts9999adf: fix note component overflow bug6868c1c: Adds a newselectableGroupsboolean to the group multi-select prompt. UsingselectableGroups: falsewill disable the ability to select a top-level group, but still allow every child to be selected individually.7df841d: Removed all trailing space in prompt output and fixed various padding rendering bugs.2839c66: fix(note): hard wrap text to column limit7a556ad: Updates all prompts to accept a customoutputandinputstream17d3650: Use a default import for picocolors to avoid run time errors in some environments.7cc8a55: Messages passed to thestopmethod of a spinner no longer have dots stripped.b103ad3: Allow disabled options in multi-select and select prompts.71b5029: Add missing nullish checks around values.1a45f93: Switched from wrap-ansi to fast-wrap-ansif952592: Fixes missing guide when rendering empty log lines.372b526: Addclearmethod to spinner for stopping and clearing.d25f6d0: fix(note, box): handle CJK correctly94fee2a: Changesplaceholderto be a visual hint rather than a tabbable value.7530af0: Fixes wrapping of cancelled and success messages of select prompt4c89dd7: chore: use more accurate type to replace any in group select0b852e1: Handlestopcalls on spinners which have not yet been started.42adff8: fix: add missing guide line in autocomplete-multiselect8e2e30a: fix: fix autocomplete bar color when validate2048eb1: Fix spinner's dots behavior with custom framesacc4c3a: Add a newwithGuideoption to all prompts to disable the default clack border9b92161: Show symbol when withGuide is true for log messages68dbf9b: select-key: Fixed wrapping and added newcaseSensitiveoption09e596c: refactor(progress): remove unnecessary return statement in start function2310b43: Allow custom writables as output stream.ae84dd0: Update key binding text to show tab/space when navigating, and tab otherwise.@clack/coreto1.0.0conventional-changelog/commitlint (@commitlint/cli)
v20.5.0Compare Source
Bug Fixes
20.4.4 (2026-03-12)
Note: Version bump only for package @commitlint/cli
20.4.3 (2026-03-03)
Bug Fixes
20.4.2 (2026-02-19)
Note: Version bump only for package @commitlint/cli
20.4.1 (2026-02-02)
Note: Version bump only for package @commitlint/cli
v20.4.4Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.3Compare Source
Bug Fixes
v20.4.2Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.1Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.0Compare Source
Features
20.3.1 (2026-01-08)
Note: Version bump only for package @commitlint/cli
v20.3.1Compare Source
Note: Version bump only for package @commitlint/cli
v20.3.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.2.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.1.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.0.0Compare Source
Note: Version bump only for package @commitlint/cli
19.8.1 (2025-05-08)
Bug Fixes
conventional-changelog/commitlint (@̴
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.