-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update dependency @modern-js/eslint-config to v2.59.0 #11
base: master
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe primary change involves an upgrade to the Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant CI/CD
participant Dependency
Developer->>CI/CD: Update package.json
CI/CD->>Dependency: Install @modern-js/[email protected]
Dependency-->>CI/CD: Install successful
CI/CD-->>Developer: Update complete
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
9fc4aad
to
098b793
Compare
098b793
to
8b3a454
Compare
8b3a454
to
6834aad
Compare
6834aad
to
ea69039
Compare
ea69039
to
67087fa
Compare
67087fa
to
4f75d23
Compare
4f75d23
to
3fbb5d7
Compare
3fbb5d7
to
757a4d0
Compare
757a4d0
to
065d631
Compare
065d631
to
333731e
Compare
333731e
to
9527e25
Compare
9527e25
to
1bdcbed
Compare
1bdcbed
to
b85393d
Compare
b85393d
to
b514786
Compare
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- package.json
b514786
to
2c9a775
Compare
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- package.json
2c9a775
to
cb2117a
Compare
cb2117a
to
04ed5f8
Compare
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
78-78
: LGTM! But verify the new version.The dependency update is straightforward and should not introduce breaking changes. However, ensure that the new version does not introduce any issues in the development workflow.
The code changes are approved.
Run the following script to verify the new version:
04ed5f8
to
0b77a66
Compare
This PR contains the following updates:
2.54.0
->2.59.0
Release Notes
web-infra-dev/modern.js (@modern-js/eslint-config)
v2.59.0
Compare Source
What's Changed
New Features 🎉
bundler:'rspack'
by @9aoy in https://github.com/web-infra-dev/modern.js/pull/6167Bug Fixes 🐞
src/xx/index.tsx
export a default function by @caohuilin in https://github.com/web-infra-dev/modern.js/pull/6145Docs update 📄
Other Changes
更新内容
新特性 🎉
bundler:'rspack'
开启 rspack 构建 由 @9aoy 实现, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/6167Bug 修复 🐞
src/xx/index.tsx
并导出一个默认函数时,entry 检测不生效的问题 由 @caohuilin 实现, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/6145其他变更
v2.58.3
Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
更新内容
Bug 修复 🐞
其他变更
v2.58.2
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
.modern-js
dir by @caohuilin in https://github.com/web-infra-dev/modern.js/pull/6097更新内容
新特性 🎉
Bug 修复 🐞
.modern-js
目录添加 sideEffects 配置 由 @caohuilin 实现, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/6097v2.58.1
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Docs update 📄
Other Changes
更新内容
新特性 🎉
Bug 修复 🐞
其他变更
v2.58.0
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
更新内容
新特性 🎉
Bug 修复 🐞
v2.57.1
Compare Source
What's Changed
Bug Fixes 🐞
更新内容
Bug 修复 🐞
v2.57.0
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
getLoaderCtx
from server-core by @GiveMe-A-Name in https://github.com/web-infra-dev/modern.js/pull/6020createDevServer
should not listen port by default by @GiveMe-A-Name in https://github.com/web-infra-dev/modern.js/pull/6000更新内容
新特性 🎉
Bug 修复 🐞
getLoaderCtx
由 @GiveMe-A-Name 实现, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/6020createDevServer
默认不应该监听端口 由 @GiveMe-A-Name 实现, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/6000v2.56.2
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
更新内容
新特性 🎉
Bug 修复 🐞
v2.56.1
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
更新内容
新特性 🎉
Bug 修复 🐞
v2.56.0
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
更新内容
新特性 🎉
Bug 修复 🐞
v2.55.0
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
更新内容
新特性 🎉
Bug 修复 🐞
v2.54.6
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
更新内容
新特性 🎉
Bug 修复 🐞
v2.54.5
Compare Source
What's Changed
Bug Fixes 🐞
更新内容
Bug 修复 🐞
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 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.