Skip to content

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

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

Merged
merged 2 commits into from
Jan 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools (source) ^1.0.6 -> ^1.0.8 age adoption passing confidence
@types/node (source) ^20.10.7 -> ^20.11.2 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.2 -> ^5.0.3 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.1.3 -> ^1.2.0 age adoption passing confidence
@vitest/ui (source) ^1.1.3 -> ^1.2.0 age adoption passing confidence
@vue/compiler-core (source) ^3.4.5 -> ^3.4.13 age adoption passing confidence
@vue/compiler-dom (source) ^3.4.5 -> ^3.4.13 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.5 -> ^3.4.13 age adoption passing confidence
@vue/shared (source) ^3.4.5 -> ^3.4.13 age adoption passing confidence
@vueuse/core (source) ^10.7.1 -> ^10.7.2 age adoption passing confidence
astro (source) ^4.1.1 -> ^4.1.2 age adoption passing confidence
pnpm (source) 8.14.0 -> 8.14.1 age adoption passing confidence
prettier (source) ^3.1.1 -> ^3.2.2 age adoption passing confidence
rollup (source) ^4.9.4 -> ^4.9.5 age adoption passing confidence
shikiji (source) ^0.9.17 -> ^0.9.19 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.0.6 -> ^7.0.10 age adoption passing confidence
vitepress (source) 1.0.0-rc.35 -> 1.0.0-rc.36 age adoption passing confidence
vitest (source) ^1.1.3 -> ^1.2.0 age adoption passing confidence
vue (source) ^3.4.5 -> ^3.4.13 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v1.0.8

Compare Source

Bug Fixes

v1.0.7

Compare Source

Bug Fixes
  • devtools: update default types to module.d.ts/.mts (#​559) (2ecd32c)
  • make twitter og tags optional (41ee5ec)
  • open-graph: fix type error, close #​563 (c63055a)
  • support iframeProps option for CSP, fix Stackblitz (0eb7a82)
  • timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#​567) (0645e35)
  • update title of Eye Dropper command (#​558) (ea58139)
Features
  • server-routes: implement persisting input values in localStorage (#​545) (67dbf65)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.0.3

vitest-dev/vitest (@​vitest/coverage-v8)

v1.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (@​vue/compiler-core)

v3.4.13

Compare Source

Bug Fixes

v3.4.12

Compare Source

Reverts

v3.4.11

Compare Source

Bug Fixes

v3.4.10

Compare Source

Bug Fixes
  • hydration: should not warn on falsy bindings of non-property keys (3907c87)

v3.4.9

Compare Source

Bug Fixes
  • build: avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope (dfd9654)
  • hydration: do not warn against bindings w/ object values (dcc68ef)
  • runtime-dom: unify behavior for v-show + style display binding (#​10075) (cd419ae), closes #​10074
  • suspense: avoid double-patching nested suspense when parent suspense is not resolved (#​10055) (bcda96b), closes #​8678

v3.4.8

Compare Source

Bug Fixes

v3.4.7

Compare Source

Bug Fixes
Reverts
  • "dx(computed): warn incorrect use of getCurrentInstance inside computed" (2fd3905)

v3.4.6

Compare Source

Bug Fixes
vueuse/vueuse (@​vueuse/core)

v10.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
withastro/astro (astro)

v4.1.2

Compare Source

Patch Changes
pnpm/pnpm (pnpm)

v8.14.1

Compare Source

Patch Changes

  • Resolve the current working directory to its real location before doing any operations #​6524.
  • Allow using token helpers in pnpm publish #​7316.
  • Handle Git repository names containing capital letters #​7488.
  • When hoisted-workspace-packages is true don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.

Our Gold Sponsors

Our Silver Sponsors

prettier/prettier (prettier)

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.9.5

Compare Source

2024-01-12

Bug Fixes
  • Fix issue where on Windows, Rollup would not load due to problems with the MSVC executable (#​5335)
Pull Requests
antfu/shikiji (shikiji)

v0.9.19

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.9.18

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/devtools-next (vite-plugin-vue-devtools)

v7.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.0.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v7.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.0.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/vitepress (vitepress)

v1.0.0-rc.36

Compare Source

Bug Fixes
  • avoid pushing to history when clicking on the current link (#​3405) (d279e63)
  • theme/regression: external link icon not working (c236570), closes #​3424
  • theme/regression: inter getting bundled even importing without-fonts entry (#​3412) (b03fb83)

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.

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Jan 15, 2024

⚠️ No Changeset found

Latest commit: 065b2d4

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

Copy link

vercel bot commented Jan 15, 2024

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

Name Status Preview Updated (UTC)
vue-macros ✅ Ready (Inspect) Visit Preview Jan 15, 2024 4:30pm

Copy link

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
astro 4.1.1...4.1.2 None +0/-2 14.2 MB fredkschott
vitest 1.1.3...1.2.0 None +0/-2 1.35 MB oreanno
vitepress 1.0.0-rc.35...1.0.0-rc.36 None +0/-2 2.59 MB brc-dd
rollup 4.9.4...4.9.5 None +0/-0 2.17 MB lukastaegert
prettier 3.1.1...3.2.2 None +0/-0 8.38 MB prettier-bot

🚮 Removed packages: @nuxt/devtools@1.0.6

@sxzz sxzz merged commit f6cf5f3 into main Jan 15, 2024
@sxzz sxzz deleted the renovate/all-minor-patch branch January 15, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant