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 non-major dependencies #15

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^7.2.1 -> ^7.6.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^7.1.2 -> ^7.6.0 age adoption passing confidence devDependencies minor
babel-eslint ^10.0.1 -> ^10.1.0 age adoption passing confidence devDependencies minor
bundle-buddy 0.2.1 -> 0.2.2 age adoption passing confidence resolutions patch
consola 2.3.0 -> 2.15.3 age adoption passing confidence dependencies minor
eslint (source) ^5.10.0 -> ^5.16.0 age adoption passing confidence devDependencies minor
eslint-plugin-import ^2.14.0 -> ^2.29.1 age adoption passing confidence devDependencies minor
eslint-plugin-jest ^22.1.2 -> ^22.21.0 age adoption passing confidence devDependencies minor
eslint-plugin-node ^8.0.0 -> ^8.0.1 age adoption passing confidence devDependencies patch
eslint-plugin-promise ^4.0.1 -> ^4.3.1 age adoption passing confidence devDependencies minor
eslint-plugin-standard ^4.0.0 -> ^4.1.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) ^5.0.0 -> ^5.2.3 age adoption passing confidence devDependencies minor
husky ^1.2.0 -> ^1.3.1 age adoption passing confidence devDependencies minor
jsdom ^13.0.0 -> ^13.2.0 age adoption passing confidence devDependencies minor
node (source) 11 -> 11.15.0 age adoption passing confidence minor
node (source) 10 -> 10.24.1 age adoption passing confidence minor
node (source) 9 -> 9.11.2 age adoption passing confidence minor
node (source) 8 -> 8.17.0 age adoption passing confidence minor
node (source) >=8.0.0 -> >=8.17.0 age adoption passing confidence engines minor
npm (source) >=5.0.0 -> >=5.10.0 age adoption passing confidence engines minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v7.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v7.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.5.1 (2023-03-28)

Note: Version bump only for package @​commitlint/cli

v7.5.2

Compare Source

