Skip to content
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): bump get-value from 3.0.1 to 4.0.1 #2083

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps get-value from 3.0.1 to 4.0.1.

Commits
  • a9ab93c 4.0.1 - add missing index.d.ts
  • b91c776 Merge pull request #31 from icebreaker-forked/master
  • 5d20cec fix: dist/index.mjs missing in 4.0.0 #30 and
  • 9f0735c 4.0.0
  • 3f47500 run benchmarks, run verb to build readme
  • ca7c1c7 Clean up, refactor to typescript...
  • 4cc4b01 Merge pull request #27 from onokumus/master
  • 6e3d48a Merge pull request #21 from joepie91/patch/dotprop-claims
  • f4dcb8c update isobject
  • bf4af31 Correct dot-key claims
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [get-value](https://github.com/jonschlinkert/get-value) from 3.0.1 to 4.0.1.
- [Commits](jonschlinkert/get-value@3.0.1...4.0.1)

---
updated-dependencies:
- dependency-name: get-value
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2025 15:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2025
Copy link
Contributor

coderabbitai bot commented Mar 3, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.55%. Comparing base (56bda18) to head (2cec392).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2083   +/-   ##
========================================
  Coverage    61.55%   61.55%           
========================================
  Files          478      478           
  Lines        16448    16448           
  Branches      3261     3246   -15     
========================================
  Hits         10125    10125           
- Misses        5117     5134   +17     
+ Partials      1206     1189   -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@saikumarrs saikumarrs requested a review from a team as a code owner March 3, 2025 19:46
@saikumarrs saikumarrs merged commit 9e8ea0d into develop Mar 3, 2025
6 of 7 checks passed
@saikumarrs saikumarrs deleted the dependabot/npm_and_yarn/develop/get-value-4.0.1 branch March 3, 2025 19:47
Copy link

sonarqubecloud bot commented Mar 3, 2025

Copy link

github-actions bot commented Mar 3, 2025

size-limit report 📦

Name Size (Base) Size (Current) Size Limit Status
Cookies Utils - Legacy - NPM (ESM) 1.54 KB 1.54 KB (0%) 2 KB
Cookies Utils - Legacy - NPM (CJS) 1.75 KB 1.75 KB (0%) 2 KB
Cookies Utils - Legacy - NPM (UMD) 1.53 KB 1.53 KB (0%) 2 KB
Cookies Utils - Modern - NPM (ESM) 1.17 KB 1.17 KB (0%) 1.5 KB
Cookies Utils - Modern - NPM (CJS) 1.4 KB 1.4 KB (0%) 1.5 KB
Cookies Utils - Modern - NPM (UMD) 1.16 KB 1.16 KB (0%) 1.5 KB
Plugins Module Federation Mapping - Legacy - CDN 332 B 332 B (0%) 512 B
Plugins Module Federation Mapping - Modern - CDN 331 B 331 B (0%) 512 B
Plugins - Legacy - CDN 14.15 KB 14.15 KB (0%) 14.5 KB
Plugins - Modern - CDN 5.65 KB 5.65 KB (0%) 6 KB
Common - No bundling 18.41 KB 18.41 KB (0%) 19 KB
Load Snippet 765 B 765 B (0%) 1 KB
Core (v1.1) - NPM (ESM) 30.1 KB 30.1 KB (0%) 32 KB
Core (v1.1) - NPM (CJS) 30.28 KB 30.28 KB (0%) 32 KB
Core (v1.1) - NPM (UMD) 30.13 KB 30.13 KB (0%) 32 KB
Core (Content Script - v1.1) - NPM (ESM) 29.7 KB 29.7 KB (0%) 30.5 KB
Core (Content Script - v1.1) - NPM (CJS) 29.84 KB 29.84 KB (0%) 30.5 KB
Core (Content Script - v1.1) - NPM (UMD) 29.69 KB 29.69 KB (0%) 30.5 KB
Core (v1.1) - Legacy - CDN 32.04 KB 32.04 KB (0%) 32.5 KB
Core (v1.1) - Modern - CDN 30.05 KB 30.05 KB (0%) 32 KB
Service Worker - Legacy - NPM (ESM) 30.3 KB 30.3 KB (0%) 31 KB
Service Worker - Legacy - NPM (CJS) 30.57 KB 30.57 KB (0%) 31 KB
Service Worker - Legacy - NPM (UMD) 30.39 KB 30.39 KB (0%) 31 KB
Service Worker - Modern - NPM (ESM) 25.51 KB 25.51 KB (0%) 26 KB
Service Worker - Modern - NPM (CJS) 25.76 KB 25.76 KB (0%) 26.5 KB
Service Worker - Modern - NPM (UMD) 25.55 KB 25.55 KB (0%) 26 KB
Core - Legacy - NPM (ESM) 47.74 KB 47.74 KB (0%) 48 KB
Core - Legacy - NPM (CJS) 48.08 KB 48.08 KB (0%) 48.2 KB
Core - Legacy - NPM (UMD) 47.78 KB 47.78 KB (0%) 48 KB
Core - Legacy - CDN 47.89 KB 47.89 KB (0%) 48 KB
Core - Modern - NPM (ESM) 26.74 KB 26.74 KB (0%) 27 KB
Core - Modern - NPM (CJS) 27 KB 27 KB (0%) 27.2 KB
Core - Modern - NPM (UMD) 26.76 KB 26.76 KB (0%) 27 KB
Core - Modern - CDN 27.06 KB 27.06 KB (0%) 27.5 KB
Core (Bundled) - Legacy - NPM (ESM) 47.74 KB 47.74 KB (0%) 48 KB
Core (Bundled) - Legacy - NPM (CJS) 48.04 KB 48.04 KB (0%) 48.2 KB
Core (Bundled) - Legacy - NPM (UMD) 47.78 KB 47.78 KB (0%) 48 KB
Core (Bundled) - Modern - NPM (ESM) 38.93 KB 38.93 KB (0%) 39 KB
Core (Bundled) - Modern - NPM (CJS) 39.17 KB 39.17 KB (0%) 39.2 KB
Core (Bundled) - Modern - NPM (UMD) 38.89 KB 38.89 KB (0%) 39 KB
Core (Content Script) - Legacy - NPM (ESM) 47.67 KB 47.67 KB (0%) 48 KB
Core (Content Script) - Legacy - NPM (CJS) 47.97 KB 47.97 KB (0%) 48 KB
Core (Content Script) - Legacy - NPM (UMD) 47.78 KB 47.78 KB (0%) 48 KB
Core (Content Script) - Modern - NPM (ESM) 38.86 KB 38.86 KB (0%) 39 KB
Core (Content Script) - Modern - NPM (CJS) 39.15 KB 39.15 KB (0%) 39.2 KB
Core (Content Script) - Modern - NPM (UMD) 38.88 KB 38.88 KB (0%) 39 KB
All Integrations - Legacy - CDN 96.01 KB 96.01 KB (0%) 96 KB
All Integrations - Modern - CDN 90.71 KB 90.71 KB (0%) 91 KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant