Skip to content

Update dependency ember-click-outside to v6.1.0 #7244

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

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-click-outside 6.0.1 -> 6.1.0 age adoption passing confidence

Release Notes

zeppelin/ember-click-outside (ember-click-outside)

v6.1.0

Compare Source

🚀 Enhancement
Committers: 1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 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.

@Turbo87 Turbo87 enabled auto-merge (squash) October 6, 2023 10:29
@Turbo87 Turbo87 merged commit 981ac72 into main Oct 6, 2023
@Turbo87 Turbo87 deleted the renovate/ember-click-outside-6.x branch October 6, 2023 10:33
Turbo87 added a commit to Turbo87/crates.io that referenced this pull request Nov 11, 2023
Before rust-lang#7244 we were limited to only having a single database connection in most of our test suite since we were working within a running transaction. This is no longer the case and e.g. our background jobs might use another connection from the pool, while the runner itself already holds a connection with a transaction.

This commit changes the default pool size to 5. Since the connections are opened on demand in the background it should not significantly influence the test performance.
Turbo87 added a commit to Turbo87/crates.io that referenced this pull request Nov 11, 2023
Before rust-lang#7244 we were limited to only having a single database connection in most of our test suite since we were working within a running transaction. This is no longer the case and e.g. our background jobs might use another connection from the pool, while the runner itself already holds a connection with a transaction.

This commit changes the default pool size to 5. Since the connections are opened on demand in the background it should not significantly influence the test performance.
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