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

⬆️ Updates pnpm/action-setup action to v2 - autoclosed #117

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pnpm/action-setup action major v1.2.1 -> v2.4.0

Release Notes

pnpm/action-setup (pnpm/action-setup)

v2.4.0

Compare Source

Add ability to install standalone binary (https://github.com/pnpm/action-setup/pull/92).

v2.3.0

Compare Source

v2.2.4

Compare Source

No deprecation warnings are printed about set-state and set-output commands (https://github.com/pnpm/action-setup/issues/57)

v2.2.3

Compare Source

Bump Node.js version to 16 https://github.com/pnpm/action-setup/pull/56

v2.2.2

Compare Source

Fixing network issues.

Related issues:

Related PR:

v2.2.1

Compare Source

Fix "packageManager" reader https://github.com/pnpm/action-setup/pull/35

v2.2.0

Compare Source

v2.1.0

Compare Source

Support pnpm v7 https://github.com/pnpm/action-setup/pull/29

v2.0.1

Compare Source

Update versions in code examples in README.md to the latest ones to avoid users using the wrong versions.

v2.0.0

Compare Source

  • Use https://pnpm.js.org/pnpm.js to install pnpm.
  • Removed inputs.bin_dest.
  • Removed inputs.registry.

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changelogg
Copy link

changelogg bot commented Mar 27, 2021

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@github-actions
Copy link

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

@github-actions
Copy link

github-actions bot commented Mar 27, 2021

Mega-Linter status: ✅ SUCCESS

See errors details in artifact Mega-Linter reports on GitHub Action page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from 1cc966f to 81e517c Compare March 27, 2021 18:42
@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from 81e517c to 7b59589 Compare April 6, 2021 21:00
@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from 7b59589 to 59cdaff Compare April 24, 2021 16:29
@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from 59cdaff to 7481781 Compare May 15, 2021 17:20
@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from 7481781 to 97fe334 Compare May 15, 2021 18:50
@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from 97fe334 to fc6754a Compare March 7, 2022 17:06
@viezly
Copy link

viezly bot commented Mar 7, 2022

Pull request by bot. No need to analyze

@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from fc6754a to f9c5107 Compare June 18, 2022 18:16
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (nodejs) 5 11 7 0
Security Audit for Infrastructure 0 0 0 6

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from f9c5107 to a380256 Compare November 20, 2022 15:38
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (nodejs) 5 12 7 0
Security Audit for Infrastructure 0 0 0 6

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from a380256 to 6fa7196 Compare July 25, 2023 13:37
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 1 8 3 0
Security Audit for Infrastructure 0 0 0 6

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from 6fa7196 to 1755c0e Compare July 26, 2023 13:13
@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from 1755c0e to 3e90b22 Compare October 4, 2023 08:11
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/pnpm-action-setup-2.x branch from 3e90b22 to 4c767bd Compare October 4, 2023 10:09
@renovate renovate bot changed the title ⬆️ Updates pnpm/action-setup action to v2 ⬆️ Updates pnpm/action-setup action to v2 - autoclosed Feb 8, 2024
@renovate renovate bot closed this Feb 8, 2024
@renovate renovate bot deleted the renovate/pnpm-action-setup-2.x branch February 8, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants