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): update all non-major dependencies #55

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-node action patch v4.0.2 -> v4.0.3 age adoption passing confidence
typescript (source) devDependencies patch 5.5.2 -> 5.5.3 age adoption passing confidence

Release Notes

actions/setup-node (actions/setup-node)

v4.0.3

Compare Source

Microsoft/TypeScript (typescript)

v5.5.3

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from IanKrieger as a code owner July 10, 2024 01:55
Copy link

[puLL-Merge] - actions/setup-node@v4.0.2..v4.0.3

Description

This PR updates various dependencies and makes some improvements to the codebase. The main changes include:

  1. Updating Node.js versions used in workflows and tests
  2. Upgrading several dependencies to their latest versions
  3. Making improvements to the HTTP client and other utility functions
  4. Updating the README to reflect newer Node.js versions
Changes

Changes

  1. .github/workflows/e2e-cache.yml:

    • Updated Node.js versions from 12, 14, 16 to 18, 20, 22
  2. .github/workflows/versions.yml:

    • Updated Node.js versions and test scenarios
    • Changed macOS runner from macos-latest to macos-13 in some jobs
  3. README.md:

    • Updated example Node.js versions from 16 to 20
  4. __tests__/data/*:

    • Updated Node.js versions in various test files
  5. dist/setup/index.js:

    • Various improvements to HTTP client, headers handling, and utility functions
    • Added new RetryHandler class for improved request retry logic
  6. package.json:

    • Updated dependencies to their latest versions, including:
      • @actions/cache to 3.2.4
      • @actions/http-client to 2.2.1
      • semver to 7.6.0
    • Updated devDependencies to their latest versions

Possible Issues

No major issues are apparent in this change. The updates seem to be focused on improving the codebase and keeping dependencies up-to-date.

Security Hotspots

There are no obvious security hotspots in this change. The updates to dependencies may include security improvements, but no specific security-related changes are highlighted in the diff.

@IanKrieger IanKrieger added this pull request to the merge queue Jul 10, 2024
Merged via the queue into main with commit ac46c2f Jul 10, 2024
6 checks passed
@IanKrieger IanKrieger deleted the renovate/all-minor-patch branch July 10, 2024 17:52
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.

1 participant