]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
11 months agofeat(custom-element): useHost() helper
Evan You [Thu, 8 Aug 2024 04:35:00 +0000 (12:35 +0800)] 
feat(custom-element): useHost() helper

11 months agofeat(reactivity): store value cache on CustomRefs impls (#11539)
Alex [Wed, 7 Aug 2024 14:24:28 +0000 (22:24 +0800)] 
feat(reactivity): store value cache on CustomRefs impls (#11539)

Co-authored-by: Evan You <evan@vuejs.org>
11 months agochore: fix wrong test name for useShadowRoot (#11550)
Cédric Exbrayat [Wed, 7 Aug 2024 13:29:56 +0000 (15:29 +0200)] 
chore: fix wrong test name for useShadowRoot (#11550)

11 months agostyle: format html files
三咲智子 Kevin Deng [Wed, 7 Aug 2024 11:58:07 +0000 (19:58 +0800)] 
style: format html files

11 months agochore: Merge branch 'main' into minor
Evan You [Wed, 7 Aug 2024 10:25:58 +0000 (18:25 +0800)] 
chore: Merge branch 'main' into minor

11 months agofix: Revert "fix(types/ref): allow getter and setter types to be unrelated (#11442)"
Evan You [Wed, 7 Aug 2024 10:12:07 +0000 (18:12 +0800)] 
fix: Revert "fix(types/ref): allow getter and setter types to be unrelated (#11442)"

This reverts commit e0b2975ef65ae6a0be0aa0a0df43fb887c665251.

This change requires TypeScript 5.1 so it is moved to a minor release.

11 months agofix: Revert "fix(types/ref): correct type inference for nested refs (#11536)"
Evan You [Wed, 7 Aug 2024 10:11:39 +0000 (18:11 +0800)] 
fix: Revert "fix(types/ref): correct type inference for nested refs (#11536)"

This reverts commit 536f62332c455ba82ef2979ba634b831f91928ba.

11 months agofix(custom-element): fix custom-element double render on immediate prop change
Evan You [Wed, 7 Aug 2024 09:43:29 +0000 (17:43 +0800)] 
fix(custom-element): fix custom-element double render on immediate prop change

fix #9885
close #11335

11 months agochore: fix useShadowRoot warning method name
Evan You [Wed, 7 Aug 2024 09:21:36 +0000 (17:21 +0800)] 
chore: fix useShadowRoot warning method name

11 months agofix(types): allow `DirectiveArguments` third parameter to accept undefined (#11540)
Alex Liu [Wed, 7 Aug 2024 09:02:15 +0000 (17:02 +0800)] 
fix(types): allow `DirectiveArguments` third parameter to accept undefined (#11540)

11 months agofeat(custom-element): support configurable app instance in defineCustomElement
Evan You [Wed, 7 Aug 2024 08:07:47 +0000 (16:07 +0800)] 
feat(custom-element): support configurable app instance in defineCustomElement

Support configuring via `configureApp` option:

```js
defineCustomElement({
  // ...
}, {
  configureApp(app) {
    // ...
  }
})
```

close #4356
close #4635

11 months agofeat(hydration): allow fine tuning of lazy hydration strategy triggers (#11530)
Michael Brevard [Wed, 7 Aug 2024 04:06:15 +0000 (07:06 +0300)] 
feat(hydration): allow fine tuning of lazy hydration strategy triggers (#11530)

11 months agofix(runtime-core): prioritize using the provides from currentApp in nested createApp...
edison [Wed, 7 Aug 2024 04:02:38 +0000 (12:02 +0800)] 
fix(runtime-core): prioritize using the provides from currentApp in nested createApp (#11502)

close #11488

11 months agofix(keep-alive): fix render error in cached is undefined (#11496)
かっこかり [Wed, 7 Aug 2024 03:58:44 +0000 (12:58 +0900)] 
fix(keep-alive): fix render error in cached is undefined (#11496)

fix #11427
close #11431

11 months agofix(ssr): ensure content is valid when rendering normal slot (#11491)
Yuyao Nie [Wed, 7 Aug 2024 03:56:00 +0000 (11:56 +0800)] 
fix(ssr): ensure content is valid when rendering normal slot (#11491)

fix #11326

11 months agofix(runtime-dom): apply css vars before mount (#11538)
linzhe [Wed, 7 Aug 2024 03:51:44 +0000 (11:51 +0800)] 
fix(runtime-dom): apply css vars before mount (#11538)

fix #11533

11 months agofix(runtime-core): fix warning for missing event handler (#11489)
skirtle [Wed, 7 Aug 2024 03:29:41 +0000 (04:29 +0100)] 
fix(runtime-core): fix warning for missing event handler (#11489)

fix #4803
close #8268

11 months agofix(keep-alive): avoid cache suspense comment root (#11479)
edison [Wed, 7 Aug 2024 03:24:17 +0000 (11:24 +0800)] 
fix(keep-alive): avoid cache suspense comment root (#11479)

11 months agofix(types/ref): correct type inference for nested refs (#11536)
Tycho [Wed, 7 Aug 2024 03:20:04 +0000 (11:20 +0800)] 
fix(types/ref): correct type inference for nested refs (#11536)

close #11532
close #11537

11 months agochore: fix typo (#11535) [ci skip]
sq800 [Wed, 7 Aug 2024 02:57:39 +0000 (10:57 +0800)] 
chore: fix typo (#11535) [ci skip]

11 months agostyle: format html&markdown files (#11531)
Kevin Deng 三咲智子 [Wed, 7 Aug 2024 02:57:18 +0000 (10:57 +0800)] 
style: format html&markdown files (#11531)

11 months agofix(custom-element): reflect prop default value on custom element
Evan You [Tue, 6 Aug 2024 18:51:29 +0000 (02:51 +0800)] 
fix(custom-element): reflect prop default value on custom element

close #9006
close #10537

11 months agotypes: custom element interface should be internal
Evan You [Tue, 6 Aug 2024 18:33:20 +0000 (02:33 +0800)] 
types: custom element interface should be internal

11 months agofix(custom-element): delay mounting of custom elements with async parent
Evan You [Tue, 6 Aug 2024 18:18:54 +0000 (02:18 +0800)] 
fix(custom-element): delay mounting of custom elements with async parent

close #8127
close #9341
close #9351

the fix is based on #9351 with reused tests

11 months agofeat(custom-element): support css `:host` selector by applying css vars on host eleme...
白雾三语 [Tue, 6 Aug 2024 15:33:57 +0000 (23:33 +0800)] 
feat(custom-element): support css `:host` selector by applying css vars on host element (#8830)

close #8826

11 months agoworkflow: sign the release commit in workflow
Evan You [Tue, 6 Aug 2024 14:57:52 +0000 (22:57 +0800)] 
workflow: sign the release commit in workflow

11 months agochore: changelog [ci skip]
Evan You [Tue, 6 Aug 2024 14:28:00 +0000 (22:28 +0800)] 
chore: changelog [ci skip]

11 months agoworkflow: auto create gh release tag in release
Evan You [Tue, 6 Aug 2024 14:24:19 +0000 (22:24 +0800)] 
workflow: auto create gh release tag in release

11 months agochore: fix 3.4.36 changelog [ci skip]
Evan You [Tue, 6 Aug 2024 14:13:32 +0000 (22:13 +0800)] 
chore: fix 3.4.36 changelog [ci skip]

11 months agorelease: v3.4.36 v3.4.36
vue-bot [Tue, 6 Aug 2024 14:00:05 +0000 (14:00 +0000)] 
release: v3.4.36

11 months agoworkflow: add registry-url
Evan You [Tue, 6 Aug 2024 13:29:15 +0000 (21:29 +0800)] 
workflow: add registry-url

11 months agoworkflow: fix release script error handling
Evan You [Tue, 6 Aug 2024 13:14:18 +0000 (21:14 +0800)] 
workflow: fix release script error handling

11 months agoworkflow: bail release when skipping prompts + CI not passed yet
Evan You [Tue, 6 Aug 2024 13:07:54 +0000 (21:07 +0800)] 
workflow: bail release when skipping prompts + CI not passed yet

11 months agoworkflow: fix release workflow [ci skip]
Evan You [Tue, 6 Aug 2024 12:55:26 +0000 (20:55 +0800)] 
workflow: fix release workflow [ci skip]

11 months agoworkflow: update size report to compare against pr target branch
Evan You [Tue, 6 Aug 2024 12:47:46 +0000 (20:47 +0800)] 
workflow: update size report to compare against pr target branch

11 months agoworkflow: add a "publish" workflow for automated releases (#9690)
Haoqun Jiang [Tue, 6 Aug 2024 12:42:36 +0000 (20:42 +0800)] 
workflow: add a "publish" workflow for automated releases (#9690)

11 months agofix(compiler-ssr): don't render v-if comments in TransitionGroup + static tag (#11515)
edison [Tue, 6 Aug 2024 10:25:13 +0000 (18:25 +0800)] 
fix(compiler-ssr): don't render v-if comments in TransitionGroup + static tag (#11515)

close #11514

11 months agochore: fix typo (#11522)
edison [Tue, 6 Aug 2024 10:20:40 +0000 (18:20 +0800)] 
chore: fix typo (#11522)

11 months agofix(ssr): respect textContent/innerHTML from getSSRProps in optimized SSR output
Evan You [Tue, 6 Aug 2024 10:14:47 +0000 (18:14 +0800)] 
fix(ssr): respect textContent/innerHTML from getSSRProps in optimized SSR output

close #8112

11 months agofix(hydration): force hydrate custom element dynamic props
Evan You [Tue, 6 Aug 2024 07:58:17 +0000 (15:58 +0800)] 
fix(hydration): force hydrate custom element dynamic props

close #7203
close #8038

11 months agofeat(custom-element): support nonce option for injected style tags
Evan You [Tue, 6 Aug 2024 07:41:43 +0000 (15:41 +0800)] 
feat(custom-element): support nonce option for injected style tags

close #6530

11 months agofeat(custom-element): support passing custom-element-specific options via 2nd argumen...
Evan You [Tue, 6 Aug 2024 07:37:28 +0000 (15:37 +0800)] 
feat(custom-element): support passing custom-element-specific options via 2nd argument of defineCustomElement

11 months agoci: fix canary release workflow (#11516)
David Matter [Tue, 6 Aug 2024 06:34:31 +0000 (08:34 +0200)] 
ci: fix canary release workflow (#11516)

11 months agofeat(custom-element): inject child components styles to custom element shadow root...
Evan You [Mon, 5 Aug 2024 12:49:28 +0000 (20:49 +0800)] 
feat(custom-element): inject child components styles to custom element shadow root (#11517)

close #4662
close #7941
close #7942

11 months agorefactor: isCE -> ce
Evan You [Mon, 5 Aug 2024 08:33:48 +0000 (16:33 +0800)] 
refactor: isCE -> ce

11 months agochore: warn style injection in shadowRoot: false mode
Evan You [Mon, 5 Aug 2024 08:33:05 +0000 (16:33 +0800)] 
chore: warn style injection in shadowRoot: false mode

11 months agochore(deps): update dependency lint-staged to ^15.2.8 (#11498)
renovate[bot] [Mon, 5 Aug 2024 06:49:27 +0000 (14:49 +0800)] 
chore(deps): update dependency lint-staged to ^15.2.8 (#11498)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update build (#11495)
renovate[bot] [Mon, 5 Aug 2024 06:49:04 +0000 (14:49 +0800)] 
chore(deps): update build (#11495)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): limit minimatch range
Evan You [Mon, 5 Aug 2024 06:48:22 +0000 (14:48 +0800)] 
chore(deps): limit minimatch range

minimatch 10+ only supports Node 20+

11 months agochore(deps): update dependency magic-string to ^0.30.11 (#11497)
renovate[bot] [Mon, 5 Aug 2024 06:45:52 +0000 (14:45 +0800)] 
chore(deps): update dependency magic-string to ^0.30.11 (#11497)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update dependency puppeteer to ~22.15.0 (#11499)
renovate[bot] [Mon, 5 Aug 2024 06:45:39 +0000 (14:45 +0800)] 
chore(deps): update dependency puppeteer to ~22.15.0 (#11499)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update all non-major dependencies (#11494)
renovate[bot] [Mon, 5 Aug 2024 06:43:59 +0000 (14:43 +0800)] 
chore(deps): update all non-major dependencies (#11494)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): upgrade to entities 5.0
Evan You [Mon, 5 Aug 2024 06:14:52 +0000 (14:14 +0800)] 
chore(deps): upgrade to entities 5.0

close #11507

11 months agofix(compiler-core): properly handle for loop variable declarations in expression...
Evan You [Mon, 5 Aug 2024 06:07:30 +0000 (14:07 +0800)] 
fix(compiler-core): properly handle for loop variable declarations in expression transforms

ref https://github.com/vuejs/core/pull/11467#issuecomment-2263069794

11 months agochore(deps): update dependency rimraf to v6 (#11505)
renovate[bot] [Mon, 5 Aug 2024 06:06:57 +0000 (14:06 +0800)] 
chore(deps): update dependency rimraf to v6 (#11505)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update dependency typescript-eslint to v8 (#11506)
renovate[bot] [Mon, 5 Aug 2024 06:06:21 +0000 (14:06 +0800)] 
chore(deps): update dependency typescript-eslint to v8 (#11506)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agofix(compiler-core): fix expression transform for try...catch block params
Evan You [Mon, 5 Aug 2024 05:46:51 +0000 (13:46 +0800)] 
fix(compiler-core): fix expression transform for try...catch block params

close #11465
close #11467

11 months agochore(deps): update dependency marked to v13 (#11500)
renovate[bot] [Mon, 5 Aug 2024 05:08:33 +0000 (13:08 +0800)] 
chore(deps): update dependency marked to v13 (#11500)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agofix(types/custome-element): `defineCustomElement` props inference with array emits...
Andy Li [Mon, 5 Aug 2024 03:14:36 +0000 (11:14 +0800)] 
fix(types/custome-element): `defineCustomElement` props inference with array emits (#11384)

close #11353

11 months agofix(types/withDefaults): ensure default values of type `any` do not include `undefine...
Tycho [Mon, 5 Aug 2024 02:59:44 +0000 (10:59 +0800)] 
fix(types/withDefaults): ensure default values of type `any` do not include `undefined` (#11490)

11 months agotest(runtime-core): test cases when the value of the `$stable` flag is false (#11485)
btea [Mon, 5 Aug 2024 02:53:21 +0000 (10:53 +0800)] 
test(runtime-core): test cases when the value of the `$stable` flag is false (#11485)

11 months agofeat(types): allow computed getter and setter types to be unrelated (#11472)
远方os [Mon, 5 Aug 2024 02:51:56 +0000 (10:51 +0800)] 
feat(types): allow computed getter and setter types to be unrelated (#11472)

close #7271

11 months agofeat(types): provide internal options for using refs type in language tools (#11492)
Tycho [Mon, 5 Aug 2024 02:50:43 +0000 (10:50 +0800)] 
feat(types): provide internal options for using refs type in language tools (#11492)

11 months agochore(runtime-test): remove useless test code (#11483)
Sunny Fu [Mon, 5 Aug 2024 02:42:13 +0000 (10:42 +0800)] 
chore(runtime-test): remove useless test code (#11483)

11 months agorefactor(types/ref): update `MaybeRef` to include all ref-like types (#11379)
Tycho [Mon, 5 Aug 2024 02:40:17 +0000 (10:40 +0800)] 
refactor(types/ref): update `MaybeRef` to include all ref-like types (#11379)

Co-authored-by: Evan You <evan@vuejs.org>
11 months agochore(deps): bump TypeScript to 5.5
Evan You [Sun, 4 Aug 2024 02:25:39 +0000 (10:25 +0800)] 
chore(deps): bump TypeScript to 5.5

11 months agofeat(custom-element): support for expose on customElement (#6256)
郝晨光 [Sat, 3 Aug 2024 06:48:21 +0000 (14:48 +0800)] 
feat(custom-element): support for expose on customElement (#6256)

close #5540

11 months agofeat(custom-element): useShadowRoot() helper
Evan You [Sat, 3 Aug 2024 06:19:19 +0000 (14:19 +0800)] 
feat(custom-element): useShadowRoot() helper

close #6113
close #8195

11 months agofeat(custom-element): support emit with options
Evan You [Sat, 3 Aug 2024 05:46:58 +0000 (13:46 +0800)] 
feat(custom-element): support emit with options

In a custom element created via `defineCustomElement`, if the first
event argument is an object, it will be used as the options object
for the emitted CustomEvent. The entire argument list is still exposed
via the CustomEvent's `detail` property.

```js
emit('event', { bubbles: true })
```

close #7605

11 months agofix(custom-element): ignore scoped id
Evan You [Sat, 3 Aug 2024 05:40:57 +0000 (13:40 +0800)] 
fix(custom-element): ignore scoped id

11 months agofeat(custom-element): support shadowRoot: false in defineCustomElement()
Evan You [Sat, 3 Aug 2024 05:14:22 +0000 (13:14 +0800)] 
feat(custom-element): support shadowRoot: false in defineCustomElement()

close #4314
close #4404

11 months agofeat(reactivity/watch): add pause/resume for ReactiveEffect, EffectScope, and WatchHa...
远方os [Fri, 2 Aug 2024 06:41:27 +0000 (14:41 +0800)] 
feat(reactivity/watch): add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#9651)

11 months agodx(useTemplateRef): warn when declaring with the same key (#11462)
Tycho [Fri, 2 Aug 2024 05:18:58 +0000 (13:18 +0800)] 
dx(useTemplateRef): warn when declaring with the same key (#11462)

11 months agofeat(runtime-dom): Trusted Types compatibility (#10844)
Haoqun Jiang [Fri, 2 Aug 2024 04:46:12 +0000 (12:46 +0800)] 
feat(runtime-dom): Trusted Types compatibility (#10844)

11 months agofeat(types): export `MultiWatchSources` type (#9563)
Damian Głowala [Fri, 2 Aug 2024 04:43:22 +0000 (06:43 +0200)] 
feat(types): export `MultiWatchSources` type (#9563)

11 months agotest(types): add test for generic discriminated unions in props (#9336)
David Matter [Fri, 2 Aug 2024 03:45:23 +0000 (05:45 +0200)] 
test(types): add test for generic discriminated unions in props (#9336)

11 months agofeat(watch): support passing number to `deep` option to control the watch depth ...
远方os [Fri, 2 Aug 2024 03:38:07 +0000 (11:38 +0800)] 
feat(watch): support passing number to `deep` option to control the watch depth (#9572)

11 months agofix(types): allow using InjectionKey as valid property key
Evan You [Fri, 2 Aug 2024 03:11:03 +0000 (11:11 +0800)] 
fix(types): allow using InjectionKey as valid property key

close #5089

11 months agofeat: support specifying allowed keys via generic argument in useTemplateRef()
Evan You [Thu, 1 Aug 2024 03:13:56 +0000 (11:13 +0800)] 
feat: support specifying allowed keys via generic argument in useTemplateRef()

11 months agorelease: v3.5.0-alpha.5 v3.5.0-alpha.5
Evan You [Wed, 31 Jul 2024 08:57:19 +0000 (16:57 +0800)] 
release: v3.5.0-alpha.5

11 months agochore: Merge branch 'main' into minor
Evan You [Wed, 31 Jul 2024 08:49:22 +0000 (16:49 +0800)] 
chore: Merge branch 'main' into minor

11 months agorelease: v3.4.35 v3.4.35
Evan You [Wed, 31 Jul 2024 08:42:04 +0000 (16:42 +0800)] 
release: v3.4.35

11 months agofix(teleport/ssr): fix Teleport hydration regression due to targetStart anchor addition
Evan You [Wed, 31 Jul 2024 08:09:56 +0000 (16:09 +0800)] 
fix(teleport/ssr): fix Teleport hydration regression due to targetStart anchor addition

11 months agofix(Teleport): ensure targetAnchor and targetStart not null during hydration (#11456)
edison [Wed, 31 Jul 2024 07:46:39 +0000 (15:46 +0800)] 
fix(Teleport): ensure targetAnchor and targetStart not null during hydration (#11456)

close #11400

11 months agofeat: lazy hydration strategies for async components (#11458)
Evan You [Wed, 31 Jul 2024 04:14:51 +0000 (12:14 +0800)] 
feat: lazy hydration strategies for async components (#11458)

11 months agotest: make transition tests more stable locally
Evan You [Mon, 29 Jul 2024 14:07:40 +0000 (22:07 +0800)] 
test: make transition tests more stable locally

11 months agoperf(runtime-core): improve efficiency of normalizePropsOptions (#11409)
skirtle [Mon, 29 Jul 2024 13:47:23 +0000 (14:47 +0100)] 
perf(runtime-core): improve efficiency of normalizePropsOptions (#11409)

close #9739

11 months agochore(types): reuse built-in Iterator type (#11435)
Tycho [Mon, 29 Jul 2024 13:26:48 +0000 (21:26 +0800)] 
chore(types): reuse built-in Iterator type (#11435)

11 months agochore(deps): update dependency conventional-changelog-cli to v5 (#11449)
renovate[bot] [Mon, 29 Jul 2024 12:18:02 +0000 (20:18 +0800)] 
chore(deps): update dependency conventional-changelog-cli to v5 (#11449)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update dependency eslint-plugin-import-x to v3 (#11450)
renovate[bot] [Mon, 29 Jul 2024 12:17:45 +0000 (20:17 +0800)] 
chore(deps): update dependency eslint-plugin-import-x to v3 (#11450)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agofix(types/ref): allow getter and setter types to be unrelated (#11442)
Tycho [Mon, 29 Jul 2024 02:52:38 +0000 (10:52 +0800)] 
fix(types/ref): allow getter and setter types to be unrelated (#11442)

11 months agochore(sfc-playgroud): highlight the commit and latest version when active in dropdown...
wzc520pyfm [Mon, 29 Jul 2024 01:43:25 +0000 (09:43 +0800)] 
chore(sfc-playgroud): highlight the commit and latest version when active in dropdown (#11445)

11 months agochore(deps): update lint (#11448)
renovate[bot] [Mon, 29 Jul 2024 01:26:54 +0000 (09:26 +0800)] 
chore(deps): update lint (#11448)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update build (#11447)
renovate[bot] [Mon, 29 Jul 2024 01:24:03 +0000 (09:24 +0800)] 
chore(deps): update build (#11447)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agorefactor(reactivity): simplify the wrapping logic for returned values in array instru...
Tycho [Mon, 29 Jul 2024 01:22:18 +0000 (09:22 +0800)] 
refactor(reactivity): simplify the wrapping logic for returned values in array instrumentations (#11434)

11 months agochore(deps): update test (#11417)
renovate[bot] [Mon, 29 Jul 2024 01:11:08 +0000 (09:11 +0800)] 
chore(deps): update test (#11417)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(docs): update the minimum requeird version of node and pnpm (#11443) [ci skip]
wzc520pyfm [Mon, 29 Jul 2024 01:10:52 +0000 (09:10 +0800)] 
chore(docs): update the minimum requeird version of node and pnpm (#11443) [ci skip]

11 months agofix(deps): update compiler (#11416)
renovate[bot] [Mon, 29 Jul 2024 01:06:40 +0000 (09:06 +0800)] 
fix(deps): update compiler (#11416)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update all non-major dependencies (#11415)
renovate[bot] [Mon, 29 Jul 2024 01:06:19 +0000 (09:06 +0800)] 
chore(deps): update all non-major dependencies (#11415)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update autofix-ci/action digest to ff86a55 (#11414)
renovate[bot] [Mon, 29 Jul 2024 01:06:00 +0000 (09:06 +0800)] 
chore(deps): update autofix-ci/action digest to ff86a55 (#11414)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>