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): update all non-major dependencies #1273

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@emotion/react (source) 11.11.4 -> 11.12.0 age adoption passing confidence dependencies minor 11.13.0
@emotion/styled (source) 11.11.5 -> 11.12.0 age adoption passing confidence dependencies minor 11.13.0
@mui/icons-material (source) 5.16.1 -> 5.16.4 age adoption passing confidence dependencies patch
@mui/material (source) 5.16.1 -> 5.16.4 age adoption passing confidence dependencies patch
@mui/x-data-grid (source) 7.10.0 -> 7.11.0 age adoption passing confidence dependencies minor
@mui/x-date-pickers (source) 7.10.0 -> 7.11.0 age adoption passing confidence dependencies minor
@types/lodash (source) 4.17.6 -> 4.17.7 age adoption passing confidence devDependencies patch
dayjs (source) 1.11.11 -> 1.11.12 age adoption passing confidence dependencies patch
eslint-plugin-react 7.34.4 -> 7.35.0 age adoption passing confidence devDependencies minor
github/codeql-action v3.25.12 -> v3.25.13 age adoption passing confidence action patch
husky 9.0.11 -> 9.1.1 age adoption passing confidence devDependencies minor
typescript-eslint (source) 7.16.0 -> 7.16.1 age adoption passing confidence devDependencies patch 7.17.0
vite (source) 5.3.3 -> 5.3.4 age adoption passing confidence devDependencies patch
vite-plugin-checker 0.7.1 -> 0.7.2 age adoption passing confidence devDependencies patch
vitest (source) 2.0.2 -> 2.0.3 age adoption passing confidence devDependencies patch 2.0.4

Release Notes

emotion-js/emotion (@​emotion/react)

v11.12.0

Compare Source

mui/material-ui (@​mui/icons-material)

v5.16.4

Compare Source

Jul 16, 2024

A big thanks to the one contributor who made this release possible.

@mui/material@5.16.4

All contributors of this release in alphabetical order: @​mnajdova

v5.16.3

Compare Source

Jul 16, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/material@5.16.3
Docs

All contributors of this release in alphabetical order: @​HoFa1997, @​mnajdova, @​oliviertassinari

v5.16.2

Compare Source

Jul 16, 2024

A big thanks to the 2 contributors who made this release possible.

@mui/material@5.16.2
Core

All contributors of this release in alphabetical order: @​mnajdova, @​oliviertassinari

mui/mui-x (@​mui/x-data-grid)

v7.11.0

Compare Source

Jul 18, 2024

We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

  • 🎨 Add color legend for charts (#​13700) @​alexfauquette
  • 🌍 Improve Korean (ko-KR) locale on the Date and Time Pickers
  • 🌍 Improve Russian (ru-RU) locale on the Date and Time Pickers and Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.11.0
@mui/x-data-grid-pro@7.11.0 pro

Same changes as in @mui/x-data-grid@7.11.0.

@mui/x-data-grid-premium@7.11.0 premium

Same changes as in @mui/x-data-grid-pro@7.11.0.

Date and Time Pickers
@mui/x-date-pickers@7.11.0
@mui/x-date-pickers-pro@7.11.0 pro

Same changes as in @mui/x-date-pickers@7.11.0, plus:

Charts
@mui/x-charts@7.11.0
Tree View
@mui/x-tree-view@7.11.0
Docs
Core
iamkun/dayjs (dayjs)

v1.11.12

Compare Source

Bug Fixes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.35.0

Compare Source

Added
Fixed
Changed
github/codeql-action (github/codeql-action)

v3.25.13

Compare Source

typicode/husky (husky)

v9.1.1

Compare Source

v9.1.0

Compare Source

Super saiyan god dog! It's over 9.0.0!

There's a bug with this release which prevents the deprecation notice to appear and requires to remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.

What's new

You can now run package commands directly, no need for npx or equivalents.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

### .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

### .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows 🤷

Deprecations

  • Remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" from your hooks
  • Move your code from ~/.huskyrc to .config/husky/init.sh

Support for these will be removed in v10, notices have been added.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉

typescript-eslint/typescript-eslint (typescript-eslint)

v7.16.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v5.3.4

Compare Source

fi3ework/vite-plugin-checker (vite-plugin-checker)

v0.7.2

Compare Source

Patch Changes
  • 568b782: Added basic support for Biome
  • 82972e0: fix: tweak biome configs
vitest-dev/vitest (vitest)

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), 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.

@renovate renovate bot requested review from tackley, IanKrieger and a team as code owners July 24, 2024 02:12
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c83cd05 to d68d0a1 Compare July 24, 2024 06:37
@tackley tackley merged commit 4ee3a1a into master Jul 24, 2024
9 checks passed
@tackley tackley deleted the renovate/all-minor-patch branch July 24, 2024 08:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant