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

Merged
merged 2 commits into from Apr 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools (source) ^1.1.5 -> ^1.2.0 age adoption passing confidence
@rspack/core (source) ^0.6.1 -> ^0.6.2 age adoption passing confidence
@sxzz/prettier-config ^2.0.1 -> ^2.0.2 age adoption passing confidence
@unocss/nuxt (source) ^0.59.2 -> ^0.59.4 age adoption passing confidence
@unocss/reset ^0.59.2 -> ^0.59.4 age adoption passing confidence
@vue/compiler-core (source) ^3.4.21 -> ^3.4.23 age adoption passing confidence
@vue/compiler-dom (source) ^3.4.21 -> ^3.4.23 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.21 -> ^3.4.23 age adoption passing confidence
@vue/shared (source) ^3.4.21 -> ^3.4.23 age adoption passing confidence
astro (source) ^4.6.1 -> ^4.6.3 age adoption passing confidence
eslint (source) ^9.0.0 -> ^9.1.0 age adoption passing confidence
magic-string ^0.30.9 -> ^0.30.10 age adoption passing confidence
pnpm (source) 9.0.2 -> 9.0.5 age adoption passing confidence
quasar (source) ^2.15.2 -> ^2.15.3 age adoption passing confidence
rollup (source) ^4.14.2 -> ^4.16.1 age adoption passing confidence
type-fest ^4.15.0 -> ^4.16.0 age adoption passing confidence
unocss ^0.59.2 -> ^0.59.4 age adoption passing confidence
unplugin-macros ^0.12.1 -> ^0.13.0 age adoption passing confidence
vite (source) ^5.2.8 -> ^5.2.10 age adoption passing confidence
vite-plugin-inspect ^0.8.3 -> ^0.8.4 age adoption passing confidence
vitepress (source) ^1.1.0 -> ^1.1.3 age adoption passing confidence
vue (source) ^3.4.21 -> ^3.4.23 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v1.2.0

Compare Source

Bug Fixes

1.1.5 (2024-03-28)

Features

1.1.4 (2024-03-26)

Bug Fixes

1.1.3 (2024-03-21)

Bug Fixes

1.1.2 (2024-03-21)

Bug Fixes
Features

1.1.1 (2024-03-20)

Bug Fixes
sxzz/prettier-config (@​sxzz/prettier-config)

v2.0.2

Compare Source

unocss/unocss (@​unocss/nuxt)

v0.59.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.59.3

Compare Source

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

v3.4.23

Compare Source

Bug Fixes
  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #​10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #​10709

v3.4.22

Compare Source

Bug Fixes
Performance Improvements
  • add __NO_SIDE_EFFECTS__ comments (#​9053) (d46df6b)
  • optimize component props/slots internal object checks (6af733d)
  • ssr: avoid calling markRaw on component instance proxy (4bc9f39)
  • ssr: optimize setup context creation for ssr in v8 (ca84316)
withastro/astro (astro)

v4.6.3

Compare Source

Patch Changes
eslint/eslint (eslint)

v9.1.0

Compare Source

rich-harris/magic-string (magic-string)

v0.30.10

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v9.0.5

Compare Source

v9.0.4

Compare Source

v9.0.3

Compare Source

quasarframework/quasar (quasar)

v2.15.3

Compare Source

New
  • feat(ui): expose IconSet as a regular Quasar plugin (import { IconSet } from 'quasar')
  • feat(ui): expose Lang as a regular Quasar plugin (import { Lang } from 'quasar')
  • feat(ui): tweak JSONs, add new props & enforce more validations on building them
  • feat(ui/format): humanStorageSize -> new extra param (decimals) -> (value, decimals = 1)
  • feat(LocalStorage/SessionStorage): add "hasItem", "removeItem", "setItem" aliases (matches web storage specs) #​17109
  • refactor(ui): folder structure for plugins & utils & composables
Fixes
  • fix(ui): the UMD generated icon-set files in dist/icon-set
  • fix(QDialog): focus() method should correctly handle the selector param (if received)
  • fix(QBtn): the "click()" method should not trigger anything if QBtn is disabled
  • fix(Platform): Safari version number detection #​17111
  • fix(ui): make capacitor/cordova config properties type optional (#​17056)
  • fix(ui): QTooltip & use-anchor JSON -> removed some erroneous "values" keys
  • fix(QField/QFile/QInput/QSelect): JSON -> correctly define the "name" prop
  • fix(QTabPanel): JSON > remove "dark" prop (not a valid prop)
  • fix(QSelect/QVirtualScroll): add type "Component" to some JSON "ref"
  • fix(lang): ukrainian translate "editor.outdent" (#​17083)
  • fix(LocalStorage/SessionStorage): JSON definition for getIndex()
  • fix(SessionStorage/LocalStorage): better encoding/decoding for Date objects
  • fix(QChip): JSON > add missing "update:model-value" event
Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

rollup/rollup (rollup)

v4.16.1

Compare Source

2024-04-21

Bug Fixes
  • Fix crash when rendering logical or conditional expressions (#​5481)
Pull Requests

v4.16.0

Compare Source

2024-04-21

Features
  • Track function call arguments to optimize functions only called once or with the same literal values (#​5443)
Pull Requests

v4.15.0

Compare Source

2024-04-20

Features
  • Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes (#​5474)
Pull Requests
sindresorhus/type-fest (type-fest)

v4.16.0

Compare Source

New types
Fixes
unplugin/unplugin-macros (unplugin-macros)

v0.13.0

Compare Source

   🚀 Features
    View changes on GitHub
vitejs/vite (vite)

v5.2.10

Compare Source

antfu/vite-plugin-inspect (vite-plugin-inspect)

v0.8.4

Compare Source

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

v1.1.3

Compare Source

Bug Fixes
  • build/regression: markdown backslash escapes not working (d02d1e9), closes #​3808

v1.1.2

Compare Source

v1.1.1

Compare Source

Bug Fixes

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

stackblitz bot commented Apr 22, 2024

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

Copy link

changeset-bot bot commented Apr 22, 2024

⚠️ No Changeset found

Latest commit: 18968f9

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

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Apr 22, 2024
Copy link

vercel bot commented Apr 22, 2024

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

Name Status Preview Updated (UTC)
vue-macros ✅ Ready (Inspect) Visit Preview Apr 22, 2024 11:31am

Copy link

socket-security bot commented Apr 22, 2024

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

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 32.4 MB typescript-bot

View full report↗︎

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Apr 22, 2024
@sxzz sxzz merged commit a3fdd0c into main Apr 22, 2024
7 of 8 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch April 22, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant