]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
6 years agofix(runtime-dom/events): fix wrong scope for event value (#117)
Stanislav Lashmanov [Mon, 7 Oct 2019 14:56:24 +0000 (17:56 +0300)] 
fix(runtime-dom/events): fix wrong scope for event value (#117)

6 years agobuild(deps-dev): bump execa from 2.0.4 to 2.0.5
dependabot-preview[bot] [Mon, 7 Oct 2019 07:55:50 +0000 (07:55 +0000)] 
build(deps-dev): bump execa from 2.0.4 to 2.0.5

Bumps [execa](https://github.com/sindresorhus/execa) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v2.0.4...v2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agobuild(deps-dev): bump rollup from 1.23.0 to 1.23.1
dependabot-preview[bot] [Mon, 7 Oct 2019 07:55:44 +0000 (07:55 +0000)] 
build(deps-dev): bump rollup from 1.23.0 to 1.23.1

Bumps [rollup](https://github.com/rollup/rollup) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.23.0...v1.23.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.4.7 to 7.5.0
dependabot-preview[bot] [Mon, 7 Oct 2019 07:55:35 +0000 (07:55 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.4.7 to 7.5.0

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.4.7 to 7.5.0.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agotest(runtime-core): createSlots method (#119)
Kyle Hall [Mon, 7 Oct 2019 00:19:44 +0000 (19:19 -0500)] 
test(runtime-core): createSlots method (#119)

6 years agotest(reactivity): fixed small copy & paste error (#140)
Alexander Zibert [Mon, 7 Oct 2019 00:18:47 +0000 (02:18 +0200)] 
test(reactivity): fixed small copy & paste error (#140)

6 years agotypes: use recursion for unwrapping refs (#137)
Andrew / Kana [Mon, 7 Oct 2019 00:11:52 +0000 (03:11 +0300)] 
types: use recursion for unwrapping refs (#137)

6 years agoworkflow(template-explorer): improve types (#128)
月迷津渡 [Sun, 6 Oct 2019 15:55:23 +0000 (23:55 +0800)] 
workflow(template-explorer): improve types (#128)

6 years agorefactor(reactivity): change _isRef to use refSymbol as key (#124)
Carlos Rodrigues [Sun, 6 Oct 2019 15:46:09 +0000 (16:46 +0100)] 
refactor(reactivity): change _isRef to use refSymbol as key (#124)

6 years agochore: remove no longer necessary global Vue
Evan You [Sun, 6 Oct 2019 15:39:20 +0000 (11:39 -0400)] 
chore: remove no longer necessary global Vue

6 years agofix: expose Vue to compiled template (#120)
Stanislav Lashmanov [Sun, 6 Oct 2019 15:38:05 +0000 (18:38 +0300)] 
fix: expose Vue to compiled template (#120)

This removes the reliance on `Vue` being exposed as a global.

6 years agochore: fix typo in rollup.config.js (#122)
Yida [Sun, 6 Oct 2019 15:31:44 +0000 (23:31 +0800)] 
chore: fix typo in rollup.config.js (#122)

6 years agorefactor: rename param on function watch (#134)
扩散性百万甜面包 [Sun, 6 Oct 2019 15:27:09 +0000 (23:27 +0800)] 
refactor: rename param on function watch (#134)

6 years agofix(reactivity): explicitly do type conversions in warning strings (#129)
月迷津渡 [Sun, 6 Oct 2019 15:26:33 +0000 (23:26 +0800)] 
fix(reactivity): explicitly do type conversions in warning strings (#129)

6 years agotypes: cleanup some unnecessary typing in reactivity (#126)
Carlos Rodrigues [Sun, 6 Oct 2019 15:22:32 +0000 (16:22 +0100)] 
types: cleanup some unnecessary typing in reactivity  (#126)

6 years agoworkflow(template-explorer): persist compilerOptions
Evan You [Sun, 6 Oct 2019 03:29:14 +0000 (23:29 -0400)] 
workflow(template-explorer): persist compilerOptions

6 years agotest: Add tests for some runtime helpers (#87)
Jordan Pittman [Sun, 6 Oct 2019 03:22:42 +0000 (23:22 -0400)] 
test: Add tests for some runtime helpers (#87)

* test for `renderList`
* test for `toHandlers`

6 years agotest: fix import
Evan You [Sun, 6 Oct 2019 03:20:02 +0000 (23:20 -0400)] 
test: fix import

6 years agorefactor(compiler): refine codegen node types
Evan You [Sun, 6 Oct 2019 02:47:20 +0000 (22:47 -0400)] 
refactor(compiler): refine codegen node types

6 years agorefactor(compiler): use symbols for runtime helpers
Evan You [Sat, 5 Oct 2019 21:18:25 +0000 (17:18 -0400)] 
refactor(compiler): use symbols for runtime helpers

6 years agodocs: add missing --all argument to contributing.md (#121)
vityas-off [Sun, 6 Oct 2019 02:35:15 +0000 (05:35 +0300)] 
docs: add missing --all argument to contributing.md (#121)

6 years agotypes: Use unique symbol type for _isRef property of ref object (#118)
Rahul Kadyan [Sun, 6 Oct 2019 02:32:50 +0000 (08:02 +0530)] 
types: Use unique symbol type for _isRef property of ref object (#118)

6 years agorefactor: move writable check out of computed setter (#112)
扩散性百万甜面包 [Sat, 5 Oct 2019 19:48:05 +0000 (03:48 +0800)] 
refactor: move writable check out of computed setter (#112)

6 years agofeat(reactivity): use Symbol for Ref._isRef (#114)
扩散性百万甜面包 [Sat, 5 Oct 2019 19:46:36 +0000 (03:46 +0800)] 
feat(reactivity): use Symbol for Ref._isRef (#114)

6 years agofix(compiler/codegen): add simple expression node opening bracket for ConditionalExpr...
Andrey Sukhonosov [Sat, 5 Oct 2019 19:42:49 +0000 (22:42 +0300)] 
fix(compiler/codegen): add simple expression node opening bracket for ConditionalExpression (#110)

6 years agochore: fix typo (#108)
扩散性百万甜面包 [Sat, 5 Oct 2019 19:39:47 +0000 (03:39 +0800)] 
chore: fix typo (#108)

6 years agotest: improve tests and typing for runtime-core (#100)
Carlos Rodrigues [Sat, 5 Oct 2019 19:37:55 +0000 (20:37 +0100)] 
test:  improve tests and typing for runtime-core (#100)

* test: add test case for declaring Array prop type with constructor casting in `createComponent`

* test: add test case for `setup(props)` with explicit props declaration

6 years agochore: fix typos (#103)
Vladimir [Sat, 5 Oct 2019 14:48:54 +0000 (21:48 +0700)] 
chore: fix typos (#103)

6 years agochore: simplify code in apiWatch.ts (#101)
扩散性百万甜面包 [Sat, 5 Oct 2019 14:44:02 +0000 (22:44 +0800)] 
chore: simplify code in apiWatch.ts (#101)

6 years agochore: improve typings in reactivity tests (#96)
Carlos Rodrigues [Sat, 5 Oct 2019 14:39:40 +0000 (15:39 +0100)] 
chore: improve typings in reactivity tests (#96)

6 years agodocs: fix 'commit message convention' link (#95)
Swapnil Agarwal [Sat, 5 Oct 2019 14:38:42 +0000 (20:08 +0530)] 
docs: fix 'commit message convention' link (#95)

6 years agochore: replace some type casts and fix variable and filename typos (#93)
Carlos Rodrigues [Sat, 5 Oct 2019 14:38:02 +0000 (15:38 +0100)] 
chore: replace some type casts and fix variable and filename typos (#93)

6 years agochore: fix comment typos (#94)
Carlos Rodrigues [Sat, 5 Oct 2019 14:35:19 +0000 (15:35 +0100)] 
chore: fix comment typos (#94)

6 years agochore: fix typo in codegen (#92)
zrh122 [Sat, 5 Oct 2019 14:29:50 +0000 (22:29 +0800)] 
chore: fix typo in codegen (#92)

6 years agochore: fix typo in vBind.ts (#91)
taiyop [Sat, 5 Oct 2019 14:26:32 +0000 (23:26 +0900)] 
chore: fix typo in vBind.ts (#91)

6 years agochore: spelling mistake in ast.ts (#88)
夜宴 [Sat, 5 Oct 2019 14:23:25 +0000 (09:23 -0500)] 
chore: spelling mistake in ast.ts (#88)

6 years agochore: fix grammar and spelling in build.js (#84)
Ben McCallum [Sat, 5 Oct 2019 14:23:05 +0000 (16:23 +0200)] 
chore: fix grammar and spelling in build.js (#84)

6 years agotypes: improve type 'Ref' (#105)
扩散性百万甜面包 [Sat, 5 Oct 2019 14:10:37 +0000 (22:10 +0800)] 
types: improve type 'Ref' (#105)

6 years agotypes: simplify types (#104)
月迷津渡 [Sat, 5 Oct 2019 14:09:34 +0000 (22:09 +0800)] 
types: simplify types (#104)

6 years agochore: fix docs typo in vOn.ts (#86)
Reed Jones [Sat, 5 Oct 2019 03:12:49 +0000 (21:12 -0600)] 
chore: fix docs typo in vOn.ts (#86)

6 years agofix(compiler): props hoist should also work on elements w/ TEXT flag
Evan You [Sat, 5 Oct 2019 02:51:51 +0000 (22:51 -0400)] 
fix(compiler): props hoist should also work on elements w/ TEXT flag

6 years agofix: import patchFlags from @vue/shared in compiler instead
Evan You [Sat, 5 Oct 2019 02:47:09 +0000 (22:47 -0400)] 
fix: import patchFlags from @vue/shared in compiler instead

Otherwise this imports unnecessary stuff from the runtime.

6 years agoworkflow: include commit link in template explorer
Evan You [Sat, 5 Oct 2019 02:40:54 +0000 (22:40 -0400)] 
workflow: include commit link in template explorer

6 years agofix(typo): transformSlotOutlet name correction (#83)
Martin Rojo [Sat, 5 Oct 2019 02:12:51 +0000 (03:12 +0100)] 
fix(typo): transformSlotOutlet name correction (#83)

6 years agoworkflow: use CDN deps for template explorer so it can be easily deployed
Evan You [Fri, 4 Oct 2019 21:55:55 +0000 (17:55 -0400)] 
workflow: use CDN deps for template explorer so it can be easily deployed

6 years agoworkflow: improve template explorer
Evan You [Fri, 4 Oct 2019 21:43:20 +0000 (17:43 -0400)] 
workflow: improve template explorer

6 years agobuild: include main vue package in aliases and tsconfig paths
Evan You [Fri, 4 Oct 2019 21:36:26 +0000 (17:36 -0400)] 
build: include main vue package in aliases and tsconfig paths

6 years agofix(compiler): avoid hoisting components and directive calls
Evan You [Fri, 4 Oct 2019 18:34:26 +0000 (14:34 -0400)] 
fix(compiler): avoid hoisting components and directive calls

6 years agoworkflow: basic template explorer
Evan You [Fri, 4 Oct 2019 17:08:06 +0000 (13:08 -0400)] 
workflow: basic template explorer

6 years agobuild: report both gzip and brotli sizes
Evan You [Fri, 4 Oct 2019 13:57:32 +0000 (09:57 -0400)] 
build: report both gzip and brotli sizes

6 years agochore: update README
Evan You [Fri, 4 Oct 2019 13:35:29 +0000 (09:35 -0400)] 
chore: update README

6 years agobuild(deps-dev): bump rollup from 1.22.0 to 1.23.0
dependabot-preview[bot] [Fri, 4 Oct 2019 13:05:54 +0000 (13:05 +0000)] 
build(deps-dev): bump rollup from 1.22.0 to 1.23.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.22.0...v1.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.4.6 to 7.4.7
dependabot-preview[bot] [Fri, 4 Oct 2019 13:05:27 +0000 (13:05 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.4.6 to 7.4.7

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.4.6 to 7.4.7.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/gulp-core-build-typescript_v7.4.6...@microsoft/gulp-core-build-typescript_v7.4.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agochore: shorten option name
Evan You [Fri, 4 Oct 2019 13:03:00 +0000 (09:03 -0400)] 
chore: shorten option name

6 years agotest: fix vbind tests
Evan You [Fri, 4 Oct 2019 12:38:53 +0000 (08:38 -0400)] 
test: fix vbind tests

6 years agofix(compiler): patchFlag analysis should factor in props returned by directive transforms
Evan You [Fri, 4 Oct 2019 12:37:10 +0000 (08:37 -0400)] 
fix(compiler): patchFlag analysis should factor in props returned by directive transforms

6 years agofeat(compiler): hoist static trees
Evan You [Fri, 4 Oct 2019 03:30:25 +0000 (23:30 -0400)] 
feat(compiler): hoist static trees

6 years agofeat(compiler): v-on inline statement handling
Evan You [Thu, 3 Oct 2019 21:47:00 +0000 (17:47 -0400)] 
feat(compiler): v-on inline statement handling

6 years agorefactor: move transformStyle to compiler-dom
Evan You [Thu, 3 Oct 2019 20:55:14 +0000 (16:55 -0400)] 
refactor: move transformStyle to compiler-dom

6 years agofeat(compiler): force dynamicSlots flag when inside v-for or v-slot
Evan You [Thu, 3 Oct 2019 20:27:46 +0000 (16:27 -0400)] 
feat(compiler): force dynamicSlots flag when inside v-for or v-slot

6 years agofix(compiler): exclude BAIL flag in annotations
Evan You [Thu, 3 Oct 2019 19:17:45 +0000 (15:17 -0400)] 
fix(compiler): exclude BAIL flag in annotations

6 years agofeat(compiler/slot): bail out of optimization mode for non-compiled slots
Evan You [Thu, 3 Oct 2019 19:09:09 +0000 (15:09 -0400)] 
feat(compiler/slot): bail out of optimization mode for non-compiled slots

6 years agowip(compiler): adjust renderSlot() signature
Evan You [Thu, 3 Oct 2019 18:29:12 +0000 (14:29 -0400)] 
wip(compiler): adjust renderSlot() signature

6 years agofeat(compiler): mark compiler-generated slots for runtime
Evan You [Thu, 3 Oct 2019 18:08:14 +0000 (14:08 -0400)] 
feat(compiler): mark compiler-generated slots for runtime

6 years agofeat(compiler): render <slot/> as block fragments
Evan You [Thu, 3 Oct 2019 16:03:14 +0000 (12:03 -0400)] 
feat(compiler): render <slot/> as block fragments

6 years agofeat(compiler): support v-for on named slots
Evan You [Thu, 3 Oct 2019 03:10:41 +0000 (23:10 -0400)] 
feat(compiler): support v-for on named slots

6 years agorefactor: improve vSlot.ts readability
Evan You [Wed, 2 Oct 2019 22:03:42 +0000 (18:03 -0400)] 
refactor: improve vSlot.ts readability

6 years agobuild: separate size scripts
Evan You [Wed, 2 Oct 2019 21:45:02 +0000 (17:45 -0400)] 
build: separate size scripts

6 years agofeat(compiler): handle conditional v-slot
Evan You [Wed, 2 Oct 2019 21:18:11 +0000 (17:18 -0400)] 
feat(compiler): handle conditional v-slot

6 years agotest(compiler): tests for RootNode codegen transform
Evan You [Wed, 2 Oct 2019 18:03:23 +0000 (14:03 -0400)] 
test(compiler): tests for RootNode codegen transform

6 years agofeat(compiler): block optimization codegen for RootNode
Evan You [Wed, 2 Oct 2019 17:11:07 +0000 (13:11 -0400)] 
feat(compiler): block optimization codegen for RootNode

6 years agobuild: fix dev script
Evan You [Wed, 2 Oct 2019 15:39:00 +0000 (11:39 -0400)] 
build: fix dev script

6 years agobuild: improve build script to support multiple targets
Evan You [Wed, 2 Oct 2019 15:19:30 +0000 (11:19 -0400)] 
build: improve build script to support multiple targets

6 years agorefactor(compiler): switch to acorn
Evan You [Wed, 2 Oct 2019 15:05:56 +0000 (11:05 -0400)] 
refactor(compiler): switch to acorn

6 years agochore: fix outdated patchFlag
Evan You [Wed, 2 Oct 2019 14:59:47 +0000 (10:59 -0400)] 
chore: fix outdated patchFlag

6 years agofix(compiler): v-for fragments should be blocks
Evan You [Wed, 2 Oct 2019 14:47:01 +0000 (10:47 -0400)] 
fix(compiler): v-for fragments should be blocks

6 years agorefactor: use global whitelist for render proxy has check
Evan You [Wed, 2 Oct 2019 14:37:06 +0000 (10:37 -0400)] 
refactor: use global whitelist for render proxy has check

6 years agofix(options): data options should preserve original object if possible
Evan You [Wed, 2 Oct 2019 14:03:43 +0000 (10:03 -0400)] 
fix(options): data options should preserve original object if possible

6 years agofix(options): fix renderTriggered option translation
Evan You [Wed, 2 Oct 2019 13:46:29 +0000 (09:46 -0400)] 
fix(options): fix renderTriggered option translation

6 years agofeat(compiler): generate TEXT patchFlag
Evan You [Wed, 2 Oct 2019 04:19:23 +0000 (00:19 -0400)] 
feat(compiler): generate TEXT patchFlag

6 years agofix(compiler): generate correct fragment children when it contains single text node...
Evan You [Wed, 2 Oct 2019 03:53:52 +0000 (23:53 -0400)] 
fix(compiler): generate correct fragment children when it contains single text node or slot outlet

6 years agofeat(compiler): v-for codegen w/ correct blocks optimization + key flags
Evan You [Wed, 2 Oct 2019 03:19:48 +0000 (23:19 -0400)] 
feat(compiler): v-for codegen w/ correct blocks optimization + key flags

6 years agotest(compiler): tests for v-for codegen w/ block optimization
Evan You [Wed, 2 Oct 2019 01:00:55 +0000 (21:00 -0400)] 
test(compiler): tests for v-for codegen w/ block optimization

6 years agotest: restructure v-if & v-for tests
Evan You [Tue, 1 Oct 2019 21:58:09 +0000 (17:58 -0400)] 
test: restructure v-if & v-for tests

6 years agofeat(compiler): annotate patchFlags in generated code
Evan You [Tue, 1 Oct 2019 21:53:57 +0000 (17:53 -0400)] 
feat(compiler): annotate patchFlags in generated code

6 years agobuild: use brotli for checking compressed file sizes
Evan You [Tue, 1 Oct 2019 20:55:04 +0000 (16:55 -0400)] 
build: use brotli for checking compressed file sizes

6 years agowip(compiler): codegen node w/ block optimization for v-for
Evan You [Tue, 1 Oct 2019 20:48:20 +0000 (16:48 -0400)] 
wip(compiler): codegen node w/ block optimization for v-for

6 years agotest(compiler): codegen tests for Sequence & Conditional expressions
Evan You [Tue, 1 Oct 2019 19:43:59 +0000 (15:43 -0400)] 
test(compiler): codegen tests for Sequence & Conditional expressions

6 years agotest(compiler): tests for vIf codegen w/ blocks optimization
Evan You [Tue, 1 Oct 2019 19:04:58 +0000 (15:04 -0400)] 
test(compiler): tests for vIf codegen w/ blocks optimization

6 years agowip(compiler): generate blocks for v-if
Evan You [Tue, 1 Oct 2019 16:25:13 +0000 (12:25 -0400)] 
wip(compiler): generate blocks for v-if

6 years agowip: Sequence & Conditional expressions for AST
Evan You [Tue, 1 Oct 2019 13:27:34 +0000 (09:27 -0400)] 
wip: Sequence & Conditional expressions for AST

6 years agobuild(deps-dev): bump lint-staged from 9.4.0 to 9.4.1
dependabot-preview[bot] [Tue, 1 Oct 2019 11:14:13 +0000 (11:14 +0000)] 
build(deps-dev): bump lint-staged from 9.4.0 to 9.4.1

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v9.4.0...v9.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agofeat(compiler): generate patchFlags for runtime
Evan You [Tue, 1 Oct 2019 01:17:12 +0000 (21:17 -0400)] 
feat(compiler): generate patchFlags for runtime

6 years agotest: record snapshots for text optimization
Evan You [Mon, 30 Sep 2019 18:58:20 +0000 (14:58 -0400)] 
test: record snapshots for text optimization

6 years agofeat(compiler): optimize text by merging adjacent nodes
Evan You [Mon, 30 Sep 2019 18:51:55 +0000 (14:51 -0400)] 
feat(compiler): optimize text by merging adjacent nodes

6 years agowip: drop class opt for now + move lazy requires to utils
Evan You [Mon, 30 Sep 2019 17:13:32 +0000 (13:13 -0400)] 
wip: drop class opt for now + move lazy requires to utils

6 years agoperf: avoid using WeakSet for isRef check
Evan You [Mon, 30 Sep 2019 14:52:50 +0000 (10:52 -0400)] 
perf: avoid using WeakSet for isRef check

6 years agoperf: using a _isVNode field is faster than a weakset
Evan You [Mon, 30 Sep 2019 14:45:50 +0000 (10:45 -0400)] 
perf: using a _isVNode field is faster than a weakset

6 years agobuild(deps-dev): bump rollup from 1.21.4 to 1.22.0
dependabot-preview[bot] [Mon, 30 Sep 2019 07:42:20 +0000 (07:42 +0000)] 
build(deps-dev): bump rollup from 1.21.4 to 1.22.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.21.4 to 1.22.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.21.4...v1.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.4.5 to 7.4.6
dependabot-preview[bot] [Mon, 30 Sep 2019 07:39:12 +0000 (07:39 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.4.5 to 7.4.6

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/gulp-core-build-typescript_v7.4.5...@microsoft/gulp-core-build-typescript_v7.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>