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
Open
build(deps-dev): bump vite from 8.0.8 to 8.0.16 in /mate-ui#85dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
把 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>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps vite from 8.0.8 to 8.0.16.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.