Bug Fixes
  • cli: replace old links with new organisation links (#​578) (4075903)

v7.5.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v7.5.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.4.4 (2023-02-17)

Note: Version bump only for package @​commitlint/cli

17.4.3 (2023-02-13)

Note: Version bump only for package @​commitlint/cli

17.4.2 (2023-01-12)

Note: Version bump only for package @​commitlint/cli

17.4.1 (2023-01-09)

Note: Version bump only for package @​commitlint/cli

v7.4.0

Compare Source

Bug Fixes

v7.3.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v7.3.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v7.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.4.4 (2023-02-17)

Note: Version bump only for package @​commitlint/config-conventional

17.4.3 (2023-02-13)

Note: Version bump only for package @​commitlint/config-conventional

17.4.2 (2023-01-12)

Note: Version bump only for package @​commitlint/config-conventional

v7.5.0

Compare Source

Bug Fixes
  • all broken website references (#​564) (82eeb5a)
  • replace all repository references with conventional changelog (#​561) (6c3afcd)
  • replace all website references with conventional changelog (#​563) (6b86fb1)

7.3.1 (2019-01-11)

Note: Version bump only for package @​commitlint/config-conventional

v7.3.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v7.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

babel/babel-eslint (babel-eslint)

v10.1.0

Compare Source

v10.0.3

Compare Source

Fixes https://github.com/babel/babel-eslint/issues/791, also https://github.com/eslint/eslint/issues/12117

Some context: https://github.com/babel/babel-eslint/pull/793#issuecomment-524435971

We ended up going with @​JLHwung's PR https://github.com/babel/babel-eslint/pull/794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.

v10.0.2

Compare Source

Fixes https://github.com/babel/babel-eslint/issues/772

unjs/consola (consola)

v2.15.3

Compare Source

v2.15.2

Compare Source

v2.15.1

Compare Source

v2.15.0

Compare Source

Features
  • types: use union type for ConsolaLogObject.type (#​100) (a6eba53)
  • support formatOptions.date to optionally hide date (#​101) (6bf733f)

v2.14.0

Compare Source

Features

v2.13.0

Compare Source

Features
  • remove level boundary check (8972d47)
Bug Fixes
  • types: fix silent/verbose levels (7ab0a65)
2.12.2 (2020-05-26)
Bug Fixes
2.12.1 (2020-05-07)
Bug Fixes

v2.12.2

Compare Source

v2.12.1

Compare Source

v2.12.0

Compare Source

Features
  • types: add missing typescript definitions for reporters (#​94) (4a08ef0)
2.11.3 (2019-12-31)
Bug Fixes
2.11.2 (2019-12-27)
Bug Fixes
2.11.1 (2019-12-17)
Bug Fixes

v2.11.3

Compare Source

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

Features
Bug Fixes
  • typecheck type and tag before normalize (1984deb)
  • types: reporter in remove methods are optional (#​70) (a17cdb1)
2.10.1 (2019-08-05)

v2.10.1

Compare Source

v2.10.0

Compare Source

Bug Fixes
  • add missing typescript declaration for level, stdout and stderr (#​58) (a149dbb)
Features

v2.9.0

Compare Source

Features

v2.8.0

Compare Source

Features
2.7.1 (2019-05-26)
Bug Fixes
  • browser: hide : with tag and normal log (8250d5a)

v2.7.1

Compare Source

v2.7.0

Compare Source

Bug Fixes
  • correctly calculate line width when using grave accent (bad52bd)
Features
  • always hide right side on width < 80 (07d8246)
  • improve basic logs (ea6ce59)
  • browser: fancier logs (b64f337)
  • hide time from basic logger as it is commonly used in CI environments (68c3bae)
  • smart hide time and tag when there is no space (00a375f)
2.6.2 (2019-05-15)
Bug Fixes
2.6.1 (2019-05-08)
Bug Fixes

v2.6.2

Compare Source

v2.6.1

Compare Source

v2.6.0

Compare Source

Features
  • expose constructor and reporters (3a8f662)

2.5.8 (2019-03-29)

Bug Fixes

2.5.7 (2019-03-19)

Bug Fixes
  • formatting: fix formatting when multiple back-quotes (#​44) (669a12e)

2.5.6 (2019-02-25)

Bug Fixes

2.4.1 (2019-02-12)

Bug Fixes

v2.5.8

Compare Source

Bug Fixes

v2.5.7

Compare Source

Bug Fixes
  • formatting: fix formatting when multiple back-quotes (#​44) (669a12e)

v2.5.6

Compare Source

Bug Fixes

v2.5.5

Compare Source

Bug Fixes

v2.5.4

Compare Source

  • chore(build): Use the --no-map flag (#​41) (@​egoist)
  • refactor(browser): Improve export (0049c4b)
  • chore(browser): Ensure umd build is running in browser (4b22e7c)

v2.5.3

Compare Source

v2.5.2

Compare Source

Bug Fixes
  • bundle std-env and entrypoint (7b0f838)

v2.5.1

Compare Source

v2.5.0

Compare Source

Compare Source

Features
  • fancy: highlight keywords with grave accent char (b3e09fd)
  • fancy: move right to the left if length is <= 80 (34738c7)
Performance Improvements
  • pkg: reduce install size from "375 kB" to "79.4 kB" (f4a1861)

v2.4.1

Compare Source

Bug Fixes

v2.4.0

Compare Source

Bug Fixes
Features

2.3.2 (2019-01-06)

Bug Fixes

2.3.1 (2019-01-02)

Bug Fixes
  • bypass webpack for lazy required version of winston (500b509)

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Bug Fixes
  • bypass webpack for lazy required version of winston (500b509)
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 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency husky to ^1.2.1 chore(deps): update all non-major dependencies Dec 15, 2018
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8870667 to 6e5f531 Compare December 21, 2018 10:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 43db709 to a644556 Compare December 28, 2018 06:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e3c299a to 5d449f1 Compare January 9, 2019 12:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f24db66 to 7fe9510 Compare January 15, 2019 12:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5e87efe to 774c2b4 Compare January 24, 2019 03:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f58e581 to 1231320 Compare February 1, 2019 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d1700a6 to 86f48e5 Compare February 12, 2019 07:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 437579b to 7afb60e Compare March 15, 2020 06:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7afb60e to 93cdb24 Compare April 26, 2020 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93cdb24 to 1c3ab53 Compare May 8, 2020 12:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c3ab53 to 017d16c Compare July 2, 2020 03:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 017d16c to 3cc0580 Compare August 25, 2020 01:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 368999b to 3872df6 Compare February 10, 2021 11:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc6a387 to f274c12 Compare April 26, 2021 14:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f274c12 to 094d1be Compare May 15, 2021 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 094d1be to 2be25d4 Compare June 6, 2021 22:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf37463 to 51f96bd Compare March 7, 2022 13:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51f96bd to c1d2a34 Compare April 24, 2022 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38e89fd to 0023959 Compare March 16, 2023 07:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0023959 to b963132 Compare May 28, 2023 09:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b963132 to 3dac0df Compare August 1, 2023 04:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3dac0df to ca1a511 Compare August 18, 2023 22:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6456b3e to be32c36 Compare April 14, 2024 11:20
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