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

Merged
merged 1 commit into from Jun 10, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@unocss/preset-icons ^0.37.4 -> ^0.38.2 age adoption passing confidence
@vue/compiler-sfc 3.2.36 -> 3.2.37 age adoption passing confidence
cypress 10.0.2 -> 10.0.3 age adoption passing confidence
lint-staged ^13.0.0 -> ^13.0.1 age adoption passing confidence
pnpm (source) 7.1.8 -> 7.2.0 age adoption passing confidence
pnpm (source) >=7.1.8 -> >=7.2.0 age adoption passing confidence
unocss ^0.37.4 -> ^0.38.2 age adoption passing confidence
vite 2.9.9 -> 2.9.12 age adoption passing confidence
vitest 0.14.0 -> 0.14.2 age adoption passing confidence
vue 3.2.36 -> 3.2.37 age adoption passing confidence
vue-tsc 0.36.1 -> 0.37.3 age adoption passing confidence

Release Notes

unocss/unocss

v0.38.2

Compare Source

Bug Fixes
Features

v0.38.1

Compare Source

Bug Fixes
Features

v0.38.0

Compare Source

Bug Fixes
Features
vuejs/core

v3.2.37

Compare Source

Bug Fixes
cypress-io/cypress

v10.0.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​10-0-3

okonet/lint-staged

v13.0.1

Compare Source

Bug Fixes
  • correct spelling of "0 files" (f27f1d4)
  • suppress error from process.kill when killing tasks on failure (f2c6bdd)
  • deps: update pidtree@^0.6.0 to fix screen size error in WSL (1a77e42)
  • ignore "No matching pid found" error (cb8a432)
  • prevent possible race condition when killing tasks on failure (bc92aff)
Performance Improvements
  • use EventsEmitter instead of setInterval for killing tasks on failure (c508b46)
pnpm/pnpm

v7.2.0

Compare Source

Minor Changes

  • A new setting is supported for ignoring specific deprecation messages: pnpm.allowedDeprecatedVersions. The setting should be provided in the pnpm section of the root package.json file. The below example will mute any deprecation warnings about the request package and warnings about express v1:

    {
      "pnpm": {
        "allowedDeprecatedVersions": {
          "request": "*",
          "express": "1"
        }
      }
    }

    Related issue: #​4306
    Related PR: #​4864

Patch Changes

  • Update the compatibility database.
  • Report only the first occurrence of a deprecated package.
  • Add better hints to the peer dependency issue errors.

Our Sponsors

#### What's Changed * fix(setup): use @​pnpm/os.env.path-extender by @​zkochan in https://github.com/pnpm/pnpm/pull/4862 * fix: don't report the same deprecated package multiple times by @​zkochan in https://github.com/pnpm/pnpm/pull/4863 * feat: allowed deprecated versions by @​zkochan in https://github.com/pnpm/pnpm/pull/4864 * fix: add better peer dep error hints by @​zkochan in https://github.com/pnpm/pnpm/pull/4875

Full Changelog: pnpm/pnpm@v7.1.9...v7.2.0

v7.1.9

Compare Source

Patch Changes

  • When the same package is found several times in the dependency graph, correctly autoinstall its missing peer dependencies at all times #​4820.

Our Sponsors

#### What's Changed * fix: auto-install-peers by @​zkochan in https://github.com/pnpm/pnpm/pull/4855

Full Changelog: pnpm/pnpm@v7.1.8...v7.1.9

vitejs/vite

v2.9.12

Compare Source

v2.9.11

Compare Source

v2.9.10

Compare Source

vitest-dev/vitest

v0.14.2

Compare Source

Bug Fixes
Features

v0.14.1

Compare Source

Bug Fixes
johnsoncodehk/volar

v0.37.3

Compare Source

  • feat: support find file references
  • feat: improve vitepress markdown parse reliability (#​1410)
  • feat: vueCompilerOptions.experimentalSuppressInvalidJsxElementTypeErrors default true (#​1405)
  • fix: fixed TS error with props beginning with data* (#​1413)
Our Sponsors

v0.37.2

Compare Source

  • feat: show deprecation message for experimentalCompatMode
  • fix: kebab case component type broken in vue 2 (#​1405)

v0.37.1

Compare Source

  • feat: add experimentalSuppressInvalidJsxElementTypeErrors option to ignore missing component import error (#​1404)
  • perf: support auto-import cache even TS version < 4.7 (#​1406)
  • perf: simplify template generated tsx code

v0.37.0

Compare Source

  • feat: VitePress support (#​1399)
  • feat: support html.autoCreateQuotes for pug
  • feat: enabled references codeLens for slots when use script setup
  • feat: detect missing component import (#​1203)
  • feat: support --generateTrace for vue-tsc (#​1375)
  • fix: dynamic slot name breaks template type checking (#​1392)
  • fix: don't report property does not exist error for data-* and aria-*
  • fix: html selection highlight ranges incorrect (#​1393)
  • fix: avoid DefineComponent type loss when use script setup (#​1391)
  • fix: css module $style inconsistent between vue-tsc and vscode (#​1089)
  • fix: css class name and v-bind should not active in style comments
  • fix: unused console.log to adapt vim-lsp (#​1391)
  • fix: language server stuck on incomplete style variable injection expression (#​1359)
  • fix: remove __VLS_ result from code actions

Breaking changes

  • vueCompilerOptions.experimentalCompatMode is renamed to vueCompilerOptions.target.

    {
    	"vueCompilerOptions": {
    -		"experimentalCompatMode": 2
    +		"target": 2
    	},
    }

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot changed the title chore(deps): update pnpm to v7.1.9 chore(deps): update all non-major dependencies Jun 6, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 5b26722 to 38522cd Compare June 10, 2022 13:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38522cd to fea4ecf Compare June 10, 2022 16:11
@chrisbbreuer chrisbbreuer merged commit 3e1a23b into main Jun 10, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch June 10, 2022 18:07
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

2 participants