Skip to content

chore(deps): bump actions/stale from 8 to 10#682

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/stale-10
Open

chore(deps): bump actions/stale from 8 to 10#682
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/stale-10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps actions/stale from 8 to 10.

Release notes

Sourced from actions/stale's releases.

v10.0.0

What's Changed

Breaking Changes

Enhancement

Dependency Upgrades

Documentation changes

New Contributors

Full Changelog: actions/stale@v9...v10.0.0

v9.1.0

What's Changed

New Contributors

Full Changelog: actions/stale@v9...v9.1.0

... (truncated)

Changelog

Sourced from actions/stale's changelog.

Changelog

[10.1.0]

What's Changed

[10.0.0]

What's Changed

Breaking Changes

Enhancement

Dependency Upgrades

Documentation changes

[9.1.0]

What's Changed

[9.0.0]

Breaking Changes

  1. Action is now stateful: If the action ends because of operations-per-run then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs.
  2. Version 9 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

... (truncated)

Commits
  • 9971854 build(deps): bump actions/checkout from 4 to 6 (#1306)
  • 5611b9d build(deps): bump actions/publish-action from 0.3.0 to 0.4.0 (#1291)
  • fad0de8 Improves error handling when rate limiting is disabled on GHES. (#1300)
  • 39bea7d Add Missing Input Reading for only-issue-types (#1298)
  • e46bbab build(deps-dev): bump @​types/node from 20.10.3 to 24.2.0 and document breakin...
  • 65d1d48 build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.1.8 (#1276)
  • 5f858e3 Add only-issue-types option to filter issues by type (#1255)
  • 3a9db7e Upgrade to node 24 (#1279)
  • 8f717f0 Bumps form-data (#1277)
  • a92fd57 build(deps): bump undici from 5.28.5 to 5.29.0 (#1251)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 16, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 16, 2026

⚠️ No Changeset found

Latest commit: 356f2bf

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

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/stale-10 branch from 517e696 to 4b7406e Compare February 16, 2026 17:19
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 10.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v8...v10)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@theashraf theashraf force-pushed the dependabot/github_actions/actions/stale-10 branch from 4b7406e to 356f2bf Compare February 16, 2026 21:16
@github-actions
Copy link
Contributor

Coverage Report for @lottiefiles/dotlottie-web (packages/web)

Status Category Percentage Covered / Total
🔵 Lines 59.21% (🎯 59%) 813 / 1373
🔵 Statements 55.85% (🎯 55%) 840 / 1504
🔵 Functions 60.37% (🎯 59%) 192 / 318
🔵 Branches 53.13% (🎯 53%) 585 / 1101
File CoverageNo changed files found.
Generated in workflow #2249 for commit 356f2bf by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

Coverage Report for @lottiefiles/dotlottie-react (packages/react)

Status Category Percentage Covered / Total
🔵 Lines 97.43% (🎯 95%) 76 / 78
🔵 Statements 97.59% (🎯 95%) 81 / 83
🔵 Functions 100% (🎯 95%) 26 / 26
🔵 Branches 92.3% (🎯 89%) 48 / 52
File CoverageNo changed files found.
Generated in workflow #2249 for commit 356f2bf by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

Coverage Report for @lottiefiles/dotlottie-wc (packages/wc)

Status Category Percentage Covered / Total
🔵 Lines 98.68% (🎯 98%) 75 / 76
🔵 Statements 98.73% (🎯 98%) 78 / 79
🔵 Functions 100% (🎯 100%) 10 / 10
🔵 Branches 91.17% (🎯 91%) 62 / 68
File CoverageNo changed files found.
Generated in workflow #2249 for commit 356f2bf by the Vitest Coverage Report Action

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
@lottiefiles/dotlottie-web 39.24 KB (0%) 785 ms (0%) 25 ms (-15.97% 🔽) 810 ms
@lottiefiles/dotlottie-web WASM 492.17 KB (0%) 9.9 s (0%) 0 ms (+100% 🔺) 9.9 s
@lottiefiles/dotlottie-react 40.54 KB (0%) 811 ms (0%) 43 ms (-21.37% 🔽) 854 ms
@lottiefiles/dotlottie-vue 47.54 KB (0%) 951 ms (0%) 157 ms (+119.38% 🔺) 1.2 s
@lottiefiles/dotlottie-wc 45.56 KB (0%) 912 ms (0%) 85 ms (+88.04% 🔺) 996 ms
@lottiefiles/dotlottie-svelte 48.81 KB (0%) 977 ms (0%) 58 ms (+219.31% 🔺) 1.1 s
@lottiefiles/dotlottie-solid 45.84 KB (0%) 917 ms (0%) 36 ms (+57.05% 🔺) 952 ms

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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant