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

fix(deps): update all non-major dependencies #11674

Merged
merged 3 commits into from
Aug 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/check (source) ^0.9.1 -> ^0.9.2 age adoption passing confidence
@astrojs/compiler (source) ^2.10.1 -> ^2.10.2 age adoption passing confidence
@astrojs/react (source) ^3.6.1 -> ^3.6.2 age adoption passing confidence
@libsql/client ^0.8.1 -> ^0.9.0 age adoption passing confidence
@lit-labs/ssr-dom-shim (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence
@playwright/test (source) 1.45.3 -> 1.46.0 age adoption passing confidence
@playwright/test (source) ^1.45.3 -> ^1.46.0 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.35 -> ^3.4.37 age adoption passing confidence
cheerio (source) 1.0.0-rc.12 -> 1.0.0 age adoption passing confidence
eslint (source) ^9.8.0 -> ^9.9.0 age adoption passing confidence
lit (source) ^3.1.4 -> ^3.2.0 age adoption passing confidence
nanostores ^0.11.0 -> ^0.11.2 age adoption passing confidence
postcss (source) ^8.4.40 -> ^8.4.41 age adoption passing confidence
preact-render-to-string ^6.5.7 -> ^6.5.8 age adoption passing confidence
solid-js (source) ^1.8.19 -> ^1.8.20 age adoption passing confidence
tailwindcss (source) ^3.4.7 -> ^3.4.9 age adoption passing confidence
undici (source) ^6.19.5 -> ^6.19.7 age adoption passing confidence
vite (source) ^5.3.5 -> ^5.4.0 age adoption passing confidence
vue (source) ^3.4.35 -> ^3.4.37 age adoption passing confidence
web-vitals ^4.2.2 -> ^4.2.3 age adoption passing confidence

Release Notes

withastro/language-tools (@​astrojs/check)

v0.9.2

Compare Source

Patch Changes
withastro/compiler (@​astrojs/compiler)

v2.10.2

Compare Source

Patch Changes
  • f05a7cc: Adjust TSX output to return ranges using UTF-16 code units, as it would in JavaScript
withastro/astro (@​astrojs/react)

v3.6.2

Compare Source

Patch Changes
  • #​11624 7adb350 Thanks @​bluwy! - Prevents throwing errors when checking if a component is a React component in runtime
libsql/libsql-client-ts (@​libsql/client)

v0.9.0

Compare Source

lit/lit (@​lit-labs/ssr-dom-shim)

v1.2.1

Compare Source

Patch Changes
microsoft/playwright (@​playwright/test)

v1.46.0

Compare Source

vuejs/core (@​vue/compiler-sfc)

v3.4.37

Compare Source

Bug Fixes

v3.4.36

Compare Source

cheeriojs/cheerio (cheerio)

v1.0.0

Compare Source

Cheerio 1.0 is here! 🎉

Announcement Blog Post

Breaking Changes

New Features

Fixes

Other

Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0

eslint/eslint (eslint)

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

lit/lit (lit)

v3.2.0

Compare Source

Minor Changes
Patch Changes
nanostores/nanostores (nanostores)

v0.11.2

Compare Source

v0.11.1

Compare Source

  • Fixed types.
postcss/postcss (postcss)

v8.4.41

Compare Source

preactjs/preact-render-to-string (preact-render-to-string)

v6.5.8

Compare Source

Patch Changes
tailwindlabs/tailwindcss (tailwindcss)

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

nodejs/undici (undici)

v6.19.7

Compare Source

Full Changelog: nodejs/undici@v6.19.6...v6.19.7

v6.19.6

Compare Source

Full Changelog: nodejs/undici@v6.19.5...v6.19.6

vitejs/vite (vite)

v5.4.0

GoogleChrome/web-vitals (web-vitals)

v4.2.3

Compare Source

  • Fix missing LoAF entries in INP attribution (#​512)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 added the dependencies Pull requests that update a dependency file label Aug 12, 2024
Copy link

changeset-bot bot commented Aug 12, 2024

⚠️ No Changeset found

Latest commit: e8ee4c6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope) pkg: example Related to an example package (scope) pkg: react Related to React (scope) pkg: preact Related to Preact (scope) pkg: solid Related to Solid (scope) pkg: lit Related to Lit (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Aug 12, 2024
Copy link
Contributor Author

renovate bot commented Aug 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bluwy bluwy merged commit 315ec07 into main Aug 13, 2024
14 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch August 13, 2024 14:29
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 pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: lit Related to Lit (scope) pkg: preact Related to Preact (scope) pkg: react Related to React (scope) pkg: solid Related to Solid (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant