Skip to content

chore(deps): update all non-major dependencies#17553

Merged
bluwy merged 1 commit into
mainfrom
renovate/all-minor-patch
Jun 24, 2024
Merged

chore(deps): update all non-major dependencies#17553
bluwy merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@preact/preset-vite ^2.8.2 -> ^2.8.3 age adoption passing confidence devDependencies patch
@shikijs/vitepress-twoslash (source) ^1.7.0 -> ^1.9.0 age adoption passing confidence devDependencies minor
@types/node (source) ^20.14.4 -> ^20.14.8 age adoption passing confidence devDependencies patch
@vue/shared (source) ^3.4.29 -> ^3.4.30 age adoption passing confidence dependencies patch
eslint-plugin-react ^7.34.2 -> ^7.34.3 age adoption passing confidence devDependencies patch
execa ^9.2.0 -> ^9.3.0 age adoption passing confidence devDependencies minor
launch-editor-middleware ^2.7.0 -> ^2.8.0 age adoption passing confidence devDependencies minor
miniflare (source) ^3.20240610.0 -> ^3.20240610.1 age adoption passing confidence devDependencies patch
phoenix ^1.7.12 -> ^1.7.14 age adoption passing confidence dependencies patch
rollup-plugin-license ^3.4.0 -> ^3.5.1 age adoption passing confidence devDependencies minor
tj-actions/changed-files v44.5.2 -> v44.5.4 age adoption passing confidence action patch
tsx (source) ^4.15.6 -> ^4.15.7 age adoption passing confidence devDependencies patch
vue (source) ^3.4.29 -> ^3.4.30 age adoption passing confidence dependencies patch
vue (source) ^3.4.29 -> ^3.4.30 age adoption passing confidence devDependencies patch
vue-router ^4.3.3 -> ^4.4.0 age adoption passing confidence dependencies minor
vue-tsc (source) ^2.0.21 -> ^2.0.22 age adoption passing confidence devDependencies patch

Release Notes

preactjs/preset-vite (@​preact/preset-vite)

v2.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: preactjs/preset-vite@2.8.2...2.8.3

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.9.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v1.8.0

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/core (@​vue/shared)

v3.4.30

Compare Source

Note: this release contains a fix (#​11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #​11196

Bug Fixes
Performance Improvements
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.3

Compare Source

Fixed
  • [prop-types]: null-check rootNode before calling getScope (#​3762 @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#​3733 @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#​3757 @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#​3768 @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#​3769 @​akulsr0)
sindresorhus/execa (execa)

v9.3.0

Compare Source

yyx990803/launch-editor (launch-editor-middleware)

v2.8.0

Compare Source

cloudflare/workers-sdk (miniflare)

v3.20240610.1

Compare Source

Patch Changes
  • #​6050 a0c3327 Thanks @​threepointone! - chore: Normalize more deps

    This is the last of the patches that normalize dependencies across the codebase. In this batch: ws, vitest, zod , rimraf, @types/rimraf, ava, source-map, glob, cookie, @types/cookie, @microsoft/api-extractor, @types/mime, @types/yargs, devtools-protocol, @vitest/ui, execa, strip-ansi

    This patch also sorts dependencies in every package.json

  • #​6029 f5ad1d3 Thanks @​threepointone! - chore: Normalize some dependencies in workers-sdk

    This is the first of a few expected patches that normalize dependency versions, This normalizes undici, concurrently, @types/node, react, react-dom, @types/react, @types/react-dom, eslint, typescript. There are no functional code changes (but there are a couple of typecheck fixes).

  • #​6058 31cd51f Thanks @​threepointone! - chore: Quieter builds

    This patch cleans up warnings we were seeing when doing a full build. Specifically:

    • fixtures/remix-pages-app had a bunch of warnings about impending features that it should be upgraded to, so I did that. (tbh this one needs a full upgrade of packages, but we'll get to that later when we're upgrading across the codebase)
    • updated @microsoft/api-extractor so it didn't complain that it didn't match the typescript version (that we'd recently upgraded)
    • it also silenced a bunch of warnings when exporting types from wrangler. We'll need to fix those, but we'll do that when we work on unstable_dev etc.
    • workers-playground was complaining about the size of the bundle being generated, so I increased the limit on it
phoenixframework/phoenix (phoenix)

v1.7.14

Compare Source

Bug fixes
  • Revert "Add follow_redirect/2 to Phoenix.ConnTest" (#​5797) as this conflicts with follow_redirect/2 in LiveView, which is imported with ConnTest by default

v1.7.13

Compare Source

Bug fixes
  • Fix Elixir 1.17 warning in Cowboy2Adapter
  • Fix verified routes emitting diagnostics without file and position
JavaScript Client Bug Fixes
  • Fix error when sessionStorage is not available on global namespace
Enhancements
  • Add follow_redirect/2 to Phoenix.ConnTest
  • Use LiveView 1.0.0-rc for newly generated applications
  • Use new Phoenix.Component.used_input? for form errors in generated core_components.ex
  • Allow mix ecto.setup from the umbrella root
  • Bump Endpoint static cache manifest on config_change callback
mjeanroy/rollup-plugin-license (rollup-plugin-license)

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.1

Compare Source

tj-actions/changed-files (tj-actions/changed-files)

v44.5.4

Compare Source

v44.5.3

Compare Source

privatenumber/tsx (tsx)

v4.15.7

Compare Source

Bug Fixes

This release is also available on:

vuejs/router (vue-router)

v4.4.0

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/language-tools (vue-tsc)

v2.0.22

Compare Source

Bug Fixes
Other Changes
  • Upgrade Volar from v2.3.0-alpha.14 to v2.3.1.
    • Error tolerant to contentChanges length (#​4457)
  • Add feature request template (#​4490) - Thanks @​so1ve
  • docs: fix wrong links in CHANGELOG.md (#​4475) - Thanks @​KermanX

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

Loading
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