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

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/check (source) ^0.9.2 -> ^0.9.3 age adoption passing confidence
@astrojs/compiler (source) ^2.10.2 -> ^2.10.3 age adoption passing confidence
@fontsource/monofett (source) 5.0.20 -> 5.0.21 age adoption passing confidence
@fontsource/montserrat (source) 5.0.18 -> 5.0.19 age adoption passing confidence
@playwright/test (source) 1.46.0 -> 1.46.1 age adoption passing confidence
@playwright/test (source) ^1.46.0 -> ^1.46.1 age adoption passing confidence
@solidjs/router ^0.14.1 -> ^0.14.3 age adoption passing confidence
@types/unist (source) ^3.0.2 -> ^3.0.3 age adoption passing confidence
@vitejs/plugin-vue-jsx (source) ^4.0.0 -> ^4.0.1 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.37 -> ^3.4.38 age adoption passing confidence
eslint-plugin-no-only-tests (source) ^3.1.0 -> ^3.3.0 age adoption passing confidence
neotraverse ^0.6.9 -> ^0.6.18 age adoption passing confidence
postcss-preset-env (source) ^10.0.0 -> ^10.0.2 age adoption passing confidence
preact (source) ^10.23.1 -> ^10.23.2 age adoption passing confidence
preact-render-to-string ^6.5.8 -> ^6.5.9 age adoption passing confidence
rollup (source) ^4.20.0 -> ^4.21.0 age adoption passing confidence
shiki (source) ^1.12.1 -> ^1.14.1 age adoption passing confidence
solid-js (source) ^1.8.20 -> ^1.8.21 age adoption passing confidence
tailwindcss (source) ^3.4.9 -> ^3.4.10 age adoption passing confidence
turbo (source) ^2.0.12 -> ^2.0.14 age adoption passing confidence
typescript-eslint (source) ^8.0.1 -> ^8.1.0 age adoption passing confidence
vite (source) ^5.4.0 -> ^5.4.1 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.3.7 -> ^7.3.8 age adoption passing confidence
vue (source) ^3.4.37 -> ^3.4.38 age adoption passing confidence

Release Notes

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

v0.9.3

Compare Source

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

v2.10.3

Compare Source

Patch Changes
  • 5d0023d: Fixes sourcemapping for CRLF line endings wrongfully including the last character
  • f55a2af: Resolves an issue where the class:list directive was not correctly merging with the class attribute.
fontsource/font-files (@​fontsource/monofett)

v5.0.21

Compare Source

fontsource/font-files (@​fontsource/montserrat)

v5.0.19

Compare Source

microsoft/playwright (@​playwright/test)

v1.46.1

Compare Source

solidjs/solid-router (@​solidjs/router)

v0.14.3

Patch Changes
  • 19a21cc: fix async store references
  • f8aaf16: make url transform consistent
  • 86c3b1f: better handling of query only navigation

v0.14.2

Patch Changes
  • bc3d8e3: expose .latest from createAsync
  • fc6ac53: fix #​464 flaky hydration bail out
  • 3295502: fix hydration cancellation on browser events
vitejs/vite-plugin-vue (@​vitejs/plugin-vue-jsx)

v4.0.1

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

v3.4.38

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

levibuzolic/eslint-plugin-no-only-tests (eslint-plugin-no-only-tests)

v3.3.0

Compare Source

What's Changed

Full Changelog: levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

v3.2.0

Compare Source

What's Changed

Development Changes

New Contributors

Full Changelog: levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

PuruVJ/neotraverse (neotraverse)

v0.6.18

Compare Source

Patch Changes

v0.6.17

Compare Source

Patch Changes
  • c73840d: fix: Actually add provenance

v0.6.16

Compare Source

Patch Changes
  • af2405a: patch: Add changesets, provenance

v0.6.15

Compare Source

PINNED: [email protected]

Patch Changes

Pin engines field to >= 10

v0.6.14

Compare Source

PINNED: [email protected]

Patch Changes

Fix regression in legacy.mjs introduced in 0.6.13.

v0.6.13

Compare Source

PINNED: [email protected]

Patch Changes

Fix types for neotraverse/legacy for pre-TypeScript 4.5(when export maps were not supported).

v0.6.12

Compare Source

PINNED: [email protected]

Patch Changes

Earlier, neotraverse/legacy did not work with WebPack 4, as it does not support export maps. Now this package provides direct fallback for CJS.

v0.6.11

Compare Source

PINNED: [email protected]

Patch Changes

Fix types for neotraverse/legacy. I am sacrificing types for CJS in favor of ESM.

Use the following to get type-safety

const traverse = require('neotraverse/legacy');
//    ^ It isn't typed

const neoTraverse = traverse as traverse['default'];
//    ^ It is typed

v0.6.10

Compare Source

PINNED: [email protected]

Patch Changes

Fix types for neotraverse/legacy. Now both CJS and ESM are properly typed. CAVEAT: ESM import in typescript doesn't provide TraverseContext and TraverseOptions types. Import that from neotraverse instead.

Fresh start. Check out the CHANGELOG 0.6.9 for a list of changes prior to this release.

csstools/postcss-plugins (postcss-preset-env)

v10.0.2

Compare Source

v10.0.1

Compare Source

August 14, 2024

preactjs/preact (preact)

v10.23.2

Compare Source

Fixes

Types

Maintenance

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

v6.5.9

Compare Source

Patch Changes
rollup/rollup (rollup)

v4.21.0

Compare Source

2024-08-18

Features
  • Add option to configure directory for virtual modules when preserving modules (#​5602)
Pull Requests
shikijs/shiki (shiki)

v1.14.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.14.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.13.0

Compare Source

   🚀 Features
    View changes on GitHub
tailwindlabs/tailwindcss (tailwindcss)

v3.4.10

Compare Source

vercel/turborepo (turbo)

v2.0.14

Compare Source

v2.0.13: Turborepo v2.0.13

Compare Source

What's Changed
Docs
Changelog
New Contributors

Full Changelog: vercel/turborepo@v2.0.12...v2.0.13

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

v8.1.0

Compare Source

🚀 Features
  • typescript-eslint: add JSDoc comments on generated configs
❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

vitejs/vite (vite)

v5.4.1

vuejs/devtools-next (vite-plugin-vue-devtools)

v7.3.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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 19, 2024
Copy link

changeset-bot bot commented Aug 19, 2024

⚠️ No Changeset found

Latest commit: bbdb162

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 feat: markdown Related to Markdown (scope) 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: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Aug 19, 2024
@bluwy bluwy merged commit 48b85c1 into main Aug 19, 2024
14 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch August 19, 2024 08:09
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 feat: markdown Related to Markdown (scope) 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: 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