chore(deps): update all non-major dependencies #298
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.15.0
->^2.15.3
7.17.0
->7.21.0
24.1.3
->24.1.5
4.2.1
->4.3.1
7.4.0
->7.6.0
4.3.6
->4.3.8
2.0.6
->2.0.7
2.14.12
->2.15.2
0.27.0
->0.27.2
Release Notes
nuxt/consola
v2.15.3
Compare Source
v2.15.2
Compare Source
v2.15.1
Compare Source
eslint/eslint
v7.21.0
Compare Source
3cd5440
Upgrade: @eslint/eslintrc to 0.4.0 (#14147) (Brandon Mills)c0b8c71
Upgrade: Puppeteer to 7.1.0 (#14122) (Tim van der Lippe)08ae31e
New: Implement cacheStrategy (refs eslint/rfcs#63) (#14119) (Manu Chambon)5e51fd2
Update: do not ignore symbolic links (fixes #13551, fixes #13615) (#14126) (Pig Fang)87c43a5
Chore: improve a few comments and fix typos (#14125) (Tobias Nießen)e19c51e
Sponsors: Sync README with website (ESLint Jenkins)b8aea99
Fix: pluralize 'line' to 'lines' in max-lines-per-function description (#14115) (Trevin Hofmann)f5b53e2
Sponsors: Sync README with website (ESLint Jenkins)eee1213
Sponsors: Sync README with website (ESLint Jenkins)5c4d7ea
Sponsors: Sync README with website (ESLint Jenkins)v7.20.0
Compare Source
f4ac3b0
Docs: fix sibling selector descriptions (#14099) (Milos Djermanovic)9d6063a
Fix: Crash with esquery when using JSX (fixes #13639) (#14072) (Yosuke Ota)a0871f1
Docs: Triage process (#14014) (Nicholas C. Zakas)ad90761
Update: add enforceForJSX option to no-unused-expressions rule (#14012) (Duncan Beevers)d6c84af
Fix:--init
autoconfig shouldn't add deprecated rules (fixes #14017) (#14060) (Milos Djermanovic)9b277a1
Fix: Support ENOTDIR error code in the folder existence checking utility (#13973) (Constantine Genchevsky)7aeb127
Upgrade: pin @babel/code-frame@7.12.11 (#14067) (Milos Djermanovic)b4e2af5
Docs: Add more fields to bug report template (#14039) (Nicholas C. Zakas)96f1d49
Sponsors: Sync README with website (ESLint Jenkins)cb27b0a
Build: package.json update for eslint-config-eslint release (ESLint Jenkins)4cab165
Sponsors: Sync README with website (ESLint Jenkins)v7.19.0
Compare Source
ce7f061
Update: add shadowed variable loc to message in no-shadow (fixes #13646) (#13841) (t-mangoe)c60e23f
Update: fixlet
logic in for-in and for-of loops in no-extra-parens (#14011) (Milos Djermanovic)d76e8f6
Fix: no-useless-rename invalid autofix with parenthesized identifiers (#14032) (Milos Djermanovic)5800d92
Docs: Clarify stylistic rule update policy (#14052) (Brandon Mills)0ccf6d2
Docs: remove configuring.md (#14036) (Milos Djermanovic)65bb0ab
Chore: Clean up new issue workflow (#14040) (Nicholas C. Zakas)e1da90f
Fix: nested indenting for offsetTernaryExpressions: true (fixes #13971) (#13972) (Chris Brody)1a078b9
Update: check ternary:
even if?
was reported in space-infix-ops (#13963) (Milos Djermanovic)fb27422
Fix: extend prefer-const fixer range to whole declaration (fixes #13899) (#14033) (Nitin Kumar)e0b05c7
Docs: add a correct example to no-unsafe-optional-chaining (refs #14029) (#14050) (armin yahya)46e836d
Sponsors: Sync README with website (ESLint Jenkins)3fc4fa4
Docs: update configuring links (#14038) (Milos Djermanovic)8561c21
Docs: fix broken links in configuring/README.md (#14046) (Milos Djermanovic)1c309eb
Update: fix no-invalid-regexp false negatives with no flags specified (#14018) (Milos Djermanovic)f6602d5
Docs: Reorganize Configuration Documentation (#13837) (klkhan)c753b44
Sponsors: Sync README with website (ESLint Jenkins)a4fdb70
Docs: Fixed Typo (#14007) (Yash Singh)f7ca481
Docs: Explain why we disable lock files (refs eslint/tsc-meetings#234) (#14006) (Brandon Mills)v7.18.0
Compare Source
e3264b2
Upgrade: @eslint/eslintrc to improve error message for invalid extends (#14009) (Milos Djermanovic)f17c3c3
Update: check logical assignment operators in the complexity rule (#13979) (Milos Djermanovic)672deb0
Docs: fix no-invalid-regexp docs regarding ecmaVersion (#13991) (Milos Djermanovic)179a910
Fix: --init crash on question to upgrade/downgrade ESLint (fixes #13978) (#13995) (Milos Djermanovic)292b1c0
Fix: no-extra-parens false positive withlet
identifier in for-loop (#13981) (Milos Djermanovic)de61f94
Sponsors: Sync README with website (ESLint Jenkins)9250d16
Upgrade: Bump lodash to fix security issue (#13993) (Frederik Prijck)75fea9b
Sponsors: Sync README with website (ESLint Jenkins)f2687e7
Docs: update space-in-parens related rules (#13985) (Chris Brody)4a38bbe
Docs: space-in-parens examples with no arguments etc. (#13987) (Chris Brody)3e49169
Sponsors: Sync README with website (ESLint Jenkins)c5bf1f2
Sponsors: Sync README with website (ESLint Jenkins)98a729c
Sponsors: Sync README with website (ESLint Jenkins)e83a696
Sponsors: Sync README with website (ESLint Jenkins)78cb483
Chore: testfoo( )
with space-in-parens option "always" (#13986) (Chris Brody)f6948f6
Docs: Update semantic versioning policy (#13970) (Nicholas C. Zakas)0688212
Sponsors: Sync README with website (ESLint Jenkins)aeba5e5
Chore: fix typo (#13975) (Nitin Kumar)4ee1134
Sponsors: Sync README with website (ESLint Jenkins)jest-community/eslint-plugin-jest
v24.1.5
Compare Source
Bug Fixes
v24.1.4
Compare Source
Bug Fixes
.each
methods (#746) (3d847b2)describe.each
properly (#745) (677be45)xjamundx/eslint-plugin-promise
v4.3.1
Compare Source
v4.3.0
Compare Source
vuejs/eslint-plugin-vue
v7.6.0
Compare Source
✨ Enhancements
New Rules:
vue/html-button-has-type
rule.Other changes in Rules:
"SLOT"
option tovue/attributes-order
rule to specifyv-slot
order.vue/attributes-order
rule.vue/component-tags-order
rule.vue/max-attributes-per-line
rule.vue/new-line-between-multi-line-property
rule.vue/no-bare-strings-in-template
rule.vue/no-duplicate-attributes
rule.vue/no-potential-component-option-typo
rule.vue/no-reserved-component-names
rule.vue/no-use-v-if-with-v-for
rule.vue/no-useless-mustaches
rule.vue/no-useless-v-bind
rule.vue/valid-v-slot
rule.vue/no-deprecated-slot-attribute
rule when slot name contains_
.🐛 Bug Fixes
v-bind="object"
invue/attributes-order
rule.⚙️ Updates
vue-eslint-parser
to v7.5.0.This change fixes an issue that caused a crash when using some queries with
vue/no-restricted-syntax
rule.All commits: v7.5.0 -> v7.6.0
v7.5.0
Compare Source
✨ Enhancements
New Rules:
vue/no-constant-condition
rule appliesno-constant-condition
rule to expressions in<template>
,v-if
,v-show
andv-else-if
.vue/next-tick-style
rule that enforces whether the callback version or Promise version should be used inVue.nextTick
andthis.$nextTick
.vue/valid-next-tick
rule that enforce validnextTick
function calls.Other changes in Rules:
vue/no-ref-as-operand
rule fixable.🐛 Bug Fixes
computed()
support tovue/no-async-in-computed-properties
rule.computed()
support tovue/return-in-computed-property
rule.computed()
support tovue/no-side-effects-in-computed-properties
rule.vue/one-component-per-file
andvue/require-name-property
rules.vue/no-unused-properties
rule.⚙️ Updates
⚙️ Chores
vue/attributes-order
rule.vue/no-async-in-computed-properties
rule.All commits: v7.4.1 -> v7.5.0
v7.4.1
Compare Source
🐛 Bug Fixes
d176d6b
Fixed false positives for assignments inno-ref-as-operand
ruleAll commits: v7.4.0 -> v7.4.1
typicode/husky
v4.3.8
Compare Source
Cannot read property 'toString' of null
v4.3.7
Compare Source
remy/nodemon
v2.0.7
Compare Source
Bug Fixes
nuxt/nuxt.js
v2.15.2
Compare Source
🐛 Bug Fixes
babel-preset-app
💖 Thanks to
v2.15.1
Compare Source
🐛 Bug Fixes
renderer
webpack
ufo
(resolves #8838)cli
types
build.html.minify
can be falsebuilder
path.resolve
for pages dir💖 Thanks to
v2.15.0
Compare Source
💡 Highlights
Minimum supported Node.js version is 12.0.0 (See #8327 for why)
Using jiti as new require engine with typescript support
Plug and play works out of the box
Allow opting-in to use
postcss@8
(See #8546)or
includes
instead of exact match (example)🐛 Bug Fixes
general
trailingSlash
and child routes not workingconfig
utils
serializeFunction
fails with certain functionsvue-app
publicPath
on server-sidePage.options
before looking withinreq
,res
andquery
from context unless in full static modelink.__prefetch
exists before calling itid
attribute tonoopApp
push
on router instance rather than prototypeserver, vue-app
dev
cli
webpack
server
router.base
is setbabel
vue-app, vue-renderer, utils
trailingSlash
setting for payloadsgenerator
extendRoutes
🚀 Features
cli
postcss
config, vue-app, vue-renderer
base
andpublicPath
general
vue-app
fetchKey
for full static generationvue-renderer
<script>
tags💅 Refactors
utils, vue-app
ufo
to parse queries and join urlsvue-app
general
🏡 Chore
general
cli
types
builder
ed6e8cd
)readme
🇹 Types
vue.config
types should be optionalredirect
overload toContext
interfaceenablePreview
to contextloadingScreen
type definition💖 Thanks to
And all nuxters helping everyday with valuable feedbacks 💚
lovell/sharp
v0.27.2
Compare Source
v0.27.1
Compare Source
Renovate configuration
📅 Schedule: "after 10pm every weekday,before 6am every weekday,every weekend" (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.
This PR has been generated by WhiteSource Renovate. View repository job log here.