Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 #3749

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps actions/setup-node from 4.0.3 to 4.0.4.

Release notes

Sourced from actions/setup-node's releases.

v4.0.4

What's Changed

Documentation changes:

New Contributors

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

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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from sivashanmukh as a code owner September 23, 2024 07:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 23, 2024
@dependabot dependabot bot requested a review from a team as a code owner September 23, 2024 07:50
@devops-github-rudderstack
Copy link
Contributor

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.06%. Comparing base (8f53316) to head (2b1a1e6).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3749   +/-   ##
========================================
  Coverage    89.06%   89.06%           
========================================
  Files          608      608           
  Lines        32987    32987           
  Branches      7807     7807           
========================================
  Hits         29379    29379           
  Misses        3331     3331           
  Partials       277      277           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@sanpj2292 sanpj2292 merged commit 0ff2ac4 into develop Oct 16, 2024
24 checks passed
@sanpj2292 sanpj2292 deleted the dependabot/github_actions/actions/setup-node-4.0.4 branch October 16, 2024 04:46
ItsSudip added a commit that referenced this pull request Oct 18, 2024
* feat: add missing fields on the pinterest_tag mapping

* chore: fix test cases

* chore(deps): bump actions/checkout from 4.1.1 to 4.2.1 (#3796)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#3749)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sankeerth <[email protected]>

* fix: heap userId extraction (#3801)

* chore: remove redundant old implementation (#3802)

* chore: remove redundant old implementation

* chore: remove test cases related to pinterest_tag

* chore: fix test cases

* chore: fix lint issue

* chore: fix lint issue again

* Should filter out falsey reserved attributes from Intercom destination  (#3767)

* Should filter out reserved attributes from Intercom destination even if they are falsey

* Fix presence check to allow null values

---------

Co-authored-by: Manish Kumar <[email protected]>

* chore(deps): bump koa and @types/koa (#3709)

Bumps [koa](https://github.com/koajs/koa) and [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa). These dependencies needed to be updated together.

Updates `koa` from 2.15.0 to 2.15.3
- [Changelog](https://github.com/koajs/koa/blob/2.15.3/History.md)
- [Commits](koajs/koa@2.15.0...2.15.3)

Updates `@types/koa` from 2.13.12 to 2.15.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa)

---
updated-dependencies:
- dependency-name: koa
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/koa"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yashasvi Bajpai <[email protected]>

* fix: populate source destination info env set properly (#3806)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sankeerth <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dilip Kola <[email protected]>
Co-authored-by: shrouti1507 <[email protected]>
Co-authored-by: Will <[email protected]>
Co-authored-by: Manish Kumar <[email protected]>
Co-authored-by: Yashasvi Bajpai <[email protected]>
Co-authored-by: Akash Chetty <[email protected]>
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.

2 participants