-
Notifications
You must be signed in to change notification settings - Fork 8
Commit a33c0f1
authored
chore(deps): update all non-major dependencies (#32)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@rslib/core](https://lib.rsbuild.dev)
([source](https://redirect.github.com/web-infra-dev/rslib/tree/HEAD/packages/core))
| [`^0.2.2` ->
`^0.3.0`](https://renovatebot.com/diffs/npm/@rslib%2fcore/0.2.2/0.3.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`^22.10.4` ->
`^22.10.5`](https://renovatebot.com/diffs/npm/@types%2fnode/22.10.4/22.10.5)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io)
([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) |
[`9.15.2` ->
`9.15.3`](https://renovatebot.com/diffs/npm/pnpm/9.15.2/9.15.3) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>web-infra-dev/rslib (@​rslib/core)</summary>
###
[`v0.3.0`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.3.0)
[Compare
Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.2.2...v0.3.0)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
##### What's Changed
##### Highlights ✨
This release brings some improvements and new features, addressing
common scenarios and enhancing the overall user experience:
- **Enhanced Style File Redirection:** Support for `redirect.style.path`
and `redirect.style.extension` to configure the redirection of the
import paths of style files.
([#​618](https://redirect.github.com/web-infra-dev/rslib/issues/618))
- **Optimized JavaScript File Redirection:** Fix some cases about
redirection of the import paths of output JavaScript files.
([#​615](https://redirect.github.com/web-infra-dev/rslib/issues/615)
[#​624](https://redirect.github.com/web-infra-dev/rslib/issues/624))
- **Improved Bundleless Mode:**
- Support handling file additions and removals in watch mode.
([#​642](https://redirect.github.com/web-infra-dev/rslib/issues/642))
- Refined `source.entry` configuration, defaulting to `src/**` and
excluding `.d.ts` files from being treated as entry points.
([#​636](https://redirect.github.com/web-infra-dev/rslib/issues/636)
[#​647](https://redirect.github.com/web-infra-dev/rslib/issues/647))
##### Breaking changes 🚨
Please note the following changes that may require adjustments to your
configurations:
- Boolean values are no longer supported for `redirect.style`, see the
documentation of
[redirect.style](https://lib.rsbuild.dev/config/lib/redirect#redirectstyle)
for more details.
([#​618](https://redirect.github.com/web-infra-dev/rslib/issues/618))
- The `autoExternal` configuration is no longer effective in bundleless
mode, see the documentation of
[autoExternal](https://lib.rsbuild.dev/config/lib/auto-external) for
more details.
([#​624](https://redirect.github.com/web-infra-dev/rslib/issues/624))
##### New Features 🎉
- feat!: disable `autoExternal` in bundleless mode and only redirect
request not in node_modules by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/624](https://redirect.github.com/web-infra-dev/rslib/pull/624)
- feat!: support `redirect.style.path` and `redirect.style.extension` by
[@​SoonIter](https://redirect.github.com/SoonIter) in
[https://github.com/web-infra-dev/rslib/pull/618](https://redirect.github.com/web-infra-dev/rslib/pull/618)
- feat: entry default to `src/**` in bundleless mode by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/647](https://redirect.github.com/web-infra-dev/rslib/pull/647)
- feat: throw error when no configuration match `--lib` option by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/648](https://redirect.github.com/web-infra-dev/rslib/pull/648)
##### Bug Fixes 🐞
- fix: do not treat .d.ts as entry by
[@​fi3ework](https://redirect.github.com/fi3ework) in
[https://github.com/web-infra-dev/rslib/pull/636](https://redirect.github.com/web-infra-dev/rslib/pull/636)
- fix: detect possible glob pattern in bundle more by
[@​fi3ework](https://redirect.github.com/fi3ework) in
[https://github.com/web-infra-dev/rslib/pull/634](https://redirect.github.com/web-infra-dev/rslib/pull/634)
- fix: handle add and unlink file in bundleless mode by
[@​fi3ework](https://redirect.github.com/fi3ework) in
[https://github.com/web-infra-dev/rslib/pull/642](https://redirect.github.com/web-infra-dev/rslib/pull/642)
##### Document 📖
- docs: add how to skip the preprocessing of `less/scss` files by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/623](https://redirect.github.com/web-infra-dev/rslib/pull/623)
##### Other Changes
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/628](https://redirect.github.com/web-infra-dev/rslib/pull/628)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/639](https://redirect.github.com/web-infra-dev/rslib/pull/639)
- chore: bump Rsbuild 1.2.0-alpha.0 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/640](https://redirect.github.com/web-infra-dev/rslib/pull/640)
- chore(deps): update dependency
[@​types/lodash](https://redirect.github.com/types/lodash) to
^4.17.14 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/645](https://redirect.github.com/web-infra-dev/rslib/pull/645)
- chore(deps): update dependency commander to v13 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/646](https://redirect.github.com/web-infra-dev/rslib/pull/646)
- Release v0.3.0 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/649](https://redirect.github.com/web-infra-dev/rslib/pull/649)
**Full Changelog**:
web-infra-dev/rslib@v0.2.2...v0.3.0
</details>
<details>
<summary>pnpm/pnpm (pnpm)</summary>
###
[`v9.15.3`](https://redirect.github.com/pnpm/pnpm/compare/v9.15.2...v9.15.3)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.15.2...v9.15.3)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rspack-contrib/rsbuild-plugin-tailwindcss).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e5e65bd commit a33c0f1Copy full SHA for a33c0f1
File tree
Expand file treeCollapse file tree
2 files changed
+179
-20
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+179
-20
lines changedCollapse file: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
0 commit comments