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

Update all non-major dependencies #61

Merged
merged 1 commit into from
Dec 12, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-vue2 ^2.0.1 -> ^2.2.0 age adoption passing confidence
pinia ^2.0.27 -> ^2.0.28 age adoption passing confidence
prettier (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence
typescript (source) ^4.9.3 -> ^4.9.4 age adoption passing confidence
vite (source) ^3.2.4 -> ^3.2.5 age adoption passing confidence

Release Notes

vitejs/vite-plugin-vue2

v2.2.0

Compare Source

Features

v2.1.0

Compare Source

Bug Fixes
  • esbuild: transpile with esnext in dev (#​60) (bd87898)
  • invalidate script module cache when it changed in hot update (#​67) (b8e6133)
Features
  • resolve complier from peer dep when unable to resolve from the root (#​68) (0ea62d2)

2.0.1 (2022-11-09)

Bug Fixes
  • allow overwriting template.transformAssetUrls.includeAbsolute (#​48) (7db0767)

2.0.0 (2022-09-13)

Breaking Changes
  • only support Vite 3 (#​28)
Bug Fixes
  • handle undefined on import.meta.hot.accept (b668430)
Features

1.1.2 (2022-07-01)

Bug Fixes
  • force resolution of vue to deal with deps requiring vue (9a78726), closes #​16
  • handle decorators in ts rewriteDefault fallback (2d24d2a), closes #​17

1.1.1 (2022-06-28)

Bug Fixes
vuejs/pinia

v2.0.28

Compare Source

Please refer to CHANGELOG.md for details.

prettier/prettier

v2.8.1

Compare Source

diff

Fix SCSS map in arguments (#​9184 by @​agamkrbit)
// Input
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
      ")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);
Support auto accessors syntax (#​13919 by @​sosukesuzuki)

Support for Auto Accessors Syntax landed in TypeScript 4.9.

(Doesn't work well with babel-ts parser)

class Foo {
  accessor foo: number = 3;
}
Microsoft/TypeScript

v4.9.4: TypeScript 4.9.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:

Changes:

This list of changes was auto generated.

vitejs/vite

v3.2.5

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am 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.

@renovate renovate bot merged commit bfaacef into main Dec 12, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch December 12, 2022 03:14
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