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

Update all non-major dependencies #140

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cache-manager 5.4.0 -> 5.5.1 age adoption passing confidence dependencies minor
sonarsource/sonarqube-scan-action v2.0.1 -> v2.0.2 age adoption passing confidence action patch
table 6.8.1 -> 6.8.2 age adoption passing confidence dependencies patch

Release Notes

jaredwray/cache-manager (cache-manager)

v5.5.0

Compare Source

Added Event Errors

Cache Manager now does not throw errors by default. Instead, all errors are evented through the error event. Here is an example on how to use it:

const memoryCache = await caching('memory', {
  max: 100,
  ttl: 10 * 1000 /*milliseconds*/,
});
memoryCache.on('error', (error) => {
  console.error('Cache error:', error);
});

What's Changed

New Contributors

Full Changelog: jaredwray/cacheable@v5.4.0...v5.5.0

sonarsource/sonarqube-scan-action (sonarsource/sonarqube-scan-action)

v2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: SonarSource/sonarqube-scan-action@v2.0.1...v2.0.2

gajus/table (table)

v6.8.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 11pm on Monday" (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 changed the title Update dependency table to v6.8.2 Update all non-major dependencies Apr 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a10ea92 to 4cd7938 Compare April 4, 2024 20:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4cd7938 to dbd6c4f Compare April 5, 2024 17:12
@onigoetz onigoetz merged commit 28a18ab into master Apr 15, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 15, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant