-
Notifications
You must be signed in to change notification settings - Fork 21
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 globby to v14 #712
Conversation
|
|
Warning Rate limit exceeded@renovate[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 35 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 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 (
|
14d3672
to
5cb8b07
Compare
5cb8b07
to
be0c66a
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.
/druxt.js/packages/docgen/bin/druxt-docgen.js:12
const globby = require('globby');
^
Error [ERR_REQUIRE_ESM]: require() of ES Module /druxt.js/node_modules/globby/index.js from /druxt.js/packages/docgen/bin/druxt-docgen.js not supported.
Instead change the require of index.js in /druxt.js/packages/docgen/bin/druxt-docgen.js to a dynamic import() which is available in all CommonJS modules.
at Object.<anonymous> (/druxt.js/packages/docgen/bin/druxt-docgen.js:12:16) {
code: 'ERR_REQUIRE_ESM'
}
Closing to prevent recreation of MR |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
11.1.0
->14.0.2
Release Notes
sindresorhus/globby (globby)
v14.0.2
Compare Source
f600250
v14.0.1
Compare Source
expandDirectories.extension
option (#263)af5d139
3a28601
v14.0.0
Compare Source
Breaking
2c06ae5
Improvements
convertPathToPattern()
method3bd00a6
v13.2.2
Compare Source
0ae43b9
v13.2.1
Compare Source
ignore
andexpandDirectories
default handling (#252)3a48eb9
v13.2.0
Compare Source
a0e4028
v13.1.4
Compare Source
gitignore: true
andsuppressErrors: true
(#246)e95da57
URL
TypeScript type workaround (#230)55a3c64
v13.1.3
Compare Source
917670c
v13.1.2
Compare Source
ignoreFiles
option accept readonly arrays (#235)810caae
v13.1.1
Compare Source
f9d35ae
v13.1.0
Compare Source
ignoreFiles
option (#228)895d6ec
v13.0.0
Compare Source
Breaking
generateGlobTasks
togenerateGlobTasksSync
(#221)51c8f68
ignore
option forisGitIgnored
andisGitIgnoredSync
(#225)2e43cc4
Improvements
04fbd5b
generateGlobTasks
method (#221)51c8f68
Fixes
objectMode
option (#210)1852fc5
v12.2.0
Compare Source
URL
global (#206)1224230
URL
in function returned byisGitIgnored
(#207)a9fc794
v12.1.0
Compare Source
URL
for thecwd
option (#201)73c0aca
v12.0.2
Compare Source
e167725
v12.0.1
Compare Source
5a64253
v12.0.0
Compare Source
Breaking
5c32b4a
globby
→{globby}
globby.sync
→{globbySync}
globby.stream
→{globbyStream}
globby.generateGlobTasks
→{generateGlobTasks}
globby.hasMagic
→{isDynamicPattern}
globby.gitignore
→{isGitIgnored}
globby.gitignore.sync
→{isGitIgnoredSync}
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 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.