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

Update all dependencies (minor, patch) #10185

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.18.0 -> 9.19.0 age adoption passing confidence devDependencies minor
@julr/vite-plugin-validate-env 1.2.0 -> 1.3.0 age adoption passing confidence devDependencies minor
@originjs/vite-plugin-federation 1.3.7 -> 1.3.9 age adoption passing confidence dependencies patch
@radix-ui/react-alert-dialog (source) 1.1.4 -> 1.1.5 age adoption passing confidence dependencies patch
@radix-ui/react-dialog (source) 1.1.4 -> 1.1.5 age adoption passing confidence dependencies patch
@radix-ui/react-dropdown-menu (source) 2.1.4 -> 2.1.5 age adoption passing confidence dependencies patch
@radix-ui/react-menubar (source) 1.1.4 -> 1.1.5 age adoption passing confidence dependencies patch
@radix-ui/react-popover (source) 1.1.4 -> 1.1.5 age adoption passing confidence dependencies patch
@radix-ui/react-select (source) 2.1.4 -> 2.1.5 age adoption passing confidence dependencies patch
@radix-ui/react-tooltip (source) 1.1.6 -> 1.1.7 age adoption passing confidence dependencies patch
@rollup/rollup-linux-arm64-gnu (source) 4.31.0 -> 4.32.0 age adoption passing confidence optionalDependencies minor
@​types/dompurify 3.0.5 -> 3.2.0 age adoption passing confidence devDependencies minor
actions/github-script v6.3.3 -> v6.4.1 age adoption passing confidence action minor
eslint (source) 9.18.0 -> 9.19.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.2.1 -> 5.2.3 age adoption passing confidence devDependencies patch
eslint-plugin-react 7.37.3 -> 7.37.4 age adoption passing confidence devDependencies patch
github/combine-prs v5.0.0 -> v5.2.0 age adoption passing confidence action minor
glob 11.0.0 -> 11.0.1 age adoption passing confidence devDependencies patch
i18next (source) 24.2.1 -> 24.2.2 age adoption passing confidence dependencies patch
i18next-http-backend 3.0.1 -> 3.0.2 age adoption passing confidence dependencies patch
leonsteinhaeuser/project-beta-automations v1.2.1 -> v1.3.0 age adoption passing confidence action minor
lint-staged 15.3.0 -> 15.4.2 age adoption passing confidence devDependencies minor
npm (source) 10.9.0 -> 10.9.2 age adoption passing confidence packageManager patch
postcss (source) 8.4.49 -> 8.5.1 age adoption passing confidence devDependencies minor
snyk 1.1294.3 -> 1.1295.2 age adoption passing confidence devDependencies minor
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch
uuid 11.0.3 -> 11.0.5 age adoption passing confidence devDependencies patch
vite (source) 5.4.12 -> 5.4.14 age adoption passing confidence devDependencies patch

Release Notes

eslint/eslint (@​eslint/js)

v9.19.0

Compare Source

Julien-R44/vite-plugin-validate-env (@​julr/vite-plugin-validate-env)

v1.3.0

Compare Source

   🚀 Features
    View changes on GitHub
originjs/vite-plugin-federation (@​originjs/vite-plugin-federation)

v1.3.9

Compare Source

Please refer to CHANGELOG.md for details.

v1.3.8

Compare Source

Please refer to CHANGELOG.md for details.

radix-ui/primitives (@​radix-ui/react-alert-dialog)

v1.1.5

Compare Source

rollup/rollup (@​rollup/rollup-linux-arm64-gnu)

v4.32.0

Compare Source

2025-01-24

Features
  • Add watch.onInvalidate option to trigger actions immediately when a file is changed (#​5799)
Bug Fixes
  • Fix incorrect urls in CLI warnings (#​5809)
Pull Requests
actions/github-script (actions/github-script)

v6.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/github-script@v6.4.0...v6.4.1

v6.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/github-script@v6.3.3...v6.4.0

eslint/eslint (eslint)

v9.19.0

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.4

Compare Source

Fixed
github/combine-prs (github/combine-prs)

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: github/combine-prs@v5.1.0...v5.2.0

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: github/combine-prs@v5.0.1...v5.1.0

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: github/combine-prs@v5.0.0...v5.0.1

isaacs/node-glob (glob)

v11.0.1

Compare Source

i18next/i18next (i18next)

v24.2.2

Compare Source

  • fix: Interpolation fails with arrays (TypeError) and doesn't work with objects in defaultValue 1829
i18next/i18next-http-backend (i18next-http-backend)

v3.0.2

Compare Source

  • optimize fetchApi selector
leonsteinhaeuser/project-beta-automations (leonsteinhaeuser/project-beta-automations)

v1.3.0

Compare Source

What's Changed

Full Changelog: leonsteinhaeuser/project-beta-automations@v1.2.1...v1.3.0

lint-staged/lint-staged (lint-staged)

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes
npm/cli (npm)

v10.9.2

Compare Source

Dependencies

v10.9.1

Compare Source

Bug Fixes
Dependencies
Chores
postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

snyk/snyk (snyk)

v1.1295.2

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Bug Fixes
  • general: revert dependencies upgrade which introduced a regression on a number of Linux installations

v1.1295.1

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Bug Fixes
  • security: Upgrades goproxy to 1.5 to address a high severity vulnerability
  • security: Upgrades dependencies in IaC plugin to address CVE-2025-21614

v1.1295.0

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Features
  • iac: include evidence field in json output [IAC-3161] (9487a08)
  • auth: auto detect API Url during OAuth authentication (6884511)
Bug Fixes
  • test: support verbose gradle graphs for sbom generation (600ef50)
  • general: prevent snyk-policy lib from interrupting stdout to ensure valid --json --sarif output (469edf5)
  • general: improved error messages around network requests (f6fc5f7)
  • general: only read SNYK_ prefixed env vars (5bfcbe8)
  • instrumentation: add default oss product for monitor as well (83cabc3)
  • container: optional dependencies are properly connected in the dep-graph (3205e66)
  • container: package-lock v3 missing sub-dependencies 94c9b7f)
  • container: support --exclude-app-vulns with oauth (73a75fa)
  • monitor: use error catalog messages for monitor commands (4e58601)
  • iac: extra error handling and debugging [IAC-3138] (7fbae0f)
  • iac: snyk-iac-test security update [IAC-3171] (fac22bb)
  • iac: update snyk-iac-parsers version [IAC-3138] (5326d9d)
  • iac: use proxy aware snyk-iac-test [INC-1647] (d5d1e2e)
  • test: do not treat warnings as errors on restore (d0113eb)
  • test:fix mismatch/off-by-one on unmanagedDependencyCount in the analytics logs UNIFY-340 (75d8e6d)
  • test: update snyk-nodejs-plugin to fix micromatch vuln (766bd1d)
  • test: upgrade mvn-plugin to handle jar scanning sha-not-found error (060380a)
  • test: fix runtime versions overwriting nuget versions (5e715cf)
  • instrumentation: stop sending CLI args in analytics (6d183fb)
  • policy update policy library to fix valid json output (0bc0aed)
microsoft/TypeScript (typescript)

v5.7.3

Compare Source

uuidjs/uuid (uuid)

v11.0.5

Compare Source

Bug Fixes

v11.0.4

Compare Source

Bug Fixes
vitejs/vite (vite)

v5.4.14

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.13

Compare Source

Please refer to CHANGELOG.md for 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 25, 2025 12:54
Copy link
Contributor

coderabbitai bot commented Jan 25, 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. (Beta)
  • @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

netlify bot commented Jan 25, 2025

Deploy Preview for care-ohc ready!

Name Link
🔨 Latest commit 0925261
🔍 Latest deploy log https://app.netlify.com/sites/care-ohc/deploys/6794df1e040dad000859e329
😎 Deploy Preview https://deploy-preview-10185--care-ohc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

Deploying care-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0925261
Status: ✅  Deploy successful!
Preview URL: https://f763e53a.care-fe.pages.dev
Branch Preview URL: https://renovate-all-dependencies--m.care-fe.pages.dev

View logs

Copy link

cypress bot commented Jan 25, 2025

CARE    Run #4411

Run Properties:  status check passed Passed #4411  •  git commit 09252613d1: Update all dependencies (minor, patch)
Project CARE
Branch Review renovate/all-dependencies-(minor-patch)
Run status status check passed Passed #4411
Run duration 03m 01s
Commit git commit 09252613d1: Update all dependencies (minor, patch)
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 5
View all changes introduced in this branch ↗︎

@rithviknishad rithviknishad merged commit 0b053f6 into develop Jan 25, 2025
26 checks passed
@rithviknishad rithviknishad deleted the renovate/all-dependencies-(minor-patch) branch January 25, 2025 17:47
Copy link

@renovate[bot] Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants