Skip to content

chore(deps): bump @types/retry from 0.12.0 to 0.12.5 - #2536

Merged
github-actions[bot] merged 3 commits into
mainfrom
dependabot/npm_and_yarn/types/retry-0.12.5
Jul 23, 2026
Merged

chore(deps): bump @types/retry from 0.12.0 to 0.12.5#2536
github-actions[bot] merged 3 commits into
mainfrom
dependabot/npm_and_yarn/types/retry-0.12.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 5, 2026

Copy link
Copy Markdown
Contributor

Bumps @types/retry from 0.12.0 to 0.12.5.

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 5, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner March 5, 2026 19:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 5, 2026
@changeset-bot

changeset-bot Bot commented Mar 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 88b9248

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
github-actions Bot enabled auto-merge (squash) March 5, 2026 19:39
@codecov

codecov Bot commented Mar 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.12%. Comparing base (70f5985) to head (88b9248).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2536      +/-   ##
==========================================
- Coverage   89.13%   89.12%   -0.01%     
==========================================
  Files          65       65              
  Lines       10339    10339              
  Branches      471      470       -1     
==========================================
- Hits         9216     9215       -1     
  Misses       1094     1094              
- Partials       29       30       +1     
Flag Coverage Δ
cli-hooks 89.12% <100.00%> (-0.01%) ⬇️
cli-test 89.12% <100.00%> (-0.01%) ⬇️
logger 89.12% <100.00%> (-0.01%) ⬇️
oauth 89.12% <100.00%> (-0.01%) ⬇️
socket-mode 89.12% <100.00%> (-0.01%) ⬇️
web-api 89.12% <100.00%> (-0.01%) ⬇️
webhook 89.12% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zimeg

zimeg commented Mar 11, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/types/retry-0.12.5 branch from f16b520 to 84dfbe9 Compare March 11, 2026 06:49
@zimeg

zimeg commented Mar 11, 2026

Copy link
Copy Markdown
Member

🔍 Ahha, it's a build error:

Error: src/retry-policies.ts(6,39): error TS2312: An interface can only extend an object type or intersection of object types with statically known members.
npm error Lifecycle script `build` failed with error:
npm error code 2
npm error path /home/runner/work/node-slack-sdk/node-slack-sdk/packages/web-api
npm error workspace @slack/web-api@7.14.1
npm error location /home/runner/work/node-slack-sdk/node-slack-sdk/packages/web-api
npm error command failed
npm error command sh -c npm run build:clean && tsc

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/types/retry-0.12.5 branch from 84dfbe9 to 8dc3960 Compare March 12, 2026 22:36
@zimeg zimeg added the pkg:web-api applies to `@slack/web-api` label Mar 12, 2026
@zimeg
zimeg marked this pull request as draft March 17, 2026 03:28
auto-merge was automatically disabled March 17, 2026 03:28

Pull request was converted to draft

@WilliamBergamin

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [@types/retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/retry) from 0.12.0 to 0.12.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/retry)

---
updated-dependencies:
- dependency-name: "@types/retry"
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/types/retry-0.12.5 branch from 8dc3960 to 11d0076 Compare July 17, 2026 20:32
@WilliamBergamin
WilliamBergamin marked this pull request as ready for review July 23, 2026 15:21
…bump

@types/retry@0.12.5 changed OperationOptions from an object interface into
a union type (WrapOptions | number[]), which an interface cannot extend
(TS2312). Extend the new WrapOptions interface instead — it has the same
fields, so RetryOptions is structurally unchanged for consumers. Also sync
the lockfile so the web-api workspace pins 0.12.5 to match package.json.

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@github-actions
github-actions Bot enabled auto-merge (squash) July 23, 2026 15:26
@github-actions
github-actions Bot merged commit 0627933 into main Jul 23, 2026
10 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/types/retry-0.12.5 branch July 23, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code pkg:web-api applies to `@slack/web-api`

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants