Skip to content

Commit a33c0f1

Browse files
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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rslib%2fcore/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rslib%2fcore/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rslib%2fcore/0.2.2/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rslib%2fcore/0.2.2/0.3.0?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.10.4/22.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.10.4/22.10.5?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.15.2/9.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.15.2/9.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>web-infra-dev/rslib (@&#8203;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. ([#&#8203;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. ([#&#8203;615](https://redirect.github.com/web-infra-dev/rslib/issues/615) [#&#8203;624](https://redirect.github.com/web-infra-dev/rslib/issues/624)) - **Improved Bundleless Mode:** - Support handling file additions and removals in watch mode. ([#&#8203;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. ([#&#8203;636](https://redirect.github.com/web-infra-dev/rslib/issues/636) [#&#8203;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. ([#&#8203;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. ([#&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;types/lodash](https://redirect.github.com/types/lodash) to ^4.17.14 by [@&#8203;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 [@&#8203;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 [@&#8203;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 a33c0f1

File tree

2 files changed

+179
-20
lines changed

2 files changed

+179
-20
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"@playwright/test": "^1.49.1",
3333
"@rollup/pluginutils": "^5.1.4",
3434
"@rsbuild/core": "^1.1.13",
35-
"@rslib/core": "^0.2.2",
35+
"@rslib/core": "^0.3.0",
3636
"@rsbuild/webpack": "^1.1.6",
37-
"@types/node": "^22.10.4",
37+
"@types/node": "^22.10.5",
3838
"@types/semver": "^7.5.8",
3939
"playwright": "^1.49.1",
4040
"postcss": "^8.4.49",
@@ -52,7 +52,7 @@
5252
"optional": true
5353
}
5454
},
55-
"packageManager": "[email protected].2",
55+
"packageManager": "[email protected].3",
5656
"publishConfig": {
5757
"access": "public",
5858
"provenance": true,

0 commit comments

Comments
 (0)