-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore(deps): update dependency nanoid to v5 #18596
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
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ca1d009
to
0e3da3f
Compare
d8286fe
to
23bd211
Compare
8cfb374
to
19d20f6
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18596 +/- ##
=======================================
Coverage 84.78% 84.78%
=======================================
Files 371 371
Lines 14411 14411
Branches 4713 4692 -21
=======================================
Hits 12218 12218
- Misses 2044 2045 +1
+ Partials 149 148 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM just one question
@@ -20,7 +20,7 @@ module.exports = { | |||
], | |||
coveragePathIgnorePatterns: ['packages/web-components/*'], | |||
testPathIgnorePatterns: ['packages/web-components/*'], | |||
transformIgnorePatterns: ['<rootDir>/node_modules/(?!lodash-es)'], | |||
transformIgnorePatterns: ['<rootDir>/node_modules/(?!lodash-es|nanoid)'], |
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.
Is the moduleNameMapper
on the next line still needed?
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.
Yes, we still need this because moduleNameMapper
helps resolve it in the CJS setup, while transformIgnorePatterns
only controls which modules are transformed, not how they're resolved.
This PR contains the following updates:
^3.1.30
->^5.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ai/nanoid (nanoid)
v5.1.5
Compare Source
v5.1.4
Compare Source
v5.1.3
Compare Source
v5.1.2
Compare Source
v5.1.1
Compare Source
v5.1.0
Compare Source
v5.0.9
Compare Source
v5.0.8
Compare Source
customAlphabet
size (by @kirillgroshkov).v5.0.7
Compare Source
v5.0.6
Compare Source
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
v5.0.2
Compare Source
webcrypto
import (by Divyansh Singh).v5.0.1
Compare Source
v5.0.0
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
v4.0.0
Compare Source
v3.3.11
Compare Source
v3.3.10
Compare Source
v3.3.9
Compare Source
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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.