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

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nanostores/vue 0.9.0 -> 0.9.1 age adoption passing confidence
@supabase/supabase-js 2.24.0 -> 2.26.0 age adoption passing confidence
@types/node (source) 18.16.16 -> 18.16.18 age adoption passing confidence
@vite-pwa/astro 0.0.5 -> 0.1.1 age adoption passing confidence
astro (source) 2.6.1 -> 2.6.6 age adoption passing confidence
nanostores 0.9.1 -> 0.9.2 age adoption passing confidence
netlify-cli 15.4.0 -> 15.6.0 age adoption passing confidence
vitest 0.32.0 -> 0.32.2 age adoption passing confidence
vue (source) 3.2.47 -> 3.3.4 age adoption passing confidence
vue-tsc 1.6.5 -> 1.8.1 age adoption passing confidence

Release Notes

nanostores/vue

v0.9.1

Compare Source

  • Fixed broken devtools: removed support for mapTemplate.
  • Updated dependencies.
supabase/supabase-js

v2.26.0

Compare Source

Features

v2.25.0

Compare Source

Features
  • version bump realtime-js to 2.7.3 (c4a101f)
vite-pwa/astro

v0.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.1.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
withastro/astro

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

v2.6.2

Compare Source

Patch Changes
nanostores/nanostores

v0.9.2

Compare Source

  • Fixed getPath and setPath exports (by Dan Kozlov).
  • Fixed docs (Robert Kuzhin).
netlify/cli

v15.6.0

Compare Source

Features
Bug Fixes

v15.5.1

Compare Source

Bug Fixes

v15.5.0

Compare Source

Features

v15.4.2

Compare Source

Bug Fixes

v15.4.1

Compare Source

Bug Fixes
vitest-dev/vitest

v0.32.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core

v3.3.4

Compare Source

Bug Fixes
  • build: ensure correct typing for node esm (d621d4c)
  • build: fix DEV flag replacement edge case (8b7c04b), closes #​8353
  • compiler-sfc: handle imported types from default exports (5aec717), closes #​8355

v3.3.3

Compare Source

Bug Fixes

v3.3.2

Compare Source

Bug Fixes
  • compiler-core: treat floating point numbers as constants (8dc8cf8), closes #​8295
  • compiler-dom: do not throw in production on side effect tags (c454b9d), closes #​8287 #​8292
  • compiler-sfc: fix regression on props destructure when transform is not enabled (f25bd37), closes #​8289
  • compiler-sfc: handle prop keys that need escaping (#​7803) (690ef29), closes #​8291
  • compiler-sfc: properly parse d.ts files when resolving types (aa1e77d), closes #​8285
  • compiler-sfc: raise specific warning for failed extends and allow ignoring extends (8235072), closes #​8286

v3.3.1

Compare Source

Bug Fixes
  • suspense: handle nested sync suspense for hydration (a3f5485)

v3.3.0

Compare Source

  • For a detailed walkthrough of the new features in 3.3, please read the release blog post.

  • Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.

Features

Deprecations

  • deprecation: deprecate @​vnode hooks in favor of vue: prefix (5f0394a)
  • deprecation: deprecate v-is directive (bbd8301)
  • deprecation: unwrap injected refs in Options API by default, deprecate app.config.unwrapInjectedRefs (526fa3b)
vuejs/language-tools

v1.8.1

Compare Source

  • fix(language-server): 3 consecutive directories with the same name cause infinite recursion (#​3282) - thanks @​FelipeAzambuja
  • fix(language-server): diagnostics were not properly refreshed when creating files
  • fix(monaco): unrecognized relative path file
  • types: simplify __VLS_IsAny - thanks @​so1ve
  • perf(typescript-plugin): work without overriding language service instance to reduce half of memory usage (#​3221)

Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective

v1.8.0

Compare Source

v1.7.14

Compare Source

  • perf: intellisense is very slow when referencing lots of external .vue files (#​3264)
  • fix: read directory infinite recursion on Darwin os (#​3282)

v1.7.13

Compare Source

v1.7.12

Compare Source

  • feat: reintroduce nativeTags (#​3279)
  • fix: compatible with TS 5.1.3 (#​3274) (#​3277) - thanks @​so1ve
  • perf(vue-tsc): addressed a performance regression since 1.5.1 by reintroducing nativeTags (#​3148)

v1.7.11

Compare Source

  • fix: ignore errors for statSync (#​3260)

v1.7.10

Compare Source

  • feat: upgrade framework to v1.7 (#​3248)
  • fix: strictTemplates not working for IntrinsicElement (#​3214)
  • fix: failed to load tsconfig json schema (#​3224) (#​3228) - thanks @​tjx666
  • fix(vue-tsc): vue-tsc ignores type errors in .vue files if the incremental setting is true (#​2756) (#​3218) - thanks @​lucasavila00
  • fix: properly merge defineModel and defineProps types (#​3164)
  • fix(language-server): show component meta command not working

Breaking changes

v1.7.9

Compare Source

v1.7.8

Compare Source

  • fix: directive comments not working in production builds

v1.7.7

Compare Source

  • feat: support for @vue-ignore, @vue-skip, @vue-expected-error directive comments (#​3215)
  • refactor(language-service): removed vscode-languageserver-protocol runtime dependency
  • perf(monaco): much faster first time intellisense
  • fix: ts project not updated when virtual ts file created / deleted

v1.7.6

Compare Source

  • refactor(language-service): fewer runtime dependencies
  • chore: low-level API adjustment

v1.7.5

Compare Source

v1.7.4

Compare Source

  • feat: more reliable intellisense for monaco
  • fix: avoid adds ".js" extension when auto importing components (#​3150)

v1.7.3

Compare Source

  • chore: bump vue deps to 3.3 stable (#​3167) - thanks @​ferferga
  • fix(vue-tsc): avoid throw when composite is enabled (#​2622)
  • perf(language-service): avoid request name casing from language client multiple times (#​3158) - thanks @​kalvenschraut
  • fix: avoid slot name report TS8013 in js component (#​3121)

v1.7.1

Compare Source

  • perf: intellisense is very slow when referencing lots of external .vue files (#​3264)
  • fix: read directory infinite recursion on Darwin os (#​3282)

v1.7.0

Compare Source

Breaking changes

  • rename packages from @volar/vue-* to @vue/* (#​3134)
  • volar.config.js specification update (base on Volar.js v1.5)

Configuration

📅 Schedule: Branch creation - "before 6am on Sunday" in timezone Europe/Amsterdam, 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 force-pushed the renovate/all-minor-patch branch 5 times, most recently from fed269a to ff3515b Compare June 13, 2023 15:44
@renovate
Copy link
Contributor Author

renovate bot commented Jun 13, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code EOVERRIDE
npm ERR! Override for vue@3.3.4 conflicts with direct dependency

npm ERR! A complete log of this run can be found in: /tmp/worker/1ed335/b3a392/cache/others/npm/_logs/2023-06-21T08_10_26_895Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from cfda9ab to 38a5224 Compare June 20, 2023 18:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38a5224 to 6d77cf2 Compare June 21, 2023 08:10
@jochemkeller jochemkeller merged commit c10051f into updates Jun 21, 2023
@jochemkeller jochemkeller deleted the renovate/all-minor-patch branch June 21, 2023 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant