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

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) ^20.12.12 -> ^20.13.0 age adoption passing confidence devDependencies minor
astro (source) ^4.9.1 -> ^4.9.2 age adoption passing confidence dependencies patch
node (source) 20.13.1 -> 20.14.0 age adoption passing confidence minor
pnpm (source) 9.1.2 -> 9.1.4 age adoption passing confidence packageManager patch
prettier (source) ^3.2.5 -> ^3.3.0 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss ^0.5.14 -> ^0.6.1 age adoption passing confidence devDependencies minor

Release Notes

withastro/astro (astro)

v4.9.2

Compare Source

Patch Changes
  • #​11138 98e0372 Thanks @​ematipico! - You can now pass props when rendering a component using the Container APIs:

    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    import Card from '../src/components/Card.astro';
    
    const container = await AstroContainer.create();
    const result = await container.renderToString(Card, {
      props: {
        someState: true,
      },
    });
nodejs/node (node)

v20.14.0

Compare Source

pnpm/pnpm (pnpm)

v9.1.4

Compare Source

v9.1.3

Compare Source

prettier/prettier (prettier)

v3.3.0

Compare Source

diff

🔗 Release Notes

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.1

Compare Source

Added
  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#​276)
Fixed
  • Improve handling of whitespace removal when concatenating strings (#​276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#​276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#​276)

v0.6.0

Compare Source

Changed
  • Remove duplicate classes (#​272)
  • Remove extra whitespace around classes (#​272)

Configuration

📅 Schedule: Branch creation - "on Sunday" (UTC), 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 renovate label Jun 2, 2024
@renovate renovate bot merged commit 31c9bdf into main Jun 2, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 2, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

0 participants