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 #1229

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@mui/x-data-grid (source) 7.6.1 -> 7.6.2 age adoption passing confidence dependencies patch
@mui/x-date-pickers (source) 7.6.1 -> 7.6.2 age adoption passing confidence dependencies patch
@types/lodash (source) 4.17.4 -> 4.17.5 age adoption passing confidence devDependencies patch
github/codeql-action v3.25.7 -> v3.25.8 age adoption passing confidence action patch
knip (source) 5.17.3 -> 5.18.1 age adoption passing confidence devDependencies minor 5.19.0 (+1)
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence devDependencies minor 3.3.2
typescript-eslint (source) 7.11.0 -> 7.12.0 age adoption passing confidence devDependencies minor 7.13.0
vite (source) 5.2.12 -> 5.2.13 age adoption passing confidence devDependencies patch

Release Notes

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

v7.6.2

Compare Source

Jun 6, 2024

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

  • 📚 Adds Date and Time Pickers accessibility page
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.6.2
@mui/x-data-grid-pro@7.6.2 pro

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

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

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

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

Same changes as in @mui/x-date-pickers@7.6.2.

Charts
@mui/x-charts@7.6.2
Docs
Core
github/codeql-action (github/codeql-action)

v3.25.8

Compare Source

webpro-nl/knip (knip)

v5.18.1

Compare Source

  • Refactor and improve dep graph naming/typing (28f05f0)
  • Speed up (de)serialized and add test (deb3b9c)
  • Move cli tests involving stdout to separate folder (978674f)
  • Update and caretify dependencies (e14f6d2)
  • Fix link to screenshot (c2f9507)

v5.18.0

Compare Source

  • Don't report issues when using --trace (d8e9719)
  • Emphasize --debug and --trace on troubleshooting page (bcb5e93)
  • Add --performance screenshot (d0d0108)
  • Integration test knip --cache for eslint as well (443b8be)
  • Dogfoodin' is underrated (7115889)
  • Update docs (0651144)
  • Test against latest TS 5.5 rc (f7aba23)
  • Add test for imports-self (closes #​663) (736b0a2)
  • Major refactor of dep graph for trace feature (ad16689)
  • Use cwd as default base in toAbsolute (678f47a)
  • Fix tsup entries are production entry files (4d839d8)
  • Don't need to cache package.json (da33b9c)
  • Better explain ignoreBinaries configuration option (#​670) (8470505)
  • Update funding options (81cf806)

v5.17.4

Compare Source

prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

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

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)
🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

vitejs/vite (vite)

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 12, 2024
@renovate renovate bot requested a review from a team as a code owner June 12, 2024 00:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 87c9fee to 812d9ca Compare June 12, 2024 11:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 812d9ca to b0443c6 Compare June 12, 2024 13:16
@IanKrieger IanKrieger merged commit 7cd99d1 into master Jun 12, 2024
9 checks passed
@IanKrieger IanKrieger deleted the renovate/all-minor-patch branch June 12, 2024 16:31
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