Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Update dependency connection-string to v3.4.0 #20

Merged
merged 1 commit into from
Jun 13, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 12, 2020

This PR contains the following updates:

Package Type Update Change
connection-string dependencies minor 3.3.1 -> 3.4.0

Release Notes

vitaly-t/connection-string

v3.4.0

Compare Source

  • Implemented #​33, to allow constructor with null / undefined for connection string, to be treated the same as an empty string.

The following initializations will produce the same result:

new ConnectionString();
new ConnectionString(null);
new ConnectionString('');
  • DEV dependencies updated
  • Minor code refactoring

Renovate configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

♻️ 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 WhiteSource Renovate. View repository job log here.

@ryanhs ryanhs merged commit 8e0f209 into master Jun 13, 2020
@renovate renovate bot deleted the renovate/connection-string-3.x branch June 13, 2020 04:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants