Skip to content

fix(deps): update patch dependencies#5633

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-patch
May 29, 2026
Merged

fix(deps): update patch dependencies#5633
renovate[bot] merged 1 commit into
mainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 6, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@vitejs/plugin-react (source) 6.0.16.0.2 age confidence devDependencies patch
@vitest/eslint-plugin 1.6.161.6.18 age confidence devDependencies patch
SQLAlchemy (changelog) ==2.0.49==2.0.50 age confidence packages patch
authlib ==1.7.1==1.7.2 age confidence packages patch
caniuse-lite 1.0.300017911.0.30001793 age confidence overrides patch
eslint-plugin-cypress 6.4.06.4.1 age confidence devDependencies patch
eslint-plugin-prettier 5.5.55.5.6 age confidence devDependencies patch
flask-jwt-extended ==4.7.1==4.7.4 age confidence packages patch
hashicorp/setup-terraform v4.0.0v4.0.1 age confidence action patch
msw (source) 2.14.22.14.6 age confidence devDependencies patch
numpy (changelog) ==2.4.4==2.4.6 age confidence dev-packages patch
pandas ==3.0.2==3.0.3 age confidence packages patch
sass-loader 16.0.716.0.8 age confidence devDependencies patch
sqlalchemy (changelog) ==2.0.49==2.0.50 age confidence packages patch
styled-components (source) 6.4.16.4.2 age confidence dependencies patch
trufflesecurity/trufflehog v3.95.2v3.95.3 age confidence action patch
vite (source) 8.0.108.0.14 age confidence devDependencies patch

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.2

Compare Source

Allow all options in reactCompilerPreset (#​1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.17

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
authlib/authlib (authlib)

v1.7.2

Compare Source

What's Changed

Full Changelog: authlib/authlib@v1.7.1...v1.7.2

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001793

Compare Source

v1.0.30001792

Compare Source

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v6.4.1

Compare Source

Bug Fixes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.6

Compare Source

Patch Changes
vimalloc/flask-jwt-extended (flask-jwt-extended)

v4.7.4

Compare Source

What's Changed

  • setup.py: bump PyJWT floor to >=2.11.0 to match the actual runtime requirement by @​potiuk in #​577

New Contributors

Full Changelog: vimalloc/flask-jwt-extended@4.7.3...4.7.4

v4.7.3

Compare Source

I'm skipping 4.7.2 because I forgot to bump the python version in code. This is the same as 4.7.2, with things setup correctly.

Oops

hashicorp/setup-terraform (hashicorp/setup-terraform)

v4.0.1

Compare Source

BUG FIXES:

mswjs/msw (msw)

v2.14.6

Compare Source

v2.14.6 (2026-05-11)

Bug Fixes

v2.14.5

Compare Source

v2.14.5 (2026-05-08)

Bug Fixes

v2.14.4

Compare Source

v2.14.4 (2026-05-07)

Bug Fixes

v2.14.3

Compare Source

v2.14.3 (2026-05-04)

Bug Fixes
numpy/numpy (numpy)

v2.4.6

Compare Source

v2.4.5: (May 15, 2026)

Compare Source

NumPy 2.4.5 Release Notes

NumPy 2.4.5 is a patch release that fixes bugs discovered after the 2.4.4
release, has some typing improvements, and maintains infrastructure.

This release supports Python versions 3.11-3.14

Contributors

A total of 17 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

  • Aleksei Nikiforov
  • Anarion Zuo +
  • Ankit Ahlawat
  • Breno Favaretto +
  • Charles Harris
  • Igor Krivenko +
  • Ijtihed Kilani +
  • Joren Hammudoglu
  • Maarten Baert +
  • Matti Picus
  • Nathan Goldbaum
  • Praneeth Kodumagulla +
  • Ralf Gommers
  • RoomWithOutRoof +
  • Sebastian Berg
  • Warren Weckesser
  • div +
Pull requests merged

A total of 28 pull requests were merged for this release.

  • #​31093: MAINT: Prepare 2.4.x for further development
  • #​31182: TYP: fix np.shape assignability issue for python lists (#​31171)
  • #​31197: ENH: Return rank 0 for empty matrices in matrix_rank (#​30422)
  • #​31198: CI/BUG: add native jobs for s390x, fix bug in pack_inner...
  • #​31199: BUG: f2py map complex_long_double to NPY_CLONGDOUBLE
  • #​31205: MAINT: f2py: Stop setting re._MAXCACHE to 50.
  • #​31206: BUG: fix heap buffer overflow in timedelta to string casts
  • #​31207: MAINT: Rename ppc64le and s390x workflow (#​31121)
  • #​31208: BUG: Fix matvec/vecmat in-place aliasing (out=input produces...
  • #​31209: TYP: tile: accept numpy scalars and arrays as second argument...
  • #​31211: DEP: Undo deprecation for np.dtype() signature used by old pickles...
  • #​31212: REV: Manual revert of float16 svml use (#​31178)
  • #​31222: TYP: ix_ fix for boolean and non-1d input (#​31218)
  • #​31329: BUG: incorrect temp elision for new-style (NEP 43) user-defined...
  • #​31330: TYP: fix sliding_window_view axis parameter typing
  • #​31335: BUG: Prevent deadlock due to downstream importing NumPy in dlopen...
  • #​31336: BUG: Fix segfault in nditer.multi_index when __getitem__ raises...
  • #​31338: TYP: Fix ruff lint error
  • #​31357: BUG: fix memory leak in np.zeros when fill-zero loop raises (#​31320)
  • #​31358: BUG: np.einsum() fails with a 0-dimensional out argument and...
  • #​31379: BUG: Fix signed overflow issue in npy_gcd for INT_MIN on s390x...
  • #​31383: CI: remove Cirrus CI FreeBSD job (#​31380)
  • #​31390: BUILD: newer MKL uses so.3
  • #​31391: BLD/MAINT: improve support for Intel LLVM compilers
  • #​31401: BUG: Avoid UB in safe[add,sub,mul] helpers (#​31396)
  • #​31402: BUG: exclude __pycache__ directories from wheels (#​31397)
  • #​31404: TYP: _NestedSequence type parameter default to work around...
  • #​31426: TYP: Fix DTypeLike runtime type-checker support (#​31425)
pandas-dev/pandas (pandas)

v3.0.3: pandas 3.0.3

Compare Source

We are pleased to announce the release of pandas 3.0.3.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0 supports Python 3.11 and higher.
The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

webpack/sass-loader (sass-loader)

v16.0.8

Compare Source

styled-components/styled-components (styled-components)

v6.4.2

Compare Source

Patch Changes
  • 9945904: Restore TypeScript prop autocomplete inside the JSX of a styled component once the first attribute is typed.
  • 9945904: Apply all chain levels' styles when an extended styled component renders with the as prop under Preact's react-compat.
  • 9945904: Respect a custom toString on plain value objects (e.g. design tokens) when interpolated into a styled component, rather than walking the object's keys as CSS declarations.
  • 9945904: Fix a TypeScript error when wrapping a component whose props include an as prop with a non-string type (such as Next.js Link's as?: Url). The styled component now accepts either the styled-components polymorphism value or the wrapped component's own as type, so spreading the wrapped component's props onto the styled component is assignable again.
  • 9945904: Restore reliable styling in production browser bundles built without a runtime process global.
trufflesecurity/trufflehog (trufflesecurity/trufflehog)

v3.95.3

Compare Source

What's Changed

Full Changelog: trufflesecurity/trufflehog@v3.95.2...v3.95.3

vitejs/vite (vite)

v8.0.14

Compare Source

Features
Bug Fixes
Miscellaneous Chores
  • deps: update rolldown-related dependencies (#​22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)
Code Refactoring
Tests

v8.0.13

Compare Source

Features
Bug Fixes
Miscellaneous Chores

v8.0.12

Compare Source

Features
Bug Fixes
  • create-vite: pass react framework to TanStack CLI (#​22397) (18f0f90)
  • deps: update all non-major dependencies (#​22420) (2be6000)
  • module-runner: prevent partial-exports race on concurrent imports of in-flight invalidated re-export chains (#​22369) (f5a22e6)
  • refer to rolldownOptions instead of deprecated rollupOptions in messages (#​22400) (b675c7b)
  • worker: apply build.target to worker bundle (#​22404) (3c93fde)
  • worker: forward define to worker bundle transform (#​22408) (d4838a0)
Miscellaneous Chores

v8.0.11

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests

  • 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 added the dependencies Pull requests that update a dependency file label May 6, 2026
@renovate renovate Bot force-pushed the renovate/all-patch branch from 97930b9 to 221fc86 Compare May 6, 2026 13:24
@renovate renovate Bot force-pushed the renovate/all-patch branch 21 times, most recently from 61873cd to 423e750 Compare May 14, 2026 19:11
@renovate renovate Bot force-pushed the renovate/all-patch branch 20 times, most recently from 2300a49 to 463fc63 Compare May 24, 2026 21:07
@renovate renovate Bot force-pushed the renovate/all-patch branch 8 times, most recently from feb5841 to 70bbdc6 Compare May 28, 2026 14:45
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.402.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant