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 dependency 10up-toolkit to v4.1.2 #303

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
10up-toolkit 4.1.1 -> 4.1.2 age adoption passing confidence

Release Notes

10up/10up-toolkit

v4.1.2

Compare Source

Patch Changes
  • 64134a9: Adding unmissable notice (error) when using HMR and SCRIPT_DEBUG is not set to true

    The recommended way of including the fast-refresh.php file is now the following:

    $is_local_env = in_array( wp_get_environment_type(), [ 'local', 'development' ], true );
    $is_local_url = strpos( home_url(), '.test' ) || strpos( home_url(), '.local' );
    $is_local     = $is_local_env || $is_local_url;
    
    if ( $is_local && file_exists( __DIR__ . '/dist/fast-refresh.php' ) ) {
    	require_once __DIR__ . '/dist/fast-refresh.php';
    	TenUpToolkit\set_dist_url_path( basename( __DIR__ ), TENUP_THEME_DIST_URL, TENUP_THEME_DIST_PATH );
    }
  • 86d68ac: Update devServer so the overlay only shows up on errors.
    Update StyleLintPlugin so it sets failOnError to false, similarly to EslintPlugin.


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, click this checkbox.

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

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jeffpaul jeffpaul added this to the 1.2.0 milestone Jun 15, 2022
@jeffpaul jeffpaul merged commit 9d8b002 into develop Jun 15, 2022
@jeffpaul jeffpaul deleted the renovate/10up-toolkit-4.x branch June 15, 2022 15:41
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.

2 participants