Skip to content

build(deps-dev): bump vite from 8.0.8 to 8.0.16 in /mate-ui#85

Open
dependabot[bot] wants to merge 2 commits into
devfrom
dependabot/npm_and_yarn/mate-ui/vite-8.0.16
Open

build(deps-dev): bump vite from 8.0.8 to 8.0.16 in /mate-ui#85
dependabot[bot] wants to merge 2 commits into
devfrom
dependabot/npm_and_yarn/mate-ui/vite-8.0.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps vite from 8.0.8 to 8.0.16.

Release notes

Sourced from vite's releases.

v8.0.16

Please refer to CHANGELOG.md for details.

v8.0.15

Please refer to CHANGELOG.md for details.

v8.0.14

Please refer to CHANGELOG.md for details.

v8.0.13

Please refer to CHANGELOG.md for details.

v8.0.12

Please refer to CHANGELOG.md for details.

v8.0.11

Please refer to CHANGELOG.md for details.

v8.0.10

Please refer to CHANGELOG.md for details.

v8.0.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.16 (2026-06-01)

Bug Fixes

8.0.15 (2026-06-01)

Features

Bug Fixes

  • capitalize error messages and remove spurious space in parse error (#22488) (85a0eff)
  • deps: update all non-major dependencies (#22511) (2686d7d)
  • dev: fix html-proxy cache key mismatch for /@fs/ HTML paths (#21762) (47c4213)
  • glob: error on relative glob in virtual module when no files match (#22497) (5c8e98f)
  • optimizer: close the rolldown bundle when write() rejects (#22528) (e3cfb9d)
  • resolve: provide onWarn for viteResolvePlugin in JS plugin containers (#22509) (40985f1)

Miscellaneous Chores

Code Refactoring

8.0.14 (2026-05-21)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22471) (98b8163)
  • dev: handle errors when sending messages to vite server (#22450) (e8e9a34)
  • html: handle trailing slash paths in transformIndexHtml (#22480) (5d94d1b)
  • optimizer: pass oxc jsx options to transformSync in dependency scan (#22342) (b3132da)

Miscellaneous Chores

  • deps: update rolldown-related dependencies (#22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)

Code Refactoring

  • glob: do not rewrite import path for absolute base (#22310) (0ae2844)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

许占富 and others added 2 commits June 28, 2026 20:19
把 auth+system+notice 聚合为单 JVM 单体(mate.rpc.mode=local),从「编译都过不了」
做到「java -jar 干净启动 ~8s,无 Dubbo/Nacos/RabbitMQ,health: UP」。微服务模式完全
不受影响(共享 starter 改动均以 matchIfMissing=true 保留 dubbo 默认,或仅在历史表为空时触发)。

核心修复:
- 业务模块库化:auth/system/notice 的 spring-boot-maven-plugin 加 <classifier>exec</classifier>,
  主 JAR 退回瘦库供单体依赖,*-exec.jar 才是可运行胖包;Dockerfile 相应取 *-exec.jar。
- 配置优先级:被 import 的文件优先级高于 importer,故单体覆盖项全部移入最后 import 的
  mate-infra-local.yml(单体版 classpath mate-infra),application.yml 仅留入口。
- 组合根:MateMonolithApplication 显式 @componentscan 排除三个嵌套 @SpringBootApplication
  (避免重复激活 @EnableDiscoveryClient/@EnableAsync),保留 Boot 默认两个 exclude 过滤器。
- 单体专有冲突:@MapperScan 改 FullyQualifiedAnnotationBeanNameGenerator(LoginLogDao 同名);
  移除死配置 setTypeAliasesPackage(LoginLogPO 别名冲突,且全项目无 XML mapper)。
- 去重:抽出 RolePermissionResolverPort,SaTokenIssuer 变为两模式共用唯一实现;
  DubboRolePermissionResolver(RPC+Redis 兜底) / LocalRolePermissionResolver(进程内) 各司其职。
- 单体免中间件:域事件本就走 Spring 事件;RabbitMq/DomainEvent 自动配置按 mate.rpc.mode 开关,
  单体再排除 Boot RabbitAutoConfiguration 与三个 Dubbo 自动配置。
- Flyway:repairThenMigrate 的 @ConditionalOnClass(name="Flyway") 写成非全限定名导致永久失效,
  修为 Flyway.class;autoSeed 扩展为从兄弟 flyway_history_* 表「领养」既有 schema,
  使单体与微服务可共用同一库(首启领养→No migration necessary,全新库照常迁移,二次启动幂等)。

构建/运行/文档:
- 新增 mate-monolith/Dockerfile;docker-compose 增加 mate-monolith 服务(compose profile: monolith,默认不启)。
- Makefile 修正 run-monolith 过时 jar 名,新增 monolith-up/monolith-down。
- RFC-045 标记 Implemented 并补「实施记录」。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.8 to 8.0.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
...

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

dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: frontend. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants