-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge master v3.6.0 #7065
Open
XXXMrG
wants to merge
18
commits into
release/4.0
Choose a base branch
from
chore/merge-master-to-4.0
base: release/4.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
merge master v3.6.0 #7065
Conversation
This file contains 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
去掉默认空数组的赋值,避免 ts 报错
* fix: update es-module-lexer * fix: ci
feat: support suspense event
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.5) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: change suspense event id * chore: add missing change set
* feat: last step * fix: css * feat: v1 * feat: skip css * chore: save * fix: external * fix: ci * chore: rm unused diff * chore: lock * chore: changeset * fix: er * fix: ci * feat: prepack esbuild-loader * feat: tsconfig plugin * chore: lock * chore: save * chore: save * fix: err * chore: revert format * chore: revert format * fix: require is not defined * fix: banner maybe undefiend * chore: save * chore: save * fix: external node builtin * chore: save * fix: target * chore: save * fix: chunk and exports * feat: remove sourcemap comment * fix: sourcemap path * fix: assign __quickMode * feat: provider plugin * fix: target * fix: no export * fix: manifest assets * feat: add minify * feat: control minify * fix: hack replace * Revert "feat: skip css" This reverts commit 0557e78. * feat: disable sourcemap * fix: jsx importSource * chore: version * chore: name * chore: sae * chore: save * chore: sa * chore: split * chore: save * feat: format alias * fix: alias * feat: allow userConfig * chore: version * fix: err * chore: save * feat: support server config * chore: save * feat: call in vendor * fix: runtime and writable * chore: sync code * feat: support split by routes * feat: update Code * feat: ice/bundles * fix: type * fix: err * chore: rm unused file * chore: rm unused * feat: disable chunkFormat * chore: change back * feat: change set * feat: bundle all need plugin and loaders * chore: changeset * feat: suppor transformInclude a array * feat: handle svg and custom esbuild-loader * feat: support handle assets * feat: use esbuildMinify * feat: minify css * chore: changeset * chore: changeset * chore: lock * chore: merge code * chore: rm tsconfigpahtsplugin * feat: init appconfig specify bundler * feat: reuse css and assets * chore: rm * feat: use webpackConfig * chore: save * chore: rm unused * chore: unused * chore: rm console * fix: err * fix: transform inlcude * chore: updata lock * chore: change back * chore: "es-module-lexer": "1.6.0", * chore: changeset * chore: change esbuildResult to bundleResult * fix: use compiled webpack * fix: provide plugin not works * chore: changeset * chore: rm console * fix: specify target * fix: differentiate webpackTarget
* chore: update versions * Update CHANGELOG.md * Update package.json
Release @ice/app 3.6.0
* fix: fix svg for transform * fix: modify transformProps * fix: hasOwnProperty * test: modify test * fix: fix property transform * feat: support svg for compat * feat: remove need tranform * Change the version type from patch to minor in the changeset file --------- Co-authored-by: Keith <mrgitservice@outlook.com>
* chore: update versions * Update CHANGELOG.md * Update package.json * Update CHANGELOG.md
XXXMrG
commented
Mar 17, 2025
@@ -0,0 +1,42 @@ | |||
import { type AssetsManifest } from '@ice/runtime-kit'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix conflicts: @ice/runtime/types => @ice/runtime-kit
ClarkXia
approved these changes
Mar 24, 2025
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.
merge master v3.6.0