Update all of vue: 2.6.12 → 2.6.13 (patch) #178
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ vue (2.6.12 → 2.6.13) · Repo
Release Notes
2.6.13
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
build: release 2.6.13
build: build 2.6.13
refactor: check is function for fallback slots
chore: display more oc sponsors on readme [ci skip]
chore: fix typo in README.md [ci skip] (#12064)
chore: update sponsors [ci skip] (#12054)
chore: fix opencollective silver sponsors in backers.md [ci skip]
build(deps): bump ssri from 6.0.1 to 6.0.2 (#12047)
chore: update sponsors [ci skip] (#12021)
fix(keep-alive): cache what is really needed not the whole VNode data (#12015)
fix(types): make $refs undefined possible (#11112)
fix(core): fix sameVnode for async component (#11107)
fix(errorHandler): async error handling for watchers (#9484)
feat(warn): warn computed conflict with methods (#10119)
fix(v-on): avoid events with empty keyCode (autocomplete) (#11326)
fix(slot): add a function to return the slot fallback content (#12014)
fix: force update between two components with and without slot (#11795)
fix: handle async placeholders in normalizeScopedSlot (#11963)
fix(warns): modify `maybeComponent` function in parser (#10167)
fix(types): allow symbol & boolean for vnode key (#11914)
chore: update backers [ci skip] (#12004)
chore: update sponsors [ci skip] (#11997)
chore: update backers [ci skip] (#11996)
build(deps): bump y18n from 4.0.0 to 4.0.1 (#11987)
fix: give correct namespace in foreignObject (#11576)
fix(ssr): inheritAttrs false adds attributes to html (#11706)
fix(types): add types for Vue.util.warn function (#11964)
fix: pause dep collection during immediate watcher invocation (#11943)
fix(vdom): avoid executing root level script tags (#11487)
fix(props): support BigInt in props type validation (#11191)
fix(compiler): Allow BigInt usage in templates (#11152)
fix(warn): better message with no constructors props (#9241)
fix(types): changed expression type to optional string (#11189)
perf: preinitialize typeCheck RegExp (#10990)
fix(compiler): avoid converting &nbps; to spaces (#11065)
feat(warns): avoid warning native modifiers on dynamic components (#11052)
chore: update sponsors [ci skip] (#11962)
build(deps-dev): bump lodash from 4.17.13 to 4.17.19 (#11522)
build(deps): bump http-proxy from 1.17.0 to 1.18.1 (#11653)
build(deps): bump handlebars from 4.4.3 to 4.7.7 (#11948)
build(deps): bump ini from 1.3.5 to 1.3.8 (#11947)
build(deps): bump elliptic from 6.5.3 to 6.5.4 (#11946)
chore: update sponsors [ci skip] (#11883)
chore: update sponsors [ci skip] (#11866)
chore: update sponsors [ci skip] (#11865)
chore: update sponsors [ci skip] (#11850)
chore: update sponsors [ci skip] (#11843)
chore: update sponsors [ci skip] (#11825)
chore: update sponsors [ci skip] (#11791)
chore: up yarn.lock (#11785)
chore: fix npm test on Windows (#11784)
chore: update HTTP -> HTTPS (#11723)
chore: update sponsors [ci skip] (#11705)
build: unexpected token when running dev (#11704)
doc(contributing): add missing donation link (#11692)
fix(v-pre): do not alter attributes (#10088)
fix(attrs): do not consider translate attribute as boolean (#11392)
fix(compiler): event handlers with modifiers swallowing arguments (fix #10867) (#10958)
fix(types): allow string for watch handlers in options (#10396)
fix(ssr): textarea keeps undefined/null values (#11121)
fix(parser): allow multiple slots with new syntax (#9785)
fix(props): correctly warn when a provided prop is Symbol (#10529)
fix(ssr): avoid missing files in manifest (#11609)
fix(core): remove trailing comma in function signature (#10845)
chore: update sponsors [ci skip] (#11651)
chore: update sponsors [ci skip] (#11620)
chore: update sponsors [ci skip] (#11616)
✳️ vue-template-compiler (2.6.12 → 2.6.13) · Repo
Release Notes
2.6.13
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
build: release 2.6.13
build: build 2.6.13
refactor: check is function for fallback slots
chore: display more oc sponsors on readme [ci skip]
chore: fix typo in README.md [ci skip] (#12064)
chore: update sponsors [ci skip] (#12054)
chore: fix opencollective silver sponsors in backers.md [ci skip]
build(deps): bump ssri from 6.0.1 to 6.0.2 (#12047)
chore: update sponsors [ci skip] (#12021)
fix(keep-alive): cache what is really needed not the whole VNode data (#12015)
fix(types): make $refs undefined possible (#11112)
fix(core): fix sameVnode for async component (#11107)
fix(errorHandler): async error handling for watchers (#9484)
feat(warn): warn computed conflict with methods (#10119)
fix(v-on): avoid events with empty keyCode (autocomplete) (#11326)
fix(slot): add a function to return the slot fallback content (#12014)
fix: force update between two components with and without slot (#11795)
fix: handle async placeholders in normalizeScopedSlot (#11963)
fix(warns): modify `maybeComponent` function in parser (#10167)
fix(types): allow symbol & boolean for vnode key (#11914)
chore: update backers [ci skip] (#12004)
chore: update sponsors [ci skip] (#11997)
chore: update backers [ci skip] (#11996)
build(deps): bump y18n from 4.0.0 to 4.0.1 (#11987)
fix: give correct namespace in foreignObject (#11576)
fix(ssr): inheritAttrs false adds attributes to html (#11706)
fix(types): add types for Vue.util.warn function (#11964)
fix: pause dep collection during immediate watcher invocation (#11943)
fix(vdom): avoid executing root level script tags (#11487)
fix(props): support BigInt in props type validation (#11191)
fix(compiler): Allow BigInt usage in templates (#11152)
fix(warn): better message with no constructors props (#9241)
fix(types): changed expression type to optional string (#11189)
perf: preinitialize typeCheck RegExp (#10990)
fix(compiler): avoid converting &nbps; to spaces (#11065)
feat(warns): avoid warning native modifiers on dynamic components (#11052)
chore: update sponsors [ci skip] (#11962)
build(deps-dev): bump lodash from 4.17.13 to 4.17.19 (#11522)
build(deps): bump http-proxy from 1.17.0 to 1.18.1 (#11653)
build(deps): bump handlebars from 4.4.3 to 4.7.7 (#11948)
build(deps): bump ini from 1.3.5 to 1.3.8 (#11947)
build(deps): bump elliptic from 6.5.3 to 6.5.4 (#11946)
chore: update sponsors [ci skip] (#11883)
chore: update sponsors [ci skip] (#11866)
chore: update sponsors [ci skip] (#11865)
chore: update sponsors [ci skip] (#11850)
chore: update sponsors [ci skip] (#11843)
chore: update sponsors [ci skip] (#11825)
chore: update sponsors [ci skip] (#11791)
chore: up yarn.lock (#11785)
chore: fix npm test on Windows (#11784)
chore: update HTTP -> HTTPS (#11723)
chore: update sponsors [ci skip] (#11705)
build: unexpected token when running dev (#11704)
doc(contributing): add missing donation link (#11692)
fix(v-pre): do not alter attributes (#10088)
fix(attrs): do not consider translate attribute as boolean (#11392)
fix(compiler): event handlers with modifiers swallowing arguments (fix #10867) (#10958)
fix(types): allow string for watch handlers in options (#10396)
fix(ssr): textarea keeps undefined/null values (#11121)
fix(parser): allow multiple slots with new syntax (#9785)
fix(props): correctly warn when a provided prop is Symbol (#10529)
fix(ssr): avoid missing files in manifest (#11609)
fix(core): remove trailing comma in function signature (#10845)
chore: update sponsors [ci skip] (#11651)
chore: update sponsors [ci skip] (#11620)
chore: update sponsors [ci skip] (#11616)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands