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 #12

Merged
merged 1 commit into from Jun 25, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
browser-sync (source) 2.26.14 -> 2.27.1 age adoption passing confidence
copy-webpack-plugin 9.0.0 -> 9.0.1 age adoption passing confidence
css-minimizer-webpack-plugin 3.0.1 -> 3.0.2 age adoption passing confidence
mini-css-extract-plugin 1.6.0 -> 1.6.1 age adoption passing confidence
terser-webpack-plugin 5.1.3 -> 5.1.4 age adoption passing confidence

Release Notes

BrowserSync/browser-sync

v2.27.1

Compare Source

This release adds a feature to address BrowserSync/browser-sync#1882

Sometimes you don't want Browsersync to auto-inject it's connection snippet into your HTML - now you can disable it globally via either a CLI param or the new snippet option :)

browser-sync . --no-snippet

or in any Browsersync configuration

const config = {
  snippet: false,
};

the original request was related to Eleventy usage, so here's how that would look

eleventyConfig.setBrowserSyncConfig({
  snippet: false,
});
webpack-contrib/copy-webpack-plugin

v9.0.1

Compare Source

webpack-contrib/css-minimizer-webpack-plugin

v3.0.2

Compare Source

webpack-contrib/mini-css-extract-plugin

v1.6.1

Compare Source

webpack-contrib/terser-webpack-plugin

v5.1.4

Compare Source

  • update serialize-javascript

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b1964e4 to 9d2e607 Compare June 25, 2021 12:28
@renovate renovate bot changed the title Update dependency browser-sync to v2.27.1 Update all non-major dependencies Jun 25, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d2e607 to 9b26dce Compare June 25, 2021 14:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b26dce to 740b8a2 Compare June 25, 2021 17:10
@noahbravo noahbravo merged commit 7ad4791 into master Jun 25, 2021
@noahbravo noahbravo deleted the renovate/all-minor-patch branch June 25, 2021 19:03
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.

None yet

2 participants