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

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.14.0 -> ^20.14.2 age adoption passing confidence
eslint-plugin-tailwindcss ^3.17.0 -> ^3.17.3 age adoption passing confidence
lucide-react (source) ^0.383.0 -> ^0.390.0 age adoption passing confidence
pnpm (source) 9.1.4 -> 9.2.0 age adoption passing confidence
prettier (source) ^3.3.0 -> ^3.3.1 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.1 -> ^0.6.2 age adoption passing confidence
tailwindcss (source) ^3.4.3 -> ^3.4.4 age adoption passing confidence

Release Notes

francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)

v3.17.3

Compare Source

v3.17.2

Compare Source

Revert to 3.17.0 equivalent to prevent a regression introduced in 3.17.1

v3.17.1

Compare Source

This version did introduce a regression, so you should use 3.17.2 instead for now

lucide-icons/lucide (lucide-react)

v0.390.0: New icons 0.390.0

Compare Source

New icons 🎨

v0.387.0: New icons 0.387.0

Compare Source

Modified Icons 🔨

v0.386.0: New icons 0.386.0

Compare Source

New icons 🎨
Modified Icons 🔨

v0.385.0: New icons 0.385.0

Compare Source

Modified Icons 🔨

v0.384.0: New icons 0.384.0

Compare Source

Modified Icons 🔨
pnpm/pnpm (pnpm)

v9.2.0

Compare Source

Minor Changes

  • If package-manager-strict-version is set to true, pnpm will fail if its version doesn't exactly match the version in the "packageManager" field of package.json.

Patch Changes

  • Update @yarnpkg/pnp to the latest version, fixing issue with node: imports #​8161.
  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.
  • pnpm doesn't fail if its version doesn't match the one specified in the "packageManager" field of package.json #​8087.
  • exec now also streams prefixed output when --recursive or --parallel is specified just as run does #​8065.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

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" };
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.2

Compare Source

Changed
  • Only remove duplicate Tailwind classes (#​277)
  • Make sure escapes in classes are preserved in string literals (#​286)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.4

Compare Source

Fixed
  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#​13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#​13770)
  • Support negative values for {col,row}-{start,end} utilities (#​13781)
  • Update embedded browserslist database (#​13792)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 New dependency updates label Jun 10, 2024
@renovate renovate bot enabled auto-merge (squash) June 10, 2024 00:16
Copy link

vercel bot commented Jun 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-boilerplate ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2024 0:16am

@renovate renovate bot merged commit 0811810 into main Jun 10, 2024
8 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 10, 2024 00:18
@remcolakens
Copy link
Owner

🎉 This PR is included in version 3.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@remcolakens remcolakens added the released This feature has been released label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies New dependency updates released This feature has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant