Skip to content

chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0#146

Merged
rvagg merged 2 commits intomasterfrom
dependabot/github_actions/actions/setup-node-4.1.0
Dec 30, 2024
Merged

chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0#146
rvagg merged 2 commits intomasterfrom
dependabot/github_actions/actions/setup-node-4.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps actions/setup-node from 4.0.4 to 4.1.0.

Release notes

Sourced from actions/setup-node's releases.

v4.1.0

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Oct 25, 2024
@rvagg
Copy link
Owner

rvagg commented Oct 25, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-node-4.1.0 branch from ea10b13 to 9f81d0f Compare October 25, 2024 05:21
@rvagg
Copy link
Owner

rvagg commented Oct 25, 2024

Error: node_modules/@types/readable-stream/index.d.ts(419,11): error TS2420: Class 'Readable' incorrectly implements interface 'ReadableStream'.
  Types of property 'wrap' are incompatible.
    Type '(oldStream: Readable) => this' is not assignable to type '(oldStream: ReadableStream) => this'.
      Types of parameters 'oldStream' and 'oldStream' are incompatible.
        Type 'ReadableStream' is not assignable to type 'Readable'.
          Type 'ReadableStream' is missing the following properties from type 'Readable': readableAborted, readableDidRead, readableEncoding, readableEnded, and 28 more.
Error: Process completed with exit code 2.

just ..

Copy link
Owner

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs ts fixes

@rvagg
Copy link
Owner

rvagg commented Dec 30, 2024

@dependabot rebase

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.4...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-node-4.1.0 branch from 9f81d0f to 714a83f Compare December 30, 2024 03:06
@rvagg rvagg merged commit 45c312b into master Dec 30, 2024
@rvagg rvagg deleted the dependabot/github_actions/actions/setup-node-4.1.0 branch December 30, 2024 03:09
github-actions bot pushed a commit that referenced this pull request Dec 30, 2024
## [6.0.18](v6.0.17...v6.0.18) (2024-12-30)

### Trivial Changes

* **deps-dev:** bump typescript from 5.6.3 to 5.7.2 ([d28178a](d28178a))
* **deps:** bump actions/setup-node from 4.0.4 to 4.1.0 ([#146](#146)) ([45c312b](45c312b))
@github-actions
Copy link

🎉 This PR is included in version 6.0.18 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant