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

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

Merged
merged 1 commit into from Apr 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pinia/colada ^0.5.3 -> ^0.6.0 age adoption passing confidence
@shikijs/vitepress-twoslash (source) 1.2.2 -> 1.2.4 age adoption passing confidence
@tanstack/vue-query (source) ^5.28.9 -> ^5.29.0 age adoption passing confidence
@types/node (source) ^20.12.2 -> ^20.12.5 age adoption passing confidence
happy-dom ^14.3.9 -> ^14.7.1 age adoption passing confidence
pnpm (source) 8.15.5 -> 8.15.6 age adoption passing confidence
rollup (source) ^4.13.2 -> ^4.14.1 age adoption passing confidence
typescript (source) ^5.4.3 -> ^5.4.4 age adoption passing confidence
vite (source) ^5.2.7 -> ^5.2.8 age adoption passing confidence
vitepress (source) 1.0.1 -> 1.0.2 age adoption passing confidence
vue-tsc (source) ^2.0.7 -> ^2.0.11 age adoption passing confidence

Release Notes

posva/pinia-colada (@​pinia/colada)

v0.6.0

Compare Source

⚠ BREAKING CHANGES
  • mutation: Rename type UseQueryStatus to QueryStatus
  • mutation: mutate no longer returns a promise and catches errors
    to be safely used in templates. The old behavior remains the same with
    mutateAsync
  • mutation: the mutation option in useMutation() now only
    accepts one argument for the variables. This allows to add extra
    parameters in the future like a signal, an extra context, etc
Features
  • abort pending query signal on new query (6b6195f)

  • allow typing the error with transformError (fd35f6f)

  • mutation: add mutateAsync (5c97b69)

  • mutation: allow passing the context to mutation (b9acca0)

  • mutation: defineMutation wip (5866907)

  • mutation: require one argument only for useMutation (86b5996)

  • query: add data and errors to global hooks (b4caeca)

  • query: defineQuery (e0f7768)

  • return promise when invalidating query (c431284)

  • useMutation: add hook context (0894a81)

  • useMutation: add hooks (c44af13)

  • mutation: rename UseQueryStatus to QueryStatus (ff0067a)

0.5.3 (2024-02-21)
Bug Fixes
0.5.2 (2024-02-20)
Bug Fixes
  • allow writing to entries (8e9ac7e)
0.5.1 (2024-02-19)
Features
  • types: allow default error type (68c2f8d)
Bug Fixes
shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.2.4

Compare Source

No significant changes

    View changes on GitHub

v1.2.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
TanStack/query (@​tanstack/vue-query)

v5.29.0

Compare Source

Version 5.29.0 - 4/5/2024, 5:58 PM

Changes
Feat
  • core: memoize result of combine (#​7233) (3c31124) by Dominik Dorfmeister
Chore
Docs
  • fix quickstart (0b9f971) by Tanner Linsley
  • migrate docs to use path-based navigation instead of route-based (#​7211) (754640a) by Tanner Linsley
Packages

v5.28.13

Compare Source

Version 5.28.13 - 4/2/2024, 3:03 PM

Changes
Fix
  • core: do not invoke combine in constructor (#​7215) (53cdfce) by Dominik Dorfmeister
Packages

v5.28.12

Compare Source

Version 5.28.12 - 4/2/2024, 12:24 PM

Changes
Fix
  • types: add pageParam and direction as optional to "normal" queryFn (#​7212) (e5bfbbe) by Dominik Dorfmeister
Packages
capricorn86/happy-dom (happy-dom)

v14.7.1

Compare Source

👷‍♂️ Patch fixes

v14.7.0

Compare Source

v14.6.2

Compare Source

👷‍♂️ Patch fixes

v14.6.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Document.createTextNode() didn't handle conversion of non-string values to string - By @​odanado in task #​1380
  • Adds support for throwing an exception when no argument is submitted to Document.createTextNode() - By @​odanado in task #​1380

v14.6.0

Compare Source

v14.5.2

Compare Source

v14.5.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with Document.defaultView not referring to the global object when using GlobalRegistrator - By @​capricorn86 in task #​1367

v14.5.0

Compare Source

🎨 Features
  • Adds support for handling "application/x-www-form-urlencoded" in Request.formData() - By @​tt-public in #​1379

v14.4.0

Compare Source

v14.3.10

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to CSS properties not being used when defined after the CSS value - By @​capricorn86 in task #​1364
pnpm/pnpm (pnpm)

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

rollup/rollup (rollup)

v4.14.1

Compare Source

2024-04-07

Bug Fixes
  • Show better error when running on musl Linux where the musl build is not supported (#​5454)
Pull Requests

v4.14.0

Compare Source

2024-04-03

Features
  • Display error causes in Rollup CLI (#​5422)
  • Add basic support for explicit resource management via "using" and "await using" (#​5423)
Pull Requests
Microsoft/TypeScript (typescript)

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v5.2.8

Compare Source

vuejs/vitepress (vitepress)

v1.0.2

Compare Source

Bug Fixes
  • theme: text containing html not showing properly in mobile nav menu (3c8b4c7)
vuejs/language-tools (vue-tsc)

v2.0.11

Compare Source

Features
  • vscode: support for enabling/disabling typescript plugin (#​4226)
    • Added typeScriptPluginOnly option for vue.server.hybridMode setting.
    • When Hybrid Mode is disabled, the Vue TypeScript Plugin will be disabled by default.
  • vscode: support for vue.format.wrapAttributes setting (#​4212)
  • vscode: add vue.codeActions.askNewComponentName setting (#​4217)
Bug Fixes
  • vscode: Find File References not working when hybrid mode is disabled (#​4221)
  • language-core: type narrowing not working for inline event handlers (#​4209)
  • language-core: @vue-ignore, @vue-expect-error not working for interpolations
  • language-core: improve reliability for @vue-ignore, @vue-expect-error (#​4203)
  • language-core: duplicated items in suggestion list for prop values (#​3922)
  • language-server: vueCompilerOptions not working with hybrid mode (#​4211) (#​3959)
Other Changes

v2.0.10

Compare Source

Features
  • vscode: enable vue.updateImportsOnFileMove.enabled by default (#​3646)
  • vscode: re-add restart server command (#​4174)
  • vscode: automatically enable Hybrid Mode if possible (#​4206)
  • component-meta: add typing resolution for defineModel modifiers (#​4175) - Thanks @​stafyniaksacha
  • language-service: drag and drop import respects tsconfig path aliases (#​4184)
  • language-service: supports auto insertion of multiple cursors (#​4140)
Bug Fixes
  • language-server: additionalExtensions option not working for inferred project
  • language-core: avoid interpolation indentation affecting each other
  • language-core: generate each interpolation into separate virtual code (#​4165)
  • language-service: ignore html wrapAttributes format settings for vue document (#​3987)
  • vscode: remove duplicate ts version status (#​4167)
  • language-server: .html, .md file language id incorrect
  • typescript-plugin: formatting settings not working for ts completion
  • tsc: remove fake global types holder for composite projects compatibility (#​4196) - Thanks @​blake-newman
Performance
  • language-core: cache canonical root file names with string Set
Other Changes
  • Upgrade Volar from v2.1.3 to v2.2.0-alpha.5 for a few bug fixes and performance improves, please refer to CHANGELOG.md for details.
  • vscode: update required VSCode version to ^1.88.0
  • docs: update readme with neovim lspconfig setup (#​4134) - Thanks @​RayGuo-ergou
  • language-core: split inline css codegen into separate plugin
  • language-core: move global types codegen into separate script
  • language-core: resolve virtual code features before push code
  • test: added simple tests for vue-tsc and custom SFC extensions. (#​4181) - Thanks @​cabal95

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

Copy link

Deploying unplugin-vue-router with  Cloudflare Pages  Cloudflare Pages

Latest commit: 41fa3b1
Status: ✅  Deploy successful!
Preview URL: https://c5cb8e4d.unplugin-vue-router.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.unplugin-vue-router.pages.dev

View logs

@renovate renovate bot merged commit d7b5b60 into main Apr 8, 2024
10 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 8, 2024 06:46
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.

None yet

0 participants