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

Merged
merged 1 commit into from
Oct 10, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.19.1 -> ^7.19.3 age adoption passing confidence
@babel/types (source) ^7.19.0 -> ^7.19.3 age adoption passing confidence
@unocss/reset ^0.45.22 -> ^0.45.29 age adoption passing confidence
@vitejs/plugin-vue (source) ^3.1.0 -> ^3.1.2 age adoption passing confidence
@vue/runtime-core (source) ^3.2.39 -> ^3.2.40 age adoption passing confidence
@vueuse/core ^9.2.0 -> ^9.3.0 age adoption passing confidence
eslint (source) ^8.24.0 -> ^8.25.0 age adoption passing confidence
magic-string ^0.26.4 -> ^0.26.7 age adoption passing confidence
pnpm (source) 7.12.2 -> 7.13.3 age adoption passing confidence
tsx ^3.9.0 -> ^3.10.1 age adoption passing confidence
typescript (source) ^4.8.3 -> ^4.8.4 age adoption passing confidence
unocss ^0.45.22 -> ^0.45.29 age adoption passing confidence
unplugin-vue-components ^0.22.7 -> ^0.22.8 age adoption passing confidence
vite (source) ^3.1.3 -> ^3.1.6 age adoption passing confidence
vitest ^0.23.4 -> ^0.24.0 age adoption passing confidence
vue (source) ^3.2.39 -> ^3.2.40 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser)

v7.19.3

Compare Source

v7.19.3 (2022-09-27)

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-helper-compilation-targets, babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env, babel-traverse
🔬 Output optimization
Committers: 4
babel/babel (@​babel/types)

v7.19.3

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-helper-compilation-targets, babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env, babel-traverse
🔬 Output optimization
unocss/unocss

v0.45.29

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.45.28

Compare Source

   🚀 Features
    View changes on GitHub

v0.45.26

Compare Source

No significant changes

    View changes on GitHub

v0.45.25

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.45.24

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.45.23

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite

v3.1.2

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.1

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core

v3.2.40

Compare Source

Bug Fixes
  • compat: list cjs dependencies for compat build (96cd924), closes #​6602
  • compiler-dom: remove v-bind boolean attribute with literal false value when stringifying (#​6635) (6c6fe2c), closes #​6617
  • compiler-sfc: fix expression check for v-on with object literal value (#​6652) (6958ec1), closes #​6650 #​6674
  • compilre-core: dynamic v-on and static v-on should be merged (#​6747) (f9d43b9), closes #​6742
  • runtime-core: avoid hoisted vnodes retaining detached DOM nodes (fc5bdb3), closes #​6591
  • runtime-core: Lifecycle hooks should support callbacks shared by reference (#​6687) (c71a08e), closes #​6686
  • runtime-core: remove prod-only hoisted clone behavior for manual DOM manipulation compat (aa70188), closes #​6727 #​6739
  • runtime-core: unset removed props first in full diff mode (c0d8db8), closes #​6571
  • runtime-dom: fix unnecessary warning when setting coerced dom property value (b1817fe), closes #​6616
  • ssr: avoid ast.helpers duplication (#​6664) (57ffc3e)
  • ssr: fix dynamic slot regression in ssr (8963c55), closes #​6651
  • ssr: fix hydration mismatch when entire multi-root template is stringified (9698dd3), closes #​6637
  • ssr: fix pre tag windows newline hydration mismatch (0382019), closes #​6410
  • ssr: respect case when rendering dynamic attrs on svg (121eb32), closes #​6755
vueuse/vueuse

v9.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint

v8.25.0

Compare Source

Features

  • 173e820 feat: Pass --max-warnings value to formatters (#​16348) (Brandon Mills)
  • 6964cb1 feat: remove support for ignore files in FlatESLint (#​16355) (Milos Djermanovic)
  • 1cc4b3a feat: id-length counts graphemes instead of code units (#​16321) (Sosuke Suzuki)

Documentation

Chores

rich-harris/magic-string

v0.26.7

Compare Source

Bug Fixes

v0.26.6

Compare Source

Features
  • add update method as safer alternative to overwrite (#​212) (9a312e3)

v0.26.5

Compare Source

Bug Fixes
  • update typescript definition file to contain replaceAll() (#​224) (45a4921)
pnpm/pnpm

v7.13.3

Compare Source

Patch Changes

  • Don't crash when auto-install-peers is set to true and installation is done on a workspace with that has the same dependencies in multiple projects #​5454.
  • Add global option in pnpm link --help #​5461.
  • Show execution time on install, update, add, and remove #​1021.
  • Fix the return path of pnpm pack, when a custom destination directory is used #​5471.

Our Gold Sponsors

Our Silver Sponsors

v7.13.2

Compare Source

Patch Changes

  • When linking commands to a directory, remove any .exe files that are already present in that target directory by the same name.

    This fixes an issue with pnpm global update on Windows. If pnpm was installed with the standalone script and then updated with pnpm using pnpm add --global pnpm, the exe file initially created by the standalone script should be removed.

  • When a direct dependency fails to resolve, print the path to the project directory in the error message.

  • pnpm patch-commit should work when the patch directory is specified with a trailing slash #​5449.

Our Gold Sponsors

Our Silver Sponsors

v7.13.1

Compare Source

Patch Changes
  • pnpm update --interactive should not list dependencies ignored via the pnpm.updateConfig.ignoreDependencies setting.
Our Gold Sponsors
Our Silver Sponsors

v7.13.0

Compare Source

Minor Changes

  • Ignore packages listed in package.json > pnpm.updateConfig.ignoreDependencies fields on update/outdated command #​5358

    For instance, if you don't want webpack automatically to be updated when you run pnpm update --latest, put this to your package.json:

    {
      "pnpm": {
        "updateConfig": {
          "ignoreDependencies": ["webpack"]
        }
      }
    }

    Patterns are also supported, so you may ignore for instance any packages from a scope: @babel/*.

  • It is possible now to update all dependencies except the listed ones using !. For instance, update all dependencies, except lodash:

      pnpm update !lodash
    

    It also works with pattends, for instance:

      pnpm update !@​babel/*
    

    And it may be combined with other patterns:

      pnpm update @​babel/* !@​babel/core
    

Patch Changes

  • Hooks should be applied on pnpm deploy #​5306.

  • Stop --filter-prod option to run command on all the projects when used on workspace. --filter-prod option now only filter from dependencies and omit devDependencies instead of including all the packages when used on workspace. So what was happening is that if you use --filter-prod on workspace root like this:

    pnpm --filter-prod ...build-modules exec node -e 'console.log(require(`./package.json`).name)'

    it was printing all the package of workspace, where it should only print the package name of itself and packages where it has been added as dependency (not as devDependencies)

  • Don't override the root dependency when auto installing peer dependencies #​5412.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.12.2...v7.13.0

esbuild-kit/tsx

v3.10.1

Compare Source

Bug Fixes

v3.10.0

Compare Source

Features
Microsoft/TypeScript

v4.8.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:

antfu/unplugin-vue-components

v0.22.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest

v0.24.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

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

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 10, 2022

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

Name Status Preview Updated
unplugin-jsx-string ✅ Ready (Inspect) Visit Preview Oct 10, 2022 at 2:13AM (UTC)

@sxzz sxzz merged commit 33d3da6 into main Oct 10, 2022
@sxzz sxzz deleted the renovate/all-minor-patch branch October 10, 2022 02:45
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