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

fix(deps): update many non-major #88

Merged
merged 1 commit into from May 20, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@netlify/zip-it-and-ship-it ^5.9.0 -> ^5.9.2 age adoption passing confidence dependencies patch
browser-sync (source) ^2.26.13 -> ^2.27.10 age adoption passing confidence devDependencies minor
hmarr/auto-approve-action v2.0.0 -> v2.2.1 age adoption passing confidence action minor

Release Notes

netlify/zip-it-and-ship-it

v5.9.2

Compare Source

v5.9.1

Compare Source

BrowserSync/browser-sync

v2.27.10

Compare Source

v2.27.9

Compare Source

What's Changed

A bug prevented the help output from displaying - it was introduced when the CLI parser yargs was updated, and is now fixed :)

Full Changelog: BrowserSync/browser-sync@v2.27.8...v2.27.9

v2.27.8

Compare Source

This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)

PR:

Resolved Issues:

Thanks to @​lachieh for the original PR, which helped me land this fix

v2.27.7

Compare Source

v2.27.6

Compare Source

v2.27.5

Compare Source

v2.27.4

Compare Source

v2.27.3

Compare Source

v2.27.1

Compare Source

This release adds a feature to address https://github.com/BrowserSync/browser-sync/issues/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,
});

v2.26.14

Compare Source

This is a maintenance release to address 2 security related issues (socket.io & axios)

Happy Browsersync'in :)

hmarr/auto-approve-action

v2.2.1

Compare Source

  • Switch back to using Node 12, as the Node 16 upgrade in v2.2.0 caused issues for people using self-hosted runners with GHES versions prior to 3.4

Full Changelog: hmarr/auto-approve-action@v2.2.0...v2.2.1

v2.2.0

Compare Source

Full Changelog: hmarr/auto-approve-action@v2.1.0...v2.2.0

v2.1.0

Compare Source

  • Better error handling. Several common error cases now result in helpful messages being shown in the Actions logs.
  • Improve documentation, and recommend use of the pull_request_target event rather than pull_request.
  • Update dependencies.
  • Add tests.

Configuration

📅 Schedule: "after 6am and before 10am on monday" (UTC).

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

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

@renovate renovate bot added automerge PR that should be merged automatically dependencies Pull requests that update a dependency file labels Oct 25, 2021
@renovate renovate bot force-pushed the renovate/many-non-major branch 3 times, most recently from 4e0c905 to 7099ac3 Compare October 27, 2021 23:00
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from 998a4e4 to e824872 Compare November 10, 2021 14:34
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from 2af484d to 2291765 Compare November 22, 2021 14:24
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from bae0fca to b4f18c3 Compare March 15, 2022 09:17
@renovate renovate bot force-pushed the renovate/many-non-major branch from b4f18c3 to 0ef4e04 Compare April 2, 2022 16:21
@renovate renovate bot changed the title fix(deps): update many non-major chore(deps): update many non-major Apr 4, 2022
@renovate renovate bot force-pushed the renovate/many-non-major branch 2 times, most recently from fb49a81 to e40dbe2 Compare April 5, 2022 00:01
@renovate renovate bot force-pushed the renovate/many-non-major branch from e40dbe2 to 59bf64c Compare April 21, 2022 17:59
@renovate renovate bot changed the title chore(deps): update many non-major fix(deps): update many non-major Apr 21, 2022
@renovate renovate bot force-pushed the renovate/many-non-major branch from 59bf64c to ee9416e Compare May 16, 2022 20:20
@renovate renovate bot force-pushed the renovate/many-non-major branch from ee9416e to 6560f49 Compare May 18, 2022 17:43
@sameoldcarlos sameoldcarlos merged commit c60627a into master May 20, 2022
@renovate renovate bot deleted the renovate/many-non-major branch May 20, 2022 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge PR that should be merged automatically dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants