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

fix(deps): update all non-major dependencies #505

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@faker-js/faker (source) 9.2.0 -> 9.3.0 age adoption passing confidence
@reduxjs/toolkit (source) 2.4.0 -> 2.5.0 age adoption passing confidence
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence
@types/react (source) 18.3.12 -> 18.3.16 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.6 -> 2.1.8 age adoption passing confidence
@vitest/ui (source) 2.1.6 -> 2.1.8 age adoption passing confidence
antd (source) 5.22.2 -> 5.22.4 age adoption passing confidence
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence
express (source) 4.21.1 -> 4.21.2 age adoption passing confidence
mongodb 6.11.0 -> 6.12.0 age adoption passing confidence
npm (source) 10.9.1 -> 10.9.2 age adoption passing confidence
react-redux 9.1.2 -> 9.2.0 age adoption passing confidence
vite-tsconfig-paths 5.1.3 -> 5.1.4 age adoption passing confidence
vitest (source) 2.1.6 -> 2.1.8 age adoption passing confidence

Release Notes

faker-js/faker (@​faker-js/faker)

v9.3.0

Compare Source

Features
Changed Locales
Bug Fixes
  • internet: ensure domainWord always returns a valid value in all locales (#​3253) (525fedc)
  • locale: add Isadora to female names in pt_BR for consistency (#​3282) (b390432)
  • locale: fix incorrect accents in it first_name (#​3281) (e0fb23e)
reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.5.0

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v16.1.0

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
ant-design/ant-design (antd)

v5.22.4

Compare Source

v5.22.3

Compare Source


motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx
expressjs/express (express)

v4.21.2

Compare Source

mongodb/node-mongodb-native (mongodb)

v6.12.0

Compare Source

Features
Bug Fixes
  • NODE-6583: upgrade to BSON v6.10.1 to remove internal unbounded type cache (#​4338) (249c279)
  • NODE-6600: set object mode correctly for message chunking in SizedMessageTransform (#​4345) (5558573)
  • NODE-6602: only wrap errors from SOCKS in network errors (#​4347) (ed83f36)
npm/cli (npm)

v10.9.2

Compare Source

Dependencies
reduxjs/react-redux (react-redux)

v9.2.0

Compare Source

This feature release updates the React peer dependency to work with React 19, and improves treeshakeability of our build artifacts.

Changelog

React 19 Compat

React 19 was just released! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19.

Treeshaking

We've done some nitty-gritty optimization work to ensure bundlers correctly treeshake unused parts of the bundle.

What's Changed

Full Changelog: reduxjs/react-redux@v9.1.2...v9.2.0

aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)

v5.1.4

Compare Source


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.

👻 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.

Copy link
Contributor

github-actions bot commented Dec 2, 2024

Coverage Report for ./server/

Status Category Percentage Covered / Total
🟢 Lines 79.35% (🎯 60%) 223 / 281
🟢 Statements 79.35% (🎯 60%) 223 / 281
🟢 Functions 100% (🎯 60%) 8 / 8
🟢 Branches 68.65% (🎯 60%) 46 / 67
File CoverageNo changed files found.
Generated in workflow #558 for commit 0747dc6 by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from 3c40ba7 to 05d6ad1 Compare December 2, 2024 14:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v2.1.7 chore(deps): update all non-major dependencies Dec 2, 2024
Copy link
Contributor

github-actions bot commented Dec 2, 2024

Coverage Report for ./client/

Status Category Percentage Covered / Total
🟢 Lines 90.14% (🎯 70%) 1592 / 1766
🟢 Statements 90.14% (🎯 70%) 1592 / 1766
🟢 Functions 70.32% (🎯 70%) 64 / 91
🟢 Branches 89.1% (🎯 70%) 229 / 257
File CoverageNo changed files found.
Generated in workflow #558 for commit 0747dc6 by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch 8 times, most recently from a022904 to b333754 Compare December 9, 2024 13:42
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from b333754 to 650ae69 Compare December 9, 2024 20:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch 3 times, most recently from 4a1cba2 to f5abeb4 Compare December 11, 2024 01:59
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from f5abeb4 to 0747dc6 Compare December 11, 2024 04:47
@LeleDallas LeleDallas merged commit 5eb9478 into master Dec 11, 2024
6 checks passed
@renovate renovate bot deleted the renovate/npm-all-minor-patch branch December 11, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant