-
Notifications
You must be signed in to change notification settings - Fork 109
fix(deps): update dependency create-rstack to v1.5.5 #1287
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
Conversation
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
CodSpeed Performance ReportMerging #1287 will not alter performanceComparing Summary
|
React Example#2931 Bundle Size — 234.12KiB (0%).4ce951e(current) vs b14232e main#2929(baseline) Bundle metrics
|
| Current #2931 |
Baseline #2929 |
|
|---|---|---|
0B |
0B |
|
0B |
0B |
|
0% |
0% |
|
0 |
0 |
|
4 |
4 |
|
153 |
153 |
|
61 |
61 |
|
45.85% |
45.85% |
|
2 |
2 |
|
0 |
0 |
Bundle size by type no changes
| Current #2931 |
Baseline #2929 |
|
|---|---|---|
145.76KiB |
145.76KiB |
|
88.37KiB |
88.37KiB |
Bundle analysis report Branch renovate/create-rstack-1.x Project dashboard
Generated by RelativeCI Documentation Report issue
Web Explorer#2922 Bundle Size — 303.55KiB (0%).4ce951e(current) vs b14232e main#2920(baseline) Bundle metrics
Bundle size by type
|
| Current #2922 |
Baseline #2920 |
|
|---|---|---|
220.78KiB |
220.78KiB |
|
50.89KiB |
50.89KiB |
|
31.88KiB |
31.88KiB |
Bundle analysis report Branch renovate/create-rstack-1.x Project dashboard
Generated by RelativeCI Documentation Report issue
|
See also #1274 (new version need by the PR) |
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [create-rstack](https://redirect.github.com/rspack-contrib/create-rstack) | [`1.5.2` -> `1.5.5`](https://renovatebot.com/diffs/npm/create-rstack/1.5.2/1.5.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rspack-contrib/create-rstack (create-rstack)</summary> ### [`v1.5.5`](https://redirect.github.com/rspack-contrib/create-rstack/releases/tag/v1.5.5) [Compare Source](https://redirect.github.com/rspack-contrib/create-rstack/compare/v1.5.4...v1.5.5) #### What's Changed - fix: should run `updatePackageJson` after merge by [@​upupming](https://redirect.github.com/upupming) in [https://github.com/rspack-contrib/create-rstack/pull/52](https://redirect.github.com/rspack-contrib/create-rstack/pull/52) **Full Changelog**: rspack-contrib/create-rstack@v1.5.4...v1.5.5 ### [`v1.5.4`](https://redirect.github.com/rspack-contrib/create-rstack/releases/tag/v1.5.4) [Compare Source](https://redirect.github.com/rspack-contrib/create-rstack/compare/v1.5.3...v1.5.4) #### What's Changed - feat: update React ESLint config by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/rspack-contrib/create-rstack/pull/51](https://redirect.github.com/rspack-contrib/create-rstack/pull/51) **Full Changelog**: rspack-contrib/create-rstack@v1.5.3...v1.5.4 ### [`v1.5.3`](https://redirect.github.com/rspack-contrib/create-rstack/releases/tag/v1.5.3) [Compare Source](https://redirect.github.com/rspack-contrib/create-rstack/compare/v1.5.2...v1.5.3) #### What's Changed - chore(deps): update all non-major dependencies by [@​renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/rspack-contrib/create-rstack/pull/49](https://redirect.github.com/rspack-contrib/create-rstack/pull/49)9 - feat(eslint): support extraInfo in mapESLintTemplate hook by [@​upupming](https://redirect.github.com/upupming) in [https://github.com/rspack-contrib/create-rstack/pull/50](https://redirect.github.com/rspack-contrib/create-rstack/pull/50) #### New Contributors - [@​upupming](https://redirect.github.com/upupming) made their first contribution in [https://github.com/rspack-contrib/create-rstack/pull/50](https://redirect.github.com/rspack-contrib/create-rstack/pull/50) **Full Changelog**: rspack-contrib/create-rstack@v1.5.2...v1.5.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/lynx-family/lynx-stack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90OnJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
1.5.2->1.5.5Release Notes
rspack-contrib/create-rstack (create-rstack)
v1.5.5Compare Source
What's Changed
updatePackageJsonafter merge by @upupming in https://github.com/rspack-contrib/create-rstack/pull/52Full Changelog: rspack-contrib/create-rstack@v1.5.4...v1.5.5
v1.5.4Compare Source
What's Changed
Full Changelog: rspack-contrib/create-rstack@v1.5.3...v1.5.4
v1.5.3Compare Source
What's Changed
New Contributors
Full Changelog: rspack-contrib/create-rstack@v1.5.2...v1.5.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.