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

chore(deps): update all dev #270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all dev #270

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mi11er/eslint-config 2.2.2 -> 2.4.1 age adoption passing confidence
@semantic-release/changelog 2.0.2 -> 2.1.2 age adoption passing confidence
@semantic-release/exec 2.2.4 -> 2.3.0 age adoption passing confidence
babel-eslint 8.2.5 -> 8.2.6 age adoption passing confidence
browser-sync (source) 2.24.5 -> 2.29.3 age adoption passing confidence
eslint (source) 5.0.1 -> 5.16.0 age adoption passing confidence
eslint-plugin-import 2.13.0 -> 2.29.1 age adoption passing confidence
eslint-plugin-jsx-a11y 6.1.0 -> 6.8.0 age adoption passing confidence
eslint-plugin-optimize-regex 1.1.5 -> 1.2.1 age adoption passing confidence
eslint-plugin-react 7.10.0 -> 7.34.2 age adoption passing confidence
eslint-plugin-security 1.4.0 -> 1.7.1 age adoption passing confidence
jstransformer-pug 0.3.0 -> 0.4.0 age adoption passing confidence
lint-staged 7.2.0 -> 7.3.0 age adoption passing confidence
metalsmith (source) 2.3.0 -> 2.6.3 age adoption passing confidence
metalsmith-layouts 2.1.0 -> 2.3.1 age adoption passing confidence
metalsmith-sass 1.5.1 -> 1.7.0 age adoption passing confidence
modernizr 3.6.0 -> 3.13.0 age adoption passing confidence
node-sass 4.9.1 -> 4.14.1 age adoption passing confidence
npm-run-all 4.1.3 -> 4.1.5 age adoption passing confidence
prettier (source) 1.13.7 -> 1.19.1 age adoption passing confidence
pretty-quick 1.6.0 -> 1.11.1 age adoption passing confidence
queue 4.4.2 -> 4.5.1 age adoption passing confidence
rimraf 2.6.2 -> 2.7.1 age adoption passing confidence
semantic-release 15.5.0 -> 15.14.0 age adoption passing confidence
sort-package-json 1.15.0 -> 1.57.0 age adoption passing confidence
uglifyjs-webpack-plugin 1.2.7 -> 1.3.0 age adoption passing confidence
webpack 4.15.1 -> 4.47.0 age adoption passing confidence
webpack-merge 4.1.3 -> 4.2.2 age adoption passing confidence

Release Notes

mi11er-net/eslint-config (@​mi11er/eslint-config)

v2.4.1

Compare Source

Bug Fixes

v2.4.0

Compare Source

Features
  • node: add new eslint-node rules (1f86ac3)

v2.3.0

Compare Source

Features

2.2.2 (2018-04-03)

Bug Fixes
  • packages: update eslint and peerDependencies (48e960d), closes #​38

2.2.1 (2018-03-17)

Bug Fixes
  • deps: update peer dependencies (5fa0d8a)
semantic-release/changelog (@​semantic-release/changelog)

v2.1.2

Compare Source

Bug Fixes
  • package: update fs-extra to version 7.0.0 (a172379)

v2.1.1

Compare Source

Bug Fixes
  • factorise the verification code in a function (7300663)

v2.1.0

Compare Source

Features
  • options: adds changelogTitle option (f304bb0)

v2.0.3

Compare Source

Bug Fixes
  • fixes typos and wrong link in error message (3a09b0f)
semantic-release/exec (@​semantic-release/exec)

v2.3.0

Compare Source

Features
  • use cwd and env options passed by core (cdb248f)
babel/babel-eslint (babel-eslint)

v8.2.6

Compare Source

BrowserSync/browser-sync (browser-sync)

v2.29.3: The one that fixes snippetOptions

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.2...v2.29.3

v2.29.2

Compare Source

v2.29.1

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.0...v2.29.1

v2.29.0: The one that restores IE11 support 💪

Compare Source

What's Changed

esbuild does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke IE11 support 😢

This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers.

So, IE11 will work once again 🎉. Please use the issues thread to make me aware of any problem that's preventing you from using Browsersync in your day job 💪 (and be sure to thumbs-up the issues you want to see resolved)

### IE11 works, again
npm install browser-sync@latest

Full Changelog: BrowserSync/browser-sync@v2.28.3...v2.29.0

v2.28.3

Compare Source

v2.28.2

Compare Source

v2.28.1

Compare Source

v2.28.0: the one that finally removes document.write

Compare Source

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.27.12...v2.28.0

v2.27.12

Compare Source

v2.27.11

Compare Source

v2.27.10

Compare Source

v2.27.9: 2.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: 2.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: added snippet: boolean option

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: upgraded dependencies

Compare Source

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

Happy Browsersync'in :)

v2.26.13

Compare Source

v2.26.12

Compare Source

v2.26.10

Compare Source

v2.26.9

Compare Source

v2.26.7

Compare Source

v2.26.6

Compare Source

v2.26.5

Compare Source

v2.26.4

Compare Source

v2.26.3: 2.26.0 -> 2.26.3

Compare Source

fixes

v2.26.2

Compare Source

v2.26.1

Compare Source

v2.26.0

Compare Source

these notes describe the change from 2.24.6 -> 2.26.0

fixes

chore

  • move cypress to top-level dep 0d4ab81
  • package-lock files 900e23e
  • change API of option transforms ef12e9a

lerna

feature

  • adding 'listen' option to restrict binding of interfaces d641916

docs

deps

  • npm audit for localtunnel - fixes #​1587 27f2173
  • easy-extender@2.3.4 cypress@3.1.0 supertest@3.1.0 a6578a3

v2.25.0: the listen option release

Compare Source

Browsersync can now be used in more restrictive areas, ones where you cannot simply bind to all addresses on the host (such as schools or universities) - this is enabled via the listen option.

For backwards compatibility reasons, we actually cannot use the host option to acheive this (even though that would make the most sense), as it would break some people's existing setups.

This is mainly because in the past, host was not used to determine an address to bind to, but rather just as a way of changing the urls Browsersync displays to the user. :( :( :(

It was a big mistake, but now with the sheer size of the user base we have, every tiny change to any existing option causes some kind of breakage. I'm not prepared to do that again with host.

So, instead we're back to the old method of instead adding a new option, that I've called listen. It's the only way we can acheive the goal without breaking existing users who are using host for other reasons.

The idea is that you'd only ever use the listen option if you want to restrict the address being bound to. For example, the following will serve files from the current directory, but behind the scenes Browsersync will only bind to localhost (this does mean that other features such as external urls will not work any more, but if you need this listen option in the first place, that will not be a concern for you)

npm i -g browser-sync@2.25.0
browser-sync . --listen localhost

v2.24.7: Bug fixes

Compare Source

fix

deps

  • easy-extender@2.3.4 cypress@3.1.0 supertest@3.1.0 a6578a3

v2.24.6

Compare Source

eslint/eslint (eslint)

v5.16.0

Compare Source

  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#​11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#​11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#​11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#​11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#​11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#​11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#​11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#​11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#​11528) (Teddy Katz)

v5.15.3

Compare Source

v5.15.2

Compare Source

  • 29dbca7 Fix: implicit-arrow-linebreak adds extra characters (fixes #​11268) (#​11407) (Mark de Dios)
  • 5d2083f Upgrade: eslint-scope@4.0.3 (#​11513) (Teddy Katz)
  • a5dae7c Fix: Empty glob pattern incorrectly expands to "/**" (#​11476) (Ben Chauvette)
  • 448e8da Chore: improve crash reporting (fixes #​11304) (#​11463) (Alex Zherdev)
  • 0f56dc6 Chore: make config validator params more consistent (#​11435) (薛定谔的猫)
  • d6c1122 Docs: Add working groups to maintainer guide (#​11400) (Nicholas C. Zakas)
  • 5fdb4d3 Build: compile deps to ES5 when generating browser file (fixes #​11504) (#​11505) (Teddy Katz)
  • 06fa165 Build: update CI testing configuration (#​11500) (Reece Dunham)
  • 956e883 Docs: Fix example in no-restricted-modules docs (#​11454) (Paul O’Shannessy)
  • 2c7431d Docs: fix json schema example dead link (#​11498) (kazuya kawaguchi)
  • e7266c2 Docs: Fix invalid JSON in "Specifying Parser Options" (#​11492) (Mihira Jayasekera)
  • 6693161 Sponsors: Sync README with website (ESLint Jenkins)
  • 62fee4a Chore: eslint-config-eslint enable comma-dangle functions: "never" (#​11434) (薛定谔的猫)
  • 34a5382 Build: copy bundled espree to website directory (#​11478) (Pig Fang)
  • f078f9a Chore: use "file:" dependencies for internal rules/config (#​11465) (Teddy Katz)
  • 0756128 Docs: Add visualstudio to formatter list (#​11480) (Patrick Eriksson)
  • 44de9d7 Docs: Fix typo in func-name-matching rule docs (#​11484) (Iulian Onofrei)

v5.15.1

Compare Source

v5.15.0

Compare Source

v5.14.1

Compare Source

v5.14.0

Compare Source


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 is behind base branch, 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency node-sass to v4.9.2 chore(deps): update all dev Jul 11, 2018
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 228b6ad to b0aca31 Compare July 21, 2018 10:27
@renovate renovate bot force-pushed the renovate/all-dev branch 4 times, most recently from 95dba06 to 5a574e8 Compare July 29, 2018 07:56
@renovate renovate bot force-pushed the renovate/all-dev branch 6 times, most recently from 3900f4d to b37042a Compare August 6, 2018 07:27
@renovate renovate bot force-pushed the renovate/all-dev branch 7 times, most recently from 6f93ec9 to 59143ea Compare August 15, 2018 14:07
@renovate renovate bot force-pushed the renovate/all-dev branch 7 times, most recently from 16e5b10 to 644bb9f Compare August 22, 2018 09:54
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 2f27fea to e0edf39 Compare June 24, 2022 01:17
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from c1dee9c to 2043f0e Compare May 29, 2023 22:21
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 28063dc to 4772d4e Compare July 29, 2023 22:28
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from bad1bb9 to eb4fd3e Compare August 18, 2023 22:50
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 7e5248d to e7fc12a Compare March 5, 2024 03:02
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

0 participants