Commit Graph

3297 Commits

Author SHA1 Message Date
ClarkXia c1aab10aab
fix: avoid unexpected slash in route path (#6760) 2024-01-24 14:26:55 +08:00
Arun Sathiya adb9b61fb9
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#6754)
`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/).

This PR updates the usage of `::set-output` to `"$GITHUB_OUTPUT"`

Instructions for envvar usage from GitHub docs:

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
2024-01-23 14:01:22 +08:00
dependabot[bot] cc4c9bc456
chore(deps-dev): bump vite from 2.9.15 to 2.9.17 (#6753)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.17.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.17/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 18:14:58 +08:00
ClarkXia d362b8a8dc
fix: set enforce post for compliation loader (#6752) 2024-01-22 16:58:30 +08:00
ClarkXia cab389a1fb
Merge pull request #6749 from alibaba/release/next
Release 3.4.2
2024-01-18 15:01:41 +08:00
ClarkXia 38f7aa08c7
chore: update versions (#6740) 2024-01-18 14:44:38 +08:00
ClarkXia f7dd9fc53b
chore: bump unplugin version (#6750)
* chore: bump unplugin version

* chore: remove patch file
2024-01-18 13:59:00 +08:00
ClarkXia 3727f80d8f
Fix: pass the correct request context to data loader (#6747)
* fix: pass the correct request context to data loader

* chore: changelog

* chore: update routes.tsx
2024-01-18 11:04:15 +08:00
ClarkXia 45c61db885
Feat: support optimize package import (#6736)
* feat: support optimize package import

* chore: comment

* fix: optimize imports
2024-01-18 10:37:35 +08:00
ClarkXia f58d206803
fix: always add preset uno for plugin (#6744) 2024-01-17 16:54:33 +08:00
ClarkXia 167c8fec13
Fix: disable swcrc by default (#6746)
* fix: disable swcrc by default

* fix: modify options inside transformer
2024-01-17 16:53:55 +08:00
ClarkXia 41be253aa9
Fix: resolve path of regenerator-runtime (#6742)
* fix: resolve path of regenerator-runtime

* chore: update defineVitestConfig.test.ts

* chore: update defineJestConfig.test.ts
2024-01-17 16:53:35 +08:00
ClarkXia c06cb97806
fix: on demand server cache (#6738) 2024-01-16 10:33:47 +08:00
Linbudu 97843448b1
Merge pull request #6722 from alibaba/refactor/rax_compat
feat: plugin-rax-compat 0.3.0
2024-01-15 14:01:41 +08:00
linbudu599 628141486c fix(rax-compat): fixup input compat on input event 2024-01-08 11:04:41 +08:00
linbudu599 e5ada29e2d Merge branch 'release/next' of https://github.com/alibaba/ice into refactor/rax_compat 2024-01-05 10:23:16 +08:00
linbudu599 90b5b49976 fix(rax-compat): fixup input compat 2024-01-05 10:18:57 +08:00
Albert 910f4436ff
fix: register with new defaultTaskConfig evey time (#6726) 2024-01-05 10:00:53 +08:00
ClarkXia 2e4449f727
fix: compatible with API matchRoutes when basename is not provided (#6728) 2024-01-04 17:27:41 +08:00
linbudu599 ad0570c8fd fix: fix cr issues 2024-01-04 17:09:50 +08:00
ClarkXia d89bd8c955
Merge pull request #6691 from alibaba/release/next
Release 3.4.1
2024-01-04 15:10:28 +08:00
ClarkXia b446396b99
chore: update versions (#6690) 2024-01-04 13:57:53 +08:00
ClarkXia 420fec8508
Fix: pack error when use speedup mode (#6727)
* fix: update rspack version

* fix: changelog

* chore: lint
2024-01-04 11:51:35 +08:00
linbudu599 d29ac1c042 feat: complete tests 2024-01-02 17:06:20 +08:00
linbudu599 15e8200a8a feat: plugin-rax-compat 0.3.0 2024-01-02 15:23:21 +08:00
ClarkXia 3171e6175b
fix: use pnpm patch to override packages (#6715) 2023-12-29 13:35:45 +08:00
ClarkXia ef52f8140f
feat: optimize compile rule (#6719)
* feat: optimize compile rule

* fix: update default value of compileDependencies
2023-12-28 11:06:17 +08:00
ClarkXia 00685f62e9 Merge branch 'master' into release/next 2023-12-25 16:26:25 +08:00
dependabot[bot] effee4a75b
chore(deps): bump zod from 3.21.4 to 3.22.3 (#6713)
Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.21.4...v3.22.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-25 14:46:51 +08:00
ClarkXia 0a6d0c3b6c
Merge pull request #6680 from alibaba/release/pack
Release 3.4.0
2023-12-25 13:56:02 +08:00
ClarkXia 98d33e4d94 Merge branch 'release/pack' of github.com:alibaba/ice into release/pack 2023-12-25 13:31:25 +08:00
ClarkXia 6fb764adf9 fix: lock file 2023-12-25 13:28:20 +08:00
ClarkXia c7048603c7
chore: update versions (#6684) 2023-12-25 13:26:16 +08:00
ClarkXia 6a33613a66 fix: add dependencies for dev-server 2023-12-25 13:20:41 +08:00
ClarkXia 0a8ab22739
fix: bump the version of rspack (#6712) 2023-12-25 12:17:26 +08:00
ClarkXia 817fa3a971
fix: should not include every thing when transform to rspack plugin by unplugin (#6708) 2023-12-22 10:28:28 +08:00
ClarkXia dd149e51d9
fix: use built-in split chunks strategy by default (#6699)
* fix: use built-in split chunks strategy by default

* fix: pre bundle react refresh package

* fix: lint error
2023-12-20 11:12:06 +08:00
luhc228 23811c8201
fix: unstable_Offscreen to unstable_Activity (#6694)
* fix: OffScreen to Activity

* chore: changeset
2023-12-18 14:24:03 +08:00
ChenSheng dda7198e84
fix: fix eslint problem (#6693) 2023-12-18 10:23:29 +08:00
ClarkXia ebc8ae083b
fix: add assets plugin to deal with thrid-party dependencies import assets direactly (#6688) 2023-12-12 14:25:47 +08:00
ClarkXia 7d193fe96b
fix: several bug when bump pack dependencies (#6689)
* fix: serveral bug when bump dependencies

* fix: compile error

* chore: bump version
2023-12-12 14:25:32 +08:00
ClarkXia a68ff48d8e
feat: replace binding package (#6663)
* chore: bump rspack version

* fix: bump rspack version

* feat: pre bundle rspack/core

* fix: pre bundle

* fix: import path in esm

* chore: update rspack version

* chore: update lock

* fix: overwrite define props otherwise compile will get stack

* fix: rspack config

* feat: add @ice/pack-binding

* fix: add default features

* fix: default value validate

* fix: option validation

* chore: remove comment

* fix: scripts

* chore: lint file

* chore: changeset

* fix: prepack dev server

* fix: config

* chore: add dependencies

* chore: lock

* fix: compile task
2023-12-08 11:02:37 +08:00
ClarkXia 5a53814ecb Merge branch 'master' into release/pack 2023-12-05 17:15:15 +08:00
luhc228 0626b3e045
docs: fix request base url env (#6679) 2023-12-05 10:22:12 +08:00
ClarkXia 4e5de5f180
Merge pull request #6666 from alibaba/release/next
Release 3.3.9
2023-11-30 14:42:10 +08:00
ClarkXia 951ca6c5fa
chore: update versions (#6655) 2023-11-30 14:04:04 +08:00
染陌同学 f1ee695372
feat: support preRender (#6675)
* feat: support preRender

* feat: Pip after onAllReady when pre render SSR

* chore: revert onAllReady callback
2023-11-29 19:23:07 -08:00
luhc228 72fc36c8ee
chore: remove types export (#6651)
* chore: remove types export

* chore: changeset
2023-11-30 10:34:05 +08:00
ClarkXia d61d15f365
feat: support plugin of unocss (#6665)
* feat: support unocss

* chore: update lock

* docs: unocss docs

* fix: remove unexpected commit

* Update package.json
2023-11-29 15:31:20 +08:00
ClarkXia ddff555884
fix: better error handling of build script (#6672)
* fix: better error handling of build script

* chore: changeset
2023-11-29 15:29:34 +08:00