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

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2020

This PR contains the following updates:

Package Type Update Change
@commitlint/cli devDependencies minor 8.2.0 -> 8.3.5
@commitlint/config-conventional devDependencies minor 8.2.0 -> 8.3.4
consola dependencies patch ^2.11.2 -> ^2.11.3
cross-env dependencies patch 7.0.0 -> 7.0.2
eslint-plugin-import devDependencies minor 2.19.1 -> 2.20.2
eslint-plugin-node devDependencies minor 11.0.0 -> 11.1.0
nuxt dependencies minor 2.11.0 -> 2.12.1
sharp devDependencies minor 0.23.4 -> 0.25.2

Release Notes

conventional-changelog/commitlint

v8.3.5

Compare Source

Bug Fixes

v8.3.4

Compare Source

Bug Fixes

v8.3.3

Compare Source

v8.3.2

Compare Source

v8.3.1

Compare Source

Bug Fixes

v8.3.0

Compare Source

Features
nuxt/consola

v2.11.3

Compare Source

kentcdodds/cross-env

v7.0.2

Compare Source

Reverts

v7.0.1

Compare Source

Bug Fixes
benmosher/eslint-plugin-import

v2.20.2

Compare Source

Fixed
  • [order]: fix isExternalModule detect on windows ([#​1651], thanks [@​fisker])
  • [order]: recognize ".." as a "parent" path ([#​1658], thanks [@​golopot])
  • [no-duplicates]: fix fixer on cases with default import ([#​1666], thanks [@​golopot])
  • [no-unused-modules]: Handle export { default } from syntax ([#​1631], thanks [@​richardxia])
  • [first]: Add a way to disable absolute-first explicitly ([#​1664], thanks [@​TheCrueltySage])

v2.20.1

Compare Source

Fixed
  • [export]: Handle function overloading in *.d.ts ([#​1619], thanks [@​IvanGoncharov])
  • [no-absolute-path]: fix a crash with invalid import syntax ([#​1616], thanks [@​ljharb])
  • [import/external-module-folders setting] now correctly works with directories containing modules symlinked from node_modules ([#​1605], thanks [@​skozin])
  • [extensions]: for invalid code where name does not exist, do not crash ([#​1613], thanks [@​ljharb])
  • [extensions]: Fix scope regex ([#​1611], thanks [@​yordis])
  • [no-duplicates]: allow duplicate imports if one is a namespace and the other not ([#​1612], thanks [@​sveyret])
  • Add some missing rule meta schemas and types ([#​1620], thanks [@​bmish])
  • [named]: for importing from a module which re-exports named exports from a node_modules module ([#​1569], [#​1447], thanks [@​redbugz], [@​kentcdodds])
  • [order]: Fix alphabetize for mixed requires and imports ([#​5625], thanks [@​wschurman])
Changed
  • [import/external-module-folders setting] behavior is more strict now: it will only match complete path segments ([#​1605], thanks [@​skozin])
  • [meta] fix "files" field to include/exclude the proper files ([#​1635], thanks [@​ljharb])

v2.20.0

Compare Source

Added
  • [order]: added caseInsensitive as an additional option to alphabetize ([#​1586], thanks [@​dbrewer5])
  • [no-restricted-paths]: New except option per zone, allowing exceptions to be defined for a restricted zone ([#​1238], thanks [@​rsolomon])
  • [order]: add option pathGroupsExcludedImportTypes to allow ordering of external import types ([#​1565], thanks [@​Mairu])
Fixed
  • [no-unused-modules]: fix usage of import/extensions settings ([#​1560], thanks [@​stekycz])
  • [extensions]: ignore non-main modules ([#​1563], thanks [@​saschanaz])
  • TypeScript config: lookup for external modules in @​types folder ([#​1526], thanks [@​joaovieira])
  • [no-extraneous-dependencies]: ensure node.source is truthy ([#​1589], thanks [@​ljharb])
  • [extensions]: Ignore query strings when checking for extensions ([#​1572], thanks [@​pcorpet])
Docs
  • [extensions]: improve ignorePackages docs ([#​1248], thanks [@​ivo-stefchev])
mysticatea/eslint-plugin-node

v11.1.0

Compare Source

The many rules for Node.js in the ESLint core will be deprecated in ESLint 7.0.0. This release includes the clone of those core rules.

✨ Enhancements

nuxt/nuxt.js

v2.12.1

Compare Source

🐛 Bug Fixes
  • vue-app
    • #​7129 Avoid multiple $fetch calls
    • #​7103 Use globals.nuxt for fetch client mixin
    • #​7128 Set default name to layout to avoid multi mounted calls
  • builder
    • #​7097 Ensure entry is in the graph for HMR
🏡 Chore
  • readme
    • #​7092 Simplify readme and add gitpod in contributing section
  • examples
    • #​7098 Avoid warning with legacy postcss.config.js
💖 Thanks to

v2.12.0

Compare Source

🚀 Features
  • general
    • #​6950 Support crossorigin attribute in SSR script and preload tags
    • #​6868 Improve programmatic usage (see docs)
    • #​7029 Expose webpack config
    • #​6272 Allow disabling loading-screen
  • webpack
    • #​6987 Support @import using ~assets in css files
    • #​6272 Allow disabling loading-screen
  • vue-app
    • #​6880 New fetch syntax (see docs)
    • #​6939 Pass error as param to nuxt-loading fail method
    • #​6244 TriggerwatchParam when param is changed in same route
  • cli
    • #​6855 Pass context when nuxt.config exports a function
👌 DX
  • builder
    • #​6924 Analyze mode warning rewording
  • general
  • generator
    • #​6882 Log message or full error for unhandled error without stack trace
  • cli
    • #​6904 Display listening URLs after build
  • vue-app
    • #​7032 Improve missing inject value error message
    • #​6775 Middleware not executing on double browser back navigation
  • core
    • #​7079 Better module not found handling
🔥 Performance
  • vue-renderer
    • #​6973 Early return render when redirect happens
    • #​6846 Don't serialize session when injectScripts is false
🐛 Bug Fixes
  • core
    • #​7002 Deprecated render:context and render:routeContext hooks was not being called
  • babel-preset-app
    • #​7070 TypeError when import cjs in webpack building
  • vue-app
    • #​6946 Use child transition name when navigating to parent
    • #​6854 Add fallback context for errors
    • #​6803 Resolve leave transition on child routes
    • #​6807 Move head to the index to avoid global state
  • webpack
    • #​6864 Provide global URL and URLSearchParams
💅 Refactors
  • general
    • #​6954 Use scope variable memo for modern utils
  • utils
    • #​6953 Eliminate side effect from modern utils
📝 Examples
  • cached-components
🏡 Chore
  • general
    • #​6816 Simplifies Code Contributions & Reviews
  • ci
👓 Tests
  • general
    • Fix socket-hang-up test
    • Separate dev and unit test
    • Avoid unexpected outside stderr assertion count
    • Fix uncompressed resource size
    • Wrap error test with consola to make output clear
💖 Thanks to
lovell/sharp

v0.25.2

Compare Source

v0.25.1

Compare Source

v0.25.0

Compare Source

v0.24.1

Compare Source

v0.24.0

Compare Source


Renovate configuration

📅 Schedule: "after 10pm every weekday,before 6am every weekday,every weekend" in timezone America/New_York.

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

@renovate renovate bot added the renovate label Jan 1, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e3580a2 to 603f1d7 Compare January 3, 2020 07:35
@renovate renovate bot changed the title chore(deps): update dependency consola to ^2.11.3 chore(deps): update all non-major dependencies Jan 3, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 603f1d7 to 98441d9 Compare January 3, 2020 19:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b97753e to eac3784 Compare January 16, 2020 20:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6e90028 to bbda299 Compare February 3, 2020 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2d58aa5 to df9f205 Compare March 7, 2020 23:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 14885ae to f6c0f16 Compare March 20, 2020 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9f3fd62 to 74a61e8 Compare March 29, 2020 04:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74a61e8 to 3f1e948 Compare March 30, 2020 21:51
@juliomrqz juliomrqz merged commit c4bd7b4 into develop Mar 30, 2020
@delete-merged-branch delete-merged-branch bot deleted the renovate/all-minor-patch branch March 30, 2020 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